0?t:0});if("/"==i.delimiter){var r=a[0],h=a[1];a=[r,e.max(0,h-r)]}for(var l=0,p=a.length,o=0;l.5?1:0,1,w(M,g),"L");v?S=S.concat(w(M,v),"A",v,v,0,j>.5?1:0,0,w(x,v)):S.push(u,d),x+=$,k=s("path",{d:S.join(" "),"data-value":$})}k.attr("fill",y.call(this,$,l,a)),c.append(k)}}}),a.register("donut",t.extend(!0,{},a.defaults.pie),function(t){a.graphers.pie.call(this,t)}),a.register("line",{delimiter:",",fill:"#c6d9fd",height:16,min:0,stroke:"#4d89f9",strokeWidth:1,width:32},function(t){var i=this.values();1==i.length&&i.push(i[0]);for(var a=e.max.apply(e,t.max==n?i:i.concat(t.max)),r=e.min.apply(e,t.min==n?i:i.concat(t.min)),h=this.prepare(t.width,t.height),l=t.strokeWidth,p=h.width(),o=h.height()-l,f=a-r,c=this.x=function(t){return t*(p/(i.length-1))},u=this.y=function(t){var i=o;return f&&(i-=(t-r)/f*o),i+l/2},d=u(e.max(r,0)),g=[0,d],v=0;v0&&o&&k--),h.append(s("rect",{"data-value":w,fill:c.call(this,w,g,i),x:m,y:k,width:y,height:v}))}})}(jQuery,document,Math);
diff --git a/demo/dist/libs/selectize/dist/css/selectize.css b/demo/dist/libs/selectize/dist/css/selectize.css
deleted file mode 100644
index 3ec90ad0e..000000000
--- a/demo/dist/libs/selectize/dist/css/selectize.css
+++ /dev/null
@@ -1,333 +0,0 @@
-/**
- * selectize.css (v0.12.6)
- * Copyright (c) 2013–2015 Brian Reavis & contributors
- *
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
- * file except in compliance with the License. You may obtain a copy of the License at:
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software distributed under
- * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
- * ANY KIND, either express or implied. See the License for the specific language
- * governing permissions and limitations under the License.
- *
- * @author Brian Reavis
- */
-
-.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
- visibility: visible !important;
- background: #f2f2f2 !important;
- background: rgba(0, 0, 0, 0.06) !important;
- border: 0 none !important;
- -webkit-box-shadow: inset 0 0 12px 4px #fff;
- box-shadow: inset 0 0 12px 4px #fff;
-}
-.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
- content: '!';
- visibility: hidden;
-}
-.selectize-control.plugin-drag_drop .ui-sortable-helper {
- -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
-}
-.selectize-dropdown-header {
- position: relative;
- padding: 5px 8px;
- border-bottom: 1px solid #d0d0d0;
- background: #f8f8f8;
- -webkit-border-radius: 3px 3px 0 0;
- -moz-border-radius: 3px 3px 0 0;
- border-radius: 3px 3px 0 0;
-}
-.selectize-dropdown-header-close {
- position: absolute;
- right: 8px;
- top: 50%;
- color: #303030;
- opacity: 0.4;
- margin-top: -12px;
- line-height: 20px;
- font-size: 20px !important;
-}
-.selectize-dropdown-header-close:hover {
- color: #000000;
-}
-.selectize-dropdown.plugin-optgroup_columns .optgroup {
- border-right: 1px solid #f2f2f2;
- border-top: 0 none;
- float: left;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
-}
-.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
- border-right: 0 none;
-}
-.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
- display: none;
-}
-.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
- border-top: 0 none;
-}
-.selectize-control.plugin-remove_button [data-value] {
- position: relative;
- padding-right: 24px !important;
-}
-.selectize-control.plugin-remove_button [data-value] .remove {
- z-index: 1;
- /* fixes ie bug (see #392) */
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- width: 17px;
- text-align: center;
- font-weight: bold;
- font-size: 12px;
- color: inherit;
- text-decoration: none;
- vertical-align: middle;
- display: inline-block;
- padding: 2px 0 0 0;
- border-left: 1px solid #d0d0d0;
- -webkit-border-radius: 0 2px 2px 0;
- -moz-border-radius: 0 2px 2px 0;
- border-radius: 0 2px 2px 0;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
-}
-.selectize-control.plugin-remove_button [data-value] .remove:hover {
- background: rgba(0, 0, 0, 0.05);
-}
-.selectize-control.plugin-remove_button [data-value].active .remove {
- border-left-color: #cacaca;
-}
-.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
- background: none;
-}
-.selectize-control.plugin-remove_button .disabled [data-value] .remove {
- border-left-color: #ffffff;
-}
-.selectize-control.plugin-remove_button .remove-single {
- position: absolute;
- right: 0;
- top: 0;
- font-size: 23px;
-}
-.selectize-control {
- position: relative;
-}
-.selectize-dropdown,
-.selectize-input,
-.selectize-input input {
- color: #303030;
- font-family: inherit;
- font-size: 13px;
- line-height: 18px;
- -webkit-font-smoothing: inherit;
-}
-.selectize-input,
-.selectize-control.single .selectize-input.input-active {
- background: #fff;
- cursor: text;
- display: inline-block;
-}
-.selectize-input {
- border: 1px solid #d0d0d0;
- padding: 8px 8px;
- display: inline-block;
- width: 100%;
- overflow: hidden;
- position: relative;
- z-index: 1;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
-}
-.selectize-control.multi .selectize-input.has-items {
- padding: 6px 8px 3px;
-}
-.selectize-input.full {
- background-color: #fff;
-}
-.selectize-input.disabled,
-.selectize-input.disabled * {
- cursor: default !important;
-}
-.selectize-input.focus {
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
-}
-.selectize-input.dropdown-active {
- -webkit-border-radius: 3px 3px 0 0;
- -moz-border-radius: 3px 3px 0 0;
- border-radius: 3px 3px 0 0;
-}
-.selectize-input > * {
- vertical-align: baseline;
- display: -moz-inline-stack;
- display: inline-block;
- zoom: 1;
- *display: inline;
-}
-.selectize-control.multi .selectize-input > div {
- cursor: pointer;
- margin: 0 3px 3px 0;
- padding: 2px 6px;
- background: #f2f2f2;
- color: #303030;
- border: 0 solid #d0d0d0;
-}
-.selectize-control.multi .selectize-input > div.active {
- background: #e8e8e8;
- color: #303030;
- border: 0 solid #cacaca;
-}
-.selectize-control.multi .selectize-input.disabled > div,
-.selectize-control.multi .selectize-input.disabled > div.active {
- color: #7d7d7d;
- background: #ffffff;
- border: 0 solid #ffffff;
-}
-.selectize-input > input {
- display: inline-block !important;
- padding: 0 !important;
- min-height: 0 !important;
- max-height: none !important;
- max-width: 100% !important;
- margin: 0 2px 0 0 !important;
- text-indent: 0 !important;
- border: 0 none !important;
- background: none !important;
- line-height: inherit !important;
- -webkit-user-select: auto !important;
- -webkit-box-shadow: none !important;
- box-shadow: none !important;
-}
-.selectize-input > input::-ms-clear {
- display: none;
-}
-.selectize-input > input:focus {
- outline: none !important;
-}
-.selectize-input::after {
- content: ' ';
- display: block;
- clear: left;
-}
-.selectize-input.dropdown-active::before {
- content: ' ';
- display: block;
- position: absolute;
- background: #f0f0f0;
- height: 1px;
- bottom: 0;
- left: 0;
- right: 0;
-}
-.selectize-dropdown {
- position: absolute;
- z-index: 10;
- border: 1px solid #d0d0d0;
- background: #fff;
- margin: -1px 0 0 0;
- border-top: 0 none;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
- -webkit-border-radius: 0 0 3px 3px;
- -moz-border-radius: 0 0 3px 3px;
- border-radius: 0 0 3px 3px;
-}
-.selectize-dropdown [data-selectable] {
- cursor: pointer;
- overflow: hidden;
-}
-.selectize-dropdown [data-selectable] .highlight {
- background: rgba(125, 168, 208, 0.2);
- -webkit-border-radius: 1px;
- -moz-border-radius: 1px;
- border-radius: 1px;
-}
-.selectize-dropdown .option,
-.selectize-dropdown .optgroup-header {
- padding: 5px 8px;
-}
-.selectize-dropdown .option,
-.selectize-dropdown [data-disabled],
-.selectize-dropdown [data-disabled] [data-selectable].option {
- cursor: inherit;
- opacity: 0.5;
-}
-.selectize-dropdown [data-selectable].option {
- opacity: 1;
-}
-.selectize-dropdown .optgroup:first-child .optgroup-header {
- border-top: 0 none;
-}
-.selectize-dropdown .optgroup-header {
- color: #303030;
- background: #fff;
- cursor: default;
-}
-.selectize-dropdown .active {
- background-color: #f5fafd;
- color: #495c68;
-}
-.selectize-dropdown .active.create {
- color: #495c68;
-}
-.selectize-dropdown .create {
- color: rgba(48, 48, 48, 0.5);
-}
-.selectize-dropdown-content {
- overflow-y: auto;
- overflow-x: hidden;
- max-height: 200px;
- -webkit-overflow-scrolling: touch;
-}
-.selectize-control.single .selectize-input,
-.selectize-control.single .selectize-input input {
- cursor: pointer;
-}
-.selectize-control.single .selectize-input.input-active,
-.selectize-control.single .selectize-input.input-active input {
- cursor: text;
-}
-.selectize-control.single .selectize-input:after {
- content: ' ';
- display: block;
- position: absolute;
- top: 50%;
- right: 15px;
- margin-top: -3px;
- width: 0;
- height: 0;
- border-style: solid;
- border-width: 5px 5px 0 5px;
- border-color: #808080 transparent transparent transparent;
-}
-.selectize-control.single .selectize-input.dropdown-active:after {
- margin-top: -4px;
- border-width: 0 5px 5px 5px;
- border-color: transparent transparent #808080 transparent;
-}
-.selectize-control.rtl.single .selectize-input:after {
- left: 15px;
- right: auto;
-}
-.selectize-control.rtl .selectize-input > input {
- margin: 0 4px 0 -2px !important;
-}
-.selectize-control .selectize-input.disabled {
- opacity: 0.5;
- background-color: #fafafa;
-}
diff --git a/demo/dist/libs/selectize/dist/js/standalone/selectize.min.js b/demo/dist/libs/selectize/dist/js/standalone/selectize.min.js
deleted file mode 100644
index 43046c90d..000000000
--- a/demo/dist/libs/selectize/dist/js/standalone/selectize.min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! selectize.js - v0.12.6 | https://github.com/selectize/selectize.js | Apache License (v2) */
-
-!function(a,b){"function"==typeof define&&define.amd?define("sifter",b):"object"==typeof exports?module.exports=b():a.Sifter=b()}(this,function(){var a=function(a,b){this.items=a,this.settings=b||{diacritics:!0}};a.prototype.tokenize=function(a){if(!(a=e(String(a||"").toLowerCase()))||!a.length)return[];var b,c,d,g,i=[],j=a.split(/ +/);for(b=0,c=j.length;b0)&&d.items.push({score:c,id:e})}):g.iterator(g.items,function(a,b){d.items.push({score:1,id:b})}),e=g.getSortFunction(d,b),e&&d.items.sort(e),d.total=d.items.length,"number"==typeof b.limit&&(d.items=d.items.slice(0,b.limit)),d};var b=function(a,b){return"number"==typeof a&&"number"==typeof b?a>b?1:ab?1:b>a?-1:0)},c=function(a,b){var c,d,e,f;for(c=1,d=arguments.length;c=0&&a.data.length>0){var f=a.data.match(c),g=document.createElement("span");g.className="highlight";var h=a.splitText(e),i=(h.splitText(f[0].length),h.cloneNode(!0));g.appendChild(i),h.parentNode.replaceChild(g,h),b=1}}else if(1===a.nodeType&&a.childNodes&&!/(script|style)/i.test(a.tagName)&&("highlight"!==a.className||"SPAN"!==a.tagName))for(var j=0;j /g,">").replace(/"/g,""")},m={};m.before=function(a,b,c){var d=a[b];a[b]=function(){return c.apply(a,arguments),d.apply(a,arguments)}},m.after=function(a,b,c){var d=a[b];a[b]=function(){var b=d.apply(a,arguments);return c.apply(a,arguments),b}};var n=function(a){var b=!1;return function(){b||(b=!0,a.apply(this,arguments))}},o=function(a,b){var c;return function(){var d=this,e=arguments;window.clearTimeout(c),c=window.setTimeout(function(){a.apply(d,e)},b)}},p=function(a,b,c){var d,e=a.trigger,f={};a.trigger=function(){var c=arguments[0];if(-1===b.indexOf(c))return e.apply(a,arguments);f[c]=arguments},c.apply(a,[]),a.trigger=e;for(d in f)f.hasOwnProperty(d)&&e.apply(a,f[d])},q=function(a,b,c,d){a.on(b,c,function(b){for(var c=b.target;c&&c.parentNode!==a[0];)c=c.parentNode;return b.currentTarget=c,d.apply(this,[b])})},r=function(a){var b={};if("selectionStart"in a)b.start=a.selectionStart,b.length=a.selectionEnd-b.start;else if(document.selection){a.focus();var c=document.selection.createRange(),d=document.selection.createRange().text.length;c.moveStart("character",-a.value.length),b.start=c.text.length-d,b.length=d}return b},s=function(a,b,c){var d,e,f={};if(c)for(d=0,e=c.length;d ").css({position:"absolute",top:-99999,left:-99999,width:"auto",padding:0,whiteSpace:"pre"}).appendTo("body")),w.$testInput.text(b),s(c,w.$testInput,["letterSpacing","fontSize","fontFamily","fontWeight","textTransform"]),w.$testInput.width()):0},u=function(a){var b=null,c=function(c,d){var e,f,g,h,i,j,k,l;c=c||window.event||{},d=d||{},c.metaKey||c.altKey||(d.force||!1!==a.data("grow"))&&(e=a.val(),c.type&&"keydown"===c.type.toLowerCase()&&(f=c.keyCode,g=f>=48&&f<=57||f>=65&&f<=90||f>=96&&f<=111||f>=186&&f<=222||32===f,46===f||8===f?(l=r(a[0]),l.length?e=e.substring(0,l.start)+e.substring(l.start+l.length):8===f&&l.start?e=e.substring(0,l.start-1)+e.substring(l.start+1):46===f&&void 0!==l.start&&(e=e.substring(0,l.start)+e.substring(l.start+1))):g&&(j=c.shiftKey,k=String.fromCharCode(c.keyCode),k=j?k.toUpperCase():k.toLowerCase(),e+=k)),h=a.attr("placeholder"),!e&&h&&(e=h),(i=t(e,a)+4)!==b&&(b=i,a.width(i),a.triggerHandler("resize")))};a.on("keydown keyup update blur",c),c()},v=function(a){var b=document.createElement("div");return b.appendChild(a.cloneNode(!0)),b.innerHTML},w=function(c,d){var e,f,g,h,i=this;h=c[0],h.selectize=i;var j=window.getComputedStyle&&window.getComputedStyle(h,null);if(g=j?j.getPropertyValue("direction"):h.currentStyle&&h.currentStyle.direction,g=g||c.parents("[dir]:first").attr("dir")||"",a.extend(i,{order:0,settings:d,$input:c,tabIndex:c.attr("tabindex")||"",tagType:"select"===h.tagName.toLowerCase()?1:2,rtl:/rtl/i.test(g),eventNS:".selectize"+ ++w.count,highlightedValue:null,isBlurring:!1,isOpen:!1,isDisabled:!1,isRequired:c.is("[required]"),isInvalid:!1,isLocked:!1,isFocused:!1,isInputHidden:!1,isSetup:!1,isShiftDown:!1,isCmdDown:!1,isCtrlDown:!1,ignoreFocus:!1,ignoreBlur:!1,ignoreHover:!1,hasOptions:!1,currentResults:null,lastValue:"",caretPos:0,loading:0,loadedSearches:{},$activeOption:null,$activeItems:[],optgroups:{},options:{},userOptions:{},items:[],renderCache:{},onSearchChange:null===d.loadThrottle?i.onSearchChange:o(i.onSearchChange,d.loadThrottle)}),i.sifter=new b(this.options,{diacritics:d.diacritics}),i.settings.options){for(e=0,f=i.settings.options.length;e").addClass(r.wrapperClass).addClass(m).addClass(l),c=a("").addClass(r.inputClass).addClass("items").appendTo(b),d=a('
').appendTo(c).attr("tabindex",w.is(":disabled")?"-1":p.tabIndex),k=a(r.dropdownParent||b),e=a("
").addClass(r.dropdownClass).addClass(l).hide().appendTo(k),j=a("
").addClass(r.dropdownContentClass).appendTo(e),(o=w.attr("id"))&&(d.attr("id",o+"-selectized"),a("label[for='"+o+"']").attr("for",o+"-selectized")),p.settings.copyClassesToDropdown&&e.addClass(m),b.css({width:w[0].style.width}),p.plugins.names.length&&(n="plugin-"+p.plugins.names.join(" plugin-"),b.addClass(n),e.addClass(n)),(null===r.maxItems||r.maxItems>1)&&1===p.tagType&&w.attr("multiple","multiple"),p.settings.placeholder&&d.attr("placeholder",r.placeholder),!p.settings.splitOn&&p.settings.delimiter){var x=p.settings.delimiter.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&");p.settings.splitOn=new RegExp("\\s*"+x+"+\\s*")}w.attr("autocorrect")&&d.attr("autocorrect",w.attr("autocorrect")),w.attr("autocapitalize")&&d.attr("autocapitalize",w.attr("autocapitalize")),d[0].type=w[0].type,p.$wrapper=b,p.$control=c,p.$control_input=d,p.$dropdown=e,p.$dropdown_content=j,e.on("mouseenter mousedown click","[data-disabled]>[data-selectable]",function(a){a.stopImmediatePropagation()}),e.on("mouseenter","[data-selectable]",function(){return p.onOptionHover.apply(p,arguments)}),e.on("mousedown click","[data-selectable]",function(){return p.onOptionSelect.apply(p,arguments)}),q(c,"mousedown","*:not(input)",function(){return p.onItemSelect.apply(p,arguments)}),u(d),c.on({mousedown:function(){return p.onMouseDown.apply(p,arguments)},click:function(){return p.onClick.apply(p,arguments)}}),d.on({mousedown:function(a){a.stopPropagation()},keydown:function(){return p.onKeyDown.apply(p,arguments)},keyup:function(){return p.onKeyUp.apply(p,arguments)},keypress:function(){return p.onKeyPress.apply(p,arguments)},resize:function(){p.positionDropdown.apply(p,[])},blur:function(){return p.onBlur.apply(p,arguments)},focus:function(){return p.ignoreBlur=!1,p.onFocus.apply(p,arguments)},paste:function(){return p.onPaste.apply(p,arguments)}}),v.on("keydown"+s,function(a){p.isCmdDown=a[f?"metaKey":"ctrlKey"],p.isCtrlDown=a[f?"altKey":"ctrlKey"],p.isShiftDown=a.shiftKey}),v.on("keyup"+s,function(a){a.keyCode===h&&(p.isCtrlDown=!1),16===a.keyCode&&(p.isShiftDown=!1),a.keyCode===g&&(p.isCmdDown=!1)}),v.on("mousedown"+s,function(a){if(p.isFocused){if(a.target===p.$dropdown[0]||a.target.parentNode===p.$dropdown[0])return!1;p.$control.has(a.target).length||a.target===p.$control[0]||p.blur(a.target)}}),t.on(["scroll"+s,"resize"+s].join(" "),function(){p.isOpen&&p.positionDropdown.apply(p,arguments)}),t.on("mousemove"+s,function(){p.ignoreHover=!1}),this.revertSettings={$children:w.children().detach(),tabindex:w.attr("tabindex")},w.attr("tabindex",-1).hide().after(p.$wrapper),a.isArray(r.items)&&(p.setValue(r.items),delete r.items),i&&w.on("invalid"+s,function(a){a.preventDefault(),p.isInvalid=!0,p.refreshState()}),p.updateOriginalInput(),p.refreshItems(),p.refreshState(),p.updatePlaceholder(),p.isSetup=!0,w.is(":disabled")&&p.disable(),p.on("change",this.onChange),w.data("selectize",p),w.addClass("selectized"),p.trigger("initialize"),!0===r.preload&&p.onSearchChange("")},setupTemplates:function(){var b=this,c=b.settings.labelField,d=b.settings.optgroupLabelField,e={optgroup:function(a){return'
'+a.html+"
"},optgroup_header:function(a,b){return'"},option:function(a,b){return'
'+b(a[c])+"
"},item:function(a,b){return'
'+b(a[c])+"
"},option_create:function(a,b){return'
Add '+b(a.input)+" …
"}};b.settings.render=a.extend({},e,b.settings.render)},setupCallbacks:function(){var a,b,c={initialize:"onInitialize",change:"onChange",item_add:"onItemAdd",item_remove:"onItemRemove",clear:"onClear",option_add:"onOptionAdd",option_remove:"onOptionRemove",option_clear:"onOptionClear",optgroup_add:"onOptionGroupAdd",optgroup_remove:"onOptionGroupRemove",optgroup_clear:"onOptionGroupClear",dropdown_open:"onDropdownOpen",dropdown_close:"onDropdownClose",type:"onType",load:"onLoad",focus:"onFocus",blur:"onBlur"};for(a in c)c.hasOwnProperty(a)&&(b=this.settings[c[a]])&&this.on(a,b)},onClick:function(a){var b=this;b.isFocused&&b.isOpen||(b.focus(),a.preventDefault())},onMouseDown:function(b){var c=this,d=b.isDefaultPrevented();a(b.target);if(c.isFocused){if(b.target!==c.$control_input[0])return"single"===c.settings.mode?c.isOpen?c.close():c.open():d||c.setActiveItem(null),!1}else d||window.setTimeout(function(){c.focus()},0)},onChange:function(){this.$input.trigger("change")},onPaste:function(b){var c=this;if(c.isFull()||c.isInputHidden||c.isLocked)return void b.preventDefault();c.settings.splitOn&&setTimeout(function(){var b=c.$control_input.val();if(b.match(c.settings.splitOn))for(var d=a.trim(b).split(c.settings.splitOn),e=0,f=d.length;e
h&&(j=g,g=h,h=j),e=g;e<=h;e++)i=l.$control[0].childNodes[e],-1===l.$activeItems.indexOf(i)&&(a(i).addClass("active"),l.$activeItems.push(i));c.preventDefault()}else"mousedown"===d&&l.isCtrlDown||"keydown"===d&&this.isShiftDown?b.hasClass("active")?(f=l.$activeItems.indexOf(b[0]),l.$activeItems.splice(f,1),b.removeClass("active")):l.$activeItems.push(b.addClass("active")[0]):(a(l.$activeItems).removeClass("active"),l.$activeItems=[b.addClass("active")[0]]);l.hideInput(),this.isFocused||l.focus()}},setActiveOption:function(b,c,d){var e,f,g,h,i,k=this;k.$activeOption&&k.$activeOption.removeClass("active"),k.$activeOption=null,b=a(b),b.length&&(k.$activeOption=b.addClass("active"),!c&&j(c)||(e=k.$dropdown_content.height(),f=k.$activeOption.outerHeight(!0),c=k.$dropdown_content.scrollTop()||0,g=k.$activeOption.offset().top-k.$dropdown_content.offset().top+c,h=g,i=g-e+f,g+f>e+c?k.$dropdown_content.stop().animate({scrollTop:i},d?k.settings.scrollDuration:0):g=0;c--)-1!==f.items.indexOf(k(d.items[c].id))&&d.items.splice(c,1);return d},refreshOptions:function(b){var c,e,f,g,h,i,j,l,m,n,o,p,q,r,s,t;void 0===b&&(b=!0);var u=this,w=a.trim(u.$control_input.val()),x=u.search(w),y=u.$dropdown_content,z=u.$activeOption&&k(u.$activeOption.attr("data-value"));for(g=x.items.length,"number"==typeof u.settings.maxOptions&&(g=Math.min(g,u.settings.maxOptions)),h={},i=[],c=0;c0||q,u.hasOptions?(x.items.length>0?(s=z&&u.getOption(z),s&&s.length?r=s:"single"===u.settings.mode&&u.items.length&&(r=u.getOption(u.items[0])),r&&r.length||(r=t&&!u.settings.addPrecedence?u.getAdjacentOption(t,1):y.find("[data-selectable]:first"))):r=t,u.setActiveOption(r),b&&!u.isOpen&&u.open()):(u.setActiveOption(null),b&&u.isOpen&&u.close())},addOption:function(b){var c,d,e,f=this;if(a.isArray(b))for(c=0,d=b.length;c=0&&e0),b.$control_input.data("grow",!c&&!d)},isFull:function(){
-return null!==this.settings.maxItems&&this.items.length>=this.settings.maxItems},updateOriginalInput:function(a){var b,c,d,e,f=this;if(a=a||{},1===f.tagType){for(d=[],b=0,c=f.items.length;b'+l(e)+"");d.length||this.$input.attr("multiple")||d.push(' '),f.$input.html(d.join(""))}else f.$input.val(f.getValue()),f.$input.attr("value",f.$input.val());f.isSetup&&(a.silent||f.trigger("change",f.$input.val()))},updatePlaceholder:function(){if(this.settings.placeholder){var a=this.$control_input;this.items.length?a.removeAttr("placeholder"):a.attr("placeholder",this.settings.placeholder),a.triggerHandler("update",{force:!0})}},open:function(){var a=this;a.isLocked||a.isOpen||"multi"===a.settings.mode&&a.isFull()||(a.focus(),a.isOpen=!0,a.refreshState(),a.$dropdown.css({visibility:"hidden",display:"block"}),a.positionDropdown(),a.$dropdown.css({visibility:"visible"}),a.trigger("dropdown_open",a.$dropdown))},close:function(){var a=this,b=a.isOpen;"single"===a.settings.mode&&a.items.length&&(a.hideInput(),a.isBlurring||a.$control_input.blur()),a.isOpen=!1,a.$dropdown.hide(),a.setActiveOption(null),a.refreshState(),b&&a.trigger("dropdown_close",a.$dropdown)},positionDropdown:function(){var a=this.$control,b="body"===this.settings.dropdownParent?a.offset():a.position();b.top+=a.outerHeight(!0),this.$dropdown.css({width:a[0].getBoundingClientRect().width,top:b.top,left:b.left})},clear:function(a){var b=this;b.items.length&&(b.$control.children(":not(input)").remove(),b.items=[],b.lastQuery=null,b.setCaret(0),b.setActiveItem(null),b.updatePlaceholder(),b.updateOriginalInput({silent:a}),b.refreshState(),b.showInput(),b.trigger("clear"))},insertAtCaret:function(a){var b=Math.min(this.caretPos,this.items.length),c=a[0],d=this.buffer||this.$control[0];0===b?d.insertBefore(c,d.firstChild):d.insertBefore(c,d.childNodes[b]),this.setCaret(b+1)},deleteSelection:function(b){var c,d,e,f,g,h,i,j,k,l=this;if(e=b&&8===b.keyCode?-1:1,f=r(l.$control_input[0]),l.$activeOption&&!l.settings.hideSelected&&(i=l.getAdjacentOption(l.$activeOption,-1).attr("data-value")),g=[],l.$activeItems.length){for(k=l.$control.children(".active:"+(e>0?"last":"first")),h=l.$control.children(":not(input)").index(k),e>0&&h++,c=0,d=l.$activeItems.length;c0&&f.start===l.$control_input.val().length&&g.push(l.items[l.caretPos]));if(!g.length||"function"==typeof l.settings.onDelete&&!1===l.settings.onDelete.apply(l,[g]))return!1;for(void 0!==h&&l.setCaret(h);g.length;)l.removeItem(g.pop());return l.showInput(),l.positionDropdown(),l.refreshOptions(!0),i&&(j=l.getOption(i),j.length&&l.setActiveOption(j)),!0},advanceSelection:function(a,b){var c,d,e,f,g,h=this;0!==a&&(h.rtl&&(a*=-1),c=a>0?"last":"first",d=r(h.$control_input[0]),h.isFocused&&!h.isInputHidden?(f=h.$control_input.val().length,(a<0?0===d.start&&0===d.length:d.start===f)&&!f&&h.advanceCaret(a,b)):(g=h.$control.children(".active:"+c),g.length&&(e=h.$control.children(":not(input)").index(g),h.setActiveItem(null),h.setCaret(a>0?e+1:e))))},advanceCaret:function(a,b){var c,d,e=this;0!==a&&(c=a>0?"next":"prev",e.isShiftDown?(d=e.$control_input[c](),d.length&&(e.hideInput(),e.setActiveItem(d),b&&b.preventDefault())):e.setCaret(e.caretPos+a))},setCaret:function(b){var c=this;if(b="single"===c.settings.mode?c.items.length:Math.max(0,Math.min(c.items.length,b)),!c.isPending){var d,e,f,g;for(f=c.$control.children(":not(input)"),d=0,e=f.length;d '}},b),c.setup=function(){var d=c.setup;return function(){d.apply(c,arguments),c.$dropdown_header=a(b.html(b)),c.$dropdown.prepend(c.$dropdown_header)}}()}),w.define("optgroup_columns",function(b){var c=this;b=a.extend({equalizeWidth:!0,equalizeHeight:!0},b),this.getAdjacentOption=function(b,c){var d=b.closest("[data-group]").find("[data-selectable]"),e=d.index(b)+c;return e>=0&&e
',a=a.firstChild,c.body.appendChild(a),b=d.width=a.offsetWidth-a.clientWidth,c.body.removeChild(a)),b},e=function(){var e,f,g,h,i,j,k;if(k=a("[data-group]",c.$dropdown_content),(f=k.length)&&c.$dropdown_content.width()){if(b.equalizeHeight){for(g=0,e=0;e
1&&(i=j-h*(f-1),k.eq(f-1).css({width:i})))}};(b.equalizeHeight||b.equalizeWidth)&&(m.after(this,"positionDropdown",e),m.after(this,"refreshOptions",e))}),w.define("remove_button",function(b){b=a.extend({label:"×",title:"Remove",className:"remove",append:!0},b);if("single"===this.settings.mode)return void function(b,c){c.className="remove-single";var d=b,e=''+c.label+" ",f=function(b,c){return a("").append(b).append(c)};b.setup=function(){var g=d.setup;return function(){if(c.append){var h=a(d.$input.context).attr("id"),i=(a("#"+h),d.settings.render.item);d.settings.render.item=function(a){return f(i.apply(b,arguments),e)}}g.apply(b,arguments),b.$control.on("click","."+c.className,function(a){a.preventDefault(),d.isLocked||d.clear()})}}()}(this,b);!function(b,c){var d=b,e=''+c.label+" ",f=function(a,b){var c=a.search(/(<\/[^>]+>\s*)$/);return a.substring(0,c)+b+a.substring(c)};b.setup=function(){var g=d.setup;return function(){if(c.append){var h=d.settings.render.item;d.settings.render.item=function(a){return f(h.apply(b,arguments),e)}}g.apply(b,arguments),b.$control.on("click","."+c.className,function(b){if(b.preventDefault(),!d.isLocked){var c=a(b.currentTarget).parent();d.setActiveItem(c),d.deleteSelection()&&d.setCaret(d.items.length)}})}}()}(this,b)}),w.define("restore_on_backspace",function(a){var b=this;a.text=a.text||function(a){return a[this.settings.labelField]},this.onKeyDown=function(){var c=b.onKeyDown;return function(b){var d,e;return 8===b.keyCode&&""===this.$control_input.val()&&!this.$activeItems.length&&(d=this.caretPos-1)>=0&&d
-
-
- Redirecting…
-
-
-
- Click here if you are not redirected.
-
-
\ No newline at end of file
diff --git a/demo/docs/alerts.html b/demo/docs/alerts.html
deleted file mode 100644
index 622579a57..000000000
--- a/demo/docs/alerts.html
+++ /dev/null
@@ -1,828 +0,0 @@
-
-
-
-
-
-
-
- Alerts - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Alert messages are used to inform users of the status of their action and help them solve any problems that might have occurred. Good design of alert modals is very important for the overall user experience of a website or app.
-
Default markup
-
Depending on the information you need to convey, you can use one of the following types of alert messages - success , info , warning or danger . Using the right type of alert modal will help draw users’ attention to the message and prompt them to take action.
-
-
-
- This is a success alert — check it out!
-
-
- This is a info alert — check it out!
-
-
- This is a warning alert — check it out!
-
-
- This is a danger alert — check it out!
-
-
-
-
-
- <div class= "alert alert-success" role= "alert" >
- This is a success alert — check it out!
-</div>
-<div class= "alert alert-info" role= "alert" >
- This is a info alert — check it out!
-</div>
-<div class= "alert alert-warning" role= "alert" >
- This is a warning alert — check it out!
-</div>
-<div class= "alert alert-danger" role= "alert" >
- This is a danger alert — check it out!
-</div>
-
-
-
Alert links
-
Add a link to your alert message to redirect users to the details they need to complete or additional information they should read.
-
-
-
- <div class= "alert alert-success" role= "alert" >
- This is a success alert — <a href= "#" class= "alert-link" > check it out</a> !
-</div>
-<div class= "alert alert-info" role= "alert" >
- This is a info alert — <a href= "#" class= "alert-link" > check it out</a> !
-</div>
-<div class= "alert alert-warning" role= "alert" >
- This is a warning alert — <a href= "#" class= "alert-link" > check it out</a> !
-</div>
-<div class= "alert alert-danger" role= "alert" >
- This is a danger alert — <a href= "#" class= "alert-link" > check it out</a> !
-</div>
-
-
-
Dismissible alerts
-
Add the x close button to make an alert modal dismissible. Thanks to that, your alert modal will disappear only once the user closes it.
-
-
-
- This is a success alert — check it out!
-
×
-
-
- This is a info alert — check it out!
-
×
-
-
- This is a warning alert — check it out!
-
×
-
-
- This is a danger alert — check it out!
-
×
-
-
-
-
-
- <div class= "alert alert-success alert-dismissible" role= "alert" >
- This is a success alert — check it out!
- <a href= "#" class= "close" data-dismiss= "alert" aria-label= "close" > × </a>
-</div>
-<div class= "alert alert-info alert-dismissible" role= "alert" >
- This is a info alert — check it out!
- <a href= "#" class= "close" data-dismiss= "alert" aria-label= "close" > × </a>
-</div>
-<div class= "alert alert-warning alert-dismissible" role= "alert" >
- This is a warning alert — check it out!
- <a href= "#" class= "close" data-dismiss= "alert" aria-label= "close" > × </a>
-</div>
-<div class= "alert alert-danger alert-dismissible" role= "alert" >
- This is a danger alert — check it out!
- <a href= "#" class= "close" data-dismiss= "alert" aria-label= "close" > × </a>
-</div>
-
-
-
Alerts with icons
-
Add an icon to your alert modal to make it more user-friendly and help users easily identify the message.
-
-
-
-
- This is a success alert — check it out!
-
-
-
- This is a info alert — check it out!
-
-
-
- This is a warning alert — check it out!
-
-
-
- This is a danger alert — check it out!
-
-
-
-
-
- <div class= "alert alert-success" role= "alert" >
- <!-- SVG icon code -->
- This is a success alert — check it out!
-</div>
-<div class= "alert alert-info" role= "alert" >
- <!-- SVG icon code -->
- This is a info alert — check it out!
-</div>
-<div class= "alert alert-warning" role= "alert" >
- <!-- SVG icon code -->
- This is a warning alert — check it out!
-</div>
-<div class= "alert alert-danger" role= "alert" >
- <!-- SVG icon code -->
- This is a danger alert — check it out!
-</div>
-
-
-
Alert with avatar
-
Add an avatar to your alert modal to make it more personalized.
-
-
-
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Lorem ipsum dolor sit amet, consectetur adipisicing elit.
-
-
- JL
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Lorem ipsum dolor sit amet, consectetur adipisicing elit.
-
-
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Lorem ipsum dolor sit amet, consectetur adipisicing elit.
-
-
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Lorem ipsum dolor sit amet, consectetur adipisicing elit.
-
-
-
-
-
- <div class= "alert alert-success" role= "alert" >
- <span class= "avatar" style= "background-image: url(...)" ></span>
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Lorem ipsum dolor sit amet, consectetur adipisicing elit.
-</div>
-<div class= "alert alert-info" role= "alert" >
- <span class= "avatar" > JL</span>
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Lorem ipsum dolor sit amet, consectetur adipisicing elit.
-</div>
-<div class= "alert alert-warning" role= "alert" >
- <span class= "avatar" style= "background-image: url(...)" ></span>
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Lorem ipsum dolor sit amet, consectetur adipisicing elit.
-</div>
-<div class= "alert alert-danger" role= "alert" >
- <span class= "avatar" style= "background-image: url(...)" ></span>
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Lorem ipsum dolor sit amet, consectetur adipisicing elit.
-</div>
-
-
-
-
Add primary and secondary buttons to your alert modals if you want users to take a particular action based on the information included in the modal message.
-
-
-
-
Some Title
-
Lorem ipsum Minim ad pariatur eiusmod ea ut nulla aliqua est quis id dolore minim voluptate.
-
-
×
-
-
-
-
-
- <div class= "alert alert-success alert-dismissible" role= "alert" >
- <h3> Some Title</h3>
- <p> Lorem ipsum Minim ad pariatur eiusmod ea ut nulla aliqua est quis id dolore minim voluptate.</p>
- <div class= "btn-list" >
- <a href= "#" class= "btn btn-success" > Save changes</a>
- <a href= "#" class= "btn btn-white" > Cancel</a>
- </div>
- <a href= "#" class= "close" data-dismiss= "alert" aria-label= "close" > × </a>
-</div>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/autosize.html b/demo/docs/autosize.html
deleted file mode 100644
index eb2759e2e..000000000
--- a/demo/docs/autosize.html
+++ /dev/null
@@ -1,620 +0,0 @@
-
-
-
-
-
-
-
- Autosize - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Autosize
-
-
The autosize element will automatically adjust the textarea height and make it easier for users to follow as they type.
-
Default markup
-
Add the autosize element to your input to make it automatically adjust to the length of a text as a user types it.
-
-
- Autosize example
-
-
-
-
-
- <label class= "form-label" > Autosize example</label>
-<textarea class= "form-control" data-toggle= "autosize" placeholder= "Typing something…" ></textarea>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/avatars.html b/demo/docs/avatars.html
deleted file mode 100644
index 1f611433e..000000000
--- a/demo/docs/avatars.html
+++ /dev/null
@@ -1,820 +0,0 @@
-
-
-
-
-
-
-
- Avatars - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Avatars
-
-
Avatars help customise various elements of a user interface and make the product experience more personalised. They are often used in communication apps, collaboration tools and social media.
-
Default markup
-
Use the avatar class to add an avatar to your interface design for greater customisation.
-
-
-
- <span class= "avatar" style= "background-image: url(...)" ></span>
-<span class= "avatar" > JL</span>
-<span class= "avatar" style= "background-image: url(...)" ></span>
-
-
-
Avatar image
-
Set an image as the background to make users easy to indentify and create a personalised experience.
-
-
-
- <span class= "avatar" style= "background-image: url(...)" ></span>
-<span class= "avatar" style= "background-image: url(...)" ></span>
-<span class= "avatar" style= "background-image: url(...)" ></span>
-
-
-
Initials
-
You can also use initials instead of pictures.
-
-
- AB
- CD
- EF
- GH
- IJ
-
-
-
-
- <span class= "avatar" > AB</span>
-<span class= "avatar" > CD</span>
-<span class= "avatar" > EF</span>
-<span class= "avatar" > GH</span>
-<span class= "avatar" > IJ</span>
-
-
-
Avatar icons
-
Apart from pictures and initials, you can also use icons to make the avatars more universal.
-
-
-
- <span class= "avatar" > <!-- SVG icon code -->
-</span>
-<span class= "avatar" > <!-- SVG icon code -->
-</span>
-<span class= "avatar" > <!-- SVG icon code -->
-</span>
-
-
-
Avatar initials color
-
Customize the color of the avatars’ background. You can click here to see the list of available colors.
-
-
- AB
- CD
- EF
- GH
- IJ
-
-
-
-
- <span class= "avatar bg-green-lt" > AB</span>
-<span class= "avatar bg-red-lt" > CD</span>
-<span class= "avatar bg-yellow-lt" > EF</span>
-<span class= "avatar bg-blue-lt" > GH</span>
-<span class= "avatar bg-purple-lt" > IJ</span>
-
-
-
Avatar size
-
Using Bootstrap’s typical naming structure, you can create a standard avatar or scale it up or down to different sizes based on what you need.
-
-
-
- <span class= "avatar avatar-xl" > HS</span>
-<span class= "avatar avatar-lg" style= "background-image: url(...)" ></span>
-<span class= "avatar avatar-md" style= "background-image: url(...)" ></span>
-<span class= "avatar" > EP</span>
-<span class= "avatar avatar-sm" style= "background-image: url(...)" ></span>
-
-
-
Avatar status
-
Add a status indicator to your avatar to show, for instance, if a users is online or offline or indicate the number of messages they have received.
-
-
-
-
-
-
-
-
- SA
-
-
-
- 5
-
-
-
-
- <span class= "avatar" style= "background-image: url(...)" ></span>
-<span class= "avatar" style= "background-image: url(...)" >
- <span class= "badge bg-danger" ></span></span>
-<span class= "avatar" style= "background-image: url(...)" >
- <span class= "badge bg-success" ></span></span>
-<span class= "avatar" >
- <span class= "badge bg-warning" ></span> SA</span>
-<span class= "avatar" style= "background-image: url(...)" >
- <span class= "badge bg-info" ></span></span>
-<span class= "avatar" style= "background-image: url(...)" >
- <span class= "badge bg-gray" > 5</span></span>
-
-
-
Avatar shape
-
Change the shape of an avatar with the default Bootstrap image classes. You can make them round or square and change their border radius.
-
-
-
- <span class= "avatar" style= "background-image: url(...)" ></span>
-<span class= "avatar rounded" style= "background-image: url(...)" ></span>
-<span class= "avatar rounded-circle" > AA</span>
-<span class= "avatar rounded-0" style= "background-image: url(...)" ></span>
-<span class= "avatar rounded-lg" style= "background-image: url(...)" ></span>
-
-
-
Avatars list
-
Create a list of avatars within one parent container.
-
-
-
- <div class= "avatar-list" >
- <span class= "avatar" style= "background-image: url(...)" ></span>
- <span class= "avatar" > JL</span>
- <span class= "avatar" style= "background-image: url(...)" ></span>
- <span class= "avatar" style= "background-image: url(...)" ></span>
- <span class= "avatar" style= "background-image: url(...)" ></span>
-</div>
-
-
-
Stacked list
-
Make the list stack once a certain number of avatars is reached to make it look clear and display well regardless of the screen size.
-
-
-
- <div class= "avatar-list avatar-list-stacked" >
- <span class= "avatar" > EB</span>
- <span class= "avatar" style= "background-image: url(...)" ></span>
- <span class= "avatar" style= "background-image: url(...)" ></span>
- <span class= "avatar" style= "background-image: url(...)" ></span>
- <span class= "avatar" style= "background-image: url(...)" ></span>
- <span class= "avatar" > +8</span>
-</div>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/badges.html b/demo/docs/badges.html
deleted file mode 100644
index d3df45d81..000000000
--- a/demo/docs/badges.html
+++ /dev/null
@@ -1,874 +0,0 @@
-
-
-
-
-
-
-
- Badges - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Badges are small count and labeling components, which are used to add extra information to an interface element. You can use them to draw users' attention to a new element, notify about unread messages or provide any kind of additional info.
-
Default markup
-
The default badges are square and come in the basic set of colors.
-
-
- blue
- azure
- indigo
- purple
- pink
- red
- orange
- yellow
- lime
- green
- teal
- cyan
- gray
-
-
-
-
- <span class= "badge bg-blue" > blue</span>
-<span class= "badge bg-azure" > azure</span>
-<span class= "badge bg-indigo" > indigo</span>
-<span class= "badge bg-purple" > purple</span>
-<span class= "badge bg-pink" > pink</span>
-<span class= "badge bg-red" > red</span>
-<span class= "badge bg-orange" > orange</span>
-<span class= "badge bg-yellow" > yellow</span>
-<span class= "badge bg-lime" > lime</span>
-<span class= "badge bg-green" > green</span>
-<span class= "badge bg-teal" > teal</span>
-<span class= "badge bg-cyan" > cyan</span>
-<span class= "badge bg-gray" > gray</span>
-
-
-
Pill badges
-
Use the .bagde-pill class if you want to create a badge with rounded corners. Its width will adjust to the label text.
-
-
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
-
-
-
-
- <span class= "badge badge-pill bg-blue" > 1</span>
-<span class= "badge badge-pill bg-azure" > 2</span>
-<span class= "badge badge-pill bg-indigo" > 3</span>
-<span class= "badge badge-pill bg-purple" > 4</span>
-<span class= "badge badge-pill bg-pink" > 5</span>
-<span class= "badge badge-pill bg-red" > 6</span>
-<span class= "badge badge-pill bg-orange" > 7</span>
-<span class= "badge badge-pill bg-yellow" > 8</span>
-<span class= "badge badge-pill bg-lime" > 9</span>
-<span class= "badge badge-pill bg-green" > 10</span>
-<span class= "badge badge-pill bg-teal" > 11</span>
-<span class= "badge badge-pill bg-cyan" > 12</span>
-<span class= "badge badge-pill bg-gray" > 13</span>
-
-
-
Soft color badges
-
You can create a soft colour variant of a corresponding contextual badge variation, to make it look more subtle. Click here to see the list of available colors and choose ones that best suit your design.
-
-
- blue
- azure
- indigo
- purple
- pink
- red
- orange
- yellow
- lime
- green
- teal
- cyan
- gray
-
-
-
-
- <span class= "badge bg-blue-lt" > blue</span>
-<span class= "badge bg-azure-lt" > azure</span>
-<span class= "badge bg-indigo-lt" > indigo</span>
-<span class= "badge bg-purple-lt" > purple</span>
-<span class= "badge bg-pink-lt" > pink</span>
-<span class= "badge bg-red-lt" > red</span>
-<span class= "badge bg-orange-lt" > orange</span>
-<span class= "badge bg-yellow-lt" > yellow</span>
-<span class= "badge bg-lime-lt" > lime</span>
-<span class= "badge bg-green-lt" > green</span>
-<span class= "badge bg-teal-lt" > teal</span>
-<span class= "badge bg-cyan-lt" > cyan</span>
-<span class= "badge bg-gray-lt" > gray</span>
-
-
-
Links
-
Place the badge within an <a> element if you want it to perform the function of a link and make it clickable.
-
-
-
- <a href= "#" class= "badge bg-blue" > blue</a>
-<a href= "#" class= "badge bg-azure" > azure</a>
-<a href= "#" class= "badge bg-indigo" > indigo</a>
-<a href= "#" class= "badge bg-purple" > purple</a>
-<a href= "#" class= "badge bg-pink" > pink</a>
-<a href= "#" class= "badge bg-red" > red</a>
-<a href= "#" class= "badge bg-orange" > orange</a>
-<a href= "#" class= "badge bg-yellow" > yellow</a>
-<a href= "#" class= "badge bg-lime" > lime</a>
-<a href= "#" class= "badge bg-green" > green</a>
-<a href= "#" class= "badge bg-teal" > teal</a>
-<a href= "#" class= "badge bg-cyan" > cyan</a>
-<a href= "#" class= "badge bg-gray" > gray</a>
-
-
-
Empty badges
-
Leave the HTML element empty if you want to create badges without any text. Empty badges are particularly useful if you want to make an interface element more noticeable regardless of limited space.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <a href= "#" class= "badge bg-blue" ></a>
-<a href= "#" class= "badge bg-azure" ></a>
-<a href= "#" class= "badge bg-indigo" ></a>
-<a href= "#" class= "badge bg-purple" ></a>
-<a href= "#" class= "badge bg-pink" ></a>
-<a href= "#" class= "badge bg-red" ></a>
-<a href= "#" class= "badge bg-orange" ></a>
-<a href= "#" class= "badge bg-yellow" ></a>
-<a href= "#" class= "badge bg-lime" ></a>
-<a href= "#" class= "badge bg-green" ></a>
-<a href= "#" class= "badge bg-teal" ></a>
-<a href= "#" class= "badge bg-cyan" ></a>
-<a href= "#" class= "badge bg-gray" ></a>
-
-
-
Badge add-ons
-
Add the .badge-addon class to create an add-on that will customize your badge and make it more noticeable. You can use any color variants and combine them as you see fit.
-
-
-
- task
- finished
-
-
- bundle
- passing
-
-
- CSS gzip size
- 20.9kB
-
-
-
-
-
- <span class= "badge bg-green" >
- task
- <span class= "badge-addon " > finished</span>
-</span>
-<span class= "badge bg-purple" >
- bundle
- <span class= "badge-addon " > passing</span>
-</span>
-<span class= "badge bg-red-lt" >
- CSS gzip size
- <span class= "badge-addon bg-red" > 20.9kB</span>
-</span>
-
-
-
Badge avatars
-
Create the .badge-avatar class to add an avatar that will make a badge more personalized.
-
-
-
-
- Paweł Kuna
-
-
- JL
- Jeffie Lewzey
-
-
-
- Mallory Hulme
-
-
-
- Dunn Slane
-
-
-
- Emmy Levet
-
-
-
-
-
- <span class= "badge bg-blue" >
- <span class= "badge-avatar" style= "background-image: url(...)" ></span>
- Paweł Kuna
-</span>
-<span class= "badge bg-blue" >
- <span class= "badge-avatar" style= "background-image: url(...)" > JL</span>
- Jeffie Lewzey
-</span>
-<span class= "badge bg-blue" >
- <span class= "badge-avatar" style= "background-image: url(...)" ></span>
- Mallory Hulme
-</span>
-<span class= "badge bg-blue" >
- <span class= "badge-avatar" style= "background-image: url(...)" ></span>
- Dunn Slane
-</span>
-<span class= "badge bg-blue" >
- <span class= "badge-avatar" style= "background-image: url(...)" ></span>
- Emmy Levet
-</span>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/breadcrumb.html b/demo/docs/breadcrumb.html
deleted file mode 100644
index b3a56ad06..000000000
--- a/demo/docs/breadcrumb.html
+++ /dev/null
@@ -1,699 +0,0 @@
-
-
-
-
-
-
-
- Breadcrumb - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Breadcrumbs are used to show the current website or app location and reduce the number of actions users have to take. Thanks to breadcrumbs, they can easily navigate within the website hierarchy and better understand its structure.
-
Default markup
-
Add the :before pseudo-element in li tags to use the default separators. The active modifier in a li tag will help you indicate the current page location and facilitate navigation within your website or app.
-
-
-
- <ol class= "breadcrumb" aria-label= "breadcrumbs" >
- <li class= "breadcrumb-item" ><a href= "#" > Home</a></li>
- <li class= "breadcrumb-item" ><a href= "#" > Library</a></li>
- <li class= "breadcrumb-item active" aria-current= "page" ><a href= "#" > Data</a></li>
-</ol>
-
-
-
Breadcrumb variations
-
If you wish to use different separators, modify the $breadcrumb-variants variable in the Tabler config. Depending on the aesthetics of your design, you can choose dots, bullets or arrows.
-
-
-
- <ol class= "breadcrumb breadcrumb-dots" aria-label= "breadcrumbs" >
- <li class= "breadcrumb-item" ><a href= "#" > Home</a></li>
- <li class= "breadcrumb-item" ><a href= "#" > Library</a></li>
- <li class= "breadcrumb-item active" aria-current= "page" ><a href= "#" > Data</a></li>
-</ol>
-
-
-
-
-
- <ol class= "breadcrumb breadcrumb-arrows" aria-label= "breadcrumbs" >
- <li class= "breadcrumb-item" ><a href= "#" > Home</a></li>
- <li class= "breadcrumb-item" ><a href= "#" > Library</a></li>
- <li class= "breadcrumb-item active" aria-current= "page" ><a href= "#" > Data</a></li>
-</ol>
-
-
-
-
-
- <ol class= "breadcrumb breadcrumb-bullets" aria-label= "breadcrumbs" >
- <li class= "breadcrumb-item" ><a href= "#" > Home</a></li>
- <li class= "breadcrumb-item" ><a href= "#" > Library</a></li>
- <li class= "breadcrumb-item active" aria-current= "page" ><a href= "#" > Data</a></li>
-</ol>
-
-
-
Alternate version
-
Use the breadcrumb-alternate class to make the breadcrumb colors more neutral, retaining its function of showing the current location within an interface.
-
-
-
- <ol class= "breadcrumb breadcrumb-alternate" aria-label= "breadcrumbs" >
- <li class= "breadcrumb-item" ><a href= "#" > Home</a></li>
- <li class= "breadcrumb-item" ><a href= "#" > Library</a></li>
- <li class= "breadcrumb-item active" aria-current= "page" ><a href= "#" > Data</a></li>
-</ol>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/buttons.html b/demo/docs/buttons.html
deleted file mode 100644
index 299615869..000000000
--- a/demo/docs/buttons.html
+++ /dev/null
@@ -1,1706 +0,0 @@
-
-
-
-
-
-
-
- Buttons - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Use button styles that best suit your designs and encourage users to take the desired actions. You can customize the button's properties to improve the user experience of your website or system, changing the size, shape, color and many more.
-
-
As one of the most common elements of UI design, buttons have a very important function of engaging users with your website or app and guiding them in their actions. Use the .btn classes with the <button> element and add additional styling that will make your buttons serve their purpose and draw users’ attention.
-
-
-
- <a href= "#" class= "btn btn-primary" role= "button" > Link</a>
-<button class= "btn btn-primary" > Button</button>
-<input type= "button" class= "btn btn-primary" value= "Input" />
-<input type= "submit" class= "btn btn-primary" value= "Submit" />
-<input type= "reset" class= "btn btn-primary" value= "Reset" />
-
-
-
-
Use the button classes that correspond to the function of your button. The big range of available colors will help you show your buttons’ purpose and make them easy to spot.
-
-
-
- <a href= "#" class= "btn btn-primary" >
- Primary
-</a>
-<a href= "#" class= "btn btn-secondary" >
- Secondary
-</a>
-<a href= "#" class= "btn btn-success" >
- Success
-</a>
-<a href= "#" class= "btn btn-warning" >
- Warning
-</a>
-<a href= "#" class= "btn btn-danger" >
- Danger
-</a>
-<a href= "#" class= "btn btn-info" >
- Info
-</a>
-<a href= "#" class= "btn btn-light" >
- Light
-</a>
-<a href= "#" class= "btn btn-dark" >
- Dark
-</a>
-<a href= "#" class= "btn btn-link" >
- Link
-</a>
-
-
-
-
Make buttons look inactive to show that an action is possible once the user meets certain criteria, such as completing the required fields to submit a form.
-
-
-
- <a href= "#" class= "btn btn-primary disabled" >
- Primary
-</a>
-<a href= "#" class= "btn btn-secondary disabled" >
- Secondary
-</a>
-<a href= "#" class= "btn btn-success disabled" >
- Success
-</a>
-<a href= "#" class= "btn btn-warning disabled" >
- Warning
-</a>
-<a href= "#" class= "btn btn-danger disabled" >
- Danger
-</a>
-<a href= "#" class= "btn btn-info disabled" >
- Info
-</a>
-<a href= "#" class= "btn btn-light disabled" >
- Light
-</a>
-<a href= "#" class= "btn btn-dark disabled" >
- Dark
-</a>
-<a href= "#" class= "btn btn-link disabled" >
- Link
-</a>
-
-
-
Color variations
-
Choose the right color for your button to make it go well with your design and draw users’ attention. Button colors can have a big influence on users’ decisions, which is why it’s important to choose them based on the intended purpose.
-
-
-
- <a href= "#" class= "btn btn-blue" > Blue</a>
-<a href= "#" class= "btn btn-azure" > Azure</a>
-<a href= "#" class= "btn btn-indigo" > Indigo</a>
-<a href= "#" class= "btn btn-purple" > Purple</a>
-<a href= "#" class= "btn btn-pink" > Pink</a>
-<a href= "#" class= "btn btn-red" > Red</a>
-<a href= "#" class= "btn btn-orange" > Orange</a>
-<a href= "#" class= "btn btn-yellow" > Yellow</a>
-<a href= "#" class= "btn btn-lime" > Lime</a>
-<a href= "#" class= "btn btn-green" > Green</a>
-<a href= "#" class= "btn btn-teal" > Teal</a>
-<a href= "#" class= "btn btn-cyan" > Cyan</a>
-<a href= "#" class= "btn btn-gray" > Gray</a>
-
-
-
-
Use the .btn-ghost-* class to make your button look simple yet aesthetically appealing. Ghost buttons help focus users’ attention on the website’s primary design, at the same time encouraging them to take action.
-
-
-
- <a href= "#" class= "btn btn-ghost-primary" > Primary</a>
-<a href= "#" class= "btn btn-ghost-secondary" > Secondary</a>
-<a href= "#" class= "btn btn-ghost-success" > Success</a>
-<a href= "#" class= "btn btn-ghost-warning" > Warning</a>
-<a href= "#" class= "btn btn-ghost-danger" > Danger</a>
-<a href= "#" class= "btn btn-ghost-info" > Info</a>
-<a href= "#" class= "btn btn-ghost-light" > Light</a>
-<a href= "#" class= "btn btn-ghost-dark" > Dark</a>
-<a href= "#" class= "btn btn-ghost-link" > Link</a>
-
-
-
-
Use the .btn-square class to remove the border radius, if you want the corners of your button to be square rather than rounded.
-
-
-
- <a href= "#" class= "btn btn-primary btn-square" >
- Primary
-</a>
-<a href= "#" class= "btn btn-secondary btn-square" >
- Secondary
-</a>
-<a href= "#" class= "btn btn-success btn-square" >
- Success
-</a>
-<a href= "#" class= "btn btn-warning btn-square" >
- Warning
-</a>
-<a href= "#" class= "btn btn-danger btn-square" >
- Danger
-</a>
-<a href= "#" class= "btn btn-info btn-square" >
- Info
-</a>
-<a href= "#" class= "btn btn-light btn-square" >
- Light
-</a>
-<a href= "#" class= "btn btn-dark btn-square" >
- Dark
-</a>
-<a href= "#" class= "btn btn-link btn-square" >
- Link
-</a>
-
-
-
-
Add the .btn-pill class to your button to make it rounded and give it a modern and attractive look.
-
-
-
- <a href= "#" class= "btn btn-primary btn-pill" >
- Primary
-</a>
-<a href= "#" class= "btn btn-secondary btn-pill" >
- Secondary
-</a>
-<a href= "#" class= "btn btn-success btn-pill" >
- Success
-</a>
-<a href= "#" class= "btn btn-warning btn-pill" >
- Warning
-</a>
-<a href= "#" class= "btn btn-danger btn-pill" >
- Danger
-</a>
-<a href= "#" class= "btn btn-info btn-pill" >
- Info
-</a>
-<a href= "#" class= "btn btn-light btn-pill" >
- Light
-</a>
-<a href= "#" class= "btn btn-dark btn-pill" >
- Dark
-</a>
-<a href= "#" class= "btn btn-link btn-pill" >
- Link
-</a>
-
-
-
-
Replace the default modifier class with the .btn-outline-* class, if you want to remove the color and the background of your button and give it a more subtle look. Outline buttons are perfect to use as secondary buttons, as they don’t distract users from the main action.
-
-
-
- <a href= "#" class= "btn btn-outline-primary" >
- Primary
-</a>
-<a href= "#" class= "btn btn-outline-secondary" >
- Secondary
-</a>
-<a href= "#" class= "btn btn-outline-success" >
- Success
-</a>
-<a href= "#" class= "btn btn-outline-warning" >
- Warning
-</a>
-<a href= "#" class= "btn btn-outline-danger" >
- Danger
-</a>
-<a href= "#" class= "btn btn-outline-info" >
- Info
-</a>
-<a href= "#" class= "btn btn-outline-light" >
- Light
-</a>
-<a href= "#" class= "btn btn-outline-dark" >
- Dark
-</a>
-<a href= "#" class= "btn btn-outline-link" >
- Link
-</a>
-
-
-
-
Add .btn-lg or .btn-sm to change the size of your button and differentiate those which should have primary focus from those of secondary importance. Adapt the button size to your design and encourage users to take actions.
-
-
-
- Large button
- Large button
-
-
-
-
-
- <button type= "button" class= "btn btn-primary btn-lg" > Large button</button>
-<button type= "button" class= "btn btn-white btn-lg" > Large button</button>
-
-
-
-
-
- Small button
- Small button
-
-
-
-
-
- <button type= "button" class= "btn btn-primary btn-sm" > Small button</button>
-<button type= "button" class= "btn btn-white btn-sm" > Small button</button>
-
-
-
You can also add the .btn-block class to create block level buttons which span the full width of a parent.
-
-
-
- Block level button
- Block level button
-
-
-
-
-
- <button type= "button" class= "btn btn-primary btn-block" > Block level button</button>
-<button type= "button" class= "btn btn-white btn-block" > Block level button</button>
-
-
-
-
Label your button with text and add an icon to communiacate the action and make it easy to identify for users. Icons are easily recognized and improve the aesthetics of your button design, giving it a modern and atractive look.
-
Icons can be found here
-
-
-
-
-
- Upload
-
-
-
- I like
-
-
-
- I agree
-
-
-
- More
-
-
-
- Link
-
-
-
- Comment
-
-
-
-
-
-
- <button type= "button" class= "btn btn-dark" >
- <!-- SVG icon code -->
- Upload
-</button>
-<button type= "button" class= "btn btn-warning" >
- <!-- SVG icon code -->
- I like
-</button>
-<button type= "button" class= "btn btn-success" >
- <!-- SVG icon code -->
- I agree
-</button>
-<button type= "button" class= "btn btn-outline-primary" >
- <!-- SVG icon code -->
- More
-</button>
-<button type= "button" class= "btn btn-danger" >
- <!-- SVG icon code -->
- Link
-</button>
-<button type= "button" class= "btn btn-info" >
- <!-- SVG icon code -->
- Comment
-</button>
-
-
-
-
You can use the icons of popular social networking sites, which users are familiar with. Thanks to buttons with social media icons users can share content or follow a website with just one click, without leaving the website.
-
-
-
- <a href= "#" class= "btn btn-facebook" >
- <!-- SVG icon code -->
- Facebook
-</a>
-<a href= "#" class= "btn btn-twitter" >
- <!-- SVG icon code -->
- Twitter
-</a>
-<a href= "#" class= "btn btn-google" >
- <!-- SVG icon code -->
- Google
-</a>
-<a href= "#" class= "btn btn-youtube" >
- <!-- SVG icon code -->
- Youtube
-</a>
-<a href= "#" class= "btn btn-vimeo" >
- <!-- SVG icon code -->
- Vimeo
-</a>
-<a href= "#" class= "btn btn-dribbble" >
- <!-- SVG icon code -->
- Dribbble
-</a>
-<a href= "#" class= "btn btn-github" >
- <!-- SVG icon code -->
- Github
-</a>
-<a href= "#" class= "btn btn-instagram" >
- <!-- SVG icon code -->
- Instagram
-</a>
-<a href= "#" class= "btn btn-pinterest" >
- <!-- SVG icon code -->
- Pinterest
-</a>
-<a href= "#" class= "btn btn-vk" >
- <!-- SVG icon code -->
- VK
-</a>
-<a href= "#" class= "btn btn-rss" >
- <!-- SVG icon code -->
- RSS
-</a>
-<a href= "#" class= "btn btn-flickr" >
- <!-- SVG icon code -->
- Flickr
-</a>
-<a href= "#" class= "btn btn-bitbucket" >
- <!-- SVG icon code -->
- Bitbucker
-</a>
-<a href= "#" class= "btn btn-tabler" >
- <!-- SVG icon code -->
- Tabler
-</a>
-
-
-
You can also add an icon without the name of a social networking site, if you want to display more buttons on a small space.
-
-
-
- <a href= "#" class= "btn btn-facebook btn-icon" aria-label= "Button" >
- <!-- SVG icon code -->
-</a>
-<a href= "#" class= "btn btn-twitter btn-icon" aria-label= "Button" >
- <!-- SVG icon code -->
-</a>
-<a href= "#" class= "btn btn-google btn-icon" aria-label= "Button" >
- <!-- SVG icon code -->
-</a>
-<a href= "#" class= "btn btn-youtube btn-icon" aria-label= "Button" >
- <!-- SVG icon code -->
-</a>
-<a href= "#" class= "btn btn-vimeo btn-icon" aria-label= "Button" >
- <!-- SVG icon code -->
-</a>
-<a href= "#" class= "btn btn-dribbble btn-icon" aria-label= "Button" >
- <!-- SVG icon code -->
-</a>
-<a href= "#" class= "btn btn-github btn-icon" aria-label= "Button" >
- <!-- SVG icon code -->
-</a>
-<a href= "#" class= "btn btn-instagram btn-icon" aria-label= "Button" >
- <!-- SVG icon code -->
-</a>
-<a href= "#" class= "btn btn-pinterest btn-icon" aria-label= "Button" >
- <!-- SVG icon code -->
-</a>
-<a href= "#" class= "btn btn-vk btn-icon" aria-label= "Button" >
- <!-- SVG icon code -->
-</a>
-<a href= "#" class= "btn btn-rss btn-icon" aria-label= "Button" >
- <!-- SVG icon code -->
-</a>
-<a href= "#" class= "btn btn-flickr btn-icon" aria-label= "Button" >
- <!-- SVG icon code -->
-</a>
-<a href= "#" class= "btn btn-bitbucket btn-icon" aria-label= "Button" >
- <!-- SVG icon code -->
-</a>
-<a href= "#" class= "btn btn-tabler btn-icon" aria-label= "Button" >
- <!-- SVG icon code -->
-</a>
-
-
-
-
Add the .btn-icon class to remove unnecessary padding from your button and use an icon without any additional label. Thanks to that, you can save space and make the action easy to recognize for international users.
-
-
-
- <a href= "#" class= "btn btn-primary btn-icon" aria-label= "Button" >
- <!-- SVG icon code -->
-</a>
-<a href= "#" class= "btn btn-github btn-icon" aria-label= "Button" >
- <!-- SVG icon code -->
-</a>
-<a href= "#" class= "btn btn-success btn-icon" aria-label= "Button" >
- <!-- SVG icon code -->
-</a>
-<a href= "#" class= "btn btn-warning btn-icon" aria-label= "Button" >
- <!-- SVG icon code -->
-</a>
-<a href= "#" class= "btn btn-danger btn-icon" aria-label= "Button" >
- <!-- SVG icon code -->
-</a>
-<a href= "#" class= "btn btn-purple btn-icon" aria-label= "Button" >
- <!-- SVG icon code -->
-</a>
-<a href= "#" class= "btn btn-white btn-icon" aria-label= "Button" >
- <!-- SVG icon code -->
-</a>
-
-
-
-
Create a dropdown button that will encourage users to click for more options. You can add a label with an icon or remove the label and add an icon on its own if you want to save space. Choose the option that will best suit your design and improve the user experience.
-
-
-
-
-
-
-
- Show calendar
-
-
-
-
-
- Show calendar
-
-
-
-
-
-
-
-
- <div class= "dropdown" >
- <button type= "button" class= "btn btn-white dropdown-toggle" data-toggle= "dropdown" >
- <!-- SVG icon code -->
- </button>
- <div class= "dropdown-menu" >
- <a class= "dropdown-item" href= "#" >
- Action
- </a>
- <a class= "dropdown-item" href= "#" >
- Another action
- </a>
- </div>
-</div>
-<div class= "dropdown" >
- <button type= "button" class= "btn btn-white dropdown-toggle" data-toggle= "dropdown" >
- <!-- SVG icon code -->
- Show calendar
- </button>
- <div class= "dropdown-menu" >
- <a class= "dropdown-item" href= "#" >
- Action
- </a>
- <a class= "dropdown-item" href= "#" >
- Another action
- </a>
- </div>
-</div>
-<div class= "dropdown" >
- <button type= "button" class= "btn btn-white dropdown-toggle" data-toggle= "dropdown" >
- Show calendar
- </button>
- <div class= "dropdown-menu" >
- <a class= "dropdown-item" href= "#" >
- Action
- </a>
- <a class= "dropdown-item" href= "#" >
- Another action
- </a>
- </div>
-</div>
-
-
-
-
Add the .btn-loading class to show a button’s loading state, which can be useful in the case of operations that take longer to process. Thanks to that, users will be aware of the current state of their action and won’t give it up before it’s finished.
-
-
-
- <a href= "#" class= "btn btn-primary btn-loading" >
- Button
-</a>
-<a href= "#" class= "btn btn-primary btn-loading" >
- Loading button with loooong content
-</a>
-
-
-
-
-
- <a href= "#" class= "btn btn-primary" >
- <span class= "spinner-border spinner-border-sm mr-2" role= "status" ></span>
- Button
-</a>
-
-
-
-
Create a list of buttons using the .btn-list container to display different actions a user can take. If you add aditional styling, such as colours, you will be able to focus users’ attention on a particular action or suggest the result.
-
-
-
- <div class= "btn-list" >
- <a href= "#" class= "btn btn-success" > Save changes</a>
- <a href= "#" class= "btn btn-white" > Save and continue</a>
- <a href= "#" class= "btn btn-danger" > Cancel</a>
-</div>
-
-
-
If the list is long, it will be wrapped and some buttons will be moved to the next line, keeping them all evenly spaced.
-
-
-
- <div class= "btn-list" >
- <a href= "#" class= "btn btn-white" > One</a>
- <a href= "#" class= "btn btn-white" > Two</a>
- <a href= "#" class= "btn btn-white" > Three</a>
- <a href= "#" class= "btn btn-white" > Four</a>
- <a href= "#" class= "btn btn-white" > Five</a>
- <a href= "#" class= "btn btn-white" > Six</a>
- <a href= "#" class= "btn btn-white" > Seven</a>
- <a href= "#" class= "btn btn-white" > Eight</a>
- <a href= "#" class= "btn btn-white" > Nine</a>
- <a href= "#" class= "btn btn-white" > Ten</a>
- <a href= "#" class= "btn btn-white" > Eleven</a>
- <a href= "#" class= "btn btn-white" > Twelve</a>
- <a href= "#" class= "btn btn-white" > Thirteen</a>
- <a href= "#" class= "btn btn-white" > Fourteen</a>
- <a href= "#" class= "btn btn-white" > Fifteen</a>
- <a href= "#" class= "btn btn-white" > Sixteen</a>
- <a href= "#" class= "btn btn-white" > Seventeen</a>
- <a href= "#" class= "btn btn-white" > Eighteen</a>
- <a href= "#" class= "btn btn-white" > Nineteen</a>
-</div>
-
-
-
Use the .text-center or the .text-right modifiers to change the buttons’ alignment and place them where they suit best.
-
-
-
- <div class= "btn-list justify-content-center" >
- <a href= "#" class= "btn btn-white" > Save and continue</a>
- <a href= "#" class= "btn btn-primary" > Save changes</a>
-</div>
-
-
-
-
-
- <div class= "btn-list justify-content-end" >
- <a href= "#" class= "btn btn-white" > Save and continue</a>
- <a href= "#" class= "btn btn-primary" > Save changes</a>
-</div>
-
-
-
-
-
- <div class= "btn-list" >
- <a href= "#" class= "btn btn-outline-danger mr-auto" > Delete</a>
- <a href= "#" class= "btn btn-white" > Save and continue</a>
- <a href= "#" class= "btn btn-primary" > Save changes</a>
-</div>
-
-
-
-
Use buttons with avatars to simplify the process of interaction and make your design more personalized. Buttons can contain avatars and labels or only avatars, if displayed on a smaller space.
-
-
-
- <a href= "#" class= "btn btn-white" >
- <span class= "avatar" style= "background-image: url(...)" ></span>
- Avatar
-</a>
-<a href= "#" class= "btn btn-white" >
- <span class= "avatar" style= "background-image: url(...)" ></span>
- Avatar
-</a>
-<a href= "#" class= "btn btn-white" >
- <span class= "avatar" style= "background-image: url(...)" ></span>
- Avatar
-</a>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/cards.html b/demo/docs/cards.html
deleted file mode 100644
index 54712a177..000000000
--- a/demo/docs/cards.html
+++ /dev/null
@@ -1,1109 +0,0 @@
-
-
-
-
-
-
-
- Cards - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Cards are flexible user interface elements, which help organize content into meaningful sections and make it easier to display on different screen sizes. Cards contain various smaller components, such as images, text, links and buttons and may act as an entry to more detailed information, helping users scan the page quickly and find the most relevant content.
-
Default card
-
Use the .card and .card-body classes to create a card and use it as the basis for a more advanced card design. A card is a perfect way to organize content and make it look neat and tidy.
-
-
-
-
-
-
This is some text within a card body.
-
-
-
-
-
-
-
- <div class= "card" >
- <div class= "card-body" >
- <p> This is some text within a card body.</p>
- </div>
-</div>
-
-
-
Card padding
-
You can change the padding of a newly created card. To do it, use the .card-sm, .card-md or .card-lg classes.
-
Cards with the .card-sm class are well suited for small items such as snippets, etc., while the .card-lg class can be used for large blocks of text. Padding will be automatically reduced on small devices, to fit the screen size.
-
-
-
-
-
-
This is some text within a card body.
-
-
-
-
-
This is some text within a card body.
-
-
-
-
-
This is some text within a card body.
-
-
-
-
-
This is some text within a card body.
-
-
-
-
-
-
-
- <div class= "card card-sm" >
- <div class= "card-body" >
- <p> This is some text within a card body.</p>
- </div>
-</div>
-<div class= "card" >
- <div class= "card-body" >
- <p> This is some text within a card body.</p>
- </div>
-</div>
-<div class= "card card-md" >
- <div class= "card-body" >
- <p> This is some text within a card body.</p>
- </div>
-</div>
-<div class= "card card-lg" >
- <div class= "card-body" >
- <p> This is some text within a card body.</p>
- </div>
-</div>
-
-
-
Card with title
-
Add a title to your card by including the .card-title class within .card-body. You can also place the title inside the .card-header element to separate the title from the content with a horizontal line.
-
-
-
-
-
-
Card title
-
This is some text within a card body.
-
-
-
-
-
-
This is some text within a card body.
-
-
-
-
-
-
-
- <div class= "card" >
- <div class= "card-body" >
- <h3 class= "card-title" > Card title</h3>
- <p> This is some text within a card body.</p>
- </div>
-</div>
-<div class= "card" >
- <div class= "card-header" >
- <h3 class= "card-title" > Card title</h3>
- </div>
- <div class= "card-body" >
- <p> This is some text within a card body.</p>
- </div>
-</div>
-
-
-
Card with title and image
-
To create a more visually appealing card, add a title and an image. Thanks to that, the card will go well with your inteface design and draw users’ attention.
-
-
-
-
-
-
-
Card with title and image
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aperiam deleniti fugit incidunt, iste, itaque minima
- neque pariatur perferendis sed suscipit velit vitae voluptatem.
-
-
-
-
-
-
-
- <div class= "card" >
- <img src= "..." class= "card-img-top" alt= "Card top image" >
- <div class= "card-body" >
- <h3 class= "card-title" > Card with title and image</h3>
- <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aperiam deleniti fugit incidunt, iste, itaque minima
- neque pariatur perferendis sed suscipit velit vitae voluptatem.</p>
- </div>
-</div>
-
-
-
Blog post card
-
Add an image to your blog post card to make it eye-catching. You can do it by adding the image in the .card-img-top class. Thanks to the .d-flex and .flex-column classes within .card-body, the author details will be displayed at the bottom of the card.
-
-
-
-
-
-
-
-
-
-
Are you suggesting that coconuts migrate? No, no, no! Yes, yes. A bit. But she's got a wart. You ...
-
-
-
-
-
-
-
-
- <div class= "card d-flex flex-column" >
- <a href= "#" >
- <img class= "card-img-top" src= "..." alt= "How do you know she is a witch?" >
- </a>
- <div class= "card-body d-flex flex-column" >
- <h3 class= "card-title" ><a href= "#" > How do you know she is a witch?</a></h3>
- <div class= "text-muted" > Are you suggesting that coconuts migrate? No, no, no! Yes, yes. A bit. But she's got a wart. You ...</div>
- <div class= "d-flex align-items-center pt-5 mt-auto" >
- <span class= "avatar avatar-md" style= "background-image: url(...)" ></span>
- <div class= "ml-3" >
- <a href= "#" class= "text-body" > Maryjo Lebarree</a>
- <small class= "d-block text-muted" > 3 days ago</small>
- </div>
- <div class= "ml-auto" >
- <a href= "#" class= "icon d-none d-md-inline-block ml-3 text-muted" >
- <!-- SVG icon code -->
- </a>
- </div>
- </div>
- </div>
-</div>
-
-
-
Row deck
-
Add the .row-deck class to .row, if you want to display several cards next to one another. Thanks to that, they will all have the same height.
-
-
-
-
-
-
-
-
Extra long content of card. Lorem ipsum dolor sit amet, consetetur sadipscing elitr
-
-
-
-
-
-
-
-
-
- <div class= "row row-deck" >
- <div class= "col-md-4" >
- <div class= "card" >
- <div class= "card-body" > Short content</div>
- </div>
- </div>
- <div class= "col-md-4" >
- <div class= "card" >
- <div class= "card-body" > Extra long content of card. Lorem ipsum dolor sit amet, consetetur sadipscing elitr</div>
- </div>
- </div>
- <div class= "col-md-4" >
- <div class= "card" >
- <div class= "card-body" > Short content</div>
- </div>
- </div>
-</div>
-
-
-
Post card with aside image
-
You can also add an image on the left side of the card. To do it, add the .card-aside class to the element with the .card class. Then add the image in the .card-aside-column element and it will be automatically centered and scaled to the right size.
-
-
-
-
-
-
-
-
-
-
Burn her! How do you know she is a witch? You don't frighten us, English pig-dogs! Go and boil yo...
-
-
-
-
-
-
-
-
-
-
- <div class= "card d-flex flex-column" >
- <div class= "row row-0 flex-fill" >
- <div class= "col-md-3" >
- <a href= "#" >
- <img src= "..." class= "w-100 h-100 object-cover" alt= "Card side image" >
- </a>
- </div>
- <div class= "col" >
- <div class= "card-body" >
- <h3 class= "card-title" ><a href= "#" > Shut up!</a></h3>
- <div class= "text-muted" > Burn her! How do you know she is a witch? You don't frighten us, English pig-dogs! Go and boil yo...</div>
- <div class= "d-flex align-items-center pt-5 mt-auto" >
- <span class= "avatar avatar-md" style= "background-image: url(...)" ></span>
- <div class= "ml-3" >
- <a href= "#" class= "text-body" > Egan Poetz</a>
- <small class= "d-block text-muted" > 3 days ago</small>
- </div>
- <div class= "ml-auto" >
- <a href= "#" class= "icon d-none d-md-inline-block ml-3 text-red" >
- <!-- SVG icon code -->
- </a>
- </div>
- </div>
- </div>
- </div>
- </div>
-</div>
-
-
-
Color variations
-
Add a status color to your card, either at the top or on the side of the card, to customise it and make it more eye-catching.
-
-
-
-
-
-
-
-
-
Card with top status
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aperiam deleniti fugit incidunt, iste, itaque minima
- neque pariatur perferendis sed suscipit velit vitae voluptatem.
-
-
-
-
-
-
-
-
Card with side status
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aperiam deleniti fugit incidunt, iste, itaque minima
- neque pariatur perferendis sed suscipit velit vitae voluptatem.
-
-
-
-
-
-
-
-
-
- <div class= "row row-deck" >
- <div class= "col-md-6" >
- <div class= "card" >
- <div class= "card-status-top bg-danger" ></div>
- <div class= "card-body" >
- <h3 class= "card-title" > Card with top status</h3>
- <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aperiam deleniti fugit incidunt, iste, itaque minima
- neque pariatur perferendis sed suscipit velit vitae voluptatem.</p>
- </div>
- </div>
- </div>
- <div class= "col-md-6" >
- <div class= "card" >
- <div class= "card-status-left bg-green" ></div>
- <div class= "card-body" >
- <h3 class= "card-title" > Card with side status</h3>
- <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aperiam deleniti fugit incidunt, iste, itaque minima
- neque pariatur perferendis sed suscipit velit vitae voluptatem.</p>
- </div>
- </div>
- </div>
-</div>
-
-
-
Stacked card
-
Use the card-stacked class to stack up multiple cards, if you want to save screen space or create a visually appealing effect.
-
-
-
-
-
-
Stacked card
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aperiam deleniti fugit incidunt, iste, itaque minima
- neque pariatur perferendis sed suscipit velit vitae voluptatem.
-
-
-
-
-
-
-
- <div class= "card card-stacked" >
- <div class= "card-body" >
- <h3 class= "card-title" > Stacked card</h3>
- <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aperiam deleniti fugit incidunt, iste, itaque minima
- neque pariatur perferendis sed suscipit velit vitae voluptatem.</p>
- </div>
-</div>
-
-
-
Tabbed card
-
Organize multiple cards into tabs to be able to display more content in a well-organized way and allow users to alternate between them easily.
-
-
-
-
-
-
-
-
-
-
-
-
Content of tab #1
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Adipisci, alias aliquid distinctio dolorem expedita, fugiat hic magni molestiae molestias odit.
-
-
-
-
-
-
-
Content of tab #2
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Adipisci, alias aliquid distinctio dolorem expedita, fugiat hic magni molestiae molestias odit.
-
-
-
-
-
-
-
Content of tab #3
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Adipisci, alias aliquid distinctio dolorem expedita, fugiat hic magni molestiae molestias odit.
-
-
-
-
-
-
-
Content of tab #4
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Adipisci, alias aliquid distinctio dolorem expedita, fugiat hic magni molestiae molestias odit.
-
-
-
-
-
-
-
-
-
-
- <!-- Cards with tabs component -->
-<div class= "card-tabs" >
- <!-- Cards navigation -->
- <ul class= "nav nav-tabs" >
- <li class= "nav-item" ><a href= "#tab-top-1" class= "nav-link active" data-toggle= "tab" > Tab 1</a></li>
- <li class= "nav-item" ><a href= "#tab-top-2" class= "nav-link" data-toggle= "tab" > Tab 2</a></li>
- <li class= "nav-item" ><a href= "#tab-top-3" class= "nav-link" data-toggle= "tab" > Tab 3</a></li>
- <li class= "nav-item" ><a href= "#tab-top-4" class= "nav-link" data-toggle= "tab" > Tab 4</a></li>
- </ul>
- <div class= "tab-content" >
- <!-- Content of card #1 -->
- <div id= "tab-top-1" class= "card tab-pane active show" >
- <div class= "card-body" >
- <div class= "card-title" > Content of tab #1</div>
- <p>
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Adipisci, alias aliquid distinctio dolorem expedita, fugiat hic magni molestiae molestias odit.
- </p>
- </div>
- </div>
- <!-- Content of card #2 -->
- <div id= "tab-top-2" class= "card tab-pane" >
- <div class= "card-body" >
- <div class= "card-title" > Content of tab #2</div>
- <p>
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Adipisci, alias aliquid distinctio dolorem expedita, fugiat hic magni molestiae molestias odit.
- </p>
- </div>
- </div>
- <!-- Content of card #3 -->
- <div id= "tab-top-3" class= "card tab-pane" >
- <div class= "card-body" >
- <div class= "card-title" > Content of tab #3</div>
- <p>
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Adipisci, alias aliquid distinctio dolorem expedita, fugiat hic magni molestiae molestias odit.
- </p>
- </div>
- </div>
- <!-- Content of card #4 -->
- <div id= "tab-top-4" class= "card tab-pane" >
- <div class= "card-body" >
- <div class= "card-title" > Content of tab #4</div>
- <p>
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Adipisci, alias aliquid distinctio dolorem expedita, fugiat hic magni molestiae molestias odit.
- </p>
- </div>
- </div>
- </div>
-</div>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/carousel.html b/demo/docs/carousel.html
deleted file mode 100644
index bfc8eb595..000000000
--- a/demo/docs/carousel.html
+++ /dev/null
@@ -1,681 +0,0 @@
-
-
-
-
-
-
-
- Carousel - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
A carousel is used to display multiple pieces of visual content without taking up too much space. Carousels eliminate the need to scroll down the page to see all content and are a popular method of displaying marketing information.
-
Default markup
-
Use a carousel to make your website design more visually appealing for users. In the default carousel design, respective elements slide automatically and users can go to the next slide by clicking an arrow.
-
-
-
- <div id= "carousel-sample" class= "carousel slide" data-ride= "carousel" >
- <ol class= "carousel-indicators" >
- <li data-target= "#carousel-sample" data-slide-to= "0" class= "active" ></li>
- <li data-target= "#carousel-sample" data-slide-to= "1" class= "" ></li>
- <li data-target= "#carousel-sample" data-slide-to= "2" class= "" ></li>
- <li data-target= "#carousel-sample" data-slide-to= "3" class= "" ></li>
- <li data-target= "#carousel-sample" data-slide-to= "4" class= "" ></li>
- </ol>
- <div class= "carousel-inner" >
- <div class= "carousel-item active" >
- <img class= "d-block w-100" alt= "" src= "..." data-holder-rendered= "true" >
- </div>
- <div class= "carousel-item" >
- <img class= "d-block w-100" alt= "" src= "..." data-holder-rendered= "true" >
- </div>
- <div class= "carousel-item" >
- <img class= "d-block w-100" alt= "" src= "..." data-holder-rendered= "true" >
- </div>
- <div class= "carousel-item" >
- <img class= "d-block w-100" alt= "" src= "..." data-holder-rendered= "true" >
- </div>
- <div class= "carousel-item" >
- <img class= "d-block w-100" alt= "" src= "..." data-holder-rendered= "true" >
- </div>
- </div>
- <a class= "carousel-control-prev" href= "#carousel-sample" role= "button" data-slide= "prev" >
- <span class= "carousel-control-prev-icon" aria-hidden= "true" ></span>
- <span class= "sr-only" > Previous</span>
- </a>
- <a class= "carousel-control-next" href= "#carousel-sample" role= "button" data-slide= "next" >
- <span class= "carousel-control-next-icon" aria-hidden= "true" ></span>
- <span class= "sr-only" > Next</span>
- </a>
-</div>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/charts.html b/demo/docs/charts.html
deleted file mode 100644
index 11ae00b84..000000000
--- a/demo/docs/charts.html
+++ /dev/null
@@ -1,594 +0,0 @@
-
-
-
-
-
-
-
- Charts - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Charts
-
-
Default markup
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/colors.html b/demo/docs/colors.html
deleted file mode 100644
index 145f18d30..000000000
--- a/demo/docs/colors.html
+++ /dev/null
@@ -1,848 +0,0 @@
-
-
-
-
-
-
-
- Colors - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
The choice of colors for a website or app interface has an big influence on how users interact with the product and what decisions they make. Harmonic colors can contribute to a nice first impression and encourage users to engage with your product, so it's a very important aspect of a successful design, which needs to be well thought out.
-
Base colors
-
Choose one of the available colors from the basic color palette and make your design attractive for users. You can use the colors to customize the design of components, indicate different states or suggest actions you want users to take.
-
-
-
-
-
-
- Azure
- bg-azure
-
-
-
-
-
- Indigo
- bg-indigo
-
-
-
-
-
- Purple
- bg-purple
-
-
-
-
-
-
-
- Orange
- bg-orange
-
-
-
-
-
- Yellow
- bg-yellow
-
-
-
-
-
-
- Green
- bg-green
-
-
-
-
-
-
-
-
Light colors
-
All available colors can come in pastel shades, which are perfect for more subtle designs and can be easily combined with the basic palette to create eye-cathing designs.
-
-
-
-
-
- Blue
- bg-blue-lt
-
-
-
-
-
- Azure
- bg-azure-lt
-
-
-
-
-
- Indigo
- bg-indigo-lt
-
-
-
-
-
- Purple
- bg-purple-lt
-
-
-
-
-
- Pink
- bg-pink-lt
-
-
-
-
-
- Red
- bg-red-lt
-
-
-
-
-
- Orange
- bg-orange-lt
-
-
-
-
-
- Yellow
- bg-yellow-lt
-
-
-
-
-
- Lime
- bg-lime-lt
-
-
-
-
-
- Green
- bg-green-lt
-
-
-
-
-
- Teal
- bg-teal-lt
-
-
-
-
-
- Cyan
- bg-cyan-lt
-
-
-
-
-
- Gray
- bg-gray-lt
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/countup.html b/demo/docs/countup.html
deleted file mode 100644
index ed9c0cae3..000000000
--- a/demo/docs/countup.html
+++ /dev/null
@@ -1,773 +0,0 @@
-
-
-
-
-
-
-
- Countup - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Countup
-
-
A countup element is used to display numerical data in an interesting way and make the interface more interactive. All the available options can be found [here](https://inorganik.github.io/countUp.js/)
-
Default countup
-
To create a countup, add data-countup to any HTML text tag and specify the number which is to be reached. The animation will be triggered as soon as the number enters the viewport.
-
-
-
- <h1 data-countup > 30000</h1>
-
-
-
Duration
-
Set the duration to determine how long the animation should take. By default, the duration is set to 2 seconds, but you can modify it as you wish.
-
-
-
30000
- 30000
- 30000
-
-
-
-
- <h1 data-countup > 30000</h1>
-<h1 data-countup= '{"duration":4}' > 30000</h1>
-<h1 data-countup= '{"duration":6}' > 30000</h1>
-
-
-
Starting value
-
By default the countup will start from zero. If you want to set a different start value use startVal.
- You can also set the start value to be greater than the final value, so that it counts down instead of up.
-
-
-
- <h1 data-countup= '{"startVal":12345}' > 30000</h1>
-<h1 data-countup= '{"startVal":47655}' > 30000</h1>
-
-
-
Decimal places
-
Set how many decimal numbers should be displayed using decimalPlaces.
-
-
-
3.123
- 3.123
- 3.123
- 3.123
-
-
-
-
- <h1 data-countup > 3.123</h1>
-<h1 data-countup= '{"decimalPlaces":1}' > 3.123</h1>
-<h1 data-countup= '{"decimalPlaces":2}' > 3.123</h1>
-<h1 data-countup= '{"decimalPlaces":3}' > 3.123</h1>
-
-
-
Easing
-
Disable easing using "useEasing": false. Easing is set to true by default, so that the animation speed changes over the course of its duration.
-
-
-
- <h1 data-countup > 30000</h1>
-<h1 data-countup= '{"useEasing": false}' > 30000</h1>
-
-
-
Use grouping
-
Disable grouping using "useGrouping": false. Grouping is set to true by default and the default group separator is a comma.
-
-
-
- <h1 data-countup > 30000</h1>
-<h1 data-countup= '{"useGrouping": false}' > 30000</h1>
-
-
-
Separator
-
You can change the default comma group separator using separator and specifying the one you wish to use.
-
-
-
3000000
- 3000000
- 3000000
- 3000000
-
-
-
-
- <h1 data-countup > 3000000</h1>
-<h1 data-countup= '{"separator":" "}' > 3000000</h1>
-<h1 data-countup= '{"separator":"-"}' > 3000000</h1>
-<h1 data-countup= '{"separator":":"}' > 3000000</h1>
-
-
-
Decimal separator
-
You can also change the decimal separator which is set to a full stop by default. To do it, use decimal and specify the decimal separator of your choice.
-
-
-
3.12
- 3.12
- 3.12
- 3.12
-
-
-
-
- <h1 data-countup= '{"decimalPlaces":2}' > 3.12</h1>
-<h1 data-countup= '{"decimalPlaces":2,"decimal":".."}' > 3.12</h1>
-<h1 data-countup= '{"decimalPlaces":2,"decimal":"^"}' > 3.12</h1>
-<h1 data-countup= '{"decimalPlaces":2,"decimal":":"}' > 3.12</h1>
-
-
-
Prefix
-
Set the countup prefix using prefix and specifying the prefix you want to add, for instance a currency symbol.
-
-
-
30000
- 30000
- 30000
-
-
-
-
- <h1 data-countup= '{"prefix":"$"}' > 30000</h1>
-<h1 data-countup= '{"prefix":"€"}' > 30000</h1>
-<h1 data-countup= '{"prefix":"£"}' > 30000</h1>
-
-
-
Suffix
-
Set the countup suffix using suffix.
-
-
-
- <h1 data-countup= '{"suffix":"%"}' > 30</h1>
-<h1 data-countup= '{"suffix":"‰"}' > 30</h1>
-<h1 data-countup= '{"suffix":"k"}' > 30</h1>
-
-
-
Of course you can mix all of these:
-
-
-
- <h1 data-countup= '{"duration":6,"startVal":12345,"decimalPlaces":2,"separator":" ","prefix":"$"}' > 64547834.76</h1>
-
-
-
For more advanced features of countups, click here and see what more you can do.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/cursors.html b/demo/docs/cursors.html
deleted file mode 100644
index ade3957cc..000000000
--- a/demo/docs/cursors.html
+++ /dev/null
@@ -1,653 +0,0 @@
-
-
-
-
-
-
-
- Cursors - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Cursors
-
-
You can use different cursors to reflect the intended user interaction with particular elements of an interface. The cursor will change when a user hovers over a given element to indicate the action which can be performed.
-
Cursor utilities
-
Use one of the available cursor utilities depending on the action you want to indicate.
-
- .cursor-auto- the cursor style depends on what’s inside a given element
- .cursor-pointer - a pointing cursor, used to show that an element is clickable
- .cursor-move - a cursor which shows that a given element can be moved
- .cursor-not-allowed - a cursor which shows that a user is not allowed to perform an action on an element
- .cursor-zoom-in - a cursor which shows that a user can zoom in
- .cursor-zoom-out - a cursor which shows that a user can zoom out
-
-
-
-
- <div class= "row text-center" >
- <div class= "col-4 mb-3" >
- <div class= "cursor-auto bg-light py-3" > Cursor auto</div>
- </div>
- <div class= "col-4 mb-3" >
- <div class= "cursor-pointer bg-light py-3" > Cursor pointer</div>
- </div>
- <div class= "col-4 mb-3" >
- <div class= "cursor-move bg-light py-3" > Cursor move</div>
- </div>
- <div class= "col-4" >
- <div class= "cursor-not-allowed bg-light py-3" > Cursor not allowed</div>
- </div>
- <div class= "col-4" >
- <div class= "cursor-zoom-in bg-light py-3" > Cursor zoom in</div>
- </div>
- <div class= "col-4" >
- <div class= "cursor-zoom-out bg-light py-3" > Cursor zoom out</div>
- </div>
-</div>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/divider.html b/demo/docs/divider.html
deleted file mode 100644
index 016224737..000000000
--- a/demo/docs/divider.html
+++ /dev/null
@@ -1,699 +0,0 @@
-
-
-
-
-
-
-
- Divider - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Dividers help organize content and make the interface layout clear and uncluttered. Greater clarity adds up to better user experience and enhanced interaction with a website or app.
-
Default markup
-
Use dividers to visually separate content into parts. You can use a line only or add text that will be centered by default.
-
-
-
- Dicta error hic illo iure necessitatibus nihil officiis omnis perferendis, praesentium repellendus rerum, saepe sed, sit!
-
-
See also
-
- Dicta error hic illo iure necessitatibus nihil officiis omnis perferendis, praesentium repellendus rerum, saepe sed, sit!
-
-
-
-
-
- <p>
- Dicta error hic illo iure necessitatibus nihil officiis omnis perferendis, praesentium repellendus rerum, saepe sed, sit!
-</p>
-<div class= "hr-text" > See also</div>
-<p>
- Dicta error hic illo iure necessitatibus nihil officiis omnis perferendis, praesentium repellendus rerum, saepe sed, sit!
-</p>
-
-
-
Text position
-
You can modify the position of the text which is to be included in a separator and make it left- or right-aligned. Otherwise, the text will remain centered.
-
-
-
- Dicta error hic illo iure necessitatibus nihil officiis omnis perferendis, praesentium repellendus rerum, saepe sed, sit!
-
-
Left divider
-
- Dicta error hic illo iure necessitatibus nihil officiis omnis perferendis, praesentium repellendus rerum, saepe sed, sit!
-
-
Centered divider
-
- Dicta error hic illo iure necessitatibus nihil officiis omnis perferendis, praesentium repellendus rerum, saepe sed, sit!
-
-
Right divider
-
- Dicta error hic illo iure necessitatibus nihil officiis omnis perferendis, praesentium repellendus rerum, saepe sed, sit!
-
-
-
-
-
- <p>
- Dicta error hic illo iure necessitatibus nihil officiis omnis perferendis, praesentium repellendus rerum, saepe sed, sit!
-</p>
-<div class= "hr-text hr-text-left" > Left divider</div>
-<p>
- Dicta error hic illo iure necessitatibus nihil officiis omnis perferendis, praesentium repellendus rerum, saepe sed, sit!
-</p>
-<div class= "hr-text" > Centered divider</div>
-<p>
- Dicta error hic illo iure necessitatibus nihil officiis omnis perferendis, praesentium repellendus rerum, saepe sed, sit!
-</p>
-<div class= "hr-text hr-text-right" > Right divider</div>
-<p>
- Dicta error hic illo iure necessitatibus nihil officiis omnis perferendis, praesentium repellendus rerum, saepe sed, sit!
-</p>
-
-
-
Divider color
-
Customize the color of dividers to make them go well with your design. Click here to see the list of available colors.
-
-
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Alias, dolore dolores doloribus est ex.
-
-
Green divider
-
- Dicta error hic illo iure necessitatibus nihil officiis omnis perferendis, praesentium repellendus rerum, saepe sed, sit!
-
-
Red divider
-
- Dicta error hic illo iure necessitatibus nihil officiis omnis perferendis, praesentium repellendus rerum, saepe sed, sit!
-
-
-
-
-
- <p>
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Alias, dolore dolores doloribus est ex.
-</p>
-<div class= "hr-text text-green" > Green divider</div>
-<p>
- Dicta error hic illo iure necessitatibus nihil officiis omnis perferendis, praesentium repellendus rerum, saepe sed, sit!
-</p>
-<div class= "hr-text text-red" > Red divider</div>
-<p>
- Dicta error hic illo iure necessitatibus nihil officiis omnis perferendis, praesentium repellendus rerum, saepe sed, sit!
-</p>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/dropdowns.html b/demo/docs/dropdowns.html
deleted file mode 100644
index d61524fe1..000000000
--- a/demo/docs/dropdowns.html
+++ /dev/null
@@ -1,979 +0,0 @@
-
-
-
-
-
-
-
- Dropdowns - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Use dropdowns to display lists of options or include more positions in a menu without overwhelming users with too many buttons and long lists. Dropdowns facilitate users' interaction with your website or software and make your design look clear.
-
Default dropdown
-
With small markup changes, you can turn any .btn into a dropdown toggle and use it to display more options for users to choose from. Start with the default dropdown and then use additional classes to make your dropdown more user-friendly.
-
-
-
- <div class= "dropdown-menu dropdown-menu-demo" >
- <a class= "dropdown-item" href= "#" >
- Action
- </a>
- <a class= "dropdown-item" href= "#" >
- Another action
- </a>
-</div>
-
-
-
Dropdown divider
-
Use dropdown dividers to separate groups of dropdown items for greater clarity.
-
-
-
- <div class= "dropdown-menu dropdown-menu-demo" >
- <a class= "dropdown-item" href= "#" >
- Action
- </a>
- <a class= "dropdown-item" href= "#" >
- Another action
- </a>
- <div class= "dropdown-divider" ></div>
- <a class= "dropdown-item" href= "#" > Separated link</a>
-</div>
-
-
-
Active state
-
Make a dropdown item look active, so that it highlights when a user hovers over a given option.
-
-
-
- <div class= "dropdown-menu dropdown-menu-demo" >
- <a class= "dropdown-item" href= "#" >
- Action
- </a>
- <a class= "dropdown-item" href= "#" >
- Another action
- </a>
- <a class= "dropdown-item active" href= "#" > Active action</a>
-</div>
-
-
-
Disabled state
-
Make a dropdown item look disabled to display options which are currently not available but can activate once certain conditions are met.
-
-
-
- <div class= "dropdown-menu dropdown-menu-demo" >
- <a class= "dropdown-item" href= "#" >
- Action
- </a>
- <a class= "dropdown-item" href= "#" >
- Another action
- </a>
- <a class= "dropdown-item disabled" href= "#" > Disabled action</a>
-</div>
-
-
-
-
Add a dropdown header to group dropdown items into sections and name them accordingly.
-
-
-
- <div class= "dropdown-menu dropdown-menu-demo" >
- <span class= "dropdown-header" > Dropdown header</span>
- <a class= "dropdown-item" href= "#" >
- Action
- </a>
- <a class= "dropdown-item" href= "#" >
- Another action
- </a>
-</div>
-
-
-
Dropdown with icons
-
Use icons in your dropdowns to add more visual content and make the options easy to identify for users.
-
-
-
- <div class= "dropdown-menu dropdown-menu-demo" >
- <span class= "dropdown-header" > Dropdown header</span>
- <a class= "dropdown-item" href= "#" >
- <!-- SVG icon code -->
- Action
- </a>
- <a class= "dropdown-item" href= "#" >
- <!-- SVG icon code -->
- Another action
- </a>
-</div>
-
-
-
Dropdown with arrow
-
Add an arrow that points at the dropdown button.
-
-
-
- <div class= "dropdown-menu dropdown-menu-demo dropdown-menu-arrow" >
- <a class= "dropdown-item" href= "#" >
- Action
- </a>
- <a class= "dropdown-item" href= "#" >
- Another action
- </a>
-</div>
-
-
-
Dropdown with badge
-
Add a badge to your dropdown items to show additional information related to an item or distinguish it from other elements.
-
-
-
- <div class= "dropdown-menu dropdown-menu-demo" >
- <a class= "dropdown-item" href= "#" >
- Action
- <span class= "badge bg-primary ml-auto" > 12</span>
- </a>
- <a class= "dropdown-item" href= "#" >
- Another action
- <span class= "badge bg-green ml-auto" ></span>
- </a>
-</div>
-
-
-
Dropdown with checkboxes
-
Use dropdowns with checkboxes to allow users to select options from a predefined list. Dropdowns with checkboxes are particularly useful for filtering.
-
-
-
- <div class= "dropdown-menu dropdown-menu-demo" >
- <label class= "dropdown-item" ><input class= "form-check-input m-0 mr-2" type= "checkbox" > Option 1</label>
- <label class= "dropdown-item" ><input class= "form-check-input m-0 mr-2" type= "checkbox" > Option 2</label>
- <label class= "dropdown-item" ><input class= "form-check-input m-0 mr-2" type= "checkbox" > Option 3</label>
-</div>
-
-
-
-
-
- <div class= "dropdown-menu dropdown-menu-demo" >
- <label class= "dropdown-item" ><input class= "form-check-input m-0 mr-2" type= "radio" > Option 1</label>
- <label class= "dropdown-item" ><input class= "form-check-input m-0 mr-2" type= "radio" > Option 2</label>
- <label class= "dropdown-item" ><input class= "form-check-input m-0 mr-2" type= "radio" > Option 3</label>
-</div>
-
-
-
Dark dropdown
-
Make your dropdown suit the dark mode of your website or software.
-
-
-
- <div class= "dropdown-menu dropdown-menu-demo dropdown-menu-arrow bg-dark text-white" >
- <span class= "dropdown-header" > Dropdown header</span>
- <a class= "dropdown-item" href= "#" >
- <!-- SVG icon code -->
- Action
- </a>
- <a class= "dropdown-item" href= "#" >
- <!-- SVG icon code -->
- Another action
- </a>
-</div>
-
-
-
Dropdown with card content
-
Use a dropdown with card content to make it easy for users to get more information on a given subject and avoid ovewhelming them with too much content at once.
-
-
-
- <a href= "#" class= "btn btn-white" >
- Button
-</a>
-<div class= "dropdown" >
- <a href= "#" class= "btn btn-primary dropdown-toggle" > Dropdown</a>
- <div class= "dropdown-menu dropdown-menu-card" style= "max-width: 20rem;" >
- <div class= "card d-flex flex-column" >
- <a href= "#" >
- <img class= "card-img-top" src= "..." alt= "How do you know she is a witch?" >
- </a>
- <div class= "card-body d-flex flex-column" >
- <h3 class= "card-title" ><a href= "#" > How do you know she is a witch?</a></h3>
- <div class= "text-muted" > Are you suggesting that coconuts migrate? No, no, no! Yes, yes. A bit. But she's got a wart. You ...</div>
- <div class= "d-flex align-items-center pt-5 mt-auto" >
- <span class= "avatar avatar-md" style= "background-image: url(...)" ></span>
- <div class= "ml-3" >
- <a href= "#" class= "text-body" > Maryjo Lebarree</a>
- <small class= "d-block text-muted" > 3 days ago</small>
- </div>
- <div class= "ml-auto" >
- <a href= "#" class= "icon d-none d-md-inline-block ml-3 text-muted" >
- <!-- SVG icon code -->
- </a>
- </div>
- </div>
- </div>
- </div>
- </div>
-</div>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/empty.html b/demo/docs/empty.html
deleted file mode 100644
index 9a41e41ba..000000000
--- a/demo/docs/empty.html
+++ /dev/null
@@ -1,676 +0,0 @@
-
-
-
-
-
-
-
- Empty states - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Empty states
-
-
Empty states or blank pages are commonly used as placeholders for first-use, empty data or error screens. Their aim is to engage users when there is no content to display and that is why their design is extremely important from the point of view of the user experience of your website or app.
-
Default markup
-
Use the default empty state to engage users in the critical moments of their experience with your website or app. A good empty state screen should let users know what is happening and what they should do next as well as encourage them to take action.
-
-
-
-
-
No results found
-
- Try adjusting your search or filter to find what you're looking for.
-
-
-
-
-
-
-
- <div class= "empty" >
- <div class= "empty-icon" >
- <!-- SVG icon code -->
- </div>
- <p class= "empty-title h3" > No results found</p>
- <p class= "empty-subtitle text-muted" >
- Try adjusting your search or filter to find what you're looking for.
- </p>
- <div class= "empty-action" >
- <a href= "#" class= "btn btn-primary" >
- <!-- SVG icon code -->
- Search again
- </a>
- </div>
-</div>
-
-
-
Empty state with illustration
-
Make your empty state screen more attractive and engaging by adding an illustration. Thanks to a more personalized design, you will improve your brand image and make your website or app more user friendly.
-
-
-
-
-
-
-
No results found
-
- Try adjusting your search or filter to find what you're looking for.
-
-
-
-
-
-
-
- <div class= "empty" >
- <div class= "empty-icon" >
- <img src= "..." height= "128" class= "mb-4" alt= "" >
- </div>
- <p class= "empty-title h3" > No results found</p>
- <p class= "empty-subtitle text-muted" >
- Try adjusting your search or filter to find what you're looking for.
- </p>
- <div class= "empty-action" >
- <a href= "#" class= "btn btn-primary" >
- <!-- SVG icon code -->
- Search again
- </a>
- </div>
-</div>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/flags.html b/demo/docs/flags.html
deleted file mode 100644
index 8e565f437..000000000
--- a/demo/docs/flags.html
+++ /dev/null
@@ -1,2145 +0,0 @@
-
-
-
-
-
-
-
- Flags - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Flags
-
-
This module is available in tabler-flags
- plugin.
-
-
Thanks to the Tabler flags plug-in, you can create flags to visually represent countries or languages. Flags are often used in forms, as an element of a delivery address, phone number dialling code and many more.
-
Flag
-
To create a flag, add the flag class to a component and choose the country whose flag you want to use. The full list of countries can be found below.
-
-
-
- <span class= "flag flag-country-tg mr-1" ></span>
-<span class= "flag flag-country-br mr-1" ></span>
-<span class= "flag flag-country-pt" ></span>
-
-
-
Flag sizes
-
Using Bootstrap’s typical naming structure, you can create a standard flag, or scale it up or down to different sizes based on what’s needed.
-
-
-
- <span class= "flag flag-xl flag-country-pl mr-1" ></span>
-<span class= "flag flag-lg flag-country-pl mr-1" ></span>
-<span class= "flag flag-md flag-country-pl" ></span>
-<span class= "flag flag-country-pl mr-1" ></span>
-
-
-
Types
-
To use the flag of a particular country, add the flag-country-(country name) class. For example, to create a flag of Andorra should use the following class: .flag-country-ad.
-
-
-
-
- ad
- Andorra
-
-
-
-
- ae
- United Arab Emirates
-
-
-
-
- af
- Afghanistan
-
-
-
-
- ag
- Antigua
-
-
-
-
- ai
- Anguilla
-
-
-
-
- am
- Armenia
-
-
-
-
- ao
- Angolan
-
-
-
-
- aq
- Antarctica
-
-
-
-
- ar
- Argentina
-
-
-
-
- as
- American Samoa
-
-
-
-
- at
- Austria
-
-
-
-
- au
- Australia
-
-
-
-
- aw
- Aruba
-
-
-
-
- ax
- Aslan Islands
-
-
-
-
- az
- Azerbaijan
-
-
-
-
- ba
- Bosnian
-
-
-
-
- bb
- Barbados
-
-
-
-
- be
- Belgium
-
-
-
-
- bf
- Burkina Faso
-
-
-
-
- bg
- Bulgaria
-
-
-
-
- bh
- Bahrain
-
-
-
-
- bi
- Burundi
-
-
-
-
- bj
- Benin
-
-
-
-
- bl
- Saint-Barthélemy
-
-
-
-
- bm
- Bermuda
-
-
-
-
- bn
- Bruneian
-
-
-
-
- bo
- Bolivia
-
-
-
-
- bq
- Bonaire
-
-
-
-
- br
- Brazil
-
-
-
-
- bs
- Bahamas
-
-
-
-
- bt
- Bhutan
-
-
-
-
- bv
- Bouvet Island
-
-
-
-
- bw
- Batswana
-
-
-
-
- by
- Belarus
-
-
-
-
- bz
- Belize
-
-
-
-
- ca
- Canada
-
-
-
-
- cc
- Cocos Island
-
-
-
-
- cd
- Democratic Republic of Congo
-
-
-
-
- cf
- Central African Republic
-
-
-
-
- cg
- Republic of the Congo
-
-
-
-
- ch
- Switzerland
-
-
-
-
- ci
- Ivory Coast
-
-
-
-
- ck
- Cook Island
-
-
-
-
- cl
- Chile
-
-
-
-
- cm
- Cameroon
-
-
-
-
- cn
- China
-
-
-
-
- co
- Colombia
-
-
-
-
- cr
- Costa Rica
-
-
-
-
- cu
- Cuba
-
-
-
-
- cv
- Cape Verde
-
-
-
-
- cw
- Curacao
-
-
-
-
- cx
- Christmas Island
-
-
-
-
- cy
- Cyprus
-
-
-
-
- cz
- Czech Republic
-
-
-
-
- de
- Germany
-
-
-
-
- dj
- Djibouti
-
-
-
-
- dk
- Denmark
-
-
-
-
- dm
- Dominica
-
-
-
-
- do
- Dominican Republic
-
-
-
-
- dz
- Algeria
-
-
-
-
- ec
- Ecuador
-
-
-
-
- ee
- Estonia
-
-
-
-
- eg
- Egypt
-
-
-
-
- eh
- Sahrawi
-
-
-
-
- er
- Eritrea
-
-
-
-
- es
- Spain
-
-
-
-
- es-ct
- Catalonia
-
-
-
-
- et
- Ethiopia
-
-
-
-
- eu
- European Union
-
-
-
-
- fi
- Finland
-
-
-
-
- fj
- Fiji
-
-
-
-
- fk
- Falkland Islands
-
-
-
-
- fm
- Federate States of Micronesia
-
-
-
-
- fo
- Faroe Islands
-
-
-
-
- fr
- France
-
-
-
-
- ga
- Gabon
-
-
-
-
- gb
- Great Britain
-
-
-
-
- gb-eng
- England
-
-
-
-
- gb-nir
- Nothern Ireland
-
-
-
-
- gb-sct
- Scotland
-
-
-
-
- gb-wls
- Wales
-
-
-
-
- gd
- Grenada
-
-
-
-
- ge
- Georgia
-
-
-
-
- gf
- Guyana
-
-
-
-
- gg
- Guernsey
-
-
-
-
- gh
- Ghana
-
-
-
-
- gi
- Gibraltar
-
-
-
-
- gl
- Greenland
-
-
-
-
- gm
- Gambia
-
-
-
-
- gn
- Guinea
-
-
-
-
- gp
- Guadeloupe
-
-
-
-
- gq
- Equatorial Guinea
-
-
-
-
- gr
- Greece
-
-
-
-
- gs
- South Georgia
-
-
-
-
- gt
- Guatemala
-
-
-
-
- gu
- Guam
-
-
-
-
- gw
- Guinea-Bissau
-
-
-
-
- gy
- Guyana
-
-
-
-
- hk
- Hong Kong
-
-
-
-
- hm
- Heard and McDonald Islands
-
-
-
-
- hn
- Honduras
-
-
-
-
- hr
- Croatia
-
-
-
-
- ht
- Haiti
-
-
-
-
- hu
- Hungary
-
-
-
-
- id
- Indonesia
-
-
-
-
- ie
- Ireland
-
-
-
-
- il
- Israel
-
-
-
-
- im
- Isle of Man
-
-
-
-
- in
- India
-
-
-
-
- io
- British Indian Ocean Territory
-
-
-
-
- iq
- Iraq
-
-
-
-
- ir
- Iran
-
-
-
-
- is
- Iceland
-
-
-
-
- it
- Italy
-
-
-
-
- je
- Jersey
-
-
-
-
- jm
- Jamaica
-
-
-
-
- jo
- Jordan
-
-
-
-
- jp
- Japan
-
-
-
-
- ke
- Kenya
-
-
-
-
- kg
- Kyrgyzstan
-
-
-
-
- kh
- Cambodia
-
-
-
-
- ki
- Kiribati
-
-
-
-
- km
- Comoros
-
-
-
-
- kn
- Saint Kitts and Nevis
-
-
-
-
- kp
- North Korea
-
-
-
-
- kr
- South Korea
-
-
-
-
- kw
- Kuwait
-
-
-
-
- ky
- Cayman Islands
-
-
-
-
- kz
- Kazakhstan
-
-
-
-
- la
- Laos
-
-
-
-
- lb
- Lebanese
-
-
-
-
- lc
- Saint Lucia
-
-
-
-
- li
- Liechtenstein
-
-
-
-
- lk
- Sri Lanka
-
-
-
-
- lr
- Liberia
-
-
-
-
- ls
- Lesotho
-
-
-
-
- lt
- Lithuania
-
-
-
-
- lu
- Luxembourg
-
-
-
-
- lv
- Latvia
-
-
-
-
- ly
- Libya
-
-
-
-
- ma
- Morocco
-
-
-
-
- mc
- Monaco
-
-
-
-
- md
- Moldova
-
-
-
-
- me
- Montenegro
-
-
-
-
- mf
- Saint Martin
-
-
-
-
- mg
- Madagascar
-
-
-
-
- mh
- Marshall Islands
-
-
-
-
- mk
- Macedonia
-
-
-
-
- ml
- Mali
-
-
-
-
- mm
- Myanmar
-
-
-
-
- mn
- Mongolia
-
-
-
-
- mo
- Macao
-
-
-
-
- mp
- Nothern Mariana Islands
-
-
-
-
- mq
- Martinique
-
-
-
-
- mr
- Mauritania
-
-
-
-
- ms
- Montserrat
-
-
-
-
- mt
- Malta
-
-
-
-
- mu
- Mauritius
-
-
-
-
- mv
- Maldives
-
-
-
-
- mw
- Malawi
-
-
-
-
- mx
- Mexico
-
-
-
-
- my
- Malaysia
-
-
-
-
- mz
- Mozambique
-
-
-
-
- na
- Namibia
-
-
-
-
- nc
- New Caledonia
-
-
-
-
- ne
- Niger
-
-
-
-
- nf
- Norfolk Island
-
-
-
-
- ng
- Nigeria
-
-
-
-
- ni
- Nicaragua
-
-
-
-
- no
- Norway
-
-
-
-
- np
- Nepal
-
-
-
-
- nr
- Nauruan
-
-
-
-
- nu
- Niger
-
-
-
-
- nz
- New Zeland
-
-
-
-
- om
- Oman
-
-
-
-
- pa
- Panama
-
-
-
-
- pe
- Peru
-
-
-
-
- pf
- French Polynesia
-
-
-
-
- pg
- Papua New Guinea
-
-
-
-
- ph
- Philippines
-
-
-
-
- pk
- Pakistan
-
-
-
-
- pl
- Poland
-
-
-
-
- pm
- Saint Pierre
-
-
-
-
- pn
- Pitcairn Islands
-
-
-
-
- pr
- Puerto Rico
-
-
-
-
- ps
- Palestine
-
-
-
-
- pt
- Portugal
-
-
-
-
- pw
- Palau
-
-
-
-
- py
- Paraguay
-
-
-
-
- qa
- Qatar
-
-
-
-
- re
- Reunion Island
-
-
-
-
- ro
- Romania
-
-
-
-
- rs
- Serbia
-
-
-
-
- ru
- Russia
-
-
-
-
- rw
- Rwanda
-
-
-
-
- sa
- Saudi Arabia
-
-
-
-
- sb
- Solomon Islands
-
-
-
-
- sc
- Seychelles
-
-
-
-
- sd
- Sudan
-
-
-
-
- se
- Sweden
-
-
-
-
- sg
- Singapore
-
-
-
-
- sh
- Saint Helena
-
-
-
-
- si
- Slovenia
-
-
-
-
- sj
- Svalbard Island
-
-
-
-
- sk
- Slovakia
-
-
-
-
- sl
- Sierra Leone
-
-
-
-
- sm
- San Marino
-
-
-
-
- sn
- Senegal
-
-
-
-
- so
- Somalia
-
-
-
-
- sr
- Suriname
-
-
-
-
- ss
- South Sudan
-
-
-
-
- st
- Sao Tome
-
-
-
-
- sv
- El Salvador
-
-
-
-
- sx
- Sint Maarten
-
-
-
-
- sy
- Syria
-
-
-
-
- sz
- Swaziland
-
-
-
-
- tc
- Turks and Caicos
-
-
-
-
- td
- Chad
-
-
-
-
- tf
- French Southern and Antarctic Lands
-
-
-
-
- tg
- Togo
-
-
-
-
- th
- Thailand
-
-
-
-
- tj
- Tajikistan
-
-
-
-
- tk
- Tokelau
-
-
-
-
- tl
- Timor Leste
-
-
-
-
- tm
- Turkmenistan
-
-
-
-
- tn
- Tunisia
-
-
-
-
- to
- Tonga
-
-
-
-
- tr
- Turkey
-
-
-
-
- tt
- Trinidad and Tobago
-
-
-
-
- tv
- Tuvalu
-
-
-
-
- tz
- Tanzania
-
-
-
-
- ua
- Ukraine
-
-
-
-
- ug
- Uganda
-
-
-
-
- um
- United States Minor Islands
-
-
-
-
- un
- United Nations
-
-
-
-
- us
- United States of America
-
-
-
-
- uy
- Uruguay
-
-
-
-
- uz
- Uzbekistan
-
-
-
-
- va
- Vatican City
-
-
-
-
- vc
- Saint Vincent
-
-
-
-
- ve
- Venezuela
-
-
-
-
- vg
- British Virgin Islands
-
-
-
-
- vi
- Virgiin Islands
-
-
-
-
- vn
- Vietnam
-
-
-
-
- vu
- Vanuatu
-
-
-
-
- wf
- Wallis and Futuna
-
-
-
-
- ws
- Samoa
-
-
-
-
- ye
- Yemen
-
-
-
-
- za
- South Africa
-
-
-
-
- zm
- Zambia
-
-
-
-
- zw
- Zimbabwe
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/form-elements.html b/demo/docs/form-elements.html
deleted file mode 100644
index d98332dd2..000000000
--- a/demo/docs/form-elements.html
+++ /dev/null
@@ -1,2286 +0,0 @@
-
-
-
-
-
-
-
- Form elements - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Forms are one of the most important types of interaction with a website or app. Since their aim is to enable users to make a purchase, subscribe to a service or sign up to create an account, it's important to make sure they are easy to complete and help increase conversion rates. Use the available elements to create forms which are well-structured and user-friendly.
-
-
Use classic, user-friendly inputs, label them appropriately and include input placeholders that will help users avoid confusion when completing a form.
-
-
-
- <div class= "mb-3" >
- <label class= "form-label" > Text</label>
- <input type= "text" class= "form-control" name= "example-text-input" placeholder= "Input placeholder" >
-</div>
-<div class= "mb-3" >
- <label class= "form-label" > Password</label>
- <input type= "text" class= "form-control" name= "example-password-input" placeholder= "Input placeholder" >
-</div>
-
-
-
-
Use the form-control-rounded class if you prefer form controls with rounded corners.
-
-
-
-
Form control rounded
-
-
-
-
-
-
-
- <div class= "mb-3" >
- <label class= "form-label" > Form control rounded</label>
- <input type= "text" class= "form-control form-control-rounded mb-2" name= "Form control rounded" placeholder= "Text.." >
- <div class= "input-icon" >
- <input type= "text" class= "form-control form-control-rounded" placeholder= "Search…" >
- <span class= "input-icon-addon" >
- <!-- SVG icon code -->
- </span>
- </div>
-</div>
-
-
-
-
You can remove borders from your form control by adding the form-control-flush class.
-
-
-
- Form control flush
-
-
-
-
-
-
- <div class= "mb-3" >
- <label class= "form-label" > Form control flush</label>
- <input type= "text" class= "form-control form-control-flush" name= "Form control flush" placeholder= "Text.." >
-</div>
-
-
-
-
Add icons to your input controls to suggest users what they should enter or inform them of the current state of a form element.
-
-
-
- <div class= "mb-3" >
- <label class= "form-label" > Icon input</label>
- <div class= "input-icon mb-3" >
- <input type= "text" class= "form-control" placeholder= "Search…" >
- <span class= "input-icon-addon" >
- <!-- SVG icon code -->
- </span>
- </div>
- <div class= "input-icon mb-3" >
- <span class= "input-icon-addon" >
- <!-- SVG icon code -->
- </span>
- <input type= "text" class= "form-control" placeholder= "Username" >
- </div>
-</div>
-<div class= "mb-3" >
- <label class= "form-label" > Loader input</label>
- <div class= "input-icon mb-3" >
- <input type= "text" class= "form-control" placeholder= "Loading…" >
- <span class= "input-icon-addon" >
- <div class= "spinner-border spinner-border-sm text-muted" role= "status" ></div>
- </span>
- </div>
- <div class= "input-icon mb-3" >
- <span class= "input-icon-addon" >
- <div class= "spinner-border spinner-border-sm text-muted" role= "status" ></div>
- </span>
- <input type= "text" class= "form-control" placeholder= "Loading…" >
- </div>
-</div>
-
-
-
-
Include an additional element in your input section, such as a button which can be used to submit the information enetered in the input control.
-
-
-
- <div class= "mb-3" >
- <label class= "form-label" > Separated inputs</label>
- <div class= "row row-sm" >
- <div class= "col" >
- <input type= "text" class= "form-control" placeholder= "Search for…" >
- </div>
- <div class= "col-auto" >
- <a href= "#" class= "btn btn-white btn-icon" aria-label= "Button" >
- <!-- SVG icon code -->
- </a>
- </div>
- </div>
-</div>
-
-
-
Textarea and select
-
Use a multi-line text input control to enable users to enter longer pieces of text. The control will automatically adjust to the length of the text entered.
-
Add one of the available selects - either a dropdown or a multiple choice select - to let users choose from a predefined set of options.
-
-
-
- Textarea
-
-
-
-
Select
-
- One
- Two
- Three
-
-
-
-
Select multiple
-
- One
- Two
- Three
-
-
-
-
-
-
- <div class= "mb-3" >
- <label class= "form-label" > Textarea</label>
- <textarea class= "form-control" name= "example-textarea" placeholder= "Textarea placeholder" ></textarea>
-</div>
-<div class= "mb-3" >
- <div class= "form-label" > Select</div>
- <select class= "form-select" >
- <option value= "1" > One</option>
- <option value= "2" > Two</option>
- <option value= "3" > Three</option>
- </select>
-</div>
-<div class= "mb-3" >
- <div class= "form-label" > Select multiple</div>
- <select class= "form-select" multiple >
- <option value= "1" > One</option>
- <option value= "2" > Two</option>
- <option value= "3" > Three</option>
- </select>
-</div>
-
-
-
Validation states
-
To inform users whether the entered value is correct or not, use either of the validation states. Thanks to that, users will immediately know which form elements they need to correct and, if the state displays as invalid, why the value is incorrect.
-
-
-
-
Validation States
-
-
-
Invalid feedback
-
-
-
-
-
- <div class= "mb-3" >
- <label class= "form-label" > Validation States</label>
- <input type= "text" class= "form-control is-valid mb-2" placeholder= "Valid State.." >
- <input type= "text" class= "form-control is-invalid" placeholder= "Invalid State.." >
- <div class= "invalid-feedback" > Invalid feedback</div>
-</div>
-
-
-
Subtle validation states
-
If you prefer a more subtle manner of informing users of the input control validation state, you can use tick and cross symbols and resign from colored control frames and the validation feedback.
-
-
-
- <div class= "mb-3" >
- <label class= "form-label" > Validation States</label>
- <input type= "text" class= "form-control is-valid is-valid-lite mb-2" placeholder= "Valid State.." >
- <input type= "text" class= "form-control is-invalid is-invalid-lite" placeholder= "Invalid State.." >
-</div>
-
-
-
-
Choose the size of an input control that will go well with your form design. Apart from the default size, you can also use small and large input controls.
-
-
-
- <div class= "mb-3" >
- <label class= "form-label" > Input sizing</label>
- <input class= "form-control form-control-lg mb-2" type= "text" placeholder= ".form-control-lg" >
- <input class= "form-control mb-2" type= "text" placeholder= "Default input" >
- <input class= "form-control form-control-sm" type= "text" placeholder= ".form-control-sm" >
-</div>
-
-
-
Image check
-
Add an image check to your form and give users visually attractive options to choose from.
-
-
-
- <div class= "mb-3" >
- <label class= "form-label" > Image Check</label>
- <div class= "row row-sm" >
- <div class= "col-6 col-sm-4" >
- <label class= "form-imagecheck mb-2" >
- <input name= "form-imagecheck" type= "checkbox" value= "1" class= "form-imagecheck-input" />
- <span class= "form-imagecheck-figure" >
- <img src= "..." alt= "Breakfast served with tea, bread and eggs" class= "form-imagecheck-image" >
- </span>
- </label>
- </div>
- <div class= "col-6 col-sm-4" >
- <label class= "form-imagecheck mb-2" >
- <input name= "form-imagecheck" type= "checkbox" value= "2" class= "form-imagecheck-input" checked />
- <span class= "form-imagecheck-figure" >
- <img src= "..." alt= "Book, fairy lights" class= "form-imagecheck-image" >
- </span>
- </label>
- </div>
- <div class= "col-6 col-sm-4" >
- <label class= "form-imagecheck mb-2" >
- <input name= "form-imagecheck" type= "checkbox" value= "3" class= "form-imagecheck-input" />
- <span class= "form-imagecheck-figure" >
- <img src= "..." alt= "Healthy Dinner" class= "form-imagecheck-image" >
- </span>
- </label>
- </div>
- <div class= "col-6 col-sm-4" >
- <label class= "form-imagecheck mb-2" >
- <input name= "form-imagecheck" type= "checkbox" value= "4" class= "form-imagecheck-input" checked />
- <span class= "form-imagecheck-figure" >
- <img src= "..." alt= "Aperol Spritz is a cocktail consisting of prosecco, aperitif and soda water" class= "form-imagecheck-image" >
- </span>
- </label>
- </div>
- <div class= "col-6 col-sm-4" >
- <label class= "form-imagecheck mb-2" >
- <input name= "form-imagecheck" type= "checkbox" value= "5" class= "form-imagecheck-input" />
- <span class= "form-imagecheck-figure" >
- <img src= "..." alt= "Beautiful blonde woman on a wooden pier by the lake" class= "form-imagecheck-image" >
- </span>
- </label>
- </div>
- <div class= "col-6 col-sm-4" >
- <label class= "form-imagecheck mb-2" >
- <input name= "form-imagecheck" type= "checkbox" value= "6" class= "form-imagecheck-input" />
- <span class= "form-imagecheck-figure" >
- <img src= "..." alt= "Still life of mandarin oranges with leaves" class= "form-imagecheck-image" >
- </span>
- </label>
- </div>
- <div class= "col-6 col-sm-4" >
- <label class= "form-imagecheck mb-2" >
- <input name= "form-imagecheck" type= "checkbox" value= "7" class= "form-imagecheck-input" checked />
- <span class= "form-imagecheck-figure" >
- <img src= "..." alt= "Blonde woman having a healthy snack at the wooden pier" class= "form-imagecheck-image" >
- </span>
- </label>
- </div>
- <div class= "col-6 col-sm-4" >
- <label class= "form-imagecheck mb-2" >
- <input name= "form-imagecheck" type= "checkbox" value= "8" class= "form-imagecheck-input" />
- <span class= "form-imagecheck-figure" >
- <img src= "..." alt= "Woman working on a laptop while enjoying a breakfast coffee and chocolate in bed" class= "form-imagecheck-image" >
- </span>
- </label>
- </div>
- <div class= "col-6 col-sm-4" >
- <label class= "form-imagecheck mb-2" >
- <input name= "form-imagecheck" type= "checkbox" value= "9" class= "form-imagecheck-input" />
- <span class= "form-imagecheck-figure" >
- <img src= "..." alt= "Overhead view of macarons on a marble slab" class= "form-imagecheck-image" >
- </span>
- </label>
- </div>
- </div>
-</div>
-
-
-
-
Your input controls can come in a variety of colors, depending on your preferences. Click here to see the list of available colors.
-
-
-
- <div class= "mb-3" >
- <label class= "form-label" > Color Input</label>
- <div class= "row row-sm" >
- <div class= "col-auto" >
- <label class= "form-colorinput" >
- <input name= "color" type= "radio" value= "dark" class= "form-colorinput-input" />
- <span class= "form-colorinput-color bg-dark" ></span>
- </label>
- </div>
- <div class= "col-auto" >
- <label class= "form-colorinput form-colorinput-light" >
- <input name= "color" type= "radio" value= "white" class= "form-colorinput-input" checked />
- <span class= "form-colorinput-color bg-white" ></span>
- </label>
- </div>
- <div class= "col-auto" >
- <label class= "form-colorinput" >
- <input name= "color" type= "radio" value= "blue" class= "form-colorinput-input" />
- <span class= "form-colorinput-color bg-blue" ></span>
- </label>
- </div>
- <div class= "col-auto" >
- <label class= "form-colorinput" >
- <input name= "color" type= "radio" value= "azure" class= "form-colorinput-input" />
- <span class= "form-colorinput-color bg-azure" ></span>
- </label>
- </div>
- <div class= "col-auto" >
- <label class= "form-colorinput" >
- <input name= "color" type= "radio" value= "indigo" class= "form-colorinput-input" />
- <span class= "form-colorinput-color bg-indigo" ></span>
- </label>
- </div>
- <div class= "col-auto" >
- <label class= "form-colorinput" >
- <input name= "color" type= "radio" value= "purple" class= "form-colorinput-input" />
- <span class= "form-colorinput-color bg-purple" ></span>
- </label>
- </div>
- <div class= "col-auto" >
- <label class= "form-colorinput" >
- <input name= "color" type= "radio" value= "pink" class= "form-colorinput-input" />
- <span class= "form-colorinput-color bg-pink" ></span>
- </label>
- </div>
- <div class= "col-auto" >
- <label class= "form-colorinput" >
- <input name= "color" type= "radio" value= "red" class= "form-colorinput-input" />
- <span class= "form-colorinput-color bg-red" ></span>
- </label>
- </div>
- <div class= "col-auto" >
- <label class= "form-colorinput" >
- <input name= "color" type= "radio" value= "orange" class= "form-colorinput-input" />
- <span class= "form-colorinput-color bg-orange" ></span>
- </label>
- </div>
- <div class= "col-auto" >
- <label class= "form-colorinput" >
- <input name= "color" type= "radio" value= "yellow" class= "form-colorinput-input" />
- <span class= "form-colorinput-color bg-yellow" ></span>
- </label>
- </div>
- <div class= "col-auto" >
- <label class= "form-colorinput" >
- <input name= "color" type= "radio" value= "lime" class= "form-colorinput-input" />
- <span class= "form-colorinput-color bg-lime" ></span>
- </label>
- </div>
- </div>
-</div>
-
-
-
-
Add an color picker to your form to let users customise it according to their preferences.
-
-
-
- <div class= "mb-3" >
- <label class= "form-label" > Color picker</label>
- <input type= "color" class= "form-control form-control-color" value= "#206bc4" title= "Choose your color" >
-</div>
-
-
-
Datalists
-
Use the datalist element to add an autocomplete feature to your input control. The list of available options will display once a user starts to type and will make it quicker to complete form sections.
-
-
-
- Datalist example
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <div class= "mb-3" >
- <label class= "form-label" > Datalist example</label>
- <input class= "form-control" list= "datalistOptions" placeholder= "Type to search..." />
- <datalist id= "datalistOptions" >
- <option value= "Aruba" />
- <option value= "Afghanistan" />
- <option value= "Angola" />
- <option value= "Anguilla" />
- <option value= "Albania" />
- <option value= "Andorra" />
- <option value= "United Arab Emirates" />
- <option value= "Argentina" />
- <option value= "Armenia" />
- <option value= "American Samoa" />
- </datalist>
-</div>
-
-
-
Custom selectboxes
-
Add selectboxes to make your form more intuitive by providing users with a set of options to choose from. You can add simple selectboxes with a label, use icons only or icons with labels. Alternatively, you can use pill selectboxes if they go well with your design.
-
-
-
-
-
-
Selectgroup with icons and text
-
-
-
-
-
-
-
- <div class= "mb-3" >
- <label class= "form-label" > Simple selectgroup</label>
- <div class= "form-selectgroup" >
- <label class= "form-selectgroup-item" >
- <input type= "checkbox" name= "name" value= "HTML" class= "form-selectgroup-input" checked >
- <span class= "form-selectgroup-label" > HTML</span>
- </label>
- <label class= "form-selectgroup-item" >
- <input type= "checkbox" name= "name" value= "CSS" class= "form-selectgroup-input" >
- <span class= "form-selectgroup-label" > CSS</span>
- </label>
- <label class= "form-selectgroup-item" >
- <input type= "checkbox" name= "name" value= "PHP" class= "form-selectgroup-input" >
- <span class= "form-selectgroup-label" > PHP</span>
- </label>
- <label class= "form-selectgroup-item" >
- <input type= "checkbox" name= "name" value= "JavaScript" class= "form-selectgroup-input" >
- <span class= "form-selectgroup-label" > JavaScript</span>
- </label>
- </div>
-</div>
-<div class= "mb-3" >
- <label class= "form-label" > Icon input</label>
- <div class= "form-selectgroup" >
- <label class= "form-selectgroup-item" >
- <input type= "checkbox" name= "name" value= "sun" class= "form-selectgroup-input" checked >
- <span class= "form-selectgroup-label" > <!-- SVG icon code -->
- </span>
- </label>
- <label class= "form-selectgroup-item" >
- <input type= "checkbox" name= "name" value= "moon" class= "form-selectgroup-input" >
- <span class= "form-selectgroup-label" > <!-- SVG icon code -->
- </span>
- </label>
- <label class= "form-selectgroup-item" >
- <input type= "checkbox" name= "name" value= "cloud-rain" class= "form-selectgroup-input" >
- <span class= "form-selectgroup-label" > <!-- SVG icon code -->
- </span>
- </label>
- <label class= "form-selectgroup-item" >
- <input type= "checkbox" name= "name" value= "cloud" class= "form-selectgroup-input" >
- <span class= "form-selectgroup-label" > <!-- SVG icon code -->
- </span>
- </label>
- <label class= "form-selectgroup-item" >
- <input type= "checkbox" name= "name" value= "Other" class= "form-selectgroup-input" >
- <span class= "form-selectgroup-label" > Other</span>
- </label>
- </div>
-</div>
-<div class= "mb-3" >
- <label class= "form-label" > Selectgroup with icons and text</label>
- <div class= "form-selectgroup" >
- <label class= "form-selectgroup-item" >
- <input type= "radio" name= "icons" value= "home" class= "form-selectgroup-input" checked >
- <span class= "form-selectgroup-label" > <!-- SVG icon code -->
- Home</span>
- </label>
- <label class= "form-selectgroup-item" >
- <input type= "radio" name= "icons" value= "user" class= "form-selectgroup-input" >
- <span class= "form-selectgroup-label" > <!-- SVG icon code -->
- User</span>
- </label>
- <label class= "form-selectgroup-item" >
- <input type= "radio" name= "icons" value= "circle" class= "form-selectgroup-input" >
- <span class= "form-selectgroup-label" > <!-- SVG icon code -->
- Circle</span>
- </label>
- <label class= "form-selectgroup-item" >
- <input type= "radio" name= "icons" value= "square" class= "form-selectgroup-input" >
- <span class= "form-selectgroup-label" > <!-- SVG icon code -->
- Square</span>
- </label>
- </div>
-</div>
-<div class= "mb-3" >
- <label class= "form-label" > Different style</label>
- <div class= "form-selectgroup form-selectgroup-pills" >
- <label class= "form-selectgroup-item" >
- <input type= "checkbox" name= "name" value= "HTML" class= "form-selectgroup-input" checked >
- <span class= "form-selectgroup-label" > HTML</span>
- </label>
- <label class= "form-selectgroup-item" >
- <input type= "checkbox" name= "name" value= "CSS" class= "form-selectgroup-input" >
- <span class= "form-selectgroup-label" > CSS</span>
- </label>
- <label class= "form-selectgroup-item" >
- <input type= "checkbox" name= "name" value= "PHP" class= "form-selectgroup-input" >
- <span class= "form-selectgroup-label" > PHP</span>
- </label>
- <label class= "form-selectgroup-item" >
- <input type= "checkbox" name= "name" value= "JavaScript" class= "form-selectgroup-input" >
- <span class= "form-selectgroup-label" > JavaScript</span>
- </label>
- </div>
-</div>
-
-
-
Advanced selectboxes
-
Use more advanced selectboxes to display the range of available options. You can choose selectboxes with radio buttons, if you want users to select only one option or with checkboxes, if they are allowed to choose multiple options.
-
-
-
- <div class= "mb-3" >
- <label class= "form-label" > Payment method</label>
- <div class= "form-selectgroup form-selectgroup-boxes d-flex flex-column" >
- <label class= "form-selectgroup-item flex-fill" >
- <input type= "radio" name= "form-payment" value= "visa" class= "form-selectgroup-input" >
- <div class= "form-selectgroup-label d-flex align-items-center p-3" >
- <div class= "mr-3" >
- <span class= "form-selectgroup-check" ></span>
- </div>
- <div>
- <span class= "payment payment-provider-visa payment-sm mr-2" ></span>
- ending in <strong> 7998</strong>
- </div>
- </div>
- </label>
- <label class= "form-selectgroup-item flex-fill" >
- <input type= "radio" name= "form-payment" value= "mastercard" class= "form-selectgroup-input" checked >
- <div class= "form-selectgroup-label d-flex align-items-center p-3" >
- <div class= "mr-3" >
- <span class= "form-selectgroup-check" ></span>
- </div>
- <div>
- <span class= "payment payment-provider-mastercard payment-sm mr-2" ></span>
- ending in <strong> 2807</strong>
- </div>
- </div>
- </label>
- <label class= "form-selectgroup-item flex-fill" >
- <input type= "radio" name= "form-payment" value= "paypal" class= "form-selectgroup-input" >
- <div class= "form-selectgroup-label d-flex align-items-center p-3" >
- <div class= "mr-3" >
- <span class= "form-selectgroup-check" ></span>
- </div>
- <div>
- <span class= "payment payment-provider-paypal payment-sm mr-2" ></span>
- </div>
- </div>
- </label>
- </div>
-</div>
-<div class= "mb-3" >
- <label class= "form-label" > Project Manager</label>
- <div class= "form-selectgroup form-selectgroup-boxes d-flex flex-column" >
- <label class= "form-selectgroup-item flex-fill" >
- <input type= "checkbox" name= "form-project-manager[]" value= "1" class= "form-selectgroup-input" >
- <div class= "form-selectgroup-label d-flex align-items-center p-3" >
- <div class= "mr-3" >
- <span class= "form-selectgroup-check" ></span>
- </div>
- <div class= "form-selectgroup-label-content d-flex align-items-center" >
- <span class= "avatar mr-3" style= "background-image: url(...)" ></span>
- <div class= "lh-sm" >
- <div class= "strong" > Paweł Kuna</div>
- <div class= "text-muted" > UI Designer</div>
- </div>
- </div>
- </div>
- </label>
- <label class= "form-selectgroup-item flex-fill" >
- <input type= "checkbox" name= "form-project-manager[]" value= "2" class= "form-selectgroup-input" checked >
- <div class= "form-selectgroup-label d-flex align-items-center p-3" >
- <div class= "mr-3" >
- <span class= "form-selectgroup-check" ></span>
- </div>
- <div class= "form-selectgroup-label-content d-flex align-items-center" >
- <span class= "avatar mr-3" > JL</span>
- <div class= "lh-sm" >
- <div class= "strong" > Jeffie Lewzey</div>
- <div class= "text-muted" > Chemical Engineer</div>
- </div>
- </div>
- </div>
- </label>
- <label class= "form-selectgroup-item flex-fill" >
- <input type= "checkbox" name= "form-project-manager[]" value= "3" class= "form-selectgroup-input" >
- <div class= "form-selectgroup-label d-flex align-items-center p-3" >
- <div class= "mr-3" >
- <span class= "form-selectgroup-check" ></span>
- </div>
- <div class= "form-selectgroup-label-content d-flex align-items-center" >
- <span class= "avatar mr-3" style= "background-image: url(...)" ></span>
- <div class= "lh-sm" >
- <div class= "strong" > Mallory Hulme</div>
- <div class= "text-muted" > Geologist IV</div>
- </div>
- </div>
- </div>
- </label>
- <label class= "form-selectgroup-item flex-fill" >
- <input type= "checkbox" name= "form-project-manager[]" value= "4" class= "form-selectgroup-input" >
- <div class= "form-selectgroup-label d-flex align-items-center p-3" >
- <div class= "mr-3" >
- <span class= "form-selectgroup-check" ></span>
- </div>
- <div class= "form-selectgroup-label-content d-flex align-items-center" >
- <span class= "avatar mr-3" style= "background-image: url(...)" ></span>
- <div class= "lh-sm" >
- <div class= "strong" > Dunn Slane</div>
- <div class= "text-muted" > Research Nurse</div>
- </div>
- </div>
- </div>
- </label>
- <label class= "form-selectgroup-item flex-fill" >
- <input type= "checkbox" name= "form-project-manager[]" value= "5" class= "form-selectgroup-input" >
- <div class= "form-selectgroup-label d-flex align-items-center p-3" >
- <div class= "mr-3" >
- <span class= "form-selectgroup-check" ></span>
- </div>
- <div class= "form-selectgroup-label-content d-flex align-items-center" >
- <span class= "avatar mr-3" style= "background-image: url(...)" ></span>
- <div class= "lh-sm" >
- <div class= "strong" > Emmy Levet</div>
- <div class= "text-muted" > VP Product Management</div>
- </div>
- </div>
- </div>
- </label>
- </div>
-</div>
-
-
-
Toggle switches
-
Use toggle switches for the elements of your form which require choosing between two opposing states.
-
-
-
-
-
Single switch
-
-
- I agree with terms and conditions
-
-
-
-
-
-
- <div class= "mb-3" >
- <div class= "form-label" > Toggle switches</div>
- <label class= "form-check form-switch" >
- <input class= "form-check-input" type= "checkbox" checked >
- <span class= "form-check-label" > Option 1</span>
- </label>
- <label class= "form-check form-switch" >
- <input class= "form-check-input" type= "checkbox" >
- <span class= "form-check-label" > Option 2</span>
- </label>
- <label class= "form-check form-switch" >
- <input class= "form-check-input" type= "checkbox" >
- <span class= "form-check-label" > Option 3</span>
- </label>
-</div>
-<div class= "mb-3" >
- <div class= "form-label" > Single switch</div>
- <label class= "form-check form-switch" >
- <input class= "form-check-input" type= "checkbox" >
- <span class= "form-check-label" > I agree with terms and conditions</span>
- </label>
-</div>
-
-
-
Radios
-
Use radio buttons for the parts of your form which require users to choose one option from a set of two or more mutually exclusive options.
-
-
-
- <div class= "mb-3" >
- <div class= "form-label" > Radios</div>
- <div>
- <label class= "form-check" >
- <input class= "form-check-input" type= "radio" checked >
- <span class= "form-check-label" > Option 1</span>
- </label>
- <label class= "form-check" >
- <input class= "form-check-input" type= "radio" >
- <span class= "form-check-label" > Option 2</span>
- </label>
- <label class= "form-check" >
- <input class= "form-check-input" type= "radio" disabled >
- <span class= "form-check-label" > Option 3</span>
- </label>
- <label class= "form-check" >
- <input class= "form-check-input" type= "radio" checked disabled >
- <span class= "form-check-label" > Option 4</span>
- </label>
- </div>
-</div>
-<div class= "mb-3" >
- <div class= "form-label" > Inline Radios</div>
- <div>
- <label class= "form-check form-check-inline" >
- <input class= "form-check-input" type= "radio" checked >
- <span class= "form-check-label" > Option 1</span>
- </label>
- <label class= "form-check form-check-inline" >
- <input class= "form-check-input" type= "radio" >
- <span class= "form-check-label" > Option 2</span>
- </label>
- <label class= "form-check form-check-inline" >
- <input class= "form-check-input" type= "radio" disabled >
- <span class= "form-check-label" > Option 3</span>
- </label>
- </div>
-</div>
-
-
-
Checkboxes
-
Use checkoxes if you want to allow users to select more than one option from a set of predefined options or to turn an option on or off.
-
-
-
- <div class= "mb-3" >
- <div class= "form-label" > Checkboxes</div>
- <div>
- <label class= "form-check" >
- <input class= "form-check-input" type= "checkbox" >
- <span class= "form-check-label" > Checkbox input</span>
- </label>
- <label class= "form-check" >
- <input class= "form-check-input" type= "checkbox" disabled >
- <span class= "form-check-label" > Disabled checkbox input</span>
- </label>
- <label class= "form-check" >
- <input class= "form-check-input" type= "checkbox" checked >
- <span class= "form-check-label" > Checked checkbox input</span>
- </label>
- </div>
-</div>
-<div class= "mb-3" >
- <div class= "form-label" > Inline Checkboxes</div>
- <div>
- <label class= "form-check form-check-inline" >
- <input class= "form-check-input" type= "checkbox" >
- <span class= "form-check-label" > Option 1</span>
- </label>
- <label class= "form-check form-check-inline" >
- <input class= "form-check-input" type= "checkbox" disabled >
- <span class= "form-check-label" > Option 2</span>
- </label>
- <label class= "form-check form-check-inline" >
- <input class= "form-check-input" type= "checkbox" checked >
- <span class= "form-check-label" > Option 3</span>
- </label>
- </div>
-</div>
-
-
-
-
Add a range slider to make it possible for users to set a value or range, such as a price range or a time frame.
-
-
-
- <div class= "mb-3" >
- <label class= "form-label" > Range input</label>
- <input type= "range" class= "form-range mb-2" value= "40" min= "0" max= "100" step= "10" >
- <div class= "form-range mb-2" id= "range-simple" ></div>
- <div class= "form-range mb-2" id= "range-connect" ></div>
- <div class= "form-range mb-2 text-green" id= "range-color" ></div>
-</div>
-
-
-
Fieldset
-
Group parts of your form to make it well-structured and clearer for users, using the fieldset element.
-
-
-
- <fieldset class= "form-fieldset" >
- <div class= "mb-3" >
- <label class= "form-label required" > Full name</label>
- <input type= "text" class= "form-control" autocomplete= "off" />
- </div>
- <div class= "mb-3" >
- <label class= "form-label required" > Company</label>
- <input type= "text" class= "form-control" autocomplete= "off" />
- </div>
- <div class= "mb-3" >
- <label class= "form-label required" > Email</label>
- <input type= "email" class= "form-control" autocomplete= "off" />
- </div>
- <div class= "" >
- <label class= "form-label" > Phone number</label>
- <input type= "tel" class= "form-control" autocomplete= "off" />
- </div>
-</fieldset>
-
-
-
-
Create a group of input controls and place add-ons on either side of an input.
-
-
-
- <div class= "mb-3" >
- <label class= "form-label" > Input group</label>
- <div class= "input-group mb-2" >
- <span class= "input-group-text" >
- @
- </span>
- <input type= "text" class= "form-control" placeholder= "username" >
- </div>
- <div class= "input-group mb-2" >
- <input type= "text" class= "form-control" placeholder= "subdomain" >
- <span class= "input-group-text" >
- .tabler.io
- </span>
- </div>
- <div class= "input-group" >
- <span class= "input-group-text" >
- https://
- </span>
- <input type= "text" class= "form-control" placeholder= "subdomain" >
- <span class= "input-group-text" >
- .tabler.io
- </span>
- </div>
-</div>
-
-
-
-
Add checkboxes or radio buttons on either side of your input control.
-
-
-
- <div class= "mb-3" >
- <label class= "form-label" > Input with checkbox or radios</label>
- <div class= "input-group mb-2" >
- <span class= "input-group-text" >
- <input class= "form-check-input m-0" type= "checkbox" checked >
- </span>
- <input type= "text" class= "form-control" >
- </div>
- <div class= "input-group" >
- <input type= "text" class= "form-control" >
- <span class= "input-group-text" >
- <input class= "form-check-input m-0" type= "radio" checked >
- </span>
- </div>
-</div>
-
-
-
Input with prepended or appended text
-
Add text to your input control, either before or after the text which is to be entered by a user.
-
-
-
-
Input with prepended text
-
-
- https://tabler.io/users/
-
-
-
-
-
-
- .tabler.io
-
-
-
-
-
-
-
- <div class= "mb-3" >
- <label class= "form-label" > Input with prepended text</label>
- <div class= "input-group input-group-flat mb-2" >
- <span class= "input-group-text" >
- https://tabler.io/users/
- </span>
- <input type= "text" class= "form-control pl-0" value= "yourfancyusername" >
- </div>
- <div class= "input-group input-group-flat" >
- <input type= "text" class= "form-control text-right pr-0" value= "yourfancydomain" >
- <span class= "input-group-text" >
- .tabler.io
- </span>
- </div>
-</div>
-
-
-
-
Include a link in your input control to add a clickable element within the control.
-
-
-
-
Input with appended link
-
-
-
-
-
-
- <div class= "mb-3" >
- <label class= "form-label" > Input with appended link</label>
- <div class= "input-group input-group-flat" >
- <input type= "password" class= "form-control" value= "ultrastrongpassword" >
- <span class= "input-group-text" >
- <a href= "#" class= "input-group-link" > Show password</a>
- </span>
- </div>
-</div>
-
-
-
-
Add an icon link which you want to display at the end of your input control to visually represent actions which a user can take.
-
-
-
-
Input with appended icon links
-
-
-
-
-
-
- <div class= "mb-3" >
- <label class= "form-label" > Input with appended icon links</label>
- <div class= "input-group input-group-flat" >
- <input type= "text" class= "form-control" >
- <span class= "input-group-text" >
- <a href= "#" class= "link-secondary" title= "Clear search" data-toggle= "tooltip" > <!-- SVG icon code -->
- </a>
- <a href= "#" class= "link-secondary ml-2" title= "Search settings" data-toggle= "tooltip" > <!-- SVG icon code -->
- </a>
- <a href= "#" class= "link-secondary ml-2 disabled" title= "Add notification" data-toggle= "tooltip" > <!-- SVG icon code -->
- </a>
- </span>
- </div>
-</div>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/form-helpers.html b/demo/docs/form-helpers.html
deleted file mode 100644
index eac335eeb..000000000
--- a/demo/docs/form-helpers.html
+++ /dev/null
@@ -1,609 +0,0 @@
-
-
-
-
-
-
-
- Form helpers - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Form helpers
-
-
A form helper can be used to provide users with additional information about the elements of a form that may be unclear.
-
-
Use an input helper to display additional information about a form element. The text label will appear once a user hovers over the helper.
-
-
-
- <span class= "form-help" data-toggle= "popover" data-placement= "top" data-content= "<p>ZIP Code must be US or CDN format. You can use an extended ZIP+4 code to determine address more accurately.</p>
-<p class='mb-0'><a href=''>USP ZIP codes lookup tools</a></p>
-" > ?</span>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/index.html b/demo/docs/index.html
deleted file mode 100644
index b8a86af86..000000000
--- a/demo/docs/index.html
+++ /dev/null
@@ -1,628 +0,0 @@
-
-
-
-
-
-
-
- Introduction - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Introduction
-
-
What is Tabler?
-
Tabler is a UI kit that speeds up the development process and makes it easier than ever! Built on the latest version of Bootstrap, it helps you create templates based on fully customizable and ready-to-use UI components, which can be used by both simple websites and sophisticated systems. With basic knowledge of HTML and CSS, you’ll be able to create dashboards that are fully functional and beautifully designed!
-
What are the benefits?
-
Tabler is a perfect solution if you want to create an interface which is not only user-friendly but also fully reponsive. Thanks to the big choice of ready-made components, you can customize your design and adapt it to the needs of even the most demanding users. On top of that, Tabler is an open source solution, continuously developed and improved by the open source community.
-
To start using Tabler, first you need to set up the environment.
-
Set up the environment
-
To use our build system and run our documentation locally, you’ll need a copy of Tabler’s source files. Follow the steps below:
-
- Install Node.js , which we use to manage our dependencies.
- Navigate to the root /tabler directory and run npm install to install our local dependencies listed in package.json.
- Install Ruby - the recommended version is 2.5.5 .
- Install Bundler with gem install bundler and, finally, run bundle install. It will install all Ruby dependencies, such as Jekyll and plugins .
-
-
Windows users :
-
- Install Git in C:\Program Files\git\bin directory and run npm config set script-shell "C:\Program Files\git\bin\bash.exe" to change the default shell.
- Install Ruby+Devkit - recommended version is 2.5.5 .
- Read guide to get Jekyll up and running without problems.
-
-
Once you’ve completed the setup, you’ll be able to run the various commands provided from the command line.
-
Build Tabler locally
-
- From the root /tabler directory, run npm run start in the command line.
- Open http://localhost:4000 in your browser, and voilà.
- Any change in /pages directory will build the application and refresh the page.
-
-
Note :
- Run npm run build for rerforms a one off build application without refresh.
- Open http://localhost:3001 to configure the Web server.
-
Bugs and feature requests
-
Found a bug or have a feature request? Please open a new issue .
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/input-mask.html b/demo/docs/input-mask.html
deleted file mode 100644
index 11bc40731..000000000
--- a/demo/docs/input-mask.html
+++ /dev/null
@@ -1,623 +0,0 @@
-
-
-
-
-
-
-
- Input mask - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Input mask
-
-
An input mask is a used to clarify the input format required in a given field and is helpful for users, removing confusion and reducing the number of validation errors.
-
Default markup
-
Use an input mask in the fields where users have to enter their phone number, to make the formatting rules clear and help them avoid confusion.
-
-
-
- <label class= "form-label" > Telephone mask</label>
-<input type= "text" name= "input-mask" class= "form-control" data-mask= "(00) 0000-0000" data-mask-visible= "true" placeholder= "(00) 0000-0000" autocomplete= "off" />
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/modals.html b/demo/docs/modals.html
deleted file mode 100644
index 04489017b..000000000
--- a/demo/docs/modals.html
+++ /dev/null
@@ -1,887 +0,0 @@
-
-
-
-
-
-
-
- Modals - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Modals
-
-
Use Bootstrap’s JavaScript modal plugin to add dialogs to your site for lightboxes, user notifications, or completely custom content.
-
Default markup
-
-
-
-
-
-
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Adipisci animi beatae delectus deleniti dolorem eveniet facere fuga iste nemo nesciunt nihil odio perspiciatis, quia quis reprehenderit sit tempora totam unde.
-
-
-
-
-
-
-
-
- <div class= "modal-dialog" role= "document" >
- <div class= "modal-content" >
- <div class= "modal-header" >
- <h5 class= "modal-title" > Modal title</h5>
- <button type= "button" class= "close" data-dismiss= "modal" aria-label= "Close" >
- <!-- SVG icon code -->
- </button>
- </div>
- <div class= "modal-body" >
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Adipisci animi beatae delectus deleniti dolorem eveniet facere fuga iste nemo nesciunt nihil odio perspiciatis, quia quis reprehenderit sit tempora totam unde.
- </div>
- <div class= "modal-footer" >
- <button type= "button" class= "btn btn-white mr-auto" data-dismiss= "modal" > Close</button>
- <button type= "button" class= "btn btn-primary" data-dismiss= "modal" > Save changes</button>
- </div>
- </div>
-</div>
-
-
-
Prompt and alert
-
-
-
-
-
-
-
Are you sure?
-
If you proceed, you will lose all your personal data.
-
-
-
-
-
-
-
-
- <div class= "modal-dialog modal-sm" role= "document" >
- <div class= "modal-content" >
- <div class= "modal-body" >
- <div class= "modal-title" > Are you sure?</div>
- <div> If you proceed, you will lose all your personal data.</div>
- </div>
- <div class= "modal-footer" >
- <button type= "button" class= "btn btn-link link-secondary mr-auto" data-dismiss= "modal" > Cancel</button>
- <button type= "button" class= "btn btn-danger" data-dismiss= "modal" > Yes, delete all my data</button>
- </div>
- </div>
-</div>
-
-
-
-
-
-
-
-
-
-
-
- Name
-
-
-
Report type
-
-
-
-
-
Report url
-
-
- https://tabler.io/reports/
-
-
-
-
-
-
-
- Visibility
-
- Private
- Public
- Hidden
-
-
-
-
-
-
-
-
-
-
- Reporting period
-
-
-
-
-
- Additional information
-
-
-
-
-
-
-
-
-
-
-
-
- <div class= "modal-dialog modal-lg" role= "document" >
- <div class= "modal-content" >
- <div class= "modal-header" >
- <h5 class= "modal-title" > New report</h5>
- <button type= "button" class= "close" data-dismiss= "modal" aria-label= "Close" >
- <!-- SVG icon code -->
- </button>
- </div>
- <div class= "modal-body" >
- <div class= "mb-3" >
- <label class= "form-label" > Name</label>
- <input type= "text" class= "form-control" name= "example-text-input" placeholder= "Your report name" >
- </div>
- <label class= "form-label" > Report type</label>
- <div class= "form-selectgroup-boxes row mb-3" >
- <div class= "col-lg-6" >
- <label class= "form-selectgroup-item" >
- <input type= "radio" name= "report-type" value= "1" class= "form-selectgroup-input" checked >
- <span class= "form-selectgroup-label d-flex align-items-center p-3" >
- <span class= "mr-3" >
- <span class= "form-selectgroup-check" ></span>
- </span>
- <span class= "form-selectgroup-label-content" >
- <span class= "form-selectgroup-title strong mb-1" > Simple</span>
- <span class= "d-block text-muted" > Provide only basic data needed for the report</span>
- </span>
- </span>
- </label>
- </div>
- <div class= "col-lg-6" >
- <label class= "form-selectgroup-item" >
- <input type= "radio" name= "report-type" value= "1" class= "form-selectgroup-input" >
- <span class= "form-selectgroup-label d-flex align-items-center p-3" >
- <span class= "mr-3" >
- <span class= "form-selectgroup-check" ></span>
- </span>
- <span class= "form-selectgroup-label-content" >
- <span class= "form-selectgroup-title strong mb-1" > Advanced</span>
- <span class= "d-block text-muted" > Insert charts and additional advanced analyses to be inserted in the report</span>
- </span>
- </span>
- </label>
- </div>
- </div>
- <div class= "row" >
- <div class= "col-lg-8" >
- <div class= "mb-3" >
- <label class= "form-label" > Report url</label>
- <div class= "input-group input-group-flat" >
- <span class= "input-group-text" >
- https://tabler.io/reports/
- </span>
- <input type= "text" class= "form-control pl-0" value= "report-01" >
- </div>
- </div>
- </div>
- <div class= "col-lg-4" >
- <div class= "mb-3" >
- <label class= "form-label" > Visibility</label>
- <select class= "form-select" >
- <option value= "1" selected > Private</option>
- <option value= "2" > Public</option>
- <option value= "3" > Hidden</option>
- </select>
- </div>
- </div>
- </div>
- </div>
- <div class= "modal-body" >
- <div class= "row" >
- <div class= "col-lg-6" >
- <div class= "mb-3" >
- <label class= "form-label" > Client name</label>
- <input type= "text" class= "form-control" >
- </div>
- </div>
- <div class= "col-lg-6" >
- <div class= "mb-3" >
- <label class= "form-label" > Reporting period</label>
- <input type= "date" class= "form-control" >
- </div>
- </div>
- <div class= "col-lg-12" >
- <div>
- <label class= "form-label" > Additional information</label>
- <textarea class= "form-control" rows= "3" ></textarea>
- </div>
- </div>
- </div>
- </div>
- <div class= "modal-footer" >
- <a href= "#" class= "btn btn-link link-secondary" data-dismiss= "modal" >
- Cancel
- </a>
- <a href= "#" class= "btn btn-primary ml-auto" data-dismiss= "modal" >
- <!-- SVG icon code -->
- Create new report
- </a>
- </div>
- </div>
-</div>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/payments.html b/demo/docs/payments.html
deleted file mode 100644
index 096425704..000000000
--- a/demo/docs/payments.html
+++ /dev/null
@@ -1,1110 +0,0 @@
-
-
-
-
-
-
-
- Payments - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Payments
-
-
This module is available in tabler-payments
- plugin.
-
-
The Tabler payments plug-in will let you use a set of payment provider icons to facilitate the payment process and make it more-user friendly.
-
Payment
-
To create a payment provider icon, add the payment class to a component and specify the payment provider. The full list of payment providers can be found below.
-
-
-
- <span class= "payment payment-provider-shopify mr-3" ></span>
-<span class= "payment payment-provider-visa mr-3" ></span>
-<span class= "payment payment-provider-paypal mr-3" ></span>
-
-
-
Payment sizes
-
Using Bootstrap’s typical naming structure, you can create a standard payment, or scale it up or down to different sizes based on what’s needed.
-
-
-
- <span class= "payment payment-xl payment-provider-shopify mr-3" ></span>
-<span class= "payment payment-lg payment-provider-visa mr-3" ></span>
-<span class= "payment payment-md payment-provider-paypal mr-3" ></span>
-<span class= "payment payment-sm payment-provider-amazon mr-3" ></span>
-
-
-
Types
-
Select an icon from the list of payment providers. Each icon comes in two color variants - light and dark, so you can choose the one that goes well with your design.
-
-
- 2checkout
- 2checkout
-
-
-
-
-
-
- Alipay
- alipay
-
-
-
-
-
-
- Amazon
- amazon
-
-
-
-
-
-
- Americanexpress
- americanexpress
-
-
-
-
-
-
- Applepay
- applepay
-
-
-
-
-
-
- Bancontact
- bancontact
-
-
-
-
-
-
- Bitcoin
- bitcoin
-
-
-
-
-
-
- Bitpay
- bitpay
-
-
-
-
-
-
- Blik
- blik
-
-
-
-
-
-
- Cirrus
- cirrus
-
-
-
-
-
-
- Clickandbuy
- clickandbuy
-
-
-
-
-
-
- Coinkite
- coinkite
-
-
-
-
-
-
- Dinersclub
- dinersclub
-
-
-
-
-
-
- Directdebit
- directdebit
-
-
-
-
-
-
- Discover
- discover
-
-
-
-
-
-
- Dotpay
- dotpay
-
-
-
-
-
-
- Dwolla
- dwolla
-
-
-
-
-
-
- Ebay
- ebay
-
-
-
-
-
-
- Eway
- eway
-
-
-
-
-
-
- Giropay
- giropay
-
-
-
-
-
-
- Googlewallet
- googlewallet
-
-
-
-
-
-
- Ingenico
- ingenico
-
-
-
-
-
-
- Jcb
- jcb
-
-
-
-
-
-
- Klarna
- klarna
-
-
-
-
-
-
- Laser
- laser
-
-
-
-
-
-
- Maestro
- maestro
-
-
-
-
-
-
- Mastercard
- mastercard
-
-
-
-
-
-
- Mir
- mir
-
-
-
-
-
-
- Monero
- monero
-
-
-
-
-
-
- Neteller
- neteller
-
-
-
-
-
-
- Ogone
- ogone
-
-
-
-
-
-
- Okpay
- okpay
-
-
-
-
-
-
- Paybox
- paybox
-
-
-
-
-
-
- Paymill
- paymill
-
-
-
-
-
-
- Payone
- payone
-
-
-
-
-
-
- Payoneer
- payoneer
-
-
-
-
-
-
- Paypal
- paypal
-
-
-
-
-
-
- Paysafecard
- paysafecard
-
-
-
-
-
-
- Payu
- payu
-
-
-
-
-
-
- Payza
- payza
-
-
-
-
-
-
- Przelewy24
- przelewy24
-
-
-
-
-
-
- Ripple
- ripple
-
-
-
-
-
-
- Sage
- sage
-
-
-
-
-
-
- Sepa
- sepa
-
-
-
-
-
-
- Shopify
- shopify
-
-
-
-
-
-
- Skrill
- skrill
-
-
-
-
-
-
- Solo
- solo
-
-
-
-
-
-
- Square
- square
-
-
-
-
-
-
- Stripe
- stripe
-
-
-
-
-
-
- Switch
- switch
-
-
-
-
-
-
- Tpay
- tpay
-
-
-
-
-
-
- Ukash
- ukash
-
-
-
-
-
-
- Unionpay
- unionpay
-
-
-
-
-
-
- Verifone
- verifone
-
-
-
-
-
-
- Verisign
- verisign
-
-
-
-
-
-
- Visa
- visa
-
-
-
-
-
-
- Webmoney
- webmoney
-
-
-
-
-
-
- Westernunion
- westernunion
-
-
-
-
-
-
- Worldpay
- worldpay
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/progress.html b/demo/docs/progress.html
deleted file mode 100644
index 4c50297d3..000000000
--- a/demo/docs/progress.html
+++ /dev/null
@@ -1,744 +0,0 @@
-
-
-
-
-
-
-
- Progress bars - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Progress bars are used to provide feedback on an action status and inform users of the current progress. Although seemingly small interface elements, they are extremely hepful in managing users' expectations and preventing them from abandoning a process they have initiated.
-
Default markup
-
To create a default progress bar, add a .progress class to a <div> element. Thanks to that, you will be able to notify users how long they have to wait for a process to complete.
-
-
-
- <div class= "progress" >
- <div class= "progress-bar" style= "width: 38%" role= "progressbar" aria-valuenow= "38" aria-valuemin= "0" aria-valuemax= "100" >
- <span class= "sr-only" > 38% Complete</span>
- </div>
-</div>
-
-
-
Progress size
-
Using Bootstrap’s typical naming structure, you can create a standard progress bar or scale it up or down to different sizes based on what’s needed.
-
-
-
- <div class= "progress progress-sm" >
- <div class= "progress-bar" style= "width: 57%" role= "progressbar" aria-valuenow= "57" aria-valuemin= "0" aria-valuemax= "100" >
- <span class= "sr-only" > 57% Complete</span>
- </div>
-</div>
-
-
-
Progress without value
-
Remove the displayed value by adding the .sr-only class.
-
-
-
- <div class= "progress" >
- <div class= "progress-bar" style= "width: 75%" role= "progressbar" aria-valuenow= "75" aria-valuemin= "0" aria-valuemax= "100" >
- <span class= "sr-only" > 75% Complete</span>
- </div>
-</div>
-
-
-
Indeterminate progress
-
You can create a progress bar which shows indeterminate progress by adding .progress-bar-indeterminate to the .progress-bar element.
-
-
-
- <div class= "progress progress-sm" >
- <div class= "progress-bar progress-bar-indeterminate" ></div>
-</div>
-
-
-
Native progress element
-
You can also use native HTML5 <progress> element.
-
-
-
- <progress class= "progress progress-sm" value= "15" max= "100" />
-
-
-
Progress color
-
Customize the color of the progress bar to suit your design. Click here to see the list of available colors.
-
-
-
- <div class= "progress progress-sm mb-2" >
- <div class= "progress-bar bg-red" style= "width: 24%" role= "progressbar" aria-valuenow= "24" aria-valuemin= "0" aria-valuemax= "100" >
- <span class= "sr-only" > 24% Complete</span>
- </div>
-</div>
-<div class= "progress progress-sm mb-2" >
- <div class= "progress-bar bg-green" style= "width: 45%" role= "progressbar" aria-valuenow= "45" aria-valuemin= "0" aria-valuemax= "100" >
- <span class= "sr-only" > 45% Complete</span>
- </div>
-</div>
-<div class= "progress progress-sm mb-2" >
- <div class= "progress-bar bg-purple" style= "width: 64%" role= "progressbar" aria-valuenow= "64" aria-valuemin= "0" aria-valuemax= "100" >
- <span class= "sr-only" > 64% Complete</span>
- </div>
-</div>
-<div class= "progress progress-sm" >
- <div class= "progress-bar bg-pink" style= "width: 38%" role= "progressbar" aria-valuenow= "38" aria-valuemin= "0" aria-valuemax= "100" >
- <span class= "sr-only" > 38% Complete</span>
- </div>
-</div>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/range-slider.html b/demo/docs/range-slider.html
deleted file mode 100644
index db4b8ad42..000000000
--- a/demo/docs/range-slider.html
+++ /dev/null
@@ -1,803 +0,0 @@
-
-
-
-
-
-
-
- Range slider - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Range slider
-
-
All options and features can be found here .
-
Basic range slider
-
-
-
- <div data-slider= '{"js-name": "slider0","start": 50,"range": {"min": 0,"max": 100}}' ></div>
-<p demo-slider= "slider0" ></p>
-
-
-
That’s how values are displayed:
-
-
-
/* Demo only */
-
-$ ( document ). ready ( function () {
- /* Sliders value */
- let slidersText = document . querySelectorAll ( ' [demo-slider] ' );
- for ( let i = 0 ; i < slidersText . length ; i ++ ){
- window [ slidersText [ i ]. getAttribute ( " demo-slider " )]. on ( ' update ' , function ( values ){
- slidersText [ i ]. innerHTML = values . join ( ' | ' );
- })
- }
-});
-
-
-
-
Basic options
-
Basic range slider options.
-
js-name
-
By setting js-name you can access slider in your js code. Remember to use it in your code after the page has loaded.
-
-
-
/* Example */
-
-window . onload = slider ;
-
-function slider (){
- let sliderText = document . getElementById ( ' sliderText ' );
- slider1 . on ( ' update ' , function ( values , handle ){
- sliderText . innerHTML = values [ handle ];
- });
-}
-
-
-
-
-
-
- <div data-slider= '{"js-name": "slider1","start": 50,"range": {"min": 0,"max": 100}}' ></div>
-<p id= "sliderText" demo-slider= "slider1" ></p>
-
-
-
start
-
The start option sets the number of handles and corresponding start positions.
-
The start option uses the slider’s 'format' option to decode the input. Number input will be cast to string and decoded.
-
-
-
- <div data-slider= '{"js-name": "slider2","start": 30,"range": {"min": 0,"max": 100}}' ></div>
-<p demo-slider= "slider2" ></p>
-<div data-slider= '{"js-name": "slider3","start": [40,65],"range": {"min": 0,"max": 100}}' ></div>
-<p demo-slider= "slider3" ></p>
-<div data-slider= '{"js-name": "slider4","start": [25,50,75],"range": {"min": 0,"max": 100}}' ></div>
-<p demo-slider= "slider4" ></p>
-
-
-
range
-
All values on the slider are part of a range. The range has a minimum and maximum value. The minimum value cannot be equal to the maximum value.
-
-
-
- <div data-slider= '{"js-name": "slider5","start": 500,"range": {"min": -2000,"max": 10000}}' ></div>
-<p demo-slider= "slider5" ></p>
-<div data-slider= '{"js-name": "slider6","start": [-250,800],"range": {"min": -500,"max": 1000}}' ></div>
-<p demo-slider= "slider6" ></p>
-<div data-slider= '{"js-name": "slider7","start": [0.1,0.4,0.9],"range": {"min": 0.1,"max": 1}}' ></div>
-<p demo-slider= "slider7" ></p>
-
-
-
step
-
By default, the slider slides fluently. In order to make the handles jump between intervals, you can use the step option.
-
-
-
- <div data-slider= '{"js-name": "slider8","start": 5000,"range": {"min": 1000,"max": 10000},"step": 1000}' ></div>
-<p demo-slider= "slider8" ></p>
-<div data-slider= '{"js-name": "slider9","start": 500,"range": {"min": 100,"max": 1000},"step": 125}' ></div>
-<p demo-slider= "slider9" ></p>
-<div data-slider= '{"js-name": "slider10","start": 50,"range": {"min": 10,"max": 100},"step": 5}' ></div>
-<p demo-slider= "slider10" ></p>
-
-
-
connect
-
The connect option can be used to control the bar between the handles or the edges of the slider.
-
If you are using one handle, set the value to either 'upper' or 'lower'.
- For sliders with 2 or more handles, pass an array with a boolean for every connecting element, including the edges of the slider. The length of this array must match the handle count + 1.
-
Setting true sets the bars between the handles, but not between the handles and the sliders edges.
-
-
-
- <div data-slider= '{"js-name": "slider11","start": 8000,"connect": "lower","range": {"min": [2000],"max": [20000]}}' ></div>
-<p demo-slider= "slider11" ></p>
-<div data-slider= '{"js-name": "slider12","start": 8000,"connect": "upper","range": {"min": [2000],"max": [20000]}}' ></div>
-<p demo-slider= "slider12" ></p>
-<div data-slider= '{"js-name": "slider13","start": [4000, 8000, 12000, 16000],"connect": [false, true, true, false, true],"range": {"min": [2000],"max": [20000]}}' ></div>
-<p demo-slider= "slider13" ></p>
-
-
-
margin
-
When using two handles, the minimum distance between the handles can be set using the margin option. The margin value is relative to the value set in ‘range’. This option is only available on linear sliders.
-
-
-
- <div data-slider= '{"js-name": "slider14","start": [20,80],"range": {"min": 0,"max": 100},"margin":30}' ></div>
-<p demo-slider= "slider14" ></p>
-<div data-slider= '{"js-name": "slider15","start": [20,80],"range": {"min": 0,"max": 100},"margin":50}' ></div>
-<p demo-slider= "slider15" ></p>
-
-
-
limit
-
The limit option is the oposite of the margin option, limiting the maximum distance between two handles. As with the margin option, the limit option can only be used on linear sliders.
-
-
-
- <div data-slider= '{"js-name": "slider16","start": [10,120],"connect":true,"range": {"min": 0,"max": 100},"limit":40,"behaviour":"drag"}' ></div>
-<p demo-slider= "slider16" ></p>
-
-
-
padding
-
Padding limits how close to the slider edges handles can be.
-
-
-
- <div data-slider= '{"js-name": "slider17","start": [20,80],"range": {"min": 0,"max": 100},"padding":[10,15]}' ></div>
-<p demo-slider= "slider17" ></p>
-
-
-
That’s only the basic features and options of range slider. More possibilities can be found here .
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/ribbons.html b/demo/docs/ribbons.html
deleted file mode 100644
index 28d86e318..000000000
--- a/demo/docs/ribbons.html
+++ /dev/null
@@ -1,716 +0,0 @@
-
-
-
-
-
-
-
- Ribbons - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Ribbons
-
-
Ribbons are graphical elements which attract users' attention to a given element of an interface and make it stand out.
-
Default markup
-
Use the ribbon class to add the default ribbon to any section of your interface.
-
-
-
- <div class= "card" >
- <div class= "card-body h-8" >
- </div>
- <div class= "ribbon" > <!-- SVG icon code -->
- </div>
-</div>
-
-
-
Ribbon position
-
You can change the position of a ribbon by adding one of the following classes to the element:
-
- ribbon-top - moves it to the top
- ribbon-right - moves it to the right
- ribbon-bottom - moves it to the bottom
- ribbon-left - moves it to the lefg
-
-
Using multiple classes at once will give you more position options. For example, the following class: .ribbon.ribbon-top.ribbon-left will move the ribbon to the top left corner.
-
-
-
- <div class= "card" >
- <div class= "card-body h-8" >
- </div>
- <div class= "ribbon ribbon-top ribbon-left" > <!-- SVG icon code -->
- </div>
-</div>
-
-
-
Ribbon color
-
Customize the ribbon’s background color. You can click here to see the list of available colors.
-
-
-
- <div class= "card" >
- <div class= "card-body h-8" >
- </div>
- <div class= "ribbon bg-red" > <!-- SVG icon code -->
- </div>
-</div>
-
-
-
Ribbon text
-
Add your own text to a ribbon to display any additional information and make it easy to spot for users.
-
-
-
- <div class= "card" >
- <div class= "card-body h-8" >
- </div>
- <div class= "ribbon bg-green" > <!-- SVG icon code -->
- </div>
-</div>
-
-
-
Ribbon style
-
Change the style of a ribbon to make it go well with your interface design.
-
-
-
- <div class= "card" >
- <div class= "card-body h-8" >
- </div>
- <div class= "ribbon ribbon-bookmark bg-orange" > <!-- SVG icon code -->
- </div>
-</div>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/spinners.html b/demo/docs/spinners.html
deleted file mode 100644
index d35dc29c0..000000000
--- a/demo/docs/spinners.html
+++ /dev/null
@@ -1,764 +0,0 @@
-
-
-
-
-
-
-
- Spinners - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Spinners are used to show the loading state of a component or page. They provide feedback for an action a user has taken, when it takes a bit longer to complete.
-
Default markup
-
Use the default spinner to notify users that an action they have taken is in progress, helping them avoid confusion.
-
-
-
- <div class= "spinner-border" role= "status" ></div>
-
-
-
Colors
-
Choose one of the available colors to customize the spinner and make it suit your design.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <div class= "spinner-border text-blue" role= "status" ></div>
-<div class= "spinner-border text-azure" role= "status" ></div>
-<div class= "spinner-border text-indigo" role= "status" ></div>
-<div class= "spinner-border text-purple" role= "status" ></div>
-<div class= "spinner-border text-pink" role= "status" ></div>
-<div class= "spinner-border text-red" role= "status" ></div>
-<div class= "spinner-border text-orange" role= "status" ></div>
-<div class= "spinner-border text-yellow" role= "status" ></div>
-<div class= "spinner-border text-lime" role= "status" ></div>
-<div class= "spinner-border text-green" role= "status" ></div>
-<div class= "spinner-border text-teal" role= "status" ></div>
-<div class= "spinner-border text-cyan" role= "status" ></div>
-<div class= "spinner-border text-gray" role= "status" ></div>
-
-
-
Size
-
Choose the size of your spinner. You can use the default size or use the spinner-border-sm class to display a smaller spinner.
-
-
-
- <div class= "spinner-border" role= "status" ></div>
-<div class= "spinner-border spinner-border-sm" role= "status" ></div>
-
-
-
Growing spinner
-
Use the growing spinner, if you are looking for a more original design than a border spinner. The spinner grows to show the loading state.
-
-
-
- <div class= "spinner-grow" role= "status" ></div>
-
-
-
Growing spinners also come in a variety of colors to choose from.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <div class= "spinner-grow text-blue" role= "status" ></div>
-<div class= "spinner-grow text-azure" role= "status" ></div>
-<div class= "spinner-grow text-indigo" role= "status" ></div>
-<div class= "spinner-grow text-purple" role= "status" ></div>
-<div class= "spinner-grow text-pink" role= "status" ></div>
-<div class= "spinner-grow text-red" role= "status" ></div>
-<div class= "spinner-grow text-orange" role= "status" ></div>
-<div class= "spinner-grow text-yellow" role= "status" ></div>
-<div class= "spinner-grow text-lime" role= "status" ></div>
-<div class= "spinner-grow text-green" role= "status" ></div>
-<div class= "spinner-grow text-teal" role= "status" ></div>
-<div class= "spinner-grow text-cyan" role= "status" ></div>
-<div class= "spinner-grow text-gray" role= "status" ></div>
-
-
-
-
Use buttons with spinners to notify users that an action they have taken by clicking the button is in progress and prevent them from clicking multiple times or giving up.
-
-
-
- <a href= "#" class= "btn btn-primary" >
- <span class= "spinner-border spinner-border-sm mr-2" role= "status" ></span>
- Button
-</a>
-<a href= "#" class= "btn btn-danger" >
- <span class= "spinner-border spinner-border-sm mr-2" role= "status" ></span>
- Button
-</a>
-<a href= "#" class= "btn btn-warning" >
- <span class= "spinner-border spinner-border-sm mr-2" role= "status" ></span>
- Button
-</a>
-<a href= "#" class= "btn btn-success" >
- <span class= "spinner-border spinner-border-sm" role= "status" ></span>
- Button
-</a>
-<a href= "#" class= "btn btn-white" >
- <span class= "spinner-border spinner-border-sm" role= "status" ></span>
- Button
-</a>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/steps.html b/demo/docs/steps.html
deleted file mode 100644
index 6f03c7e9f..000000000
--- a/demo/docs/steps.html
+++ /dev/null
@@ -1,788 +0,0 @@
-
-
-
-
-
-
-
- Steps - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Steps
-
-
Steps are used to guide users through complex processes, making them easier and more intuitive. Breaking a multi-step process into smaller parts and tracking progress along the way helps users complete it successfully.
-
Default markup
-
Steps show users where they are within a process, what steps they have already completed and what they are expected to complete. Making multi-step processes more user-friendly facilitates users’ interaction with your interface.
-
Use the steps class to create the default progress tracker and name the steps accordingly.
-
-
-
- <div class= "steps" >
- <a href= "#" class= "step-item" >
- Step 1
- </a>
- <a href= "#" class= "step-item" >
- Step 2
- </a>
- <a href= "#" class= "step-item active" >
- Step 3
- </a>
- <span href= "#" class= "step-item" >
- Step 4
- </span>
-</div>
-
-
-
-
Add tooltips, if you want to provide users with additional information about the steps they are expected to complete. Tooltips are displayed when a user hovers over a given step and help clarify what might not be clear from the interface.
-
-
-
- <div class= "steps" >
- <a href= "#" class= "step-item" data-toggle= "tooltip" title= "Step 1 description" >
- Step 1
- </a>
- <a href= "#" class= "step-item" data-toggle= "tooltip" title= "Step 2 description" >
- Step 2
- </a>
- <a href= "#" class= "step-item active" data-toggle= "tooltip" title= "Step 3 description" >
- Step 3
- </a>
- <span href= "#" class= "step-item" data-toggle= "tooltip" title= "Step 4 description" >
- Step 4
- </span>
-</div>
-
-
-
Color
-
You can customize the default progress indicator by changing the color to one that better suits your design. Click here to see the range of available colors.
-
-
-
- <div class= "steps steps-green" >
- <a href= "#" class= "step-item" >
- Step 1
- </a>
- <a href= "#" class= "step-item" >
- Step 2
- </a>
- <a href= "#" class= "step-item active" >
- Step 3
- </a>
- <span href= "#" class= "step-item" >
- Step 4
- </span>
-</div>
-<div class= "steps steps-red" >
- <a href= "#" class= "step-item" >
- Step 1
- </a>
- <a href= "#" class= "step-item" >
- Step 2
- </a>
- <a href= "#" class= "step-item active" >
- Step 3
- </a>
- <span href= "#" class= "step-item" >
- Step 4
- </span>
-</div>
-
-
-
Steps without title
-
For designs with limited space, use progress indicators without titles and add tooltips to provide the necessary details.
-
-
-
- <div class= "steps" >
- <a href= "#" class= "step-item" data-toggle= "tooltip" title= "Step 1 description" ></a>
- <a href= "#" class= "step-item" data-toggle= "tooltip" title= "Step 2 description" ></a>
- <a href= "#" class= "step-item active" data-toggle= "tooltip" title= "Step 3 description" ></a>
- <span href= "#" class= "step-item" data-toggle= "tooltip" title= "Step 4 description" ></span>
-</div>
-
-
-
Steps with numbers
-
Use the steps-counter class to create a progress tracker with numbers instead of titles and change the color to customize it.
-
-
-
- <div class= "steps steps-counter steps-lime" >
- <a href= "#" class= "step-item" ></a>
- <a href= "#" class= "step-item active" ></a>
- <span href= "#" class= "step-item" ></span>
- <span href= "#" class= "step-item" ></span>
- <span href= "#" class= "step-item" ></span>
-</div>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/tables.html b/demo/docs/tables.html
deleted file mode 100644
index 9f6b74a26..000000000
--- a/demo/docs/tables.html
+++ /dev/null
@@ -1,1056 +0,0 @@
-
-
-
-
-
-
-
- Tables - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Tables are a useful interface element that allows to visualise data and arrange it in a clear way. Thanks to that, users can browse a lot of information at once and a good table design will help you take care of its clarity.
-
Basic Table
-
The basic table design has light padding and the presented data is separated wih horizontal dividers. It helps provide users with all the necessary information, without overwheling them with visuals.
-
The .table class adds basic styling to a table:
-
-
-
- <div class= "table-responsive" >
- <table class= "table table-vcenter" >
- <thead>
- <tr>
- <th> Name</th>
- <th> Title</th>
- <th> Email</th>
- <th> Role</th>
- <th class= "w-1" ></th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td > Paweł Kuna</td>
- <td class= "text-muted" >
- UI Designer, Training
- </td>
- <td class= "text-muted" ><a href= "#" class= "text-reset" > paweluna@howstuffworks.com</a></td>
- <td class= "text-muted" >
- User
- </td>
- <td>
- <a href= "#" > Edit</a>
- </td>
- </tr>
- <tr>
- <td > Jeffie Lewzey</td>
- <td class= "text-muted" >
- Chemical Engineer, Support
- </td>
- <td class= "text-muted" ><a href= "#" class= "text-reset" > jlewzey1@seesaa.net</a></td>
- <td class= "text-muted" >
- Admin
- </td>
- <td>
- <a href= "#" > Edit</a>
- </td>
- </tr>
- <tr>
- <td > Mallory Hulme</td>
- <td class= "text-muted" >
- Geologist IV, Support
- </td>
- <td class= "text-muted" ><a href= "#" class= "text-reset" > mhulme2@domainmarket.com</a></td>
- <td class= "text-muted" >
- User
- </td>
- <td>
- <a href= "#" > Edit</a>
- </td>
- </tr>
- <tr>
- <td > Dunn Slane</td>
- <td class= "text-muted" >
- Research Nurse, Sales
- </td>
- <td class= "text-muted" ><a href= "#" class= "text-reset" > dslane3@epa.gov</a></td>
- <td class= "text-muted" >
- Owner
- </td>
- <td>
- <a href= "#" > Edit</a>
- </td>
- </tr>
- <tr>
- <td > Emmy Levet</td>
- <td class= "text-muted" >
- VP Product Management, Accounting
- </td>
- <td class= "text-muted" ><a href= "#" class= "text-reset" > elevet4@senate.gov</a></td>
- <td class= "text-muted" >
- Admin
- </td>
- <td>
- <a href= "#" > Edit</a>
- </td>
- </tr>
- </tbody>
- </table>
-</div>
-
-
-
Responsive tables
-
Use the .table-responsive class across each breakpoint for horizontal scrolling tables. If you want to create responsive tables up to a specific breakpoint, use .table-responsive{-sm|-md|-lg|-xl}. From that breakpoint and up, the table will behave normally, rather than scroll horizontally.
-
-
-
-
-
- #
- Heading 1
- Heading 2
- Heading 3
- Heading 4
- Heading 5
- Heading 6
- Heading 7
- Heading 8
- Heading 9
- Heading 10
-
-
-
-
- 1
- Cell
- Cell
- Cell
- Cell
- Cell
- Cell
- Cell
- Cell
- Cell
- Cell
-
-
- 2
- Cell
- Cell
- Cell
- Cell
- Cell
- Cell
- Cell
- Cell
- Cell
- Cell
-
-
-
-
-
-
-
- <table class= "table table-responsive" >
- <thead>
- <tr>
- <th> #</th>
- <th class= "text-nowrap" > Heading 1</th>
- <th class= "text-nowrap" > Heading 2</th>
- <th class= "text-nowrap" > Heading 3</th>
- <th class= "text-nowrap" > Heading 4</th>
- <th class= "text-nowrap" > Heading 5</th>
- <th class= "text-nowrap" > Heading 6</th>
- <th class= "text-nowrap" > Heading 7</th>
- <th class= "text-nowrap" > Heading 8</th>
- <th class= "text-nowrap" > Heading 9</th>
- <th class= "text-nowrap" > Heading 10</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <th> 1</th>
- <td> Cell</td>
- <td> Cell</td>
- <td> Cell</td>
- <td> Cell</td>
- <td> Cell</td>
- <td> Cell</td>
- <td> Cell</td>
- <td> Cell</td>
- <td> Cell</td>
- <td> Cell</td>
- </tr>
- <tr>
- <th> 2</th>
- <td> Cell</td>
- <td> Cell</td>
- <td> Cell</td>
- <td> Cell</td>
- <td> Cell</td>
- <td> Cell</td>
- <td> Cell</td>
- <td> Cell</td>
- <td> Cell</td>
- <td> Cell</td>
- </tr>
- </tbody>
-</table>
-
-
-
No wrap
-
If you don’t want the table cell content to wrap to another line, use the table-nowrap class.
-
-
-
-
-
-
- Name
- Title
- Email
- Role
-
-
-
-
-
-
- Paweł Kuna
-
- UI Designer, Training
-
- paweluna@howstuffworks.com
-
- User
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Animi, commodi cupiditate debitis deserunt expedita hic incidunt iste modi molestiae nesciunt non nostrum perferendis perspiciatis placeat praesentium quaerat quo repellendus, voluptates.
-
- Edit
-
-
-
- Jeffie Lewzey
-
- Chemical Engineer, Support
-
- jlewzey1@seesaa.net
-
- Admin
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Animi, commodi cupiditate debitis deserunt expedita hic incidunt iste modi molestiae nesciunt non nostrum perferendis perspiciatis placeat praesentium quaerat quo repellendus, voluptates.
-
- Edit
-
-
-
- Mallory Hulme
-
- Geologist IV, Support
-
- mhulme2@domainmarket.com
-
- User
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Animi, commodi cupiditate debitis deserunt expedita hic incidunt iste modi molestiae nesciunt non nostrum perferendis perspiciatis placeat praesentium quaerat quo repellendus, voluptates.
-
- Edit
-
-
-
- Dunn Slane
-
- Research Nurse, Sales
-
- dslane3@epa.gov
-
- Owner
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Animi, commodi cupiditate debitis deserunt expedita hic incidunt iste modi molestiae nesciunt non nostrum perferendis perspiciatis placeat praesentium quaerat quo repellendus, voluptates.
-
- Edit
-
-
-
- Emmy Levet
-
- VP Product Management, Accounting
-
- elevet4@senate.gov
-
- Admin
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Animi, commodi cupiditate debitis deserunt expedita hic incidunt iste modi molestiae nesciunt non nostrum perferendis perspiciatis placeat praesentium quaerat quo repellendus, voluptates.
-
- Edit
-
-
-
-
-
-
-
-
-
- <div class= "table-responsive" >
- <table class= "table table-vcenter table-nowrap" >
- <thead>
- <tr>
- <th> Name</th>
- <th> Title</th>
- <th> Email</th>
- <th> Role</th>
- <th></th>
- <th class= "w-1" ></th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td > Paweł Kuna</td>
- <td class= "text-muted" >
- UI Designer, Training
- </td>
- <td class= "text-muted" ><a href= "#" class= "text-reset" > paweluna@howstuffworks.com</a></td>
- <td class= "text-muted" >
- User
- </td>
- <td> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Animi, commodi cupiditate debitis deserunt expedita hic incidunt iste modi molestiae nesciunt non nostrum perferendis perspiciatis placeat praesentium quaerat quo repellendus, voluptates.</td>
- <td>
- <a href= "#" > Edit</a>
- </td>
- </tr>
- <tr>
- <td > Jeffie Lewzey</td>
- <td class= "text-muted" >
- Chemical Engineer, Support
- </td>
- <td class= "text-muted" ><a href= "#" class= "text-reset" > jlewzey1@seesaa.net</a></td>
- <td class= "text-muted" >
- Admin
- </td>
- <td> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Animi, commodi cupiditate debitis deserunt expedita hic incidunt iste modi molestiae nesciunt non nostrum perferendis perspiciatis placeat praesentium quaerat quo repellendus, voluptates.</td>
- <td>
- <a href= "#" > Edit</a>
- </td>
- </tr>
- <tr>
- <td > Mallory Hulme</td>
- <td class= "text-muted" >
- Geologist IV, Support
- </td>
- <td class= "text-muted" ><a href= "#" class= "text-reset" > mhulme2@domainmarket.com</a></td>
- <td class= "text-muted" >
- User
- </td>
- <td> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Animi, commodi cupiditate debitis deserunt expedita hic incidunt iste modi molestiae nesciunt non nostrum perferendis perspiciatis placeat praesentium quaerat quo repellendus, voluptates.</td>
- <td>
- <a href= "#" > Edit</a>
- </td>
- </tr>
- <tr>
- <td > Dunn Slane</td>
- <td class= "text-muted" >
- Research Nurse, Sales
- </td>
- <td class= "text-muted" ><a href= "#" class= "text-reset" > dslane3@epa.gov</a></td>
- <td class= "text-muted" >
- Owner
- </td>
- <td> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Animi, commodi cupiditate debitis deserunt expedita hic incidunt iste modi molestiae nesciunt non nostrum perferendis perspiciatis placeat praesentium quaerat quo repellendus, voluptates.</td>
- <td>
- <a href= "#" > Edit</a>
- </td>
- </tr>
- <tr>
- <td > Emmy Levet</td>
- <td class= "text-muted" >
- VP Product Management, Accounting
- </td>
- <td class= "text-muted" ><a href= "#" class= "text-reset" > elevet4@senate.gov</a></td>
- <td class= "text-muted" >
- Admin
- </td>
- <td> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Animi, commodi cupiditate debitis deserunt expedita hic incidunt iste modi molestiae nesciunt non nostrum perferendis perspiciatis placeat praesentium quaerat quo repellendus, voluptates.</td>
- <td>
- <a href= "#" > Edit</a>
- </td>
- </tr>
- </tbody>
- </table>
-</div>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/tabs.html b/demo/docs/tabs.html
deleted file mode 100644
index b7499d37d..000000000
--- a/demo/docs/tabs.html
+++ /dev/null
@@ -1,1012 +0,0 @@
-
-
-
-
-
-
-
- Tabs - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Tabs allow users to alternate between equally important views within the same context. By dividing content into meaningful sections, they improve its organization and make it easy for users to navigate.
-
Default markup
-
Use tabs to let users access different sections within one context quickly and with ease. In the default design, the current tab is highlighted, which makes the interface clear and user-friendly.
-
-
-
-
-
-
-
-
-
Cursus turpis vestibulum, dui in pharetra vulputate id sed non turpis ultricies fringilla at sed facilisis lacus pellentesque purus nibh
-
-
-
Fringilla egestas nunc quis tellus diam rhoncus ultricies tristique enim at diam, sem nunc amet, pellentesque id egestas velit sed
-
-
-
-
-
-
-
-
-
- <div class= "card" >
- <ul class= "nav nav-tabs" data-toggle= "tabs" >
- <li class= "nav-item" >
- <a href= "#tabs-home-ex1" class= "nav-link active" data-toggle= "tab" > Home</a>
- </li>
- <li class= "nav-item" >
- <a href= "#tabs-profile-ex1" class= "nav-link" data-toggle= "tab" > Profile</a>
- </li>
- </ul>
- <div class= "card-body" >
- <div class= "tab-content" >
- <div class= "tab-pane active show" id= "tabs-home-ex1" >
- <div> Cursus turpis vestibulum, dui in pharetra vulputate id sed non turpis ultricies fringilla at sed facilisis lacus pellentesque purus nibh</div>
- </div>
- <div class= "tab-pane" id= "tabs-profile-ex1" >
- <div> Fringilla egestas nunc quis tellus diam rhoncus ultricies tristique enim at diam, sem nunc amet, pellentesque id egestas velit sed</div>
- </div>
- </div>
- </div>
-</div>
-
-
-
Tabs with icons
-
Add icons to your tab labels, if you want to use a visual element and make the tab content easier to identify.
-
-
-
-
-
-
-
-
-
Cursus turpis vestibulum, dui in pharetra vulputate id sed non turpis ultricies fringilla at sed facilisis lacus pellentesque purus nibh
-
-
-
Fringilla egestas nunc quis tellus diam rhoncus ultricies tristique enim at diam, sem nunc amet, pellentesque id egestas velit sed
-
-
-
Donec ac vitae diam amet vel leo egestas consequat rhoncus in luctus amet, facilisi sit mauris accumsan nibh habitant senectus
-
-
-
-
-
-
-
-
-
- <div class= "card" >
- <ul class= "nav nav-tabs" data-toggle= "tabs" >
- <li class= "nav-item" >
- <a href= "#tabs-home-ex2" class= "nav-link active" data-toggle= "tab" > <!-- SVG icon code -->
- Home</a>
- </li>
- <li class= "nav-item" >
- <a href= "#tabs-profile-ex2" class= "nav-link" data-toggle= "tab" > <!-- SVG icon code -->
- Profile</a>
- </li>
- <li class= "nav-item ml-auto" >
- <a href= "#tabs-settings-ex2" class= "nav-link" title= "Settings" data-toggle= "tab" > <!-- SVG icon code -->
- </a>
- </li>
- </ul>
- <div class= "card-body" >
- <div class= "tab-content" >
- <div class= "tab-pane active show" id= "tabs-home-ex2" >
- <div> Cursus turpis vestibulum, dui in pharetra vulputate id sed non turpis ultricies fringilla at sed facilisis lacus pellentesque purus nibh</div>
- </div>
- <div class= "tab-pane" id= "tabs-profile-ex2" >
- <div> Fringilla egestas nunc quis tellus diam rhoncus ultricies tristique enim at diam, sem nunc amet, pellentesque id egestas velit sed</div>
- </div>
- <div class= "tab-pane" id= "tabs-settings-ex2" >
- <div> Donec ac vitae diam amet vel leo egestas consequat rhoncus in luctus amet, facilisi sit mauris accumsan nibh habitant senectus</div>
- </div>
- </div>
- </div>
-</div>
-
-
-
Tabs only with icons
-
Use tabs without label names to save space and make the tab content easy to recognize for international users.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Cursus turpis vestibulum, dui in pharetra vulputate id sed non turpis ultricies fringilla at sed facilisis lacus pellentesque purus nibh
-
-
-
Fringilla egestas nunc quis tellus diam rhoncus ultricies tristique enim at diam, sem nunc amet, pellentesque id egestas velit sed
-
-
-
Donec ac vitae diam amet vel leo egestas consequat rhoncus in luctus amet, facilisi sit mauris accumsan nibh habitant senectus
-
-
-
-
-
-
-
-
-
- <div class= "card" >
- <ul class= "nav nav-tabs" data-toggle= "tabs" >
- <li class= "nav-item" >
- <a href= "#tabs-home-ex3" class= "nav-link active" data-toggle= "tab" > <!-- SVG icon code -->
- </a>
- </li>
- <li class= "nav-item" >
- <a href= "#tabs-profile-ex3" class= "nav-link" data-toggle= "tab" > <!-- SVG icon code -->
- </a>
- </li>
- <li class= "nav-item ml-auto" >
- <a href= "#tabs-settings-ex3" class= "nav-link" title= "Settings" data-toggle= "tab" > <!-- SVG icon code -->
- </a>
- </li>
- </ul>
- <div class= "card-body" >
- <div class= "tab-content" >
- <div class= "tab-pane active show" id= "tabs-home-ex3" >
- <div> Cursus turpis vestibulum, dui in pharetra vulputate id sed non turpis ultricies fringilla at sed facilisis lacus pellentesque purus nibh</div>
- </div>
- <div class= "tab-pane" id= "tabs-profile-ex3" >
- <div> Fringilla egestas nunc quis tellus diam rhoncus ultricies tristique enim at diam, sem nunc amet, pellentesque id egestas velit sed</div>
- </div>
- <div class= "tab-pane" id= "tabs-settings-ex3" >
- <div> Donec ac vitae diam amet vel leo egestas consequat rhoncus in luctus amet, facilisi sit mauris accumsan nibh habitant senectus</div>
- </div>
- </div>
- </div>
-</div>
-
-
-
Tabs with dropdown
-
Make one or more of your tabs into a dropdown to add more options within one element.
-
-
-
-
-
-
-
-
-
Cursus turpis vestibulum, dui in pharetra vulputate id sed non turpis ultricies fringilla at sed facilisis lacus pellentesque purus nibh
-
-
-
Fringilla egestas nunc quis tellus diam rhoncus ultricies tristique enim at diam, sem nunc amet, pellentesque id egestas velit sed
-
-
-
-
-
-
-
-
-
- <div class= "card" >
- <ul class= "nav nav-tabs" data-toggle= "tabs" >
- <li class= "nav-item" >
- <a href= "#tabs-home-ex4" class= "nav-link active" data-toggle= "tab" > Home</a>
- </li>
- <li class= "nav-item" >
- <a href= "#tabs-profile-ex4" class= "nav-link" data-toggle= "tab" > Profile</a>
- </li>
- <li class= "nav-item dropdown" >
- <a class= "nav-link dropdown-toggle" data-toggle= "dropdown" href= "#" role= "button" aria-haspopup= "true" aria-expanded= "false" > Dropdown</a>
- <div class= "dropdown-menu" >
- <a class= "dropdown-item" href= "#" >
- Action
- </a>
- <a class= "dropdown-item" href= "#" >
- Another action
- </a>
- </div>
- </li>
- </ul>
- <div class= "card-body" >
- <div class= "tab-content" >
- <div class= "tab-pane active show" id= "tabs-home-ex4" >
- <div> Cursus turpis vestibulum, dui in pharetra vulputate id sed non turpis ultricies fringilla at sed facilisis lacus pellentesque purus nibh</div>
- </div>
- <div class= "tab-pane" id= "tabs-profile-ex4" >
- <div> Fringilla egestas nunc quis tellus diam rhoncus ultricies tristique enim at diam, sem nunc amet, pellentesque id egestas velit sed</div>
- </div>
- </div>
- </div>
-</div>
-
-
-
Full-width tabs
-
Add the nav-fill class to make the tabs take up the full space of the parent element.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Cursus turpis vestibulum, dui in pharetra vulputate id sed non turpis ultricies fringilla at sed facilisis lacus pellentesque purus nibh
-
-
-
Fringilla egestas nunc quis tellus diam rhoncus ultricies tristique enim at diam, sem nunc amet, pellentesque id egestas velit sed
-
-
-
Donec ac vitae diam amet vel leo egestas consequat rhoncus in luctus amet, facilisi sit mauris accumsan nibh habitant senectus
-
-
-
-
-
-
-
-
-
- <div class= "card" >
- <ul class= "nav nav-tabs nav-fill" data-toggle= "tabs" >
- <li class= "nav-item" >
- <a href= "#tabs-home-ex5" class= "nav-link active" data-toggle= "tab" > <!-- SVG icon code -->
- </a>
- </li>
- <li class= "nav-item" >
- <a href= "#tabs-profile-ex5" class= "nav-link" data-toggle= "tab" > <!-- SVG icon code -->
- </a>
- </li>
- <li class= "nav-item" >
- <a href= "#tabs-activity-ex5" class= "nav-link" data-toggle= "tab" > <!-- SVG icon code -->
- </a>
- </li>
- </ul>
- <div class= "card-body" >
- <div class= "tab-content" >
- <div class= "tab-pane active show" id= "tabs-home-ex5" >
- <div> Cursus turpis vestibulum, dui in pharetra vulputate id sed non turpis ultricies fringilla at sed facilisis lacus pellentesque purus nibh</div>
- </div>
- <div class= "tab-pane" id= "tabs-profile-ex5" >
- <div> Fringilla egestas nunc quis tellus diam rhoncus ultricies tristique enim at diam, sem nunc amet, pellentesque id egestas velit sed</div>
- </div>
- <div class= "tab-pane" id= "tabs-activity-ex5" >
- <div> Donec ac vitae diam amet vel leo egestas consequat rhoncus in luctus amet, facilisi sit mauris accumsan nibh habitant senectus</div>
- </div>
- </div>
- </div>
-</div>
-
-
-
Alternate style
-
Use the nav-tabs-alt class to make the labels display in capital letters.
-
-
-
-
-
-
-
-
-
Cursus turpis vestibulum, dui in pharetra vulputate id sed non turpis ultricies fringilla at sed facilisis lacus pellentesque purus nibh
-
-
-
Fringilla egestas nunc quis tellus diam rhoncus ultricies tristique enim at diam, sem nunc amet, pellentesque id egestas velit sed
-
-
-
Donec ac vitae diam amet vel leo egestas consequat rhoncus in luctus amet, facilisi sit mauris accumsan nibh habitant senectus
-
-
-
-
-
-
-
-
-
- <div class= "card" >
- <ul class= "nav nav-tabs nav-tabs-alt" data-toggle= "tabs" >
- <li class= "nav-item" >
- <a href= "#tabs-home-ex6" class= "nav-link active" data-toggle= "tab" > <!-- SVG icon code -->
- Home</a>
- </li>
- <li class= "nav-item" >
- <a href= "#tabs-profile-ex6" class= "nav-link" data-toggle= "tab" > <!-- SVG icon code -->
- Profile</a>
- </li>
- <li class= "nav-item ml-auto" >
- <a href= "#tabs-settings-ex6" class= "nav-link" title= "Settings" data-toggle= "tab" > <!-- SVG icon code -->
- </a>
- </li>
- </ul>
- <div class= "card-body" >
- <div class= "tab-content" >
- <div class= "tab-pane active show" id= "tabs-home-ex6" >
- <div> Cursus turpis vestibulum, dui in pharetra vulputate id sed non turpis ultricies fringilla at sed facilisis lacus pellentesque purus nibh</div>
- </div>
- <div class= "tab-pane" id= "tabs-profile-ex6" >
- <div> Fringilla egestas nunc quis tellus diam rhoncus ultricies tristique enim at diam, sem nunc amet, pellentesque id egestas velit sed</div>
- </div>
- <div class= "tab-pane" id= "tabs-settings-ex6" >
- <div> Donec ac vitae diam amet vel leo egestas consequat rhoncus in luctus amet, facilisi sit mauris accumsan nibh habitant senectus</div>
- </div>
- </div>
- </div>
-</div>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/timelines.html b/demo/docs/timelines.html
deleted file mode 100644
index 2697e3450..000000000
--- a/demo/docs/timelines.html
+++ /dev/null
@@ -1,992 +0,0 @@
-
-
-
-
-
-
-
- Timelines - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Timelines
-
-
A timeline is a perfect way to visualize processes and projects, as it's easy to read and attractive for users. You can use it to give an overview of events, present an agenda or point out important points in time.
-
Timeline
-
The available timeline design is comprised of many components that will help you visualize a process or show an outline of events. Thanks to the possibility of adding icons, avatars and links and the way of presenting the elements of content, your timeline will be clear for users and will make yor website or app more attractive.
-
-
-
-
-
-
-
-
-
-
10 hrs ago
-
+1150 Followers
-
You’re getting more and more followers, keep it up!
-
-
-
-
-
-
2 hrs ago
-
+3 New Products were added!
-
Congratulations!
-
-
-
-
-
-
1 day ago
-
Database backup completed!
-
Download the latest backup .
-
-
-
-
-
-
1 day ago
-
+290 Page Likes
-
This is great, keep it up!
-
-
-
-
-
-
2 days ago
-
+3 Friend Requests
-
-
-
-
- JL
-
-
-
-
-
-
-
-
-
3 days ago
-
+2 New photos
-
-
-
-
-
-
-
2 weeks ago
-
System updated to v2.02
-
Check the complete changelog at the activity
- page .
-
-
-
-
-
-
-
-
-
- <div class= "card" >
- <div class= "card-header" >
- <h3 class= "card-title" > Timeline</h3>
- </div>
- <div class= "card-body" >
- <ul class= "list list-timeline" >
- <li>
- <div class= "list-timeline-icon bg-twitter" > <!-- SVG icon code -->
- </div>
- <div class= "list-timeline-content" >
- <div class= "list-timeline-time" > 10 hrs ago</div>
- <p class= "list-timeline-title" > +1150 Followers</p>
- <p class= "text-muted" > You’re getting more and more followers, keep it up!</p>
- </div>
- </li>
- <li>
- <div class= "list-timeline-icon bg-red" > <!-- SVG icon code -->
- </div>
- <div class= "list-timeline-content" >
- <div class= "list-timeline-time" > 2 hrs ago</div>
- <p class= "list-timeline-title" > +3 New Products were added!</p>
- <p class= "text-muted" > Congratulations!</p>
- </div>
- </li>
- <li>
- <div class= "list-timeline-icon bg-success" > <!-- SVG icon code -->
- </div>
- <div class= "list-timeline-content" >
- <div class= "list-timeline-time" > 1 day ago</div>
- <p class= "list-timeline-title" > Database backup completed!</p>
- <p class= "text-muted" > Download the <a href= "#" > latest backup</a> .</p>
- </div>
- </li>
- <li>
- <div class= "list-timeline-icon bg-facebook" > <!-- SVG icon code -->
- </div>
- <div class= "list-timeline-content" >
- <div class= "list-timeline-time" > 1 day ago</div>
- <p class= "list-timeline-title" > +290 Page Likes</p>
- <p class= "text-muted" > This is great, keep it up!</p>
- </div>
- </li>
- <li>
- <div class= "list-timeline-icon bg-teal" > <!-- SVG icon code -->
- </div>
- <div class= "list-timeline-content" >
- <div class= "list-timeline-time" > 2 days ago</div>
- <p class= "list-timeline-title" > +3 Friend Requests</p>
- <div class= "avatar-list mt-3" >
- <span class= "avatar" style= "background-image: url(...)" >
- <span class= "badge bg-success" ></span></span>
- <span class= "avatar" >
- <span class= "badge bg-success" ></span> JL</span>
- <span class= "avatar" style= "background-image: url(...)" >
- <span class= "badge bg-success" ></span></span>
- </div>
- </div>
- </li>
- <li>
- <div class= "list-timeline-icon bg-yellow" > <!-- SVG icon code -->
- </div>
- <div class= "list-timeline-content" >
- <div class= "list-timeline-time" > 3 days ago</div>
- <p class= "list-timeline-title" > +2 New photos</p>
- <div class= "mt-3" >
- <div class= "row row-sm" >
- <div class= "col-6" >
- <div class= "media media-2x1 rounded" >
- <a class= "media-content" style= "background-image: url(...)" ></a>
- </div>
- </div>
- <div class= "col-6" >
- <div class= "media media-2x1 rounded" >
- <a class= "media-content" style= "background-image: url(...)" ></a>
- </div>
- </div>
- </div>
- </div>
- </div>
- </li>
- <li>
- <div class= "list-timeline-icon" > <!-- SVG icon code -->
- </div>
- <div class= "list-timeline-content" >
- <div class= "list-timeline-time" > 2 weeks ago</div>
- <p class= "list-timeline-title" > System updated to v2.02</p>
- <p class= "text-muted" > Check the complete changelog at the <a href= "#" > activity
- page</a> .</p>
- </div>
- </li>
- </ul>
- </div>
-</div>
-
-
-
Simple timeline
-
Use a simplified version of the timeline, if it suits your design better. You can still make use of all the available timeline components.
-
-
-
-
-
-
-
-
-
-
10 hrs ago
-
+1150 Followers
-
You’re getting more and more followers, keep it up!
-
-
-
-
-
-
2 hrs ago
-
+3 New Products were added!
-
Congratulations!
-
-
-
-
-
-
1 day ago
-
Database backup completed!
-
Download the latest backup .
-
-
-
-
-
-
1 day ago
-
+290 Page Likes
-
This is great, keep it up!
-
-
-
-
-
-
2 days ago
-
+3 Friend Requests
-
-
-
-
- JL
-
-
-
-
-
-
-
-
-
3 days ago
-
+2 New photos
-
-
-
-
-
-
-
2 weeks ago
-
System updated to v2.02
-
Check the complete changelog at the activity
- page .
-
-
-
-
-
-
-
-
-
- <div class= "card" >
- <div class= "card-header" >
- <h3 class= "card-title" > Timeline</h3>
- </div>
- <div class= "card-body" >
- <ul class= "list list-timeline list-timeline-simple" >
- <li>
- <div class= "list-timeline-icon bg-twitter" > <!-- SVG icon code -->
- </div>
- <div class= "list-timeline-content" >
- <div class= "list-timeline-time" > 10 hrs ago</div>
- <p class= "list-timeline-title" > +1150 Followers</p>
- <p class= "text-muted" > You’re getting more and more followers, keep it up!</p>
- </div>
- </li>
- <li>
- <div class= "list-timeline-icon bg-red" > <!-- SVG icon code -->
- </div>
- <div class= "list-timeline-content" >
- <div class= "list-timeline-time" > 2 hrs ago</div>
- <p class= "list-timeline-title" > +3 New Products were added!</p>
- <p class= "text-muted" > Congratulations!</p>
- </div>
- </li>
- <li>
- <div class= "list-timeline-icon bg-success" > <!-- SVG icon code -->
- </div>
- <div class= "list-timeline-content" >
- <div class= "list-timeline-time" > 1 day ago</div>
- <p class= "list-timeline-title" > Database backup completed!</p>
- <p class= "text-muted" > Download the <a href= "#" > latest backup</a> .</p>
- </div>
- </li>
- <li>
- <div class= "list-timeline-icon bg-facebook" > <!-- SVG icon code -->
- </div>
- <div class= "list-timeline-content" >
- <div class= "list-timeline-time" > 1 day ago</div>
- <p class= "list-timeline-title" > +290 Page Likes</p>
- <p class= "text-muted" > This is great, keep it up!</p>
- </div>
- </li>
- <li>
- <div class= "list-timeline-icon bg-teal" > <!-- SVG icon code -->
- </div>
- <div class= "list-timeline-content" >
- <div class= "list-timeline-time" > 2 days ago</div>
- <p class= "list-timeline-title" > +3 Friend Requests</p>
- <div class= "avatar-list mt-3" >
- <span class= "avatar" style= "background-image: url(...)" >
- <span class= "badge bg-success" ></span></span>
- <span class= "avatar" >
- <span class= "badge bg-success" ></span> JL</span>
- <span class= "avatar" style= "background-image: url(...)" >
- <span class= "badge bg-success" ></span></span>
- </div>
- </div>
- </li>
- <li>
- <div class= "list-timeline-icon bg-yellow" > <!-- SVG icon code -->
- </div>
- <div class= "list-timeline-content" >
- <div class= "list-timeline-time" > 3 days ago</div>
- <p class= "list-timeline-title" > +2 New photos</p>
- <div class= "mt-3" >
- <div class= "row row-sm" >
- <div class= "col-6" >
- <div class= "media media-2x1 rounded" >
- <a class= "media-content" style= "background-image: url(...)" ></a>
- </div>
- </div>
- <div class= "col-6" >
- <div class= "media media-2x1 rounded" >
- <a class= "media-content" style= "background-image: url(...)" ></a>
- </div>
- </div>
- </div>
- </div>
- </div>
- </li>
- <li>
- <div class= "list-timeline-icon" > <!-- SVG icon code -->
- </div>
- <div class= "list-timeline-content" >
- <div class= "list-timeline-time" > 2 weeks ago</div>
- <p class= "list-timeline-title" > System updated to v2.02</p>
- <p class= "text-muted" > Check the complete changelog at the <a href= "#" > activity
- page</a> .</p>
- </div>
- </li>
- </ul>
- </div>
-</div>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/toasts.html b/demo/docs/toasts.html
deleted file mode 100644
index 233d4fefb..000000000
--- a/demo/docs/toasts.html
+++ /dev/null
@@ -1,737 +0,0 @@
-
-
-
-
-
-
-
- Toasts - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Toasts are lightweight alert boxes which display for a few seconds after a user has taken an action, to inform them of the state or outcome. They can be used when a user clicks a button or submits a form and their aim is to provide feedback, rather than encourage to take action.
-
Default markup
-
Use the default toast message to inform users of the outcome of their action and provide additional information. It contains an x close button to make it possible for users to close the toast if they wish.
-
-
-
-
-
- Hello, world! This is a toast message.
-
-
-
-
-
-
- <div class= "toast show" role= "alert" aria-live= "assertive" aria-atomic= "true" data-autohide= "false" data-toggle= "toast" >
- <div class= "toast-header" >
- <span class= "avatar mr-2" style= "background-image: url(...)" ></span>
- <strong class= "mr-auto" > Mallory Hulme</strong>
- <small> 11 mins ago</small>
- <button type= "button" class= "ml-2 close" data-dismiss= "toast" aria-label= "Close" >
- <span aria-hidden= "true" > × </span>
- </button>
- </div>
- <div class= "toast-body" >
- Hello, world! This is a toast message.
- </div>
-</div>
-
-
-
Translucent
-
Toasts blend over the elements they appear over. If a browser supports the backdrop-filter CSS property, the elements under a toast will be blurred.
-
-
-
-
-
- Hello, world! This is a toast message.
-
-
-
-
-
-
- <div class= "toast show" role= "alert" aria-live= "assertive" aria-atomic= "true" data-autohide= "false" data-toggle= "toast" >
- <div class= "toast-header" >
- <span class= "avatar mr-2" style= "background-image: url(...)" ></span>
- <strong class= "mr-auto" > Mallory Hulme</strong>
- <small> 11 mins ago</small>
- <button type= "button" class= "ml-2 close" data-dismiss= "toast" aria-label= "Close" >
- <span aria-hidden= "true" > × </span>
- </button>
- </div>
- <div class= "toast-body" >
- Hello, world! This is a toast message.
- </div>
-</div>
-
-
-
Stacking toasts
-
Stack multiple toasts together by putting them within one container.
-
-
-
-
-
- Hello, world! This is a toast message.
-
-
-
-
-
- This is another toast message.
-
-
-
-
-
-
- <div class= "toast show" role= "alert" aria-live= "assertive" aria-atomic= "true" data-autohide= "false" data-toggle= "toast" >
- <div class= "toast-header" >
- <span class= "avatar mr-2" style= "background-image: url(...)" ></span>
- <strong class= "mr-auto" > Dunn Slane</strong>
- <small> 11 mins ago</small>
- <button type= "button" class= "ml-2 close" data-dismiss= "toast" aria-label= "Close" >
- <span aria-hidden= "true" > × </span>
- </button>
- </div>
- <div class= "toast-body" >
- Hello, world! This is a toast message.
- </div>
-</div>
-<div class= "toast show" role= "alert" aria-live= "assertive" aria-atomic= "true" data-autohide= "false" data-toggle= "toast" >
- <div class= "toast-header" >
- <span class= "avatar mr-2" style= "background-image: url(...)" ></span>
- <strong class= "mr-auto" > Mallory Hulme</strong>
- <small> 7 mins ago</small>
- <button type= "button" class= "ml-2 close" data-dismiss= "toast" aria-label= "Close" >
- <span aria-hidden= "true" > × </span>
- </button>
- </div>
- <div class= "toast-body" >
- This is another toast message.
- </div>
-</div>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/tooltips.html b/demo/docs/tooltips.html
deleted file mode 100644
index cc75b78f8..000000000
--- a/demo/docs/tooltips.html
+++ /dev/null
@@ -1,652 +0,0 @@
-
-
-
-
-
-
-
- Tooltips - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Tooltips are text labels which appear when a user hovers over an interface element. They explain the interface elements that may be unclear for users and guide them when they need help. If used properly, tooltips can significantly enhance user experience and add value to your website or software.
-
Default markup
-
Use the default markup to create tooltips that will help users understand particular elements of your interface. You can decide where the text label is to be displayed - at the top, bottom or on either side of the element.
-
-
-
- Tooltip on top
-
-
- Tooltip on right
-
-
- Tooltip on bottom
-
-
- Tooltip on left
-
-
-
-
-
- <button type= "button" class= "btn btn-white" data-toggle= "tooltip" data-placement= "top" title= "Tooltip on top" >
- Tooltip on top
-</button>
-<button type= "button" class= "btn btn-white" data-toggle= "tooltip" data-placement= "right" title= "Tooltip on right" >
- Tooltip on right
-</button>
-<button type= "button" class= "btn btn-white" data-toggle= "tooltip" data-placement= "bottom" title= "Tooltip on bottom" >
- Tooltip on bottom
-</button>
-<button type= "button" class= "btn btn-white" data-toggle= "tooltip" data-placement= "left" title= "Tooltip on left" >
- Tooltip on left
-</button>
-
-
-
-
If the default tooltip is not enough, you can add the option to use HTML code in the text to highlight particular bits of information and make the content more attractive.
-
-
-
- Tooltip with HTML
-
-
-
-
-
- <button type= "button" class= "btn btn-white" data-toggle= "tooltip" data-html= "true" title= "<em>Tooltip</em> <u>with</u> <b>HTML</b>" >
-Tooltip with HTML
-</button>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/docs/typography.html b/demo/docs/typography.html
deleted file mode 100644
index bb141a072..000000000
--- a/demo/docs/typography.html
+++ /dev/null
@@ -1,912 +0,0 @@
-
-
-
-
-
-
-
- Typography - Documentation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Typography plays an important role in creating an attractive and clear interface design. Good typography will make the content easy to follow and improve the usability of your website.
-
Headings
-
Use HTML headings to organize content on your website and make the structure clear and user-friendly.
-
-
-
H1 Heading
- H2 Heading
- H3 Heading
- H4 Heading
- H5 Heading
- H6 Heading
-
-
-
-
- <h1> H1 Heading</h1>
-<h2> H2 Heading</h2>
-<h3> H3 Heading</h3>
-<h4> H4 Heading</h4>
-<h5> H5 Heading</h5>
-<h6> H6 Heading</h6>
-
-
-
Paragraphs
-
Organize longer pieces of text into paragraphs using the p tag.
-
-
-
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
-
At vero eos et accusam et justo duo dolores et ea rebum.
-
-
-
-
- <p> Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.</p>
-<p> At vero eos et accusam et justo duo dolores et ea rebum.</p>
-
-
-
Semantic text elements
-
Use a variety of semantic text elements, depending of how you want to display particular fragments of content.
-
-
-
I18N abbr
-
Bold strong b
-
Citation cite
-
Hello World! code
-
Deleted del
-
Emphasis em
-
Italic i
-
Inserted ins
-
Ctrl + S kbd
-
Highlighted mark
-
Strikethrough s
-
Sample samp
- Text
Subscripted sub
- Text
Superscripted sup
-
20:00 time
-
Underline u
-
x =
y + 2
var
-
-
-
-
- <abbr title= "Internationalization" > I18N</abbr>
-<strong> Bold</strong>
-<cite> Citation</cite>
-<code> Hello World!</code>
-<del> Deleted</del>
-<em> Emphasis</em>
-<i> Italic</i>
-<ins> Inserted</ins>
-<kbd> Ctrl + S</kbd>
-<mark> Highlighted</mark>
-<s> Strikethrough</s
-<samp > Sample</samp>
-Text <sub> Subscripted</sub>
-Text <sup> Superscripted</sup>
-<time> 20:00</time>
-<u> Underline</u>
-<var> x</var> = <var> y</var> + 2
-
-
-
Horizontal rules
-
Use the hr tag to represent a thematic break between paragraphs within one section.
-
-
-
Horizontal rules with label
-
You can also add a label to a horizontal rule and align it as you see fit.
-
-
-
- Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
-
-
- Rule text
-
-
- At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
-
-
- Rule text
-
-
- Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
-
-
- Rule text
-
-
- At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
-
-
-
-
-
- <p>
- Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
-</p>
-<div class= "hr-text" >
- <span> Rule text</span>
-</div>
-<p>
- At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
-</p>
-<div class= "hr-text hr-text-center" >
- <span> Rule text</span>
-</div>
-<p>
- Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
-</p>
-<div class= "hr-text hr-text-right" >
- <span> Rule text</span>
-</div>
-<p>
- At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
-</p>
-
-
-
Optimized for different alphabets
-
Tabler has been optimized to correctly display content in any language. It supports most Asian, African and Middle Eastern languages.
-
-
-
Chinese
-
汉字
-
Japanese
-
日本語の表記体系
-
Korean
-
한글
-
Cyrillic
-
Кириллица
-
Greek
-
Eλληνική
-
Georgian
-
ქართული დამწერლობა
-
Armenian
-
Հայերենի այբուբեն
-
Arabic
-
الحروف العربية
-
Hebrew
-
אלפבית עברי
-
Thai
-
อักษรไทย
-
-
-
-
- <h5> Chinese</h5>
-<p> 汉字</p>
-<h5> Japanese</h5>
-<p> 日本語の表記体系</p>
-<h5> Korean</h5>
-<p> 한글</p>
-<h5> Cyrillic</h5>
-<p> Кириллица</p>
-<h5> Greek</h5>
-<p> Eλληνική</p>
-<h5> Georgian</h5>
-<p> ქართული დამწერლობა</p>
-<h5> Armenian</h5>
-<p> Հայերենի այբուբեն</p>
-<h5> Arabic</h5>
-<p> الحروف العربية</p>
-<h5> Hebrew</h5>
-<p> אלפבית עברי</p>
-<h5> Thai</h5>
-<p> อักษรไทย</p>
-
-
-
Text transform
-
Transform the content of components with text capitalization classes.
-
-
-
Lowercased text.
-
Uppercased text.
-
Capitalized text.
-
-
-
-
- <p class= "text-lowercase" > Lowercased text.</p>
-<p class= "text-uppercase" > Uppercased text.</p>
-<p class= "text-capitalize" > Capitalized text.</p>
-
-
-
Letter spacing
-
Control the tracking (letter spacing) of an element and make it tight, wide or normal.
-
-
-
Lorem ipsum dolor sit amet. Tight letter spacing.
-
Lorem ipsum dolor sit amet. Normal letter spacing.
-
Lorem ipsum dolor sit amet. Wide letter spacing.
-
-
-
-
- <p class= "tracking-tight" > Lorem ipsum dolor sit amet. Tight letter spacing.</p>
-<p class= "tracking-normal" > Lorem ipsum dolor sit amet. Normal letter spacing.</p>
-<p class= "tracking-wide" > Lorem ipsum dolor sit amet. Wide letter spacing.</p>
-
-
-
Line height
-
Control the leading (line height) of an element.
-
-
-
Lorem ipsum dolor sit amet.
- Dolor sit amet.
-
Lorem ipsum dolor sit amet.
- Dolor sit amet.
-
Lorem ipsum dolor sit amet.
- Dolor sit amet.
-
Lorem ipsum dolor sit amet.
- Dolor sit amet.
-
-
-
-
- <p class= "lh-1" > Lorem ipsum dolor sit amet.<br>
- Dolor sit amet.</p>
-<p class= "lh-sm" > Lorem ipsum dolor sit amet.<br>
- Dolor sit amet.</p>
-<p class= "lh-base" > Lorem ipsum dolor sit amet.<br>
- Dolor sit amet.</p>
-<p class= "lh-lg" > Lorem ipsum dolor sit amet.<br>
- Dolor sit amet.</p>
-
-
-
Antialiasing
-
Control the font smoothing of an element.
-
Use the .antialiased utility to render text using subpixel antialiasing or use the .subpixel-antialiased utility to remove antialiasing.
-
-
-
Text with antialiasing
-
Text without antialiasing
-
-
-
-
- <div class= "antialiased" > Text with antialiasing</div>
-<div class= "subpixel-antialiased" > Text without antialiasing</div>
-
-
-
Markdown elements
-
If you can’t use the CSS classes you want or if you just want to use HTML tags, use the .markdown class in a container. It can handle almost any HTML tag.
-
-
-
-
Hello World
-
Lorem ipsum[1] dolor sit amet, consectetur adipiscing elit. Nulla accumsan, metus ultrices eleifend gravida, nulla nunc varius lectus, nec rutrum justo nibh eu lectus. Ut vulputate semper dui. Fusce erat odio, sollicitudin vel erat vel, interdum mattis neque. Subscript works as well!
-
Second level
-
Curabitur accumsan turpis pharetra augue tincidunt blandit. Quisque condimentum maximus mi, sit amet commodo arcu rutrum id. Proin pretium urna vel cursus venenatis. Suspendisse potenti. Etiam mattis sem rhoncus lacus dapibus facilisis. Donec at dignissim dui. Ut et neque nisl.
-
- In fermentum leo eu lectus mollis, quis dictum mi aliquet.
- Morbi eu nulla lobortis, lobortis est in, fringilla felis.
- Aliquam nec felis in sapien venenatis viverra fermentum nec lectus.
- Ut non enim metus.
-
-
-
-
-
-
- <div class= "markdown" >
- <h1> Hello World</h1>
- <p> Lorem ipsum<sup><a> [1]</a></sup> dolor sit amet, consectetur adipiscing elit. Nulla accumsan, metus ultrices eleifend gravida, nulla nunc varius lectus, nec rutrum justo nibh eu lectus. Ut vulputate semper dui. Fusce erat odio, sollicitudin vel erat vel, interdum mattis neque. Sub<sub> script</sub> works as well!</p>
- <h2> Second level</h2>
- <p> Curabitur accumsan turpis pharetra <strong> augue tincidunt</strong> blandit. Quisque condimentum maximus mi, sit amet commodo arcu rutrum id. Proin pretium urna vel cursus venenatis. Suspendisse potenti. Etiam mattis sem rhoncus lacus dapibus facilisis. Donec at dignissim dui. Ut et neque nisl.</p>
- <ul>
- <li> In fermentum leo eu lectus mollis, quis dictum mi aliquet.</li>
- <li> Morbi eu nulla lobortis, lobortis est in, fringilla felis.</li>
- <li> Aliquam nec felis in sapien venenatis viverra fermentum nec lectus.</li>
- <li> Ut non enim metus.</li>
- </ul>
-</div>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/dropdowns.html b/demo/dropdowns.html
deleted file mode 100644
index 551e29ff8..000000000
--- a/demo/dropdowns.html
+++ /dev/null
@@ -1,808 +0,0 @@
-
-
-
-
-
-
-
- Dropdowns - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/empty.html b/demo/empty.html
deleted file mode 100644
index 6bf57d745..000000000
--- a/demo/empty.html
+++ /dev/null
@@ -1,580 +0,0 @@
-
-
-
-
-
-
-
- Empty page - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/error-404.html b/demo/error-404.html
deleted file mode 100644
index b6cf991c5..000000000
--- a/demo/error-404.html
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
-
-
-
- Page 404 - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Oops… You just found an error page
-
- We are sorry but the page you are looking for was not found
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/error-500.html b/demo/error-500.html
deleted file mode 100644
index 5de32d985..000000000
--- a/demo/error-500.html
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
-
-
-
- Page 500 - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Oops… You just found an error page
-
- We are sorry but our server encountered an internal error
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/error-maintenance.html b/demo/error-maintenance.html
deleted file mode 100644
index a58457899..000000000
--- a/demo/error-maintenance.html
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
-
-
-
- Maintenance mode - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Temporarily down for maintenance
-
- Sorry for the inconvenience but we’re performing some maintenance at the moment. We’ll be back online shortly!
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/flags.html b/demo/flags.html
deleted file mode 100644
index 0384c8f96..000000000
--- a/demo/flags.html
+++ /dev/null
@@ -1,1836 +0,0 @@
-
-
-
-
-
-
-
- Flags - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Andorra
-
-
.flag .flag-ad
-
-
-
United Arab Emirates
-
-
.flag .flag-ae
-
-
-
Afghanistan
-
-
.flag .flag-af
-
-
-
Antigua
-
-
.flag .flag-ag
-
-
-
Anguilla
-
-
.flag .flag-ai
-
-
-
Armenia
-
-
.flag .flag-am
-
-
-
Angolan
-
-
.flag .flag-ao
-
-
-
Antarctica
-
-
.flag .flag-aq
-
-
-
Argentina
-
-
.flag .flag-ar
-
-
-
American Samoa
-
-
.flag .flag-as
-
-
-
Austria
-
-
.flag .flag-at
-
-
-
Australia
-
-
.flag .flag-au
-
-
-
Aruba
-
-
.flag .flag-aw
-
-
-
Aslan Islands
-
-
.flag .flag-ax
-
-
-
Azerbaijan
-
-
.flag .flag-az
-
-
-
Bosnian
-
-
.flag .flag-ba
-
-
-
Barbados
-
-
.flag .flag-bb
-
-
-
Belgium
-
-
.flag .flag-be
-
-
-
Burkina Faso
-
-
.flag .flag-bf
-
-
-
Bulgaria
-
-
.flag .flag-bg
-
-
-
Bahrain
-
-
.flag .flag-bh
-
-
-
Burundi
-
-
.flag .flag-bi
-
-
-
Benin
-
-
.flag .flag-bj
-
-
-
Saint-Barthélemy
-
-
.flag .flag-bl
-
-
-
Bermuda
-
-
.flag .flag-bm
-
-
-
Bruneian
-
-
.flag .flag-bn
-
-
-
Bolivia
-
-
.flag .flag-bo
-
-
-
Bonaire
-
-
.flag .flag-bq
-
-
-
Brazil
-
-
.flag .flag-br
-
-
-
Bahamas
-
-
.flag .flag-bs
-
-
-
Bhutan
-
-
.flag .flag-bt
-
-
-
Bouvet Island
-
-
.flag .flag-bv
-
-
-
Batswana
-
-
.flag .flag-bw
-
-
-
Belarus
-
-
.flag .flag-by
-
-
-
Belize
-
-
.flag .flag-bz
-
-
-
Canada
-
-
.flag .flag-ca
-
-
-
Cocos Island
-
-
.flag .flag-cc
-
-
-
Democratic Republic of Congo
-
-
.flag .flag-cd
-
-
-
Central African Republic
-
-
.flag .flag-cf
-
-
-
Republic of the Congo
-
-
.flag .flag-cg
-
-
-
Switzerland
-
-
.flag .flag-ch
-
-
-
Ivory Coast
-
-
.flag .flag-ci
-
-
-
Cook Island
-
-
.flag .flag-ck
-
-
-
Chile
-
-
.flag .flag-cl
-
-
-
Cameroon
-
-
.flag .flag-cm
-
-
-
China
-
-
.flag .flag-cn
-
-
-
Colombia
-
-
.flag .flag-co
-
-
-
Costa Rica
-
-
.flag .flag-cr
-
-
-
Cuba
-
-
.flag .flag-cu
-
-
-
Cape Verde
-
-
.flag .flag-cv
-
-
-
Curacao
-
-
.flag .flag-cw
-
-
-
Christmas Island
-
-
.flag .flag-cx
-
-
-
Cyprus
-
-
.flag .flag-cy
-
-
-
Czech Republic
-
-
.flag .flag-cz
-
-
-
Germany
-
-
.flag .flag-de
-
-
-
Djibouti
-
-
.flag .flag-dj
-
-
-
Denmark
-
-
.flag .flag-dk
-
-
-
Dominica
-
-
.flag .flag-dm
-
-
-
Dominican Republic
-
-
.flag .flag-do
-
-
-
Algeria
-
-
.flag .flag-dz
-
-
-
Ecuador
-
-
.flag .flag-ec
-
-
-
Estonia
-
-
.flag .flag-ee
-
-
-
Egypt
-
-
.flag .flag-eg
-
-
-
Sahrawi
-
-
.flag .flag-eh
-
-
-
Eritrea
-
-
.flag .flag-er
-
-
-
Spain
-
-
.flag .flag-es
-
-
-
Catalonia
-
-
.flag .flag-es-ct
-
-
-
Ethiopia
-
-
.flag .flag-et
-
-
-
European Union
-
-
.flag .flag-eu
-
-
-
Finland
-
-
.flag .flag-fi
-
-
-
Fiji
-
-
.flag .flag-fj
-
-
-
Falkland Islands
-
-
.flag .flag-fk
-
-
-
Federate States of Micronesia
-
-
.flag .flag-fm
-
-
-
Faroe Islands
-
-
.flag .flag-fo
-
-
-
France
-
-
.flag .flag-fr
-
-
-
Gabon
-
-
.flag .flag-ga
-
-
-
Great Britain
-
-
.flag .flag-gb
-
-
-
England
-
-
.flag .flag-gb-eng
-
-
-
Nothern Ireland
-
-
.flag .flag-gb-nir
-
-
-
Scotland
-
-
.flag .flag-gb-sct
-
-
-
Wales
-
-
.flag .flag-gb-wls
-
-
-
Grenada
-
-
.flag .flag-gd
-
-
-
Georgia
-
-
.flag .flag-ge
-
-
-
Guyana
-
-
.flag .flag-gf
-
-
-
Guernsey
-
-
.flag .flag-gg
-
-
-
Ghana
-
-
.flag .flag-gh
-
-
-
Gibraltar
-
-
.flag .flag-gi
-
-
-
Greenland
-
-
.flag .flag-gl
-
-
-
Gambia
-
-
.flag .flag-gm
-
-
-
Guinea
-
-
.flag .flag-gn
-
-
-
Guadeloupe
-
-
.flag .flag-gp
-
-
-
Equatorial Guinea
-
-
.flag .flag-gq
-
-
-
Greece
-
-
.flag .flag-gr
-
-
-
South Georgia
-
-
.flag .flag-gs
-
-
-
Guatemala
-
-
.flag .flag-gt
-
-
-
Guam
-
-
.flag .flag-gu
-
-
-
Guinea-Bissau
-
-
.flag .flag-gw
-
-
-
Guyana
-
-
.flag .flag-gy
-
-
-
Hong Kong
-
-
.flag .flag-hk
-
-
-
Heard and McDonald Islands
-
-
.flag .flag-hm
-
-
-
Honduras
-
-
.flag .flag-hn
-
-
-
Croatia
-
-
.flag .flag-hr
-
-
-
Haiti
-
-
.flag .flag-ht
-
-
-
Hungary
-
-
.flag .flag-hu
-
-
-
Indonesia
-
-
.flag .flag-id
-
-
-
Ireland
-
-
.flag .flag-ie
-
-
-
Israel
-
-
.flag .flag-il
-
-
-
Isle of Man
-
-
.flag .flag-im
-
-
-
India
-
-
.flag .flag-in
-
-
-
British Indian Ocean Territory
-
-
.flag .flag-io
-
-
-
Iraq
-
-
.flag .flag-iq
-
-
-
Iran
-
-
.flag .flag-ir
-
-
-
Iceland
-
-
.flag .flag-is
-
-
-
Italy
-
-
.flag .flag-it
-
-
-
Jersey
-
-
.flag .flag-je
-
-
-
Jamaica
-
-
.flag .flag-jm
-
-
-
Jordan
-
-
.flag .flag-jo
-
-
-
Japan
-
-
.flag .flag-jp
-
-
-
Kenya
-
-
.flag .flag-ke
-
-
-
Kyrgyzstan
-
-
.flag .flag-kg
-
-
-
Cambodia
-
-
.flag .flag-kh
-
-
-
Kiribati
-
-
.flag .flag-ki
-
-
-
Comoros
-
-
.flag .flag-km
-
-
-
Saint Kitts and Nevis
-
-
.flag .flag-kn
-
-
-
North Korea
-
-
.flag .flag-kp
-
-
-
South Korea
-
-
.flag .flag-kr
-
-
-
Kuwait
-
-
.flag .flag-kw
-
-
-
Cayman Islands
-
-
.flag .flag-ky
-
-
-
Kazakhstan
-
-
.flag .flag-kz
-
-
-
Laos
-
-
.flag .flag-la
-
-
-
Lebanese
-
-
.flag .flag-lb
-
-
-
Saint Lucia
-
-
.flag .flag-lc
-
-
-
Liechtenstein
-
-
.flag .flag-li
-
-
-
Sri Lanka
-
-
.flag .flag-lk
-
-
-
Liberia
-
-
.flag .flag-lr
-
-
-
Lesotho
-
-
.flag .flag-ls
-
-
-
Lithuania
-
-
.flag .flag-lt
-
-
-
Luxembourg
-
-
.flag .flag-lu
-
-
-
Latvia
-
-
.flag .flag-lv
-
-
-
Libya
-
-
.flag .flag-ly
-
-
-
Morocco
-
-
.flag .flag-ma
-
-
-
Monaco
-
-
.flag .flag-mc
-
-
-
Moldova
-
-
.flag .flag-md
-
-
-
Montenegro
-
-
.flag .flag-me
-
-
-
Saint Martin
-
-
.flag .flag-mf
-
-
-
Madagascar
-
-
.flag .flag-mg
-
-
-
Marshall Islands
-
-
.flag .flag-mh
-
-
-
Macedonia
-
-
.flag .flag-mk
-
-
-
Mali
-
-
.flag .flag-ml
-
-
-
Myanmar
-
-
.flag .flag-mm
-
-
-
Mongolia
-
-
.flag .flag-mn
-
-
-
Macao
-
-
.flag .flag-mo
-
-
-
Nothern Mariana Islands
-
-
.flag .flag-mp
-
-
-
Martinique
-
-
.flag .flag-mq
-
-
-
Mauritania
-
-
.flag .flag-mr
-
-
-
Montserrat
-
-
.flag .flag-ms
-
-
-
Malta
-
-
.flag .flag-mt
-
-
-
Mauritius
-
-
.flag .flag-mu
-
-
-
Maldives
-
-
.flag .flag-mv
-
-
-
Malawi
-
-
.flag .flag-mw
-
-
-
Mexico
-
-
.flag .flag-mx
-
-
-
Malaysia
-
-
.flag .flag-my
-
-
-
Mozambique
-
-
.flag .flag-mz
-
-
-
Namibia
-
-
.flag .flag-na
-
-
-
New Caledonia
-
-
.flag .flag-nc
-
-
-
Niger
-
-
.flag .flag-ne
-
-
-
Norfolk Island
-
-
.flag .flag-nf
-
-
-
Nigeria
-
-
.flag .flag-ng
-
-
-
Nicaragua
-
-
.flag .flag-ni
-
-
-
Norway
-
-
.flag .flag-no
-
-
-
Nepal
-
-
.flag .flag-np
-
-
-
Nauruan
-
-
.flag .flag-nr
-
-
-
Niger
-
-
.flag .flag-nu
-
-
-
New Zeland
-
-
.flag .flag-nz
-
-
-
Oman
-
-
.flag .flag-om
-
-
-
Panama
-
-
.flag .flag-pa
-
-
-
Peru
-
-
.flag .flag-pe
-
-
-
French Polynesia
-
-
.flag .flag-pf
-
-
-
Papua New Guinea
-
-
.flag .flag-pg
-
-
-
Philippines
-
-
.flag .flag-ph
-
-
-
Pakistan
-
-
.flag .flag-pk
-
-
-
Poland
-
-
.flag .flag-pl
-
-
-
Saint Pierre
-
-
.flag .flag-pm
-
-
-
Pitcairn Islands
-
-
.flag .flag-pn
-
-
-
Puerto Rico
-
-
.flag .flag-pr
-
-
-
Palestine
-
-
.flag .flag-ps
-
-
-
Portugal
-
-
.flag .flag-pt
-
-
-
Palau
-
-
.flag .flag-pw
-
-
-
Paraguay
-
-
.flag .flag-py
-
-
-
Qatar
-
-
.flag .flag-qa
-
-
-
Reunion Island
-
-
.flag .flag-re
-
-
-
Romania
-
-
.flag .flag-ro
-
-
-
Serbia
-
-
.flag .flag-rs
-
-
-
Russia
-
-
.flag .flag-ru
-
-
-
Rwanda
-
-
.flag .flag-rw
-
-
-
Saudi Arabia
-
-
.flag .flag-sa
-
-
-
Solomon Islands
-
-
.flag .flag-sb
-
-
-
Seychelles
-
-
.flag .flag-sc
-
-
-
Sudan
-
-
.flag .flag-sd
-
-
-
Sweden
-
-
.flag .flag-se
-
-
-
Singapore
-
-
.flag .flag-sg
-
-
-
Saint Helena
-
-
.flag .flag-sh
-
-
-
Slovenia
-
-
.flag .flag-si
-
-
-
Svalbard Island
-
-
.flag .flag-sj
-
-
-
Slovakia
-
-
.flag .flag-sk
-
-
-
Sierra Leone
-
-
.flag .flag-sl
-
-
-
San Marino
-
-
.flag .flag-sm
-
-
-
Senegal
-
-
.flag .flag-sn
-
-
-
Somalia
-
-
.flag .flag-so
-
-
-
Suriname
-
-
.flag .flag-sr
-
-
-
South Sudan
-
-
.flag .flag-ss
-
-
-
Sao Tome
-
-
.flag .flag-st
-
-
-
El Salvador
-
-
.flag .flag-sv
-
-
-
Sint Maarten
-
-
.flag .flag-sx
-
-
-
Syria
-
-
.flag .flag-sy
-
-
-
Swaziland
-
-
.flag .flag-sz
-
-
-
Turks and Caicos
-
-
.flag .flag-tc
-
-
-
Chad
-
-
.flag .flag-td
-
-
-
French Southern and Antarctic Lands
-
-
.flag .flag-tf
-
-
-
Togo
-
-
.flag .flag-tg
-
-
-
Thailand
-
-
.flag .flag-th
-
-
-
Tajikistan
-
-
.flag .flag-tj
-
-
-
Tokelau
-
-
.flag .flag-tk
-
-
-
Timor Leste
-
-
.flag .flag-tl
-
-
-
Turkmenistan
-
-
.flag .flag-tm
-
-
-
Tunisia
-
-
.flag .flag-tn
-
-
-
Tonga
-
-
.flag .flag-to
-
-
-
Turkey
-
-
.flag .flag-tr
-
-
-
Trinidad and Tobago
-
-
.flag .flag-tt
-
-
-
Tuvalu
-
-
.flag .flag-tv
-
-
-
Tanzania
-
-
.flag .flag-tz
-
-
-
Ukraine
-
-
.flag .flag-ua
-
-
-
Uganda
-
-
.flag .flag-ug
-
-
-
United States Minor Islands
-
-
.flag .flag-um
-
-
-
United Nations
-
-
.flag .flag-un
-
-
-
United States of America
-
-
.flag .flag-us
-
-
-
Uruguay
-
-
.flag .flag-uy
-
-
-
Uzbekistan
-
-
.flag .flag-uz
-
-
-
Vatican City
-
-
.flag .flag-va
-
-
-
Saint Vincent
-
-
.flag .flag-vc
-
-
-
Venezuela
-
-
.flag .flag-ve
-
-
-
British Virgin Islands
-
-
.flag .flag-vg
-
-
-
Virgiin Islands
-
-
.flag .flag-vi
-
-
-
Vietnam
-
-
.flag .flag-vn
-
-
-
Vanuatu
-
-
.flag .flag-vu
-
-
-
Wallis and Futuna
-
-
.flag .flag-wf
-
-
-
Samoa
-
-
.flag .flag-ws
-
-
-
Yemen
-
-
.flag .flag-ye
-
-
-
South Africa
-
-
.flag .flag-za
-
-
-
Zambia
-
-
.flag .flag-zm
-
-
-
Zimbabwe
-
-
.flag .flag-zw
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/forgot-password.html b/demo/forgot-password.html
deleted file mode 100644
index 7d1f1fefa..000000000
--- a/demo/forgot-password.html
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
-
-
-
- Forgot password - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Forget it,
send me back to the sign in screen.
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/form-elements.html b/demo/form-elements.html
deleted file mode 100644
index 45a3aa840..000000000
--- a/demo/form-elements.html
+++ /dev/null
@@ -1,2056 +0,0 @@
-
-
-
-
-
-
-
- Form elements - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/gallery.html b/demo/gallery.html
deleted file mode 100644
index c127ae701..000000000
--- a/demo/gallery.html
+++ /dev/null
@@ -1,1012 +0,0 @@
-
-
-
-
-
-
-
- Gallery - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Paweł Kuna
-
3 days ago
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Mallory Hulme
-
yesterday
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Emmy Levet
-
5 days ago
-
-
-
-
-
-
-
-
-
-
-
-
EP
-
-
Egan Poetz
-
6 days ago
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lorry Mion
-
5 days ago
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Leesa Beaty
-
6 days ago
-
-
-
-
-
-
-
-
-
-
-
-
SA
-
-
Sunny Airey
-
5 days ago
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Geoffry Flaunders
-
1 week ago
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Thatcher Keel
-
1 week and 2 days ago
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Dyann Escala
-
4 days ago
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Avivah Mugleston
-
6 days ago
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Tessie Curzon
-
3 days ago
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Name
-
-
-
Report type
-
-
-
-
-
Report url
-
-
- https://tabler.io/reports/
-
-
-
-
-
-
-
- Visibility
-
- Private
- Public
- Hidden
-
-
-
-
-
-
-
-
-
-
- Reporting period
-
-
-
-
-
- Additional information
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/icons.html b/demo/icons.html
deleted file mode 100644
index 38f38c3c3..000000000
--- a/demo/icons.html
+++ /dev/null
@@ -1,5520 +0,0 @@
-
-
-
-
-
-
-
- Icons - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
2fa
-
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-2fa" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7 16h-4l3.47 -4.66a2 2 0 1 0 -3.47 -1.54" /><path d="M10 16v-8h4" /><line x1="10" y1="12" x2="13" y2="12" /><path d="M17 16v-6a2 2 0 0 1 4 0v6" /><line x1="17" y1="13" x2="21" y2="13" /></svg>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
android
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" class="icon" fill="currentColor"><path d="M22.146 9.227a1.478 1.478 0 1 0-2.956.002v6.19c0 .81.663 1.48 1.483 1.48.814 0 1.476-.67 1.476-1.48v-6.2h-.01zM5.393 8.032l.004 9.6c0 .885.704 1.59 1.573 1.59h1.063v3.28c0 .82.66 1.482 1.47 1.482s1.467-.66 1.48-1.468v-3.28h1.993v3.28a1.475 1.475 0 1 0 2.952-.007v-3.28h1.078c.87 0 1.573-.71 1.573-1.578v-9.63L5.35 8.03l.04.002zm9.648-2.93a.56.56 0 1 1-.002-1.118.56.56 0 0 1 .002 1.118m-6.06 0a.56.56 0 1 1 .56-.548.565.565 0 0 1-.57.567m6.29-2.9L16.29.33c.06-.105.014-.226-.076-.285a.219.219 0 0 0-.284.09l-1.05 1.9c-.868-.405-1.856-.63-2.89-.63s-2.018.215-2.892.603L8.064.105a.205.205 0 0 0-.278-.08c-.1.045-.136.18-.08.27l1.03 1.875c-2.03 1.047-3.4 3.04-3.4 5.33h13.328c0-2.29-1.368-4.283-3.396-5.33M3.33 7.742c-.817 0-1.48.665-1.48 1.483v6.192a1.48 1.48 0 0 0 2.961 0v-6.19c0-.815-.66-1.478-1.47-1.478"/></svg>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/index.html b/demo/index.html
deleted file mode 100644
index b76b8e6e9..000000000
--- a/demo/index.html
+++ /dev/null
@@ -1,1842 +0,0 @@
-
-
-
-
-
-
-
- Dashboard - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
W
-
New website
-
Due to: 28 Aug 2019
-
- Waiting
-
-
-
-
-
-
-
-
-
-
W
-
UI Redesign
-
Due to: 11 Nov 2019
-
- Final review
-
-
-
-
-
-
-
-
-
-
-
-
95
-
Daily Earnings
-
-
-
-
-
-
-
-
-
-
-
-
-
- User
- Commit
- Date
-
-
-
-
-
-
-
-
-
- Fix dart Sass compatibility (#29755)
-
-
- 28 Nov 2019
-
-
-
- JL
-
-
-
- Change deprecated html tags to text decoration classes (#29604)
-
-
- 27 Nov 2019
-
-
-
-
-
-
-
- justify-content:between ⇒ justify-content:space-between (#29734)
-
-
- 26 Nov 2019
-
-
-
-
-
-
-
- Update change-version.js (#29736)
-
-
- 26 Nov 2019
-
-
-
-
-
-
-
- Regenerate package-lock.json (#29730)
-
-
- 25 Nov 2019
-
-
-
-
-
-
-
-
-
-
-
-
-
- 132 Sales
-
-
12 waiting payments
-
-
-
-
-
-
-
-
-
-
-
- 78 Orders
-
-
32 shipped
-
-
-
-
-
-
-
-
-
-
- 1,352 Members
-
-
163 registered today
-
-
-
-
-
-
-
-
-
- 132 Comments
-
-
16 waiting
-
-
-
-
-
-
-
-
-
-
-
-
- Page name
- Visitors
- Unique
- Bounce rate
-
-
-
-
- /about.html
-
-
-
- 4,896
- 3,654
- 82.54%
-
-
-
-
-
-
- /special-promo.html
-
-
-
- 3,652
- 3,215
- 76.29%
-
-
-
-
-
-
- /news/1,new-ui-kit.html
-
-
-
- 3,256
- 2,865
- 72.65%
-
-
-
-
-
-
- /lorem-ipsum-dolor-sit-amet-very-long-url.html
-
-
-
- 986
- 865
- 44.89%
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Network
- Visitors
-
-
-
-
- Instagram
- 3,550
-
-
-
-
-
- Twitter
- 1,798
-
-
-
-
-
- Facebook
- 1,245
-
-
-
-
-
- Pinterest
- 854
-
-
-
-
-
- VK
- 650
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Name
-
-
-
Report type
-
-
-
-
-
Report url
-
-
- https://tabler.io/reports/
-
-
-
-
-
-
-
- Visibility
-
- Private
- Public
- Hidden
-
-
-
-
-
-
-
-
-
-
- Reporting period
-
-
-
-
-
- Additional information
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/invoice.html b/demo/invoice.html
deleted file mode 100644
index 300df241a..000000000
--- a/demo/invoice.html
+++ /dev/null
@@ -1,671 +0,0 @@
-
-
-
-
-
-
-
- Invoice - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Company
-
- Street Address
- State, City
- Region, Postal Code
- ltd@example.com
-
-
-
-
Client
-
- Street Address
- State, City
- Region, Postal Code
- ctr@example.com
-
-
-
-
Invoice INV/001/15
-
-
-
-
-
-
-
- Product
- Qnt
- Unit
- Amount
-
-
-
- 1
-
- Logo Creation
- Logo and business cards design
-
-
- 1
-
- $1.800,00
- $1.800,00
-
-
- 2
-
- Online Store Design & Development
- Design/Development for all popular modern browsers
-
-
- 1
-
- $20.000,00
- $20.000,00
-
-
- 3
-
- App Design
- Promotional mobile application
-
-
- 1
-
- $3.200,00
- $3.200,00
-
-
- Subtotal
- $25.000,00
-
-
- Vat Rate
- 20%
-
-
- Vat Due
- $5.000,00
-
-
- Total Due
- $30.000,00
-
-
-
-
Thank you very much for doing business with us. We look forward to working with
- you again!
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/layout-combo.html b/demo/layout-combo.html
deleted file mode 100644
index e43f92230..000000000
--- a/demo/layout-combo.html
+++ /dev/null
@@ -1,1760 +0,0 @@
-
-
-
-
-
-
-
- Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
W
-
New website
-
Due to: 28 Aug 2019
-
- Waiting
-
-
-
-
-
-
-
-
-
-
W
-
UI Redesign
-
Due to: 11 Nov 2019
-
- Final review
-
-
-
-
-
-
-
-
-
-
-
-
95
-
Daily Earnings
-
-
-
-
-
-
-
-
-
-
-
-
-
- User
- Commit
- Date
-
-
-
-
-
-
-
-
-
- Fix dart Sass compatibility (#29755)
-
-
- 28 Nov 2019
-
-
-
- JL
-
-
-
- Change deprecated html tags to text decoration classes (#29604)
-
-
- 27 Nov 2019
-
-
-
-
-
-
-
- justify-content:between ⇒ justify-content:space-between (#29734)
-
-
- 26 Nov 2019
-
-
-
-
-
-
-
- Update change-version.js (#29736)
-
-
- 26 Nov 2019
-
-
-
-
-
-
-
- Regenerate package-lock.json (#29730)
-
-
- 25 Nov 2019
-
-
-
-
-
-
-
-
-
-
-
-
-
- 132 Sales
-
-
12 waiting payments
-
-
-
-
-
-
-
-
-
-
-
- 78 Orders
-
-
32 shipped
-
-
-
-
-
-
-
-
-
-
- 1,352 Members
-
-
163 registered today
-
-
-
-
-
-
-
-
-
- 132 Comments
-
-
16 waiting
-
-
-
-
-
-
-
-
-
-
-
-
- Page name
- Visitors
- Unique
- Bounce rate
-
-
-
-
- /about.html
-
-
-
- 4,896
- 3,654
- 82.54%
-
-
-
-
-
-
- /special-promo.html
-
-
-
- 3,652
- 3,215
- 76.29%
-
-
-
-
-
-
- /news/1,new-ui-kit.html
-
-
-
- 3,256
- 2,865
- 72.65%
-
-
-
-
-
-
- /lorem-ipsum-dolor-sit-amet-very-long-url.html
-
-
-
- 986
- 865
- 44.89%
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Network
- Visitors
-
-
-
-
- Instagram
- 3,550
-
-
-
-
-
- Twitter
- 1,798
-
-
-
-
-
- Facebook
- 1,245
-
-
-
-
-
- Pinterest
- 854
-
-
-
-
-
- VK
- 650
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/layout-condensed-dark.html b/demo/layout-condensed-dark.html
deleted file mode 100644
index 944879093..000000000
--- a/demo/layout-condensed-dark.html
+++ /dev/null
@@ -1,1716 +0,0 @@
-
-
-
-
-
-
-
- Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
W
-
New website
-
Due to: 28 Aug 2019
-
- Waiting
-
-
-
-
-
-
-
-
-
-
W
-
UI Redesign
-
Due to: 11 Nov 2019
-
- Final review
-
-
-
-
-
-
-
-
-
-
-
-
95
-
Daily Earnings
-
-
-
-
-
-
-
-
-
-
-
-
-
- User
- Commit
- Date
-
-
-
-
-
-
-
-
-
- Fix dart Sass compatibility (#29755)
-
-
- 28 Nov 2019
-
-
-
- JL
-
-
-
- Change deprecated html tags to text decoration classes (#29604)
-
-
- 27 Nov 2019
-
-
-
-
-
-
-
- justify-content:between ⇒ justify-content:space-between (#29734)
-
-
- 26 Nov 2019
-
-
-
-
-
-
-
- Update change-version.js (#29736)
-
-
- 26 Nov 2019
-
-
-
-
-
-
-
- Regenerate package-lock.json (#29730)
-
-
- 25 Nov 2019
-
-
-
-
-
-
-
-
-
-
-
-
-
- 132 Sales
-
-
12 waiting payments
-
-
-
-
-
-
-
-
-
-
-
- 78 Orders
-
-
32 shipped
-
-
-
-
-
-
-
-
-
-
- 1,352 Members
-
-
163 registered today
-
-
-
-
-
-
-
-
-
- 132 Comments
-
-
16 waiting
-
-
-
-
-
-
-
-
-
-
-
-
- Page name
- Visitors
- Unique
- Bounce rate
-
-
-
-
- /about.html
-
-
-
- 4,896
- 3,654
- 82.54%
-
-
-
-
-
-
- /special-promo.html
-
-
-
- 3,652
- 3,215
- 76.29%
-
-
-
-
-
-
- /news/1,new-ui-kit.html
-
-
-
- 3,256
- 2,865
- 72.65%
-
-
-
-
-
-
- /lorem-ipsum-dolor-sit-amet-very-long-url.html
-
-
-
- 986
- 865
- 44.89%
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Network
- Visitors
-
-
-
-
- Instagram
- 3,550
-
-
-
-
-
- Twitter
- 1,798
-
-
-
-
-
- Facebook
- 1,245
-
-
-
-
-
- Pinterest
- 854
-
-
-
-
-
- VK
- 650
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/layout-condensed.html b/demo/layout-condensed.html
deleted file mode 100644
index 77425b205..000000000
--- a/demo/layout-condensed.html
+++ /dev/null
@@ -1,1716 +0,0 @@
-
-
-
-
-
-
-
- Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
W
-
New website
-
Due to: 28 Aug 2019
-
- Waiting
-
-
-
-
-
-
-
-
-
-
W
-
UI Redesign
-
Due to: 11 Nov 2019
-
- Final review
-
-
-
-
-
-
-
-
-
-
-
-
95
-
Daily Earnings
-
-
-
-
-
-
-
-
-
-
-
-
-
- User
- Commit
- Date
-
-
-
-
-
-
-
-
-
- Fix dart Sass compatibility (#29755)
-
-
- 28 Nov 2019
-
-
-
- JL
-
-
-
- Change deprecated html tags to text decoration classes (#29604)
-
-
- 27 Nov 2019
-
-
-
-
-
-
-
- justify-content:between ⇒ justify-content:space-between (#29734)
-
-
- 26 Nov 2019
-
-
-
-
-
-
-
- Update change-version.js (#29736)
-
-
- 26 Nov 2019
-
-
-
-
-
-
-
- Regenerate package-lock.json (#29730)
-
-
- 25 Nov 2019
-
-
-
-
-
-
-
-
-
-
-
-
-
- 132 Sales
-
-
12 waiting payments
-
-
-
-
-
-
-
-
-
-
-
- 78 Orders
-
-
32 shipped
-
-
-
-
-
-
-
-
-
-
- 1,352 Members
-
-
163 registered today
-
-
-
-
-
-
-
-
-
- 132 Comments
-
-
16 waiting
-
-
-
-
-
-
-
-
-
-
-
-
- Page name
- Visitors
- Unique
- Bounce rate
-
-
-
-
- /about.html
-
-
-
- 4,896
- 3,654
- 82.54%
-
-
-
-
-
-
- /special-promo.html
-
-
-
- 3,652
- 3,215
- 76.29%
-
-
-
-
-
-
- /news/1,new-ui-kit.html
-
-
-
- 3,256
- 2,865
- 72.65%
-
-
-
-
-
-
- /lorem-ipsum-dolor-sit-amet-very-long-url.html
-
-
-
- 986
- 865
- 44.89%
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Network
- Visitors
-
-
-
-
- Instagram
- 3,550
-
-
-
-
-
- Twitter
- 1,798
-
-
-
-
-
- Facebook
- 1,245
-
-
-
-
-
- Pinterest
- 854
-
-
-
-
-
- VK
- 650
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/layout-dark.html b/demo/layout-dark.html
deleted file mode 100644
index 76942c760..000000000
--- a/demo/layout-dark.html
+++ /dev/null
@@ -1,1720 +0,0 @@
-
-
-
-
-
-
-
- Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
W
-
New website
-
Due to: 28 Aug 2019
-
- Waiting
-
-
-
-
-
-
-
-
-
-
W
-
UI Redesign
-
Due to: 11 Nov 2019
-
- Final review
-
-
-
-
-
-
-
-
-
-
-
-
95
-
Daily Earnings
-
-
-
-
-
-
-
-
-
-
-
-
-
- User
- Commit
- Date
-
-
-
-
-
-
-
-
-
- Fix dart Sass compatibility (#29755)
-
-
- 28 Nov 2019
-
-
-
- JL
-
-
-
- Change deprecated html tags to text decoration classes (#29604)
-
-
- 27 Nov 2019
-
-
-
-
-
-
-
- justify-content:between ⇒ justify-content:space-between (#29734)
-
-
- 26 Nov 2019
-
-
-
-
-
-
-
- Update change-version.js (#29736)
-
-
- 26 Nov 2019
-
-
-
-
-
-
-
- Regenerate package-lock.json (#29730)
-
-
- 25 Nov 2019
-
-
-
-
-
-
-
-
-
-
-
-
-
- 132 Sales
-
-
12 waiting payments
-
-
-
-
-
-
-
-
-
-
-
- 78 Orders
-
-
32 shipped
-
-
-
-
-
-
-
-
-
-
- 1,352 Members
-
-
163 registered today
-
-
-
-
-
-
-
-
-
- 132 Comments
-
-
16 waiting
-
-
-
-
-
-
-
-
-
-
-
-
- Page name
- Visitors
- Unique
- Bounce rate
-
-
-
-
- /about.html
-
-
-
- 4,896
- 3,654
- 82.54%
-
-
-
-
-
-
- /special-promo.html
-
-
-
- 3,652
- 3,215
- 76.29%
-
-
-
-
-
-
- /news/1,new-ui-kit.html
-
-
-
- 3,256
- 2,865
- 72.65%
-
-
-
-
-
-
- /lorem-ipsum-dolor-sit-amet-very-long-url.html
-
-
-
- 986
- 865
- 44.89%
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Network
- Visitors
-
-
-
-
- Instagram
- 3,550
-
-
-
-
-
- Twitter
- 1,798
-
-
-
-
-
- Facebook
- 1,245
-
-
-
-
-
- Pinterest
- 854
-
-
-
-
-
- VK
- 650
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/layout-fluid-vertical.html b/demo/layout-fluid-vertical.html
deleted file mode 100644
index c12ebba93..000000000
--- a/demo/layout-fluid-vertical.html
+++ /dev/null
@@ -1,1704 +0,0 @@
-
-
-
-
-
-
-
- Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
W
-
New website
-
Due to: 28 Aug 2019
-
- Waiting
-
-
-
-
-
-
-
-
-
-
W
-
UI Redesign
-
Due to: 11 Nov 2019
-
- Final review
-
-
-
-
-
-
-
-
-
-
-
-
95
-
Daily Earnings
-
-
-
-
-
-
-
-
-
-
-
-
-
- User
- Commit
- Date
-
-
-
-
-
-
-
-
-
- Fix dart Sass compatibility (#29755)
-
-
- 28 Nov 2019
-
-
-
- JL
-
-
-
- Change deprecated html tags to text decoration classes (#29604)
-
-
- 27 Nov 2019
-
-
-
-
-
-
-
- justify-content:between ⇒ justify-content:space-between (#29734)
-
-
- 26 Nov 2019
-
-
-
-
-
-
-
- Update change-version.js (#29736)
-
-
- 26 Nov 2019
-
-
-
-
-
-
-
- Regenerate package-lock.json (#29730)
-
-
- 25 Nov 2019
-
-
-
-
-
-
-
-
-
-
-
-
-
- 132 Sales
-
-
12 waiting payments
-
-
-
-
-
-
-
-
-
-
-
- 78 Orders
-
-
32 shipped
-
-
-
-
-
-
-
-
-
-
- 1,352 Members
-
-
163 registered today
-
-
-
-
-
-
-
-
-
- 132 Comments
-
-
16 waiting
-
-
-
-
-
-
-
-
-
-
-
-
- Page name
- Visitors
- Unique
- Bounce rate
-
-
-
-
- /about.html
-
-
-
- 4,896
- 3,654
- 82.54%
-
-
-
-
-
-
- /special-promo.html
-
-
-
- 3,652
- 3,215
- 76.29%
-
-
-
-
-
-
- /news/1,new-ui-kit.html
-
-
-
- 3,256
- 2,865
- 72.65%
-
-
-
-
-
-
- /lorem-ipsum-dolor-sit-amet-very-long-url.html
-
-
-
- 986
- 865
- 44.89%
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Network
- Visitors
-
-
-
-
- Instagram
- 3,550
-
-
-
-
-
- Twitter
- 1,798
-
-
-
-
-
- Facebook
- 1,245
-
-
-
-
-
- Pinterest
- 854
-
-
-
-
-
- VK
- 650
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/layout-fluid.html b/demo/layout-fluid.html
deleted file mode 100644
index c47c8783d..000000000
--- a/demo/layout-fluid.html
+++ /dev/null
@@ -1,1720 +0,0 @@
-
-
-
-
-
-
-
- Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
W
-
New website
-
Due to: 28 Aug 2019
-
- Waiting
-
-
-
-
-
-
-
-
-
-
W
-
UI Redesign
-
Due to: 11 Nov 2019
-
- Final review
-
-
-
-
-
-
-
-
-
-
-
-
95
-
Daily Earnings
-
-
-
-
-
-
-
-
-
-
-
-
-
- User
- Commit
- Date
-
-
-
-
-
-
-
-
-
- Fix dart Sass compatibility (#29755)
-
-
- 28 Nov 2019
-
-
-
- JL
-
-
-
- Change deprecated html tags to text decoration classes (#29604)
-
-
- 27 Nov 2019
-
-
-
-
-
-
-
- justify-content:between ⇒ justify-content:space-between (#29734)
-
-
- 26 Nov 2019
-
-
-
-
-
-
-
- Update change-version.js (#29736)
-
-
- 26 Nov 2019
-
-
-
-
-
-
-
- Regenerate package-lock.json (#29730)
-
-
- 25 Nov 2019
-
-
-
-
-
-
-
-
-
-
-
-
-
- 132 Sales
-
-
12 waiting payments
-
-
-
-
-
-
-
-
-
-
-
- 78 Orders
-
-
32 shipped
-
-
-
-
-
-
-
-
-
-
- 1,352 Members
-
-
163 registered today
-
-
-
-
-
-
-
-
-
- 132 Comments
-
-
16 waiting
-
-
-
-
-
-
-
-
-
-
-
-
- Page name
- Visitors
- Unique
- Bounce rate
-
-
-
-
- /about.html
-
-
-
- 4,896
- 3,654
- 82.54%
-
-
-
-
-
-
- /special-promo.html
-
-
-
- 3,652
- 3,215
- 76.29%
-
-
-
-
-
-
- /news/1,new-ui-kit.html
-
-
-
- 3,256
- 2,865
- 72.65%
-
-
-
-
-
-
- /lorem-ipsum-dolor-sit-amet-very-long-url.html
-
-
-
- 986
- 865
- 44.89%
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Network
- Visitors
-
-
-
-
- Instagram
- 3,550
-
-
-
-
-
- Twitter
- 1,798
-
-
-
-
-
- Facebook
- 1,245
-
-
-
-
-
- Pinterest
- 854
-
-
-
-
-
- VK
- 650
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/layout-horizontal.html b/demo/layout-horizontal.html
deleted file mode 100644
index ff57d36d9..000000000
--- a/demo/layout-horizontal.html
+++ /dev/null
@@ -1,1720 +0,0 @@
-
-
-
-
-
-
-
- Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
W
-
New website
-
Due to: 28 Aug 2019
-
- Waiting
-
-
-
-
-
-
-
-
-
-
W
-
UI Redesign
-
Due to: 11 Nov 2019
-
- Final review
-
-
-
-
-
-
-
-
-
-
-
-
95
-
Daily Earnings
-
-
-
-
-
-
-
-
-
-
-
-
-
- User
- Commit
- Date
-
-
-
-
-
-
-
-
-
- Fix dart Sass compatibility (#29755)
-
-
- 28 Nov 2019
-
-
-
- JL
-
-
-
- Change deprecated html tags to text decoration classes (#29604)
-
-
- 27 Nov 2019
-
-
-
-
-
-
-
- justify-content:between ⇒ justify-content:space-between (#29734)
-
-
- 26 Nov 2019
-
-
-
-
-
-
-
- Update change-version.js (#29736)
-
-
- 26 Nov 2019
-
-
-
-
-
-
-
- Regenerate package-lock.json (#29730)
-
-
- 25 Nov 2019
-
-
-
-
-
-
-
-
-
-
-
-
-
- 132 Sales
-
-
12 waiting payments
-
-
-
-
-
-
-
-
-
-
-
- 78 Orders
-
-
32 shipped
-
-
-
-
-
-
-
-
-
-
- 1,352 Members
-
-
163 registered today
-
-
-
-
-
-
-
-
-
- 132 Comments
-
-
16 waiting
-
-
-
-
-
-
-
-
-
-
-
-
- Page name
- Visitors
- Unique
- Bounce rate
-
-
-
-
- /about.html
-
-
-
- 4,896
- 3,654
- 82.54%
-
-
-
-
-
-
- /special-promo.html
-
-
-
- 3,652
- 3,215
- 76.29%
-
-
-
-
-
-
- /news/1,new-ui-kit.html
-
-
-
- 3,256
- 2,865
- 72.65%
-
-
-
-
-
-
- /lorem-ipsum-dolor-sit-amet-very-long-url.html
-
-
-
- 986
- 865
- 44.89%
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Network
- Visitors
-
-
-
-
- Instagram
- 3,550
-
-
-
-
-
- Twitter
- 1,798
-
-
-
-
-
- Facebook
- 1,245
-
-
-
-
-
- Pinterest
- 854
-
-
-
-
-
- VK
- 650
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/layout-navbar-dark.html b/demo/layout-navbar-dark.html
deleted file mode 100644
index 97aacad41..000000000
--- a/demo/layout-navbar-dark.html
+++ /dev/null
@@ -1,1720 +0,0 @@
-
-
-
-
-
-
-
- Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
W
-
New website
-
Due to: 28 Aug 2019
-
- Waiting
-
-
-
-
-
-
-
-
-
-
W
-
UI Redesign
-
Due to: 11 Nov 2019
-
- Final review
-
-
-
-
-
-
-
-
-
-
-
-
95
-
Daily Earnings
-
-
-
-
-
-
-
-
-
-
-
-
-
- User
- Commit
- Date
-
-
-
-
-
-
-
-
-
- Fix dart Sass compatibility (#29755)
-
-
- 28 Nov 2019
-
-
-
- JL
-
-
-
- Change deprecated html tags to text decoration classes (#29604)
-
-
- 27 Nov 2019
-
-
-
-
-
-
-
- justify-content:between ⇒ justify-content:space-between (#29734)
-
-
- 26 Nov 2019
-
-
-
-
-
-
-
- Update change-version.js (#29736)
-
-
- 26 Nov 2019
-
-
-
-
-
-
-
- Regenerate package-lock.json (#29730)
-
-
- 25 Nov 2019
-
-
-
-
-
-
-
-
-
-
-
-
-
- 132 Sales
-
-
12 waiting payments
-
-
-
-
-
-
-
-
-
-
-
- 78 Orders
-
-
32 shipped
-
-
-
-
-
-
-
-
-
-
- 1,352 Members
-
-
163 registered today
-
-
-
-
-
-
-
-
-
- 132 Comments
-
-
16 waiting
-
-
-
-
-
-
-
-
-
-
-
-
- Page name
- Visitors
- Unique
- Bounce rate
-
-
-
-
- /about.html
-
-
-
- 4,896
- 3,654
- 82.54%
-
-
-
-
-
-
- /special-promo.html
-
-
-
- 3,652
- 3,215
- 76.29%
-
-
-
-
-
-
- /news/1,new-ui-kit.html
-
-
-
- 3,256
- 2,865
- 72.65%
-
-
-
-
-
-
- /lorem-ipsum-dolor-sit-amet-very-long-url.html
-
-
-
- 986
- 865
- 44.89%
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Network
- Visitors
-
-
-
-
- Instagram
- 3,550
-
-
-
-
-
- Twitter
- 1,798
-
-
-
-
-
- Facebook
- 1,245
-
-
-
-
-
- Pinterest
- 854
-
-
-
-
-
- VK
- 650
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/layout-navbar-overlap.html b/demo/layout-navbar-overlap.html
deleted file mode 100644
index b59726053..000000000
--- a/demo/layout-navbar-overlap.html
+++ /dev/null
@@ -1,1716 +0,0 @@
-
-
-
-
-
-
-
- Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
W
-
New website
-
Due to: 28 Aug 2019
-
- Waiting
-
-
-
-
-
-
-
-
-
-
W
-
UI Redesign
-
Due to: 11 Nov 2019
-
- Final review
-
-
-
-
-
-
-
-
-
-
-
-
95
-
Daily Earnings
-
-
-
-
-
-
-
-
-
-
-
-
-
- User
- Commit
- Date
-
-
-
-
-
-
-
-
-
- Fix dart Sass compatibility (#29755)
-
-
- 28 Nov 2019
-
-
-
- JL
-
-
-
- Change deprecated html tags to text decoration classes (#29604)
-
-
- 27 Nov 2019
-
-
-
-
-
-
-
- justify-content:between ⇒ justify-content:space-between (#29734)
-
-
- 26 Nov 2019
-
-
-
-
-
-
-
- Update change-version.js (#29736)
-
-
- 26 Nov 2019
-
-
-
-
-
-
-
- Regenerate package-lock.json (#29730)
-
-
- 25 Nov 2019
-
-
-
-
-
-
-
-
-
-
-
-
-
- 132 Sales
-
-
12 waiting payments
-
-
-
-
-
-
-
-
-
-
-
- 78 Orders
-
-
32 shipped
-
-
-
-
-
-
-
-
-
-
- 1,352 Members
-
-
163 registered today
-
-
-
-
-
-
-
-
-
- 132 Comments
-
-
16 waiting
-
-
-
-
-
-
-
-
-
-
-
-
- Page name
- Visitors
- Unique
- Bounce rate
-
-
-
-
- /about.html
-
-
-
- 4,896
- 3,654
- 82.54%
-
-
-
-
-
-
- /special-promo.html
-
-
-
- 3,652
- 3,215
- 76.29%
-
-
-
-
-
-
- /news/1,new-ui-kit.html
-
-
-
- 3,256
- 2,865
- 72.65%
-
-
-
-
-
-
- /lorem-ipsum-dolor-sit-amet-very-long-url.html
-
-
-
- 986
- 865
- 44.89%
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Network
- Visitors
-
-
-
-
- Instagram
- 3,550
-
-
-
-
-
- Twitter
- 1,798
-
-
-
-
-
- Facebook
- 1,245
-
-
-
-
-
- Pinterest
- 854
-
-
-
-
-
- VK
- 650
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/layout-vertical-right.html b/demo/layout-vertical-right.html
deleted file mode 100644
index f8e9c578a..000000000
--- a/demo/layout-vertical-right.html
+++ /dev/null
@@ -1,1704 +0,0 @@
-
-
-
-
-
-
-
- Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
W
-
New website
-
Due to: 28 Aug 2019
-
- Waiting
-
-
-
-
-
-
-
-
-
-
W
-
UI Redesign
-
Due to: 11 Nov 2019
-
- Final review
-
-
-
-
-
-
-
-
-
-
-
-
95
-
Daily Earnings
-
-
-
-
-
-
-
-
-
-
-
-
-
- User
- Commit
- Date
-
-
-
-
-
-
-
-
-
- Fix dart Sass compatibility (#29755)
-
-
- 28 Nov 2019
-
-
-
- JL
-
-
-
- Change deprecated html tags to text decoration classes (#29604)
-
-
- 27 Nov 2019
-
-
-
-
-
-
-
- justify-content:between ⇒ justify-content:space-between (#29734)
-
-
- 26 Nov 2019
-
-
-
-
-
-
-
- Update change-version.js (#29736)
-
-
- 26 Nov 2019
-
-
-
-
-
-
-
- Regenerate package-lock.json (#29730)
-
-
- 25 Nov 2019
-
-
-
-
-
-
-
-
-
-
-
-
-
- 132 Sales
-
-
12 waiting payments
-
-
-
-
-
-
-
-
-
-
-
- 78 Orders
-
-
32 shipped
-
-
-
-
-
-
-
-
-
-
- 1,352 Members
-
-
163 registered today
-
-
-
-
-
-
-
-
-
- 132 Comments
-
-
16 waiting
-
-
-
-
-
-
-
-
-
-
-
-
- Page name
- Visitors
- Unique
- Bounce rate
-
-
-
-
- /about.html
-
-
-
- 4,896
- 3,654
- 82.54%
-
-
-
-
-
-
- /special-promo.html
-
-
-
- 3,652
- 3,215
- 76.29%
-
-
-
-
-
-
- /news/1,new-ui-kit.html
-
-
-
- 3,256
- 2,865
- 72.65%
-
-
-
-
-
-
- /lorem-ipsum-dolor-sit-amet-very-long-url.html
-
-
-
- 986
- 865
- 44.89%
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Network
- Visitors
-
-
-
-
- Instagram
- 3,550
-
-
-
-
-
- Twitter
- 1,798
-
-
-
-
-
- Facebook
- 1,245
-
-
-
-
-
- Pinterest
- 854
-
-
-
-
-
- VK
- 650
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/layout-vertical.html b/demo/layout-vertical.html
deleted file mode 100644
index a2a5cd35f..000000000
--- a/demo/layout-vertical.html
+++ /dev/null
@@ -1,1704 +0,0 @@
-
-
-
-
-
-
-
- Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
W
-
New website
-
Due to: 28 Aug 2019
-
- Waiting
-
-
-
-
-
-
-
-
-
-
W
-
UI Redesign
-
Due to: 11 Nov 2019
-
- Final review
-
-
-
-
-
-
-
-
-
-
-
-
95
-
Daily Earnings
-
-
-
-
-
-
-
-
-
-
-
-
-
- User
- Commit
- Date
-
-
-
-
-
-
-
-
-
- Fix dart Sass compatibility (#29755)
-
-
- 28 Nov 2019
-
-
-
- JL
-
-
-
- Change deprecated html tags to text decoration classes (#29604)
-
-
- 27 Nov 2019
-
-
-
-
-
-
-
- justify-content:between ⇒ justify-content:space-between (#29734)
-
-
- 26 Nov 2019
-
-
-
-
-
-
-
- Update change-version.js (#29736)
-
-
- 26 Nov 2019
-
-
-
-
-
-
-
- Regenerate package-lock.json (#29730)
-
-
- 25 Nov 2019
-
-
-
-
-
-
-
-
-
-
-
-
-
- 132 Sales
-
-
12 waiting payments
-
-
-
-
-
-
-
-
-
-
-
- 78 Orders
-
-
32 shipped
-
-
-
-
-
-
-
-
-
-
- 1,352 Members
-
-
163 registered today
-
-
-
-
-
-
-
-
-
- 132 Comments
-
-
16 waiting
-
-
-
-
-
-
-
-
-
-
-
-
- Page name
- Visitors
- Unique
- Bounce rate
-
-
-
-
- /about.html
-
-
-
- 4,896
- 3,654
- 82.54%
-
-
-
-
-
-
- /special-promo.html
-
-
-
- 3,652
- 3,215
- 76.29%
-
-
-
-
-
-
- /news/1,new-ui-kit.html
-
-
-
- 3,256
- 2,865
- 72.65%
-
-
-
-
-
-
- /lorem-ipsum-dolor-sit-amet-very-long-url.html
-
-
-
- 986
- 865
- 44.89%
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Network
- Visitors
-
-
-
-
- Instagram
- 3,550
-
-
-
-
-
- Twitter
- 1,798
-
-
-
-
-
- Facebook
- 1,245
-
-
-
-
-
- Pinterest
- 854
-
-
-
-
-
- VK
- 650
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/lists.html b/demo/lists.html
deleted file mode 100644
index 857b5626b..000000000
--- a/demo/lists.html
+++ /dev/null
@@ -1,883 +0,0 @@
-
-
-
-
-
-
-
- Lists - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lorry Mion
-
Keep themed appearance for print (#29714)
-
-
-
-
-
-
-
-
-
Leesa Beaty
-
Use double quotes in `.stylelintrc` (#29709)
-
-
-
-
-
-
-
-
-
-
-
-
Thatcher Keel
-
config.yml: update popper.js to v1.16.0 (#29624)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Paweł Kuna
-
Change deprecated html tags to text decoration classes (#29604)
-
-
-
-
-
-
-
- JL
-
-
-
Jeffie Lewzey
-
justify-content:between ⇒ justify-content:space-between (#29734)
-
-
-
-
-
-
-
-
-
-
-
-
Dunn Slane
-
Regenerate package-lock.json (#29730)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/maps-vector.html b/demo/maps-vector.html
deleted file mode 100644
index e726285b2..000000000
--- a/demo/maps-vector.html
+++ /dev/null
@@ -1,668 +0,0 @@
-
-
-
-
-
-
-
- Vector Maps - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/maps.html b/demo/maps.html
deleted file mode 100644
index ab4dd6beb..000000000
--- a/demo/maps.html
+++ /dev/null
@@ -1,683 +0,0 @@
-
-
-
-
-
-
-
- Maps - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/markdown.html b/demo/markdown.html
deleted file mode 100644
index 6bdeaacd2..000000000
--- a/demo/markdown.html
+++ /dev/null
@@ -1,649 +0,0 @@
-
-
-
-
-
-
-
- Markdown - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Who’s that then?
-
Well, she turned me into a newt. Burn her! We want a shrubbery!! Well, I got better. Listen. Strange women lying in ponds distributing swords is no basis for a system of government. Supreme executive power derives from a mandate from the masses, not from some farcical aquatic ceremony.
-
Listen. Strange women lying in ponds distributing swords is no basis for a system of government. Supreme executive power derives from a mandate from the masses, not from some farcical aquatic ceremony. The swallow may fly south with the sun, and the house martin or the plover may seek warmer climes in winter, yet these are not strangers to our land.
-
Well, Mercia’s a temperate zone!
-
You don’t frighten us, English pig-dogs! Go and boil your bottoms, sons of a silly person! I blow my nose at you, so-called Ah-thoor Keeng, you and all your silly English K-n-n-n-n-n-n-n-niggits! A newt?
-
- Listen. Strange women lying in ponds distributing swords is no basis for a system of government. Supreme executive power derives from a mandate from the masses, not from some farcical aquatic ceremony.
- I don’t want to talk to you no more, you empty-headed animal food trough water! I fart in your general direction! Your mother was a hamster and your father smelt of elderberries! Now leave before I am forced to taunt you a second time!
- We found them.
-
-
What do you mean?
-
Oh! Come and see the violence inherent in the system! Help, help, I’m being repressed! The Lady of the Lake, her arm clad in the purest shimmering samite, held aloft Excalibur from the bosom of the water, signifying by divine providence that I, Arthur, was to carry Excalibur. That is why I am your king.
-
- The Knights Who Say Ni demand a sacrifice!
- Be quiet!
- Bloody Peasant!
-
-
Well, I got better. Camelot! A newt? We want a shrubbery!! The Lady of the Lake, her arm clad in the purest shimmering samite, held aloft Excalibur from the bosom of the water, signifying by divine providence that I, Arthur, was to carry Excalibur. That is why I am your king.
-
Shut up! …Are you suggesting that coconuts migrate? I’m not a witch. Well, we did do the nose.
-
Well, how’d you become king, then? Shut up! Ni! Ni! Ni! Ni! Well, Mercia’s a temperate zone! I don’t want to talk to you no more, you empty-headed animal food trough water! I fart in your general direction! Your mother was a hamster and your father smelt of elderberries! Now leave before I am forced to taunt you a second time!
-
-
-
$colors : (
- "blue" : $blue ,
- "azure" : $azure ,
- "indigo" : $indigo ,
- "purple" : $purple ,
- "pink" : $pink ,
- "red" : $red ,
- "orange" : $orange ,
- "yellow" : $yellow ,
- "lime" : $lime ,
- "green" : $green ,
- "teal" : $teal ,
- "cyan" : $cyan ,
- "gray" : $gray-600 ,
- "gray-dark" : $gray-800 ,
- "dark" : $dark
-) ! default ;
-
-
-
-
You can’t expect to wield supreme power just ‘cause some watery tart threw a sword at you! You don’t frighten us, English pig-dogs! Go and boil your bottoms, sons of a silly person! I blow my nose at you, so-called Ah-thoor Keeng, you and all your silly English K-n-n-n-n-n-n-n-niggits!
-
What do you mean? Listen. Strange women lying in ponds distributing swords is no basis for a system of government. Supreme executive power derives from a mandate from the masses, not from some farcical aquatic ceremony.
-
Well, how’d you become king, then? You can’t expect to wield supreme power just ‘cause some watery tart threw a sword at you! The Lady of the Lake, her arm clad in the purest shimmering samite, held aloft Excalibur from the bosom of the water, signifying by divine providence that I, Arthur, was to carry Excalibur. That is why I am your king.
-
Well, I got better. Shut up! Will you shut up?! Well, I got better. I don’t want to talk to you no more, you empty-headed animal food trough water! I fart in your general direction! Your mother was a hamster and your father smelt of elderberries! Now leave before I am forced to taunt you a second time!
-
Bloody Peasant! What do you mean? It’s only a model. Well, Mercia’s a temperate zone!
-
I am your king. Shh! Knights, I bid you welcome to your new home. Let us ride to Camelot! Ni! Ni! Ni! Ni! Who’s that then? Listen. Strange women lying in ponds distributing swords is no basis for a system of government. Supreme executive power derives from a mandate from the masses, not from some farcical aquatic ceremony.
-
Bloody Peasant! What a strange person. Burn her anyway! Camelot! You don’t vote for kings.
-
You don’t vote for kings. I dunno. Must be a king. How do you know she is a witch? Why? I don’t want to talk to you no more, you empty-headed animal food trough water! I fart in your general direction! Your mother was a hamster and your father smelt of elderberries! Now leave before I am forced to taunt you a second time!
-
Heading 1
-
Bloody Peasant! What do you mean? It’s only a model. Well, Mercia’s a temperate zone!
-
Heading 2
-
Bloody Peasant! What do you mean? It’s only a model. Well, Mercia’s a temperate zone!
-
Heading 3
-
Bloody Peasant! What do you mean? It’s only a model. Well, Mercia’s a temperate zone!
-
Heading 4
-
Bloody Peasant! What do you mean? It’s only a model. Well, Mercia’s a temperate zone!
-
Heading 5
-
Bloody Peasant! What do you mean? It’s only a model. Well, Mercia’s a temperate zone!
-
Heading 6
-
Bloody Peasant! What do you mean? It’s only a model. Well, Mercia’s a temperate zone!
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/modals.html b/demo/modals.html
deleted file mode 100644
index f3e9475a4..000000000
--- a/demo/modals.html
+++ /dev/null
@@ -1,964 +0,0 @@
-
-
-
-
-
-
-
- Modals - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Adipisci animi beatae delectus deleniti dolorem eveniet facere fuga iste nemo nesciunt nihil odio perspiciatis, quia quis reprehenderit sit tempora totam unde.
-
-
-
-
-
-
-
-
-
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Adipisci animi beatae delectus deleniti dolorem eveniet facere fuga iste nemo nesciunt nihil odio perspiciatis, quia quis reprehenderit sit tempora totam unde.
-
-
-
-
-
-
-
-
-
-
Are you sure?
-
If you proceed, you will lose all your personal data.
-
-
-
-
-
-
-
-
-
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Adipisci animi beatae delectus deleniti dolorem eveniet facere fuga iste nemo nesciunt nihil odio perspiciatis, quia quis reprehenderit sit tempora totam unde.
-
-
-
-
-
-
-
-
-
-
-
-
- Name
-
-
-
Report type
-
-
-
-
-
Report url
-
-
- https://tabler.io/reports/
-
-
-
-
-
-
-
- Visibility
-
- Private
- Public
- Hidden
-
-
-
-
-
-
-
-
-
-
- Reporting period
-
-
-
-
-
- Additional information
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Payment succedeed
-
Your payment of $290 has been successfully submitted. Your invoice has been sent to support@tabler.io.
-
-
-
-
-
-
-
-
-
-
-
-
-
Pick your team color
-
-
-
- Additional info
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/music.html b/demo/music.html
deleted file mode 100644
index a9049200b..000000000
--- a/demo/music.html
+++ /dev/null
@@ -1,1146 +0,0 @@
-
-
-
-
-
-
-
- Music components - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
-
-
-
-
-
- Górą ty
-
- GOLEC UORKIESTRA,
- Gromee,
- Bedoes
-
-
-
- 03:41
-
-
-
-
-
-
-
-
- 2
-
-
-
-
-
- High Life
-
- Daft Punk
-
-
-
- 03:21
-
-
-
-
-
-
-
-
- 3
-
-
-
-
-
- Houdini
-
- Foster The People
-
-
-
- 03:23
-
-
-
-
-
-
-
-
- 4
-
-
-
-
-
- Safe And Sound
-
- Capital Cities
-
-
-
- 03:12
-
-
-
-
-
-
-
-
- 5
-
-
-
-
-
- Partied Out
-
- Con Bro Chill
-
-
-
- 03:17
-
-
-
-
-
-
-
-
- 6
-
-
-
-
-
- Runaway (U & I)
-
- Galantis
-
-
-
- 03:47
-
-
-
-
-
-
-
-
- 7
-
-
-
-
-
- Light It Up (feat. Nyla & Fuse ODG) - Remix
-
- Major Lazer,
- Nyla,
- Fuse ODG
-
-
-
- 02:46
-
-
-
-
-
-
-
-
- 8
-
-
-
-
-
- Hangover
-
- Taio Cruz,
- Flo Rida
-
-
-
- 04:04
-
-
-
-
-
-
-
-
- 9
-
-
-
-
-
- Shape of You
-
- Ed Sheeran
-
-
-
- 03:53
-
-
-
-
-
-
-
-
- 10
-
-
-
-
-
- Alone
-
- Alan Walker
-
-
-
- 02:41
-
-
-
-
-
-
-
-
- 11
-
-
-
-
-
- Langrennsfar
-
- Ylvis
-
-
-
- 02:43
-
-
-
-
-
-
-
-
- 12
-
-
-
-
-
- Skibidi - Romantic Edition
-
- Little Big
-
-
-
- 03:12
-
-
-
-
-
-
-
-
-
-
Top tracks
-
-
-
-
-
-
-
-
-
- Shape of You
-
- Ed Sheeran
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Alone
-
- Alan Walker
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Langrennsfar
-
- Ylvis
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Skibidi - Romantic Edition
-
- Little Big
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Miracle
-
- Caravan Palace
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Different World (feat. CORSAK)
-
- Alan Walker,
- K-391,
- Sofia Carson,
- CORSAK
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/navigation.html b/demo/navigation.html
deleted file mode 100644
index 06bddbdcf..000000000
--- a/demo/navigation.html
+++ /dev/null
@@ -1,1384 +0,0 @@
-
-
-
-
-
-
-
- Navigation - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/pagination.html b/demo/pagination.html
deleted file mode 100644
index 3a9b56968..000000000
--- a/demo/pagination.html
+++ /dev/null
@@ -1,655 +0,0 @@
-
-
-
-
-
-
-
- Pagination - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/pricing.html b/demo/pricing.html
deleted file mode 100644
index a0b34f942..000000000
--- a/demo/pricing.html
+++ /dev/null
@@ -1,703 +0,0 @@
-
-
-
-
-
-
-
- Pricing cards - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Free
-
$0
-
- 3 Users
-
-
- Sharing Tools
-
-
-
- Design Tools
-
-
-
- Private Messages
-
-
-
- Twitter API
-
-
-
-
-
-
-
-
-
-
-
Premium
-
$49
-
- 10 Users
-
-
- Sharing Tools
-
-
-
- Design Tools
-
-
-
- Private Messages
-
-
-
- Twitter API
-
-
-
-
-
-
-
-
-
-
Enterprise
-
$99
-
- 100 Users
-
-
- Sharing Tools
-
-
-
- Design Tools
-
-
-
- Private Messages
-
-
-
- Twitter API
-
-
-
-
-
-
-
-
-
-
Unlimited
-
$139
-
- Unlimited Users
-
-
- Sharing Tools
-
-
-
- Design Tools
-
-
-
- Private Messages
-
-
-
- Twitter API
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/redirects.json b/demo/redirects.json
deleted file mode 100644
index b0ad66778..000000000
--- a/demo/redirects.json
+++ /dev/null
@@ -1 +0,0 @@
-{"/docs.html":"/docs/index.html"}
\ No newline at end of file
diff --git a/demo/search-results.html b/demo/search-results.html
deleted file mode 100644
index 678140f0c..000000000
--- a/demo/search-results.html
+++ /dev/null
@@ -1,855 +0,0 @@
-
-
-
-
-
-
-
- Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Paweł Kuna
-
3 days ago
-
-
-
-
-
-
-
-
-
-
-
-
-
Mallory Hulme
-
yesterday
-
-
-
-
-
-
-
-
-
-
-
-
-
Emmy Levet
-
5 days ago
-
-
-
-
-
-
-
-
-
-
-
EP
-
-
Egan Poetz
-
6 days ago
-
-
-
-
-
-
-
-
-
-
-
-
-
Lorry Mion
-
5 days ago
-
-
-
-
-
-
-
-
-
-
-
-
-
Leesa Beaty
-
6 days ago
-
-
-
-
-
-
-
-
-
-
-
SA
-
-
Sunny Airey
-
5 days ago
-
-
-
-
-
-
-
-
-
-
-
-
-
Geoffry Flaunders
-
1 week ago
-
-
-
-
-
-
-
-
-
-
-
-
-
Thatcher Keel
-
1 week and 2 days ago
-
-
-
-
-
-
-
-
-
-
-
-
-
Dyann Escala
-
4 days ago
-
-
-
-
-
-
-
-
-
-
-
-
-
Avivah Mugleston
-
6 days ago
-
-
-
-
-
-
-
-
-
-
-
-
-
Tessie Curzon
-
3 days ago
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/sign-in.html b/demo/sign-in.html
deleted file mode 100644
index 7e8676607..000000000
--- a/demo/sign-in.html
+++ /dev/null
@@ -1,101 +0,0 @@
-
-
-
-
-
-
-
- Sign in - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Login to your account
-
- Email address
-
-
-
-
-
-
- Remember me on this device
-
-
-
-
- or
-
-
-
- Don't have account yet?
Sign up
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/sign-up.html b/demo/sign-up.html
deleted file mode 100644
index 6fea72621..000000000
--- a/demo/sign-up.html
+++ /dev/null
@@ -1,87 +0,0 @@
-
-
-
-
-
-
-
- Sign up - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Create new account
-
- Name
-
-
-
- Email address
-
-
-
-
-
-
-
-
- Already have account?
Sign in
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/sitemap.xml b/demo/sitemap.xml
deleted file mode 100644
index 100c5c4a2..000000000
--- a/demo/sitemap.xml
+++ /dev/null
@@ -1,294 +0,0 @@
-
-
-
- /docs/alerts.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/autosize.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/avatars.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/badges.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/breadcrumb.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/buttons.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/cards.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/carousel.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/charts.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/colors.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/countup.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/cursors.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/divider.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/dropdowns.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/empty.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/flags.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/form-elements.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/form-helpers.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/
- 2020-10-25T12:57:24+01:00
-
-
- /docs/input-mask.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/modals.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/payments.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/progress.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/range-slider.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/ribbons.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/spinners.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/steps.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/tables.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/tabs.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/timelines.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/toasts.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/tooltips.html
- 2020-10-25T12:57:24+01:00
-
-
- /docs/typography.html
- 2020-10-25T12:57:24+01:00
-
-
- /all.html
-
-
- /blank.html
-
-
- /buttons.html
-
-
- /calendar.html
-
-
- /cards-masonry.html
-
-
- /cards.html
-
-
- /carousel.html
-
-
- /changelog.html
-
-
- /charts-heatmap.html
-
-
- /charts.html
-
-
- /crypto-currencies.html
-
-
- /dropdowns.html
-
-
- /empty.html
-
-
- /error-404.html
-
-
- /error-500.html
-
-
- /error-maintenance.html
-
-
- /flags.html
-
-
- /forgot-password.html
-
-
- /form-elements.html
-
-
- /gallery.html
-
-
- /icons.html
-
-
- /
-
-
- /invoice.html
-
-
- /layout-combo.html
-
-
- /layout-condensed-dark.html
-
-
- /layout-condensed.html
-
-
- /layout-dark.html
-
-
- /layout-fluid-vertical.html
-
-
- /layout-fluid.html
-
-
- /layout-horizontal.html
-
-
- /layout-navbar-dark.html
-
-
- /layout-navbar-overlap.html
-
-
- /layout-vertical-right.html
-
-
- /layout-vertical.html
-
-
- /lists.html
-
-
- /maps-vector.html
-
-
- /maps.html
-
-
- /markdown.html
-
-
- /modals.html
-
-
- /music.html
-
-
- /navigation.html
-
-
- /pagination.html
-
-
- /pricing.html
-
-
- /search-results.html
-
-
- /sign-in.html
-
-
- /sign-up.html
-
-
- /snippets.html
-
-
- /social.html
-
-
- /tables.html
-
-
- /tabs.html
-
-
- /typography.html
-
-
- /users.html
-
-
- /wizard.html
-
-
\ No newline at end of file
diff --git a/demo/snippets.html b/demo/snippets.html
deleted file mode 100644
index e5ff6effe..000000000
--- a/demo/snippets.html
+++ /dev/null
@@ -1,1478 +0,0 @@
-
-
-
-
-
-
-
- Snippets - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Working in Yombu
-
-
- ● Online
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Working in Kare
-
-
- ● Online
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 132 Sales
-
-
12 waiting payments
-
-
-
-
-
-
-
-
-
-
-
- 78 Orders
-
-
32 shipped
-
-
-
-
-
-
-
-
-
-
-
- 1,352 Members
-
-
163 registered today
-
-
-
-
-
-
-
-
-
-
-
- 132 Comments
-
-
16 waitings
-
-
-
-
-
-
-
-
-
-
- 132 Sales
-
-
12 waiting payments
-
-
-
-
-
-
-
-
-
-
- 78 Orders
-
-
32 shipped
-
-
-
-
-
-
-
-
-
-
- 1,352 Members
-
-
163 registered today
-
-
-
-
-
-
-
-
-
-
- 132 Comments
-
-
16 waitings
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- .card-footer {
- background : transparent ;
-
- & :last-child {
- border-radius : 0 0 1 2 ;
- }
-}
-
-
-
-
-
-
-
-
-
Customers
-
1,950
-
-
- 5.2%
-
- Since last month
-
-
-
-
-
-
-
Orders
-
8256
-
-
- 0%
-
- Since last month
-
-
-
-
-
-
-
Revenue
-
$58,924
-
-
- -3.1%
-
- Since last month
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Basic info
-
-
- Went to:
University of Ljubljana
-
-
-
- Worked at:
Devpulse
-
-
-
- Lives in:
Šentilj v Slov. Goricah, Slovenia
-
-
-
-
- Birth date:
13/01/1985
-
-
-
- Time zone:
Europe/Ljubljana
-
-
-
-
-
-
-
- Date:
- 2020-01-05 16:42:29 UTC
- Account:
- tabler
- Location:
-
- Poland
- IP Address:
- 46.113.11.3
- Operating system:
- OS X 10.15.2 64-bit
- Browser:
- Chrome
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Name
-
-
-
Report type
-
-
-
-
-
Report url
-
-
- https://tabler.io/reports/
-
-
-
-
-
-
-
- Visibility
-
- Private
- Public
- Hidden
-
-
-
-
-
-
-
-
-
-
- Reporting period
-
-
-
-
-
- Additional information
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/social.html b/demo/social.html
deleted file mode 100644
index ab4928bd4..000000000
--- a/demo/social.html
+++ /dev/null
@@ -1,608 +0,0 @@
-
-
-
-
-
-
-
- Social elements - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/tables.html b/demo/tables.html
deleted file mode 100644
index 846df533e..000000000
--- a/demo/tables.html
+++ /dev/null
@@ -1,1387 +0,0 @@
-
-
-
-
-
-
-
- Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Name
- Title
- Role
-
-
-
-
-
-
-
-
-
- Automation Specialist IV
- Accounting
-
-
- User
-
-
- Edit
-
-
-
-
-
-
-
- Editor
- Services
-
-
- Admin
-
-
- Edit
-
-
-
-
-
-
-
- Analog Circuit Design manager
- Services
-
-
- User
-
-
- Edit
-
-
-
-
-
-
-
- Nuclear Power Engineer
- Engineering
-
-
- Owner
-
-
- Edit
-
-
-
-
-
-
-
- Software Test Engineer II
- Accounting
-
-
- Admin
-
-
- Edit
-
-
-
-
-
-
-
-
-
-
-
-
-
- Name
- Title
- Role
-
-
-
-
-
-
-
-
-
- VP Sales
- Business Development
-
-
- User
-
-
-
-
-
-
-
-
-
-
- Mechanical Systems Engineer
- Sales
-
-
- Admin
-
-
-
-
-
-
-
-
-
-
- Actuary
- Sales
-
-
- User
-
-
-
-
-
-
-
-
-
-
- VP Quality Control
- Accounting
-
-
- Owner
-
-
-
-
-
-
-
-
-
-
- Research Nurse
- Product Management
-
-
- Admin
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/tabs.html b/demo/tabs.html
deleted file mode 100644
index 297932e5b..000000000
--- a/demo/tabs.html
+++ /dev/null
@@ -1,890 +0,0 @@
-
-
-
-
-
-
-
- Tabs - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Cursus turpis vestibulum, dui in pharetra vulputate id sed non turpis ultricies fringilla at sed facilisis lacus pellentesque purus nibh
-
-
-
Fringilla egestas nunc quis tellus diam rhoncus ultricies tristique enim at diam, sem nunc amet, pellentesque id egestas velit sed
-
-
-
Donec ac vitae diam amet vel leo egestas consequat rhoncus in luctus amet, facilisi sit mauris accumsan nibh habitant senectus
-
-
-
-
-
-
-
-
-
-
-
-
Cursus turpis vestibulum, dui in pharetra vulputate id sed non turpis ultricies fringilla at sed facilisis lacus pellentesque purus nibh
-
-
-
Fringilla egestas nunc quis tellus diam rhoncus ultricies tristique enim at diam, sem nunc amet, pellentesque id egestas velit sed
-
-
-
Donec ac vitae diam amet vel leo egestas consequat rhoncus in luctus amet, facilisi sit mauris accumsan nibh habitant senectus
-
-
-
-
-
-
-
-
-
-
-
-
Cursus turpis vestibulum, dui in pharetra vulputate id sed non turpis ultricies fringilla at sed facilisis lacus pellentesque purus nibh
-
-
-
Fringilla egestas nunc quis tellus diam rhoncus ultricies tristique enim at diam, sem nunc amet, pellentesque id egestas velit sed
-
-
-
-
-
-
-
-
-
-
-
-
Cursus turpis vestibulum, dui in pharetra vulputate id sed non turpis ultricies fringilla at sed facilisis lacus pellentesque purus nibh
-
-
-
Fringilla egestas nunc quis tellus diam rhoncus ultricies tristique enim at diam, sem nunc amet, pellentesque id egestas velit sed
-
-
-
Donec ac vitae diam amet vel leo egestas consequat rhoncus in luctus amet, facilisi sit mauris accumsan nibh habitant senectus
-
-
-
-
-
-
-
-
-
-
-
-
Cursus turpis vestibulum, dui in pharetra vulputate id sed non turpis ultricies fringilla at sed facilisis lacus pellentesque purus nibh
-
-
-
Fringilla egestas nunc quis tellus diam rhoncus ultricies tristique enim at diam, sem nunc amet, pellentesque id egestas velit sed
-
-
-
Donec ac vitae diam amet vel leo egestas consequat rhoncus in luctus amet, facilisi sit mauris accumsan nibh habitant senectus
-
-
-
-
-
-
-
-
-
-
-
-
Cursus turpis vestibulum, dui in pharetra vulputate id sed non turpis ultricies fringilla at sed facilisis lacus pellentesque purus nibh
-
-
-
Fringilla egestas nunc quis tellus diam rhoncus ultricies tristique enim at diam, sem nunc amet, pellentesque id egestas velit sed
-
-
-
-
-
-
-
-
-
-
-
-
Cursus turpis vestibulum, dui in pharetra vulputate id sed non turpis ultricies fringilla at sed facilisis lacus pellentesque purus nibh
-
-
-
Fringilla egestas nunc quis tellus diam rhoncus ultricies tristique enim at diam, sem nunc amet, pellentesque id egestas velit sed
-
-
-
-
-
-
-
-
-
-
-
-
Cursus turpis vestibulum, dui in pharetra vulputate id sed non turpis ultricies fringilla at sed facilisis lacus pellentesque purus nibh
-
-
-
Fringilla egestas nunc quis tellus diam rhoncus ultricies tristique enim at diam, sem nunc amet, pellentesque id egestas velit sed
-
-
-
Donec ac vitae diam amet vel leo egestas consequat rhoncus in luctus amet, facilisi sit mauris accumsan nibh habitant senectus
-
-
-
-
-
-
-
-
-
-
-
-
Cursus turpis vestibulum, dui in pharetra vulputate id sed non turpis ultricies fringilla at sed facilisis lacus pellentesque purus nibh
-
-
-
Fringilla egestas nunc quis tellus diam rhoncus ultricies tristique enim at diam, sem nunc amet, pellentesque id egestas velit sed
-
-
-
-
-
-
-
-
-
-
-
-
Cursus turpis vestibulum, dui in pharetra vulputate id sed non turpis ultricies fringilla at sed facilisis lacus pellentesque purus nibh
-
-
-
Fringilla egestas nunc quis tellus diam rhoncus ultricies tristique enim at diam, sem nunc amet, pellentesque id egestas velit sed
-
-
-
Donec ac vitae diam amet vel leo egestas consequat rhoncus in luctus amet, facilisi sit mauris accumsan nibh habitant senectus
-
-
-
-
-
-
-
-
-
-
-
-
Cursus turpis vestibulum, dui in pharetra vulputate id sed non turpis ultricies fringilla at sed facilisis lacus pellentesque purus nibh
-
-
-
Fringilla egestas nunc quis tellus diam rhoncus ultricies tristique enim at diam, sem nunc amet, pellentesque id egestas velit sed
-
-
-
Donec ac vitae diam amet vel leo egestas consequat rhoncus in luctus amet, facilisi sit mauris accumsan nibh habitant senectus
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/typography.html b/demo/typography.html
deleted file mode 100644
index cf17a4255..000000000
--- a/demo/typography.html
+++ /dev/null
@@ -1,842 +0,0 @@
-
-
-
-
-
-
-
- Typography - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusantium architecto corporis cumque debitis dicta
- dolores error esse explicabo incidunt inventore minima, officiis quis reprehenderit saepe sed sit vel voluptatem,
- voluptatibus?
-
-
-
-
-
-
h1. Heading text
- h2. Heading text
- h3. Heading text
- h4. Heading text
- h5. Heading text
- h6. Heading text
-
-
-
-
-
-
-
-
h1. Heading text
- Secondary text
-
- h2. Heading text
- Secondary text
-
- h3. Heading text
- Secondary text
-
- h4. Heading text
- Secondary text
-
- h5. Heading text
- Secondary text
-
- h6. Heading text
- Secondary text
-
-
-
-
-
-
-
-
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus ornare iaculis purus, eget gravida
- est
- lacinia at. Nam magna dolor, vestibulum ut consequat in, dictum a metus.
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Alias aliquid amet asperiores assumenda at,
- commodi
- est, et, fugiat in ipsam iure mollitia optio quas reiciendis rem repellat sed similique
- voluptatibus.
-
-
-
-
-
-
-
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus ornare iaculis purus,
- eget
- gravida est lacinia at. Nam magna dolor, vestibulum ut consequat in, dictum a metus.
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Alias aliquid amet asperiores assumenda at,
- commodi
- est, et, fugiat in ipsam iure mollitia.
-
-
-
-
-
-
-
-
-
-
Left aligned text.
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Alias aliquid
- beatae
- consequatur culpa,
- deserunt, doloribus ea et inventore iste molestias nihil nobis officiis qui reiciendis sint
- totam
- ullam veritatis vitae.
-
-
-
Center aligned text.
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aperiam
- consequatur
- error esse, facilis
- harum, ipsa libero minima modi nisi nobis obcaecati odit officia officiis quis quisquam quos
- sapiente, sunt. Ab.
-
-
-
Right aligned text.
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consectetur
- deleniti
- dicta eius excepturi
- facere nulla quia sequi sit soluta ullam! Animi commodi cupiditate, enim id maiores minus
- mollitia
- sed temporibus!
-
-
-
-
-
-
-
-
-
-
- lorem ipsum doloret
- lorem ipsum doloret
- lorem ipsum doloret
- lorem ipsum doloret
-
- lorem ipsum doloret
- lorem ipsum doloret
- lorem ipsum doloret
-
-
- lorem ipsum doloret
- lorem ipsum doloret
- lorem ipsum doloret
- lorem ipsum doloret
-
-
-
-
-
-
-
-
-
- lorem ipsum doloret
- lorem ipsum doloret
- lorem ipsum doloret
- lorem ipsum doloret
- lorem ipsum doloret
- lorem ipsum doloret
- lorem ipsum doloret
- lorem ipsum doloret
- lorem ipsum doloret
- lorem ipsum doloret
- lorem ipsum doloret
-
-
-
-
-
-
-
-
-
- lorem ipsum doloret
- lorem ipsum doloret
- lorem ipsum doloret
- lorem ipsum doloret
-
- lorem ipsum doloret
- lorem ipsum doloret
- lorem ipsum doloret
-
-
- lorem ipsum doloret
- lorem ipsum doloret
- lorem ipsum doloret
- lorem ipsum doloret
-
-
-
-
-
-
-
-
-
- Maecenas id tellus felis. Phasellu s eu magna ornare, ultrices metus yet odio. Cras et lectus
- vitae
- diam rutrum hendrerit.
-
-
- Fusce bibendum in velit nec ullamcorper. Nullam elementum erat eu nisi venenatis elementum.
- Suspendisse maximus.
-
-
-
-
-
-
-
-
-
-
You can use the mark tag to
- highlight
- text.
-
-
This line of text is meant to be treated as deleted
-
This line of text will render as underlined.
-
- This line of text is meant to be treated as fine print.
-
-
The following snippet of text is rendered as bold text.
-
The following snippet of text is rendered as italicized text.
-
-
-
-
-
-
-
-
This is an example of muted text.
-
This is an example of success text.
-
This is an example of info text.
-
This is an example of warning text.
-
This is an example of danger text.
-
-
-
-
-
-
-
-
Twitter, Inc.
- 1355 Market Street, Suite 900
- San Francisco, CA 94103
- P: (123) 456 7890
-
-
Full name
- first.last@example.com
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/users.html b/demo/users.html
deleted file mode 100644
index 025f69b7f..000000000
--- a/demo/users.html
+++ /dev/null
@@ -1,1502 +0,0 @@
-
-
-
-
-
-
-
- Users list - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- offline
-
-
-
-
-
-
-
-
-
-
-
-
- JL
-
-
-
-
- online
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- online
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- online
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
VP Product Management
-
-
-
- online
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- online
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- online
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Automation Specialist IV
-
-
-
- online
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- online
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Analog Circuit Design manager
-
-
-
-
-
-
-
-
-
-
-
- SA
-
-
-
-
Nuclear Power Engineer
-
-
-
- offline
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Software Test Engineer II
-
-
-
- online
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- offline
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Mechanical Systems Engineer
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- online
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Name
-
-
-
Report type
-
-
-
-
-
Report url
-
-
- https://tabler.io/reports/
-
-
-
-
-
-
-
- Visibility
-
- Private
- Public
- Hidden
-
-
-
-
-
-
-
-
-
-
- Reporting period
-
-
-
-
-
- Additional information
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demo/wizard.html b/demo/wizard.html
deleted file mode 100644
index 895f43ec2..000000000
--- a/demo/wizard.html
+++ /dev/null
@@ -1,202 +0,0 @@
-
-
-
-
-
-
-
- Wizard - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Welcome to Tabler!
-
Tabler comes with tons of well-designed components and features. Start your adventure with Tabler and make your dashboard great again.
-
-
your data
-
-
-
Create your Tabler URL
-
-
- https://tabler.io/
-
-
-
-
Choose a URL that describes you or your business in a concise way. Make it short and easy to remember so you can share links with ease.
-
-
- Timezone
-
- (UTC-12:00) International Date Line West
- (UTC-11:00) Coordinated Universal Time-11
- (UTC-10:00) Hawaii
- (UTC-09:00) Alaska
- (UTC-08:00) Baja California
- (UTC-07:00) Pacific Time (US & Canada)
- (UTC-08:00) Pacific Time (US & Canada)
- (UTC-07:00) Arizona
- (UTC-07:00) Chihuahua, La Paz, Mazatlan
- (UTC-07:00) Mountain Time (US & Canada)
- (UTC-06:00) Central America
- (UTC-06:00) Central Time (US & Canada)
- (UTC-06:00) Guadalajara, Mexico City, Monterrey
- (UTC-06:00) Saskatchewan
- (UTC-05:00) Bogota, Lima, Quito
- (UTC-05:00) Eastern Time (US & Canada)
- (UTC-05:00) Indiana (East)
- (UTC-04:30) Caracas
- (UTC-04:00) Asuncion
- (UTC-04:00) Atlantic Time (Canada)
- (UTC-04:00) Cuiaba
- (UTC-04:00) Georgetown, La Paz, Manaus, San Juan
- (UTC-04:00) Santiago
- (UTC-03:30) Newfoundland
- (UTC-03:00) Brasilia
- (UTC-03:00) Buenos Aires
- (UTC-03:00) Cayenne, Fortaleza
- (UTC-03:00) Greenland
- (UTC-03:00) Montevideo
- (UTC-03:00) Salvador
- (UTC-02:00) Coordinated Universal Time-02
- (UTC-02:00) Mid-Atlantic - Old
- (UTC-01:00) Azores
- (UTC-01:00) Cape Verde Is.
- (UTC) Casablanca
- (UTC) Coordinated Universal Time
- (UTC) Edinburgh, London
- (UTC+01:00) Edinburgh, London
- (UTC) Dublin, Lisbon
- (UTC) Monrovia, Reykjavik
- (UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna
- (UTC+01:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague
- (UTC+01:00) Brussels, Copenhagen, Madrid, Paris
- (UTC+01:00) Sarajevo, Skopje, Warsaw, Zagreb
- (UTC+01:00) West Central Africa
- (UTC+01:00) Windhoek
- (UTC+02:00) Athens, Bucharest
- (UTC+02:00) Beirut
- (UTC+02:00) Cairo
- (UTC+02:00) Damascus
- (UTC+02:00) E. Europe
- (UTC+02:00) Harare, Pretoria
- (UTC+02:00) Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius
- (UTC+03:00) Istanbul
- (UTC+02:00) Jerusalem
- (UTC+02:00) Tripoli
- (UTC+03:00) Amman
- (UTC+03:00) Baghdad
- (UTC+02:00) Kaliningrad
- (UTC+03:00) Kuwait, Riyadh
- (UTC+03:00) Nairobi
- (UTC+03:00) Moscow, St. Petersburg, Volgograd, Minsk
- (UTC+04:00) Samara, Ulyanovsk, Saratov
- (UTC+03:30) Tehran
- (UTC+04:00) Abu Dhabi, Muscat
- (UTC+04:00) Baku
- (UTC+04:00) Port Louis
- (UTC+04:00) Tbilisi
- (UTC+04:00) Yerevan
- (UTC+04:30) Kabul
- (UTC+05:00) Ashgabat, Tashkent
- (UTC+05:00) Yekaterinburg
- (UTC+05:00) Islamabad, Karachi
- (UTC+05:30) Chennai, Kolkata, Mumbai, New Delhi
- (UTC+05:30) Sri Jayawardenepura
- (UTC+05:45) Kathmandu
- (UTC+06:00) Nur-Sultan (Astana)
- (UTC+06:00) Dhaka
- (UTC+06:30) Yangon (Rangoon)
- (UTC+07:00) Bangkok, Hanoi, Jakarta
- (UTC+07:00) Novosibirsk
- (UTC+08:00) Beijing, Chongqing, Hong Kong, Urumqi
- (UTC+08:00) Krasnoyarsk
- (UTC+08:00) Kuala Lumpur, Singapore
- (UTC+08:00) Perth
- (UTC+08:00) Taipei
- (UTC+08:00) Ulaanbaatar
- (UTC+08:00) Irkutsk
- (UTC+09:00) Osaka, Sapporo, Tokyo
- (UTC+09:00) Seoul
- (UTC+09:30) Adelaide
- (UTC+09:30) Darwin
- (UTC+10:00) Brisbane
- (UTC+10:00) Canberra, Melbourne, Sydney
- (UTC+10:00) Guam, Port Moresby
- (UTC+10:00) Hobart
- (UTC+09:00) Yakutsk
- (UTC+11:00) Solomon Is., New Caledonia
- (UTC+11:00) Vladivostok
- (UTC+12:00) Auckland, Wellington
- (UTC+12:00) Coordinated Universal Time+12
- (UTC+12:00) Fiji
- (UTC+12:00) Magadan
- (UTC+12:00) Petropavlovsk-Kamchatsky - Old
- (UTC+13:00) Nuku'alofa
- (UTC+13:00) Samoa
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/dist/css/demo.css b/dist/css/demo.css
deleted file mode 100644
index d9dd2623a..000000000
--- a/dist/css/demo.css
+++ /dev/null
@@ -1,155 +0,0 @@
-/*!
- * Tabler (v1.0.0-alpha.7)
- * Copyright 2018-2020 The Tabler Authors
- * Copyright 2018-2020 codecalm
- * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
- */
-/**
-Dark mode
- */
-pre.highlight,
-.highlight pre {
- max-height: 30rem;
- margin: 1.5rem 0;
- overflow: auto;
- font-size: 0.75rem;
- background: #354052;
- border-radius: 3px;
- color: #ffffff; }
- pre.highlight::-webkit-scrollbar,
- .highlight pre::-webkit-scrollbar {
- width: 6px;
- height: 6px;
- -webkit-transition: .3s background;
- transition: .3s background; }
- pre.highlight::-webkit-scrollbar-thumb,
- .highlight pre::-webkit-scrollbar-thumb {
- border-radius: 5px;
- background: transparent; }
- pre.highlight::-webkit-scrollbar-corner,
- .highlight pre::-webkit-scrollbar-corner {
- background: transparent; }
- pre.highlight:hover::-webkit-scrollbar-thumb,
- .highlight pre:hover::-webkit-scrollbar-thumb {
- background: #cbcfd6;
- background: #5d6675; }
-
-.highlight .c, .highlight .c1 {
- color: #a0aec0; }
-
-.highlight .na, .highlight .nx, .highlight .nl, .language-css .highlight .na, .language-scss .highlight .na {
- color: #ffe484; }
-
-.highlight .s, .highlight .dl, .highlight .s1, .highlight .s2, .highlight .mh {
- color: #b5f4a5; }
-
-.highlight .mi, .highlight .language-js .nb, .highlight .nc, .highlight .nd, .highlight .nt {
- color: #93ddfd; }
-
-.highlight .language-html .nt, .highlight .nb {
- color: #ff8383; }
-
-.highlight .k, .highlight .kd, .highlight .nv, .highlight .n {
- color: #d9a9ff; }
-
-.example {
- padding: 2rem;
- margin: 2rem 0;
- border: 1px solid rgba(95, 102, 110, 0.2);
- border-radius: 3px 3px 0 0;
- position: relative;
- min-height: 12rem;
- display: flex;
- align-items: center;
- overflow-x: auto; }
-
-.example-centered {
- justify-content: center; }
- .example-centered .example-content {
- flex: 0 auto; }
-
-.example-content {
- font-size: 0.875rem;
- flex: 1;
- max-width: 100%; }
-
-.example-bg {
- background: #f5f7fb; }
-
-.example-code {
- margin: 2rem 0;
- border-top: none; }
- .example-code pre {
- margin: 0;
- border-radius: 0 0 3px 3px; }
- .example + .example-code {
- margin-top: -2rem; }
-
-.example-column {
- margin: 0 auto; }
- .example-column > .card:last-of-type {
- margin-bottom: 0; }
-
-.example-column-1 {
- max-width: 20rem; }
-
-.example-column-2 {
- max-width: 40rem; }
-
-.example-modal-backdrop {
- background: #354052;
- opacity: 0.24;
- position: absolute;
- width: 100%;
- left: 0;
- top: 0;
- height: 100%;
- border-radius: 2px 2px 0 0; }
-
-@media not print {
- .theme-dark .example-code {
- border: 1px solid rgba(95, 102, 110, 0.2);
- border-top: none; } }
-
-@media not print and (prefers-color-scheme: dark) {
- .theme-dark-auto .example-code {
- border: 1px solid rgba(95, 102, 110, 0.2);
- border-top: none; } }
-
-.card-sponsor {
- background: #dbe7f6 no-repeat center/100% 100%;
- border-color: #548ed2;
- min-height: 316px; }
-
-body.no-transitions * {
- transition: none !important; }
-
-.toc-entry:before {
- content: '- '; }
-
-.toc-entry ul {
- list-style: none;
- padding-left: 1rem; }
-
-.toc-entry a {
- color: #5f666e; }
-
-.dropdown-menu-demo {
- display: inline-block;
- width: 100%;
- position: relative;
- top: 0;
- margin-bottom: 1rem; }
-
-.demo-icon-preview {
- position: -webkit-sticky;
- position: sticky;
- top: 0; }
- .demo-icon-preview svg {
- width: 100%;
- height: auto;
- stroke-width: 1.5;
- max-width: 15rem;
- margin: 0 auto;
- display: block; }
-/*# sourceMappingURL=demo.css.map */
\ No newline at end of file
diff --git a/dist/css/demo.css.map b/dist/css/demo.css.map
deleted file mode 100644
index 06c2f73bb..000000000
Binary files a/dist/css/demo.css.map and /dev/null differ
diff --git a/dist/css/demo.min.css b/dist/css/demo.min.css
deleted file mode 100644
index 3f9309897..000000000
--- a/dist/css/demo.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- * Tabler (v1.0.0-alpha.7)
- * Copyright 2018-2020 The Tabler Authors
- * Copyright 2018-2020 codecalm
- * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
- */.highlight pre,pre.highlight{max-height:30rem;margin:1.5rem 0;overflow:auto;font-size:.75rem;background:#354052;border-radius:3px;color:#fff}.highlight pre::-webkit-scrollbar,pre.highlight::-webkit-scrollbar{width:6px;height:6px;-webkit-transition:.3s background;transition:.3s background}.highlight pre::-webkit-scrollbar-thumb,pre.highlight::-webkit-scrollbar-thumb{border-radius:5px;background:0 0}.highlight pre::-webkit-scrollbar-corner,pre.highlight::-webkit-scrollbar-corner{background:0 0}.highlight pre:hover::-webkit-scrollbar-thumb,pre.highlight:hover::-webkit-scrollbar-thumb{background:#cbcfd6;background:#5d6675}.highlight .c,.highlight .c1{color:#a0aec0}.highlight .na,.highlight .nl,.highlight .nx,.language-css .highlight .na,.language-scss .highlight .na{color:#ffe484}.highlight .dl,.highlight .mh,.highlight .s,.highlight .s1,.highlight .s2{color:#b5f4a5}.highlight .language-js .nb,.highlight .mi,.highlight .nc,.highlight .nd,.highlight .nt{color:#93ddfd}.highlight .language-html .nt,.highlight .nb{color:#ff8383}.highlight .k,.highlight .kd,.highlight .n,.highlight .nv{color:#d9a9ff}.example{padding:2rem;margin:2rem 0;border:1px solid rgba(95,102,110,.2);border-radius:3px 3px 0 0;position:relative;min-height:12rem;display:flex;align-items:center;overflow-x:auto}.example-centered{justify-content:center}.example-centered .example-content{flex:0 auto}.example-content{font-size:.875rem;flex:1;max-width:100%}.example-bg{background:#f5f7fb}.example-code{margin:2rem 0;border-top:none}.example-code pre{margin:0;border-radius:0 0 3px 3px}.example+.example-code{margin-top:-2rem}.example-column{margin:0 auto}.example-column>.card:last-of-type{margin-bottom:0}.example-column-1{max-width:20rem}.example-column-2{max-width:40rem}.example-modal-backdrop{background:#354052;opacity:.24;position:absolute;width:100%;left:0;top:0;height:100%;border-radius:2px 2px 0 0}@media not print{.theme-dark .example-code{border:1px solid rgba(95,102,110,.2);border-top:none}}@media not print and (prefers-color-scheme:dark){.theme-dark-auto .example-code{border:1px solid rgba(95,102,110,.2);border-top:none}}.card-sponsor{background:#dbe7f6 no-repeat center/100% 100%;border-color:#548ed2;min-height:316px}body.no-transitions *{transition:none!important}.toc-entry:before{content:'- '}.toc-entry ul{list-style:none;padding-left:1rem}.toc-entry a{color:#5f666e}.dropdown-menu-demo{display:inline-block;width:100%;position:relative;top:0;margin-bottom:1rem}.demo-icon-preview{position:-webkit-sticky;position:sticky;top:0}.demo-icon-preview svg{width:100%;height:auto;stroke-width:1.5;max-width:15rem;margin:0 auto;display:block}
-/*# sourceMappingURL=demo.min.css.map */
\ No newline at end of file
diff --git a/dist/css/demo.min.css.map b/dist/css/demo.min.css.map
deleted file mode 100644
index bd3e959db..000000000
Binary files a/dist/css/demo.min.css.map and /dev/null differ
diff --git a/dist/css/tabler-buttons.css b/dist/css/tabler-buttons.css
deleted file mode 100644
index 8360bfbd7..000000000
--- a/dist/css/tabler-buttons.css
+++ /dev/null
@@ -1,1654 +0,0 @@
-/*!
- * Tabler (v1.0.0-alpha.7)
- * Copyright 2018-2020 The Tabler Authors
- * Copyright 2018-2020 codecalm
- * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
- */
-/**
-Dark mode
- */
-.btn-ghost-primary {
- color: #206bc4;
- background-color: transparent;
- border-color: transparent; }
- .btn-ghost-primary:hover {
- color: #fff;
- background-color: #206bc4;
- border-color: #206bc4; }
- .btn-check:focus + .btn-ghost-primary, .btn-ghost-primary:focus {
- color: #fff;
- background-color: #206bc4;
- border-color: #206bc4;
- box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.5); }
- .btn-check:checked + .btn-ghost-primary,
- .btn-check:active + .btn-ghost-primary, .btn-ghost-primary:active, .btn-ghost-primary.active,
- .show > .btn-ghost-primary.dropdown-toggle {
- color: #ffffff;
- background-color: #206bc4;
- border-color: #206bc4; }
- .btn-check:checked + .btn-ghost-primary:focus,
- .btn-check:active + .btn-ghost-primary:focus, .btn-ghost-primary:active:focus, .btn-ghost-primary.active:focus,
- .show > .btn-ghost-primary.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.5); }
- .btn-ghost-primary:disabled, .btn-ghost-primary.disabled {
- color: #ffffff;
- background-color: transparent;
- border-color: transparent; }
-
-.btn-ghost-secondary {
- color: #5f666e;
- background-color: transparent;
- border-color: transparent; }
- .btn-ghost-secondary:hover {
- color: #fff;
- background-color: #5f666e;
- border-color: #5f666e; }
- .btn-check:focus + .btn-ghost-secondary, .btn-ghost-secondary:focus {
- color: #fff;
- background-color: #5f666e;
- border-color: #5f666e;
- box-shadow: 0 0 0 0.25rem rgba(95, 102, 110, 0.5); }
- .btn-check:checked + .btn-ghost-secondary,
- .btn-check:active + .btn-ghost-secondary, .btn-ghost-secondary:active, .btn-ghost-secondary.active,
- .show > .btn-ghost-secondary.dropdown-toggle {
- color: #ffffff;
- background-color: #5f666e;
- border-color: #5f666e; }
- .btn-check:checked + .btn-ghost-secondary:focus,
- .btn-check:active + .btn-ghost-secondary:focus, .btn-ghost-secondary:active:focus, .btn-ghost-secondary.active:focus,
- .show > .btn-ghost-secondary.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(95, 102, 110, 0.5); }
- .btn-ghost-secondary:disabled, .btn-ghost-secondary.disabled {
- color: #ffffff;
- background-color: transparent;
- border-color: transparent; }
-
-.btn-ghost-success {
- color: #5eba00;
- background-color: transparent;
- border-color: transparent; }
- .btn-ghost-success:hover {
- color: #fff;
- background-color: #5eba00;
- border-color: #5eba00; }
- .btn-check:focus + .btn-ghost-success, .btn-ghost-success:focus {
- color: #fff;
- background-color: #5eba00;
- border-color: #5eba00;
- box-shadow: 0 0 0 0.25rem rgba(94, 186, 0, 0.5); }
- .btn-check:checked + .btn-ghost-success,
- .btn-check:active + .btn-ghost-success, .btn-ghost-success:active, .btn-ghost-success.active,
- .show > .btn-ghost-success.dropdown-toggle {
- color: #ffffff;
- background-color: #5eba00;
- border-color: #5eba00; }
- .btn-check:checked + .btn-ghost-success:focus,
- .btn-check:active + .btn-ghost-success:focus, .btn-ghost-success:active:focus, .btn-ghost-success.active:focus,
- .show > .btn-ghost-success.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(94, 186, 0, 0.5); }
- .btn-ghost-success:disabled, .btn-ghost-success.disabled {
- color: #ffffff;
- background-color: transparent;
- border-color: transparent; }
-
-.btn-ghost-info {
- color: #45aaf2;
- background-color: transparent;
- border-color: transparent; }
- .btn-ghost-info:hover {
- color: #fff;
- background-color: #45aaf2;
- border-color: #45aaf2; }
- .btn-check:focus + .btn-ghost-info, .btn-ghost-info:focus {
- color: #fff;
- background-color: #45aaf2;
- border-color: #45aaf2;
- box-shadow: 0 0 0 0.25rem rgba(69, 170, 242, 0.5); }
- .btn-check:checked + .btn-ghost-info,
- .btn-check:active + .btn-ghost-info, .btn-ghost-info:active, .btn-ghost-info.active,
- .show > .btn-ghost-info.dropdown-toggle {
- color: #ffffff;
- background-color: #45aaf2;
- border-color: #45aaf2; }
- .btn-check:checked + .btn-ghost-info:focus,
- .btn-check:active + .btn-ghost-info:focus, .btn-ghost-info:active:focus, .btn-ghost-info.active:focus,
- .show > .btn-ghost-info.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(69, 170, 242, 0.5); }
- .btn-ghost-info:disabled, .btn-ghost-info.disabled {
- color: #ffffff;
- background-color: transparent;
- border-color: transparent; }
-
-.btn-ghost-warning {
- color: #fab005;
- background-color: transparent;
- border-color: transparent; }
- .btn-ghost-warning:hover {
- color: #fff;
- background-color: #fab005;
- border-color: #fab005; }
- .btn-check:focus + .btn-ghost-warning, .btn-ghost-warning:focus {
- color: #fff;
- background-color: #fab005;
- border-color: #fab005;
- box-shadow: 0 0 0 0.25rem rgba(250, 176, 5, 0.5); }
- .btn-check:checked + .btn-ghost-warning,
- .btn-check:active + .btn-ghost-warning, .btn-ghost-warning:active, .btn-ghost-warning.active,
- .show > .btn-ghost-warning.dropdown-toggle {
- color: #ffffff;
- background-color: #fab005;
- border-color: #fab005; }
- .btn-check:checked + .btn-ghost-warning:focus,
- .btn-check:active + .btn-ghost-warning:focus, .btn-ghost-warning:active:focus, .btn-ghost-warning.active:focus,
- .show > .btn-ghost-warning.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(250, 176, 5, 0.5); }
- .btn-ghost-warning:disabled, .btn-ghost-warning.disabled {
- color: #ffffff;
- background-color: transparent;
- border-color: transparent; }
-
-.btn-ghost-danger {
- color: #cd201f;
- background-color: transparent;
- border-color: transparent; }
- .btn-ghost-danger:hover {
- color: #fff;
- background-color: #cd201f;
- border-color: #cd201f; }
- .btn-check:focus + .btn-ghost-danger, .btn-ghost-danger:focus {
- color: #fff;
- background-color: #cd201f;
- border-color: #cd201f;
- box-shadow: 0 0 0 0.25rem rgba(205, 32, 31, 0.5); }
- .btn-check:checked + .btn-ghost-danger,
- .btn-check:active + .btn-ghost-danger, .btn-ghost-danger:active, .btn-ghost-danger.active,
- .show > .btn-ghost-danger.dropdown-toggle {
- color: #ffffff;
- background-color: #cd201f;
- border-color: #cd201f; }
- .btn-check:checked + .btn-ghost-danger:focus,
- .btn-check:active + .btn-ghost-danger:focus, .btn-ghost-danger:active:focus, .btn-ghost-danger.active:focus,
- .show > .btn-ghost-danger.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(205, 32, 31, 0.5); }
- .btn-ghost-danger:disabled, .btn-ghost-danger.disabled {
- color: #ffffff;
- background-color: transparent;
- border-color: transparent; }
-
-.btn-ghost-light {
- color: #f5f7fb;
- background-color: transparent;
- border-color: transparent; }
- .btn-ghost-light:hover {
- color: #fff;
- background-color: #f5f7fb;
- border-color: #f5f7fb; }
- .btn-check:focus + .btn-ghost-light, .btn-ghost-light:focus {
- color: #fff;
- background-color: #f5f7fb;
- border-color: #f5f7fb;
- box-shadow: 0 0 0 0.25rem rgba(245, 247, 251, 0.5); }
- .btn-check:checked + .btn-ghost-light,
- .btn-check:active + .btn-ghost-light, .btn-ghost-light:active, .btn-ghost-light.active,
- .show > .btn-ghost-light.dropdown-toggle {
- color: #000000;
- background-color: #f5f7fb;
- border-color: #f5f7fb; }
- .btn-check:checked + .btn-ghost-light:focus,
- .btn-check:active + .btn-ghost-light:focus, .btn-ghost-light:active:focus, .btn-ghost-light.active:focus,
- .show > .btn-ghost-light.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(245, 247, 251, 0.5); }
- .btn-ghost-light:disabled, .btn-ghost-light.disabled {
- color: #ffffff;
- background-color: transparent;
- border-color: transparent; }
-
-.btn-ghost-dark {
- color: #354052;
- background-color: transparent;
- border-color: transparent; }
- .btn-ghost-dark:hover {
- color: #fff;
- background-color: #354052;
- border-color: #354052; }
- .btn-check:focus + .btn-ghost-dark, .btn-ghost-dark:focus {
- color: #fff;
- background-color: #354052;
- border-color: #354052;
- box-shadow: 0 0 0 0.25rem rgba(53, 64, 82, 0.5); }
- .btn-check:checked + .btn-ghost-dark,
- .btn-check:active + .btn-ghost-dark, .btn-ghost-dark:active, .btn-ghost-dark.active,
- .show > .btn-ghost-dark.dropdown-toggle {
- color: #ffffff;
- background-color: #354052;
- border-color: #354052; }
- .btn-check:checked + .btn-ghost-dark:focus,
- .btn-check:active + .btn-ghost-dark:focus, .btn-ghost-dark:active:focus, .btn-ghost-dark.active:focus,
- .show > .btn-ghost-dark.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(53, 64, 82, 0.5); }
- .btn-ghost-dark:disabled, .btn-ghost-dark.disabled {
- color: #ffffff;
- background-color: transparent;
- border-color: transparent; }
-
-.btn-facebook {
- color: #ffffff;
- background-color: #3b5998;
- border-color: #3b5998; }
- .btn-facebook:hover {
- color: #ffffff;
- background-color: #30497c;
- border-color: #2d4373; }
- .btn-check:focus + .btn-facebook, .btn-facebook:focus {
- color: #ffffff;
- background-color: #30497c;
- border-color: #2d4373;
- box-shadow: 0 0 0 0.25rem rgba(88, 114, 167, 0.5); }
- .btn-check:checked + .btn-facebook,
- .btn-check:active + .btn-facebook, .btn-facebook:active, .btn-facebook.active,
- .show > .btn-facebook.dropdown-toggle {
- color: #ffffff;
- background-color: #2d4373;
- border-color: #293e6a; }
- .btn-check:checked + .btn-facebook:focus,
- .btn-check:active + .btn-facebook:focus, .btn-facebook:active:focus, .btn-facebook.active:focus,
- .show > .btn-facebook.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(88, 114, 167, 0.5); }
- .btn-facebook:disabled, .btn-facebook.disabled {
- color: #ffffff;
- background-color: #3b5998;
- border-color: #3b5998; }
-
-.btn-outline-facebook {
- color: #3b5998;
- border-color: #3b5998; }
- .btn-outline-facebook:hover {
- color: #3b5998;
- background-color: #3b5998;
- border-color: #3b5998; }
- .btn-check:focus + .btn-outline-facebook, .btn-outline-facebook:focus {
- box-shadow: 0 0 0 0.25rem rgba(59, 89, 152, 0.5); }
- .btn-check:checked + .btn-outline-facebook,
- .btn-check:active + .btn-outline-facebook, .btn-outline-facebook:active, .btn-outline-facebook.active, .btn-outline-facebook.dropdown-toggle.show {
- color: #ffffff;
- background-color: #3b5998;
- border-color: #3b5998; }
- .btn-check:checked + .btn-outline-facebook:focus,
- .btn-check:active + .btn-outline-facebook:focus, .btn-outline-facebook:active:focus, .btn-outline-facebook.active:focus, .btn-outline-facebook.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(59, 89, 152, 0.5); }
- .btn-outline-facebook:disabled, .btn-outline-facebook.disabled {
- color: #3b5998;
- background-color: transparent; }
-
-.btn-twitter {
- color: #ffffff;
- background-color: #1da1f2;
- border-color: #1da1f2; }
- .btn-twitter:hover {
- color: #ffffff;
- background-color: #0d8ddc;
- border-color: #0c85d0; }
- .btn-check:focus + .btn-twitter, .btn-twitter:focus {
- color: #ffffff;
- background-color: #0d8ddc;
- border-color: #0c85d0;
- box-shadow: 0 0 0 0.25rem rgba(63, 175, 244, 0.5); }
- .btn-check:checked + .btn-twitter,
- .btn-check:active + .btn-twitter, .btn-twitter:active, .btn-twitter.active,
- .show > .btn-twitter.dropdown-toggle {
- color: #ffffff;
- background-color: #0c85d0;
- border-color: #0b7ec4; }
- .btn-check:checked + .btn-twitter:focus,
- .btn-check:active + .btn-twitter:focus, .btn-twitter:active:focus, .btn-twitter.active:focus,
- .show > .btn-twitter.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(63, 175, 244, 0.5); }
- .btn-twitter:disabled, .btn-twitter.disabled {
- color: #ffffff;
- background-color: #1da1f2;
- border-color: #1da1f2; }
-
-.btn-outline-twitter {
- color: #1da1f2;
- border-color: #1da1f2; }
- .btn-outline-twitter:hover {
- color: #1da1f2;
- background-color: #1da1f2;
- border-color: #1da1f2; }
- .btn-check:focus + .btn-outline-twitter, .btn-outline-twitter:focus {
- box-shadow: 0 0 0 0.25rem rgba(29, 161, 242, 0.5); }
- .btn-check:checked + .btn-outline-twitter,
- .btn-check:active + .btn-outline-twitter, .btn-outline-twitter:active, .btn-outline-twitter.active, .btn-outline-twitter.dropdown-toggle.show {
- color: #ffffff;
- background-color: #1da1f2;
- border-color: #1da1f2; }
- .btn-check:checked + .btn-outline-twitter:focus,
- .btn-check:active + .btn-outline-twitter:focus, .btn-outline-twitter:active:focus, .btn-outline-twitter.active:focus, .btn-outline-twitter.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(29, 161, 242, 0.5); }
- .btn-outline-twitter:disabled, .btn-outline-twitter.disabled {
- color: #1da1f2;
- background-color: transparent; }
-
-.btn-google {
- color: #ffffff;
- background-color: #dc4e41;
- border-color: #dc4e41; }
- .btn-google:hover {
- color: #ffffff;
- background-color: #d03526;
- border-color: #c63224; }
- .btn-check:focus + .btn-google, .btn-google:focus {
- color: #ffffff;
- background-color: #d03526;
- border-color: #c63224;
- box-shadow: 0 0 0 0.25rem rgba(225, 105, 94, 0.5); }
- .btn-check:checked + .btn-google,
- .btn-check:active + .btn-google, .btn-google:active, .btn-google.active,
- .show > .btn-google.dropdown-toggle {
- color: #ffffff;
- background-color: #c63224;
- border-color: #bb2f22; }
- .btn-check:checked + .btn-google:focus,
- .btn-check:active + .btn-google:focus, .btn-google:active:focus, .btn-google.active:focus,
- .show > .btn-google.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(225, 105, 94, 0.5); }
- .btn-google:disabled, .btn-google.disabled {
- color: #ffffff;
- background-color: #dc4e41;
- border-color: #dc4e41; }
-
-.btn-outline-google {
- color: #dc4e41;
- border-color: #dc4e41; }
- .btn-outline-google:hover {
- color: #dc4e41;
- background-color: #dc4e41;
- border-color: #dc4e41; }
- .btn-check:focus + .btn-outline-google, .btn-outline-google:focus {
- box-shadow: 0 0 0 0.25rem rgba(220, 78, 65, 0.5); }
- .btn-check:checked + .btn-outline-google,
- .btn-check:active + .btn-outline-google, .btn-outline-google:active, .btn-outline-google.active, .btn-outline-google.dropdown-toggle.show {
- color: #ffffff;
- background-color: #dc4e41;
- border-color: #dc4e41; }
- .btn-check:checked + .btn-outline-google:focus,
- .btn-check:active + .btn-outline-google:focus, .btn-outline-google:active:focus, .btn-outline-google.active:focus, .btn-outline-google.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(220, 78, 65, 0.5); }
- .btn-outline-google:disabled, .btn-outline-google.disabled {
- color: #dc4e41;
- background-color: transparent; }
-
-.btn-youtube {
- color: #ffffff;
- background-color: #ff0000;
- border-color: #ff0000; }
- .btn-youtube:hover {
- color: #ffffff;
- background-color: #d90000;
- border-color: #cc0000; }
- .btn-check:focus + .btn-youtube, .btn-youtube:focus {
- color: #ffffff;
- background-color: #d90000;
- border-color: #cc0000;
- box-shadow: 0 0 0 0.25rem rgba(255, 38, 38, 0.5); }
- .btn-check:checked + .btn-youtube,
- .btn-check:active + .btn-youtube, .btn-youtube:active, .btn-youtube.active,
- .show > .btn-youtube.dropdown-toggle {
- color: #ffffff;
- background-color: #cc0000;
- border-color: #bf0000; }
- .btn-check:checked + .btn-youtube:focus,
- .btn-check:active + .btn-youtube:focus, .btn-youtube:active:focus, .btn-youtube.active:focus,
- .show > .btn-youtube.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(255, 38, 38, 0.5); }
- .btn-youtube:disabled, .btn-youtube.disabled {
- color: #ffffff;
- background-color: #ff0000;
- border-color: #ff0000; }
-
-.btn-outline-youtube {
- color: #ff0000;
- border-color: #ff0000; }
- .btn-outline-youtube:hover {
- color: #ff0000;
- background-color: #ff0000;
- border-color: #ff0000; }
- .btn-check:focus + .btn-outline-youtube, .btn-outline-youtube:focus {
- box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.5); }
- .btn-check:checked + .btn-outline-youtube,
- .btn-check:active + .btn-outline-youtube, .btn-outline-youtube:active, .btn-outline-youtube.active, .btn-outline-youtube.dropdown-toggle.show {
- color: #ffffff;
- background-color: #ff0000;
- border-color: #ff0000; }
- .btn-check:checked + .btn-outline-youtube:focus,
- .btn-check:active + .btn-outline-youtube:focus, .btn-outline-youtube:active:focus, .btn-outline-youtube.active:focus, .btn-outline-youtube.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.5); }
- .btn-outline-youtube:disabled, .btn-outline-youtube.disabled {
- color: #ff0000;
- background-color: transparent; }
-
-.btn-vimeo {
- color: #ffffff;
- background-color: #1ab7ea;
- border-color: #1ab7ea; }
- .btn-vimeo:hover {
- color: #ffffff;
- background-color: #139ecb;
- border-color: #1295bf; }
- .btn-check:focus + .btn-vimeo, .btn-vimeo:focus {
- color: #ffffff;
- background-color: #139ecb;
- border-color: #1295bf;
- box-shadow: 0 0 0 0.25rem rgba(60, 194, 237, 0.5); }
- .btn-check:checked + .btn-vimeo,
- .btn-check:active + .btn-vimeo, .btn-vimeo:active, .btn-vimeo.active,
- .show > .btn-vimeo.dropdown-toggle {
- color: #ffffff;
- background-color: #1295bf;
- border-color: #108cb4; }
- .btn-check:checked + .btn-vimeo:focus,
- .btn-check:active + .btn-vimeo:focus, .btn-vimeo:active:focus, .btn-vimeo.active:focus,
- .show > .btn-vimeo.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(60, 194, 237, 0.5); }
- .btn-vimeo:disabled, .btn-vimeo.disabled {
- color: #ffffff;
- background-color: #1ab7ea;
- border-color: #1ab7ea; }
-
-.btn-outline-vimeo {
- color: #1ab7ea;
- border-color: #1ab7ea; }
- .btn-outline-vimeo:hover {
- color: #1ab7ea;
- background-color: #1ab7ea;
- border-color: #1ab7ea; }
- .btn-check:focus + .btn-outline-vimeo, .btn-outline-vimeo:focus {
- box-shadow: 0 0 0 0.25rem rgba(26, 183, 234, 0.5); }
- .btn-check:checked + .btn-outline-vimeo,
- .btn-check:active + .btn-outline-vimeo, .btn-outline-vimeo:active, .btn-outline-vimeo.active, .btn-outline-vimeo.dropdown-toggle.show {
- color: #ffffff;
- background-color: #1ab7ea;
- border-color: #1ab7ea; }
- .btn-check:checked + .btn-outline-vimeo:focus,
- .btn-check:active + .btn-outline-vimeo:focus, .btn-outline-vimeo:active:focus, .btn-outline-vimeo.active:focus, .btn-outline-vimeo.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(26, 183, 234, 0.5); }
- .btn-outline-vimeo:disabled, .btn-outline-vimeo.disabled {
- color: #1ab7ea;
- background-color: transparent; }
-
-.btn-dribbble {
- color: #ffffff;
- background-color: #ea4c89;
- border-color: #ea4c89; }
- .btn-dribbble:hover {
- color: #ffffff;
- background-color: #e62a72;
- border-color: #e51e6b; }
- .btn-check:focus + .btn-dribbble, .btn-dribbble:focus {
- color: #ffffff;
- background-color: #e62a72;
- border-color: #e51e6b;
- box-shadow: 0 0 0 0.25rem rgba(237, 103, 155, 0.5); }
- .btn-check:checked + .btn-dribbble,
- .btn-check:active + .btn-dribbble, .btn-dribbble:active, .btn-dribbble.active,
- .show > .btn-dribbble.dropdown-toggle {
- color: #ffffff;
- background-color: #e51e6b;
- border-color: #dc1a65; }
- .btn-check:checked + .btn-dribbble:focus,
- .btn-check:active + .btn-dribbble:focus, .btn-dribbble:active:focus, .btn-dribbble.active:focus,
- .show > .btn-dribbble.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(237, 103, 155, 0.5); }
- .btn-dribbble:disabled, .btn-dribbble.disabled {
- color: #ffffff;
- background-color: #ea4c89;
- border-color: #ea4c89; }
-
-.btn-outline-dribbble {
- color: #ea4c89;
- border-color: #ea4c89; }
- .btn-outline-dribbble:hover {
- color: #ea4c89;
- background-color: #ea4c89;
- border-color: #ea4c89; }
- .btn-check:focus + .btn-outline-dribbble, .btn-outline-dribbble:focus {
- box-shadow: 0 0 0 0.25rem rgba(234, 76, 137, 0.5); }
- .btn-check:checked + .btn-outline-dribbble,
- .btn-check:active + .btn-outline-dribbble, .btn-outline-dribbble:active, .btn-outline-dribbble.active, .btn-outline-dribbble.dropdown-toggle.show {
- color: #ffffff;
- background-color: #ea4c89;
- border-color: #ea4c89; }
- .btn-check:checked + .btn-outline-dribbble:focus,
- .btn-check:active + .btn-outline-dribbble:focus, .btn-outline-dribbble:active:focus, .btn-outline-dribbble.active:focus, .btn-outline-dribbble.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(234, 76, 137, 0.5); }
- .btn-outline-dribbble:disabled, .btn-outline-dribbble.disabled {
- color: #ea4c89;
- background-color: transparent; }
-
-.btn-github {
- color: #ffffff;
- background-color: #181717;
- border-color: #181717; }
- .btn-github:hover {
- color: #ffffff;
- background-color: #040404;
- border-color: black; }
- .btn-check:focus + .btn-github, .btn-github:focus {
- color: #ffffff;
- background-color: #040404;
- border-color: black;
- box-shadow: 0 0 0 0.25rem rgba(59, 58, 58, 0.5); }
- .btn-check:checked + .btn-github,
- .btn-check:active + .btn-github, .btn-github:active, .btn-github.active,
- .show > .btn-github.dropdown-toggle {
- color: #ffffff;
- background-color: black;
- border-color: black; }
- .btn-check:checked + .btn-github:focus,
- .btn-check:active + .btn-github:focus, .btn-github:active:focus, .btn-github.active:focus,
- .show > .btn-github.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(59, 58, 58, 0.5); }
- .btn-github:disabled, .btn-github.disabled {
- color: #ffffff;
- background-color: #181717;
- border-color: #181717; }
-
-.btn-outline-github {
- color: #181717;
- border-color: #181717; }
- .btn-outline-github:hover {
- color: #181717;
- background-color: #181717;
- border-color: #181717; }
- .btn-check:focus + .btn-outline-github, .btn-outline-github:focus {
- box-shadow: 0 0 0 0.25rem rgba(24, 23, 23, 0.5); }
- .btn-check:checked + .btn-outline-github,
- .btn-check:active + .btn-outline-github, .btn-outline-github:active, .btn-outline-github.active, .btn-outline-github.dropdown-toggle.show {
- color: #ffffff;
- background-color: #181717;
- border-color: #181717; }
- .btn-check:checked + .btn-outline-github:focus,
- .btn-check:active + .btn-outline-github:focus, .btn-outline-github:active:focus, .btn-outline-github.active:focus, .btn-outline-github.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(24, 23, 23, 0.5); }
- .btn-outline-github:disabled, .btn-outline-github.disabled {
- color: #181717;
- background-color: transparent; }
-
-.btn-instagram {
- color: #ffffff;
- background-color: #e4405f;
- border-color: #e4405f; }
- .btn-instagram:hover {
- color: #ffffff;
- background-color: #de1f44;
- border-color: #d31e40; }
- .btn-check:focus + .btn-instagram, .btn-instagram:focus {
- color: #ffffff;
- background-color: #de1f44;
- border-color: #d31e40;
- box-shadow: 0 0 0 0.25rem rgba(232, 93, 119, 0.5); }
- .btn-check:checked + .btn-instagram,
- .btn-check:active + .btn-instagram, .btn-instagram:active, .btn-instagram.active,
- .show > .btn-instagram.dropdown-toggle {
- color: #ffffff;
- background-color: #d31e40;
- border-color: #c81c3d; }
- .btn-check:checked + .btn-instagram:focus,
- .btn-check:active + .btn-instagram:focus, .btn-instagram:active:focus, .btn-instagram.active:focus,
- .show > .btn-instagram.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(232, 93, 119, 0.5); }
- .btn-instagram:disabled, .btn-instagram.disabled {
- color: #ffffff;
- background-color: #e4405f;
- border-color: #e4405f; }
-
-.btn-outline-instagram {
- color: #e4405f;
- border-color: #e4405f; }
- .btn-outline-instagram:hover {
- color: #e4405f;
- background-color: #e4405f;
- border-color: #e4405f; }
- .btn-check:focus + .btn-outline-instagram, .btn-outline-instagram:focus {
- box-shadow: 0 0 0 0.25rem rgba(228, 64, 95, 0.5); }
- .btn-check:checked + .btn-outline-instagram,
- .btn-check:active + .btn-outline-instagram, .btn-outline-instagram:active, .btn-outline-instagram.active, .btn-outline-instagram.dropdown-toggle.show {
- color: #ffffff;
- background-color: #e4405f;
- border-color: #e4405f; }
- .btn-check:checked + .btn-outline-instagram:focus,
- .btn-check:active + .btn-outline-instagram:focus, .btn-outline-instagram:active:focus, .btn-outline-instagram.active:focus, .btn-outline-instagram.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(228, 64, 95, 0.5); }
- .btn-outline-instagram:disabled, .btn-outline-instagram.disabled {
- color: #e4405f;
- background-color: transparent; }
-
-.btn-pinterest {
- color: #ffffff;
- background-color: #bd081c;
- border-color: #bd081c; }
- .btn-pinterest:hover {
- color: #ffffff;
- background-color: #980617;
- border-color: #8c0615; }
- .btn-check:focus + .btn-pinterest, .btn-pinterest:focus {
- color: #ffffff;
- background-color: #980617;
- border-color: #8c0615;
- box-shadow: 0 0 0 0.25rem rgba(199, 45, 62, 0.5); }
- .btn-check:checked + .btn-pinterest,
- .btn-check:active + .btn-pinterest, .btn-pinterest:active, .btn-pinterest.active,
- .show > .btn-pinterest.dropdown-toggle {
- color: #ffffff;
- background-color: #8c0615;
- border-color: #800513; }
- .btn-check:checked + .btn-pinterest:focus,
- .btn-check:active + .btn-pinterest:focus, .btn-pinterest:active:focus, .btn-pinterest.active:focus,
- .show > .btn-pinterest.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(199, 45, 62, 0.5); }
- .btn-pinterest:disabled, .btn-pinterest.disabled {
- color: #ffffff;
- background-color: #bd081c;
- border-color: #bd081c; }
-
-.btn-outline-pinterest {
- color: #bd081c;
- border-color: #bd081c; }
- .btn-outline-pinterest:hover {
- color: #bd081c;
- background-color: #bd081c;
- border-color: #bd081c; }
- .btn-check:focus + .btn-outline-pinterest, .btn-outline-pinterest:focus {
- box-shadow: 0 0 0 0.25rem rgba(189, 8, 28, 0.5); }
- .btn-check:checked + .btn-outline-pinterest,
- .btn-check:active + .btn-outline-pinterest, .btn-outline-pinterest:active, .btn-outline-pinterest.active, .btn-outline-pinterest.dropdown-toggle.show {
- color: #ffffff;
- background-color: #bd081c;
- border-color: #bd081c; }
- .btn-check:checked + .btn-outline-pinterest:focus,
- .btn-check:active + .btn-outline-pinterest:focus, .btn-outline-pinterest:active:focus, .btn-outline-pinterest.active:focus, .btn-outline-pinterest.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(189, 8, 28, 0.5); }
- .btn-outline-pinterest:disabled, .btn-outline-pinterest.disabled {
- color: #bd081c;
- background-color: transparent; }
-
-.btn-vk {
- color: #ffffff;
- background-color: #6383a8;
- border-color: #6383a8; }
- .btn-vk:hover {
- color: #ffffff;
- background-color: #527093;
- border-color: #4d6a8b; }
- .btn-check:focus + .btn-vk, .btn-vk:focus {
- color: #ffffff;
- background-color: #527093;
- border-color: #4d6a8b;
- box-shadow: 0 0 0 0.25rem rgba(122, 150, 181, 0.5); }
- .btn-check:checked + .btn-vk,
- .btn-check:active + .btn-vk, .btn-vk:active, .btn-vk.active,
- .show > .btn-vk.dropdown-toggle {
- color: #ffffff;
- background-color: #4d6a8b;
- border-color: #496482; }
- .btn-check:checked + .btn-vk:focus,
- .btn-check:active + .btn-vk:focus, .btn-vk:active:focus, .btn-vk.active:focus,
- .show > .btn-vk.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(122, 150, 181, 0.5); }
- .btn-vk:disabled, .btn-vk.disabled {
- color: #ffffff;
- background-color: #6383a8;
- border-color: #6383a8; }
-
-.btn-outline-vk {
- color: #6383a8;
- border-color: #6383a8; }
- .btn-outline-vk:hover {
- color: #6383a8;
- background-color: #6383a8;
- border-color: #6383a8; }
- .btn-check:focus + .btn-outline-vk, .btn-outline-vk:focus {
- box-shadow: 0 0 0 0.25rem rgba(99, 131, 168, 0.5); }
- .btn-check:checked + .btn-outline-vk,
- .btn-check:active + .btn-outline-vk, .btn-outline-vk:active, .btn-outline-vk.active, .btn-outline-vk.dropdown-toggle.show {
- color: #ffffff;
- background-color: #6383a8;
- border-color: #6383a8; }
- .btn-check:checked + .btn-outline-vk:focus,
- .btn-check:active + .btn-outline-vk:focus, .btn-outline-vk:active:focus, .btn-outline-vk.active:focus, .btn-outline-vk.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(99, 131, 168, 0.5); }
- .btn-outline-vk:disabled, .btn-outline-vk.disabled {
- color: #6383a8;
- background-color: transparent; }
-
-.btn-rss {
- color: #ffffff;
- background-color: #ffa500;
- border-color: #ffa500; }
- .btn-rss:hover {
- color: #ffffff;
- background-color: #d98c00;
- border-color: #cc8400; }
- .btn-check:focus + .btn-rss, .btn-rss:focus {
- color: #ffffff;
- background-color: #d98c00;
- border-color: #cc8400;
- box-shadow: 0 0 0 0.25rem rgba(255, 179, 38, 0.5); }
- .btn-check:checked + .btn-rss,
- .btn-check:active + .btn-rss, .btn-rss:active, .btn-rss.active,
- .show > .btn-rss.dropdown-toggle {
- color: #ffffff;
- background-color: #cc8400;
- border-color: #bf7c00; }
- .btn-check:checked + .btn-rss:focus,
- .btn-check:active + .btn-rss:focus, .btn-rss:active:focus, .btn-rss.active:focus,
- .show > .btn-rss.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(255, 179, 38, 0.5); }
- .btn-rss:disabled, .btn-rss.disabled {
- color: #ffffff;
- background-color: #ffa500;
- border-color: #ffa500; }
-
-.btn-outline-rss {
- color: #ffa500;
- border-color: #ffa500; }
- .btn-outline-rss:hover {
- color: #ffa500;
- background-color: #ffa500;
- border-color: #ffa500; }
- .btn-check:focus + .btn-outline-rss, .btn-outline-rss:focus {
- box-shadow: 0 0 0 0.25rem rgba(255, 165, 0, 0.5); }
- .btn-check:checked + .btn-outline-rss,
- .btn-check:active + .btn-outline-rss, .btn-outline-rss:active, .btn-outline-rss.active, .btn-outline-rss.dropdown-toggle.show {
- color: #ffffff;
- background-color: #ffa500;
- border-color: #ffa500; }
- .btn-check:checked + .btn-outline-rss:focus,
- .btn-check:active + .btn-outline-rss:focus, .btn-outline-rss:active:focus, .btn-outline-rss.active:focus, .btn-outline-rss.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(255, 165, 0, 0.5); }
- .btn-outline-rss:disabled, .btn-outline-rss.disabled {
- color: #ffa500;
- background-color: transparent; }
-
-.btn-flickr {
- color: #ffffff;
- background-color: #0063dc;
- border-color: #0063dc; }
- .btn-flickr:hover {
- color: #ffffff;
- background-color: #0052b6;
- border-color: #004ca9; }
- .btn-check:focus + .btn-flickr, .btn-flickr:focus {
- color: #ffffff;
- background-color: #0052b6;
- border-color: #004ca9;
- box-shadow: 0 0 0 0.25rem rgba(38, 122, 225, 0.5); }
- .btn-check:checked + .btn-flickr,
- .btn-check:active + .btn-flickr, .btn-flickr:active, .btn-flickr.active,
- .show > .btn-flickr.dropdown-toggle {
- color: #ffffff;
- background-color: #004ca9;
- border-color: #00469c; }
- .btn-check:checked + .btn-flickr:focus,
- .btn-check:active + .btn-flickr:focus, .btn-flickr:active:focus, .btn-flickr.active:focus,
- .show > .btn-flickr.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(38, 122, 225, 0.5); }
- .btn-flickr:disabled, .btn-flickr.disabled {
- color: #ffffff;
- background-color: #0063dc;
- border-color: #0063dc; }
-
-.btn-outline-flickr {
- color: #0063dc;
- border-color: #0063dc; }
- .btn-outline-flickr:hover {
- color: #0063dc;
- background-color: #0063dc;
- border-color: #0063dc; }
- .btn-check:focus + .btn-outline-flickr, .btn-outline-flickr:focus {
- box-shadow: 0 0 0 0.25rem rgba(0, 99, 220, 0.5); }
- .btn-check:checked + .btn-outline-flickr,
- .btn-check:active + .btn-outline-flickr, .btn-outline-flickr:active, .btn-outline-flickr.active, .btn-outline-flickr.dropdown-toggle.show {
- color: #ffffff;
- background-color: #0063dc;
- border-color: #0063dc; }
- .btn-check:checked + .btn-outline-flickr:focus,
- .btn-check:active + .btn-outline-flickr:focus, .btn-outline-flickr:active:focus, .btn-outline-flickr.active:focus, .btn-outline-flickr.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(0, 99, 220, 0.5); }
- .btn-outline-flickr:disabled, .btn-outline-flickr.disabled {
- color: #0063dc;
- background-color: transparent; }
-
-.btn-bitbucket {
- color: #ffffff;
- background-color: #0052cc;
- border-color: #0052cc; }
- .btn-bitbucket:hover {
- color: #ffffff;
- background-color: #0043a6;
- border-color: #003e99; }
- .btn-check:focus + .btn-bitbucket, .btn-bitbucket:focus {
- color: #ffffff;
- background-color: #0043a6;
- border-color: #003e99;
- box-shadow: 0 0 0 0.25rem rgba(38, 108, 212, 0.5); }
- .btn-check:checked + .btn-bitbucket,
- .btn-check:active + .btn-bitbucket, .btn-bitbucket:active, .btn-bitbucket.active,
- .show > .btn-bitbucket.dropdown-toggle {
- color: #ffffff;
- background-color: #003e99;
- border-color: #00388c; }
- .btn-check:checked + .btn-bitbucket:focus,
- .btn-check:active + .btn-bitbucket:focus, .btn-bitbucket:active:focus, .btn-bitbucket.active:focus,
- .show > .btn-bitbucket.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(38, 108, 212, 0.5); }
- .btn-bitbucket:disabled, .btn-bitbucket.disabled {
- color: #ffffff;
- background-color: #0052cc;
- border-color: #0052cc; }
-
-.btn-outline-bitbucket {
- color: #0052cc;
- border-color: #0052cc; }
- .btn-outline-bitbucket:hover {
- color: #0052cc;
- background-color: #0052cc;
- border-color: #0052cc; }
- .btn-check:focus + .btn-outline-bitbucket, .btn-outline-bitbucket:focus {
- box-shadow: 0 0 0 0.25rem rgba(0, 82, 204, 0.5); }
- .btn-check:checked + .btn-outline-bitbucket,
- .btn-check:active + .btn-outline-bitbucket, .btn-outline-bitbucket:active, .btn-outline-bitbucket.active, .btn-outline-bitbucket.dropdown-toggle.show {
- color: #ffffff;
- background-color: #0052cc;
- border-color: #0052cc; }
- .btn-check:checked + .btn-outline-bitbucket:focus,
- .btn-check:active + .btn-outline-bitbucket:focus, .btn-outline-bitbucket:active:focus, .btn-outline-bitbucket.active:focus, .btn-outline-bitbucket.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(0, 82, 204, 0.5); }
- .btn-outline-bitbucket:disabled, .btn-outline-bitbucket.disabled {
- color: #0052cc;
- background-color: transparent; }
-
-.btn-tabler {
- color: #ffffff;
- background-color: #206bc4;
- border-color: #206bc4; }
- .btn-tabler:hover {
- color: #ffffff;
- background-color: #1b59a3;
- border-color: #195398; }
- .btn-check:focus + .btn-tabler, .btn-tabler:focus {
- color: #ffffff;
- background-color: #1b59a3;
- border-color: #195398;
- box-shadow: 0 0 0 0.25rem rgba(65, 129, 205, 0.5); }
- .btn-check:checked + .btn-tabler,
- .btn-check:active + .btn-tabler, .btn-tabler:active, .btn-tabler.active,
- .show > .btn-tabler.dropdown-toggle {
- color: #ffffff;
- background-color: #195398;
- border-color: #174d8d; }
- .btn-check:checked + .btn-tabler:focus,
- .btn-check:active + .btn-tabler:focus, .btn-tabler:active:focus, .btn-tabler.active:focus,
- .show > .btn-tabler.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(65, 129, 205, 0.5); }
- .btn-tabler:disabled, .btn-tabler.disabled {
- color: #ffffff;
- background-color: #206bc4;
- border-color: #206bc4; }
-
-.btn-outline-tabler {
- color: #206bc4;
- border-color: #206bc4; }
- .btn-outline-tabler:hover {
- color: #206bc4;
- background-color: #206bc4;
- border-color: #206bc4; }
- .btn-check:focus + .btn-outline-tabler, .btn-outline-tabler:focus {
- box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.5); }
- .btn-check:checked + .btn-outline-tabler,
- .btn-check:active + .btn-outline-tabler, .btn-outline-tabler:active, .btn-outline-tabler.active, .btn-outline-tabler.dropdown-toggle.show {
- color: #ffffff;
- background-color: #206bc4;
- border-color: #206bc4; }
- .btn-check:checked + .btn-outline-tabler:focus,
- .btn-check:active + .btn-outline-tabler:focus, .btn-outline-tabler:active:focus, .btn-outline-tabler.active:focus, .btn-outline-tabler.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.5); }
- .btn-outline-tabler:disabled, .btn-outline-tabler.disabled {
- color: #206bc4;
- background-color: transparent; }
-
-.btn-blue {
- color: #ffffff;
- background-color: #206bc4;
- border-color: #206bc4; }
- .btn-blue:hover {
- color: #ffffff;
- background-color: #1b59a3;
- border-color: #195398; }
- .btn-check:focus + .btn-blue, .btn-blue:focus {
- color: #ffffff;
- background-color: #1b59a3;
- border-color: #195398;
- box-shadow: 0 0 0 0.25rem rgba(65, 129, 205, 0.5); }
- .btn-check:checked + .btn-blue,
- .btn-check:active + .btn-blue, .btn-blue:active, .btn-blue.active,
- .show > .btn-blue.dropdown-toggle {
- color: #ffffff;
- background-color: #195398;
- border-color: #174d8d; }
- .btn-check:checked + .btn-blue:focus,
- .btn-check:active + .btn-blue:focus, .btn-blue:active:focus, .btn-blue.active:focus,
- .show > .btn-blue.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(65, 129, 205, 0.5); }
- .btn-blue:disabled, .btn-blue.disabled {
- color: #ffffff;
- background-color: #206bc4;
- border-color: #206bc4; }
-
-.btn-outline-blue {
- color: #206bc4;
- border-color: #206bc4; }
- .btn-outline-blue:hover {
- color: #206bc4;
- background-color: #206bc4;
- border-color: #206bc4; }
- .btn-check:focus + .btn-outline-blue, .btn-outline-blue:focus {
- box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.5); }
- .btn-check:checked + .btn-outline-blue,
- .btn-check:active + .btn-outline-blue, .btn-outline-blue:active, .btn-outline-blue.active, .btn-outline-blue.dropdown-toggle.show {
- color: #ffffff;
- background-color: #206bc4;
- border-color: #206bc4; }
- .btn-check:checked + .btn-outline-blue:focus,
- .btn-check:active + .btn-outline-blue:focus, .btn-outline-blue:active:focus, .btn-outline-blue.active:focus, .btn-outline-blue.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.5); }
- .btn-outline-blue:disabled, .btn-outline-blue.disabled {
- color: #206bc4;
- background-color: transparent; }
-
-.btn-azure {
- color: #ffffff;
- background-color: #45aaf2;
- border-color: #45aaf2; }
- .btn-azure:hover {
- color: #ffffff;
- background-color: #219af0;
- border-color: #1594ef; }
- .btn-check:focus + .btn-azure, .btn-azure:focus {
- color: #ffffff;
- background-color: #219af0;
- border-color: #1594ef;
- box-shadow: 0 0 0 0.25rem rgba(97, 183, 244, 0.5); }
- .btn-check:checked + .btn-azure,
- .btn-check:active + .btn-azure, .btn-azure:active, .btn-azure.active,
- .show > .btn-azure.dropdown-toggle {
- color: #ffffff;
- background-color: #1594ef;
- border-color: #108ee7; }
- .btn-check:checked + .btn-azure:focus,
- .btn-check:active + .btn-azure:focus, .btn-azure:active:focus, .btn-azure.active:focus,
- .show > .btn-azure.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(97, 183, 244, 0.5); }
- .btn-azure:disabled, .btn-azure.disabled {
- color: #ffffff;
- background-color: #45aaf2;
- border-color: #45aaf2; }
-
-.btn-outline-azure {
- color: #45aaf2;
- border-color: #45aaf2; }
- .btn-outline-azure:hover {
- color: #45aaf2;
- background-color: #45aaf2;
- border-color: #45aaf2; }
- .btn-check:focus + .btn-outline-azure, .btn-outline-azure:focus {
- box-shadow: 0 0 0 0.25rem rgba(69, 170, 242, 0.5); }
- .btn-check:checked + .btn-outline-azure,
- .btn-check:active + .btn-outline-azure, .btn-outline-azure:active, .btn-outline-azure.active, .btn-outline-azure.dropdown-toggle.show {
- color: #ffffff;
- background-color: #45aaf2;
- border-color: #45aaf2; }
- .btn-check:checked + .btn-outline-azure:focus,
- .btn-check:active + .btn-outline-azure:focus, .btn-outline-azure:active:focus, .btn-outline-azure.active:focus, .btn-outline-azure.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(69, 170, 242, 0.5); }
- .btn-outline-azure:disabled, .btn-outline-azure.disabled {
- color: #45aaf2;
- background-color: transparent; }
-
-.btn-indigo {
- color: #ffffff;
- background-color: #6574cd;
- border-color: #6574cd; }
- .btn-indigo:hover {
- color: #ffffff;
- background-color: #485ac4;
- border-color: #3f51c1; }
- .btn-check:focus + .btn-indigo, .btn-indigo:focus {
- color: #ffffff;
- background-color: #485ac4;
- border-color: #3f51c1;
- box-shadow: 0 0 0 0.25rem rgba(124, 137, 213, 0.5); }
- .btn-check:checked + .btn-indigo,
- .btn-check:active + .btn-indigo, .btn-indigo:active, .btn-indigo.active,
- .show > .btn-indigo.dropdown-toggle {
- color: #ffffff;
- background-color: #3f51c1;
- border-color: #3b4db7; }
- .btn-check:checked + .btn-indigo:focus,
- .btn-check:active + .btn-indigo:focus, .btn-indigo:active:focus, .btn-indigo.active:focus,
- .show > .btn-indigo.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(124, 137, 213, 0.5); }
- .btn-indigo:disabled, .btn-indigo.disabled {
- color: #ffffff;
- background-color: #6574cd;
- border-color: #6574cd; }
-
-.btn-outline-indigo {
- color: #6574cd;
- border-color: #6574cd; }
- .btn-outline-indigo:hover {
- color: #6574cd;
- background-color: #6574cd;
- border-color: #6574cd; }
- .btn-check:focus + .btn-outline-indigo, .btn-outline-indigo:focus {
- box-shadow: 0 0 0 0.25rem rgba(101, 116, 205, 0.5); }
- .btn-check:checked + .btn-outline-indigo,
- .btn-check:active + .btn-outline-indigo, .btn-outline-indigo:active, .btn-outline-indigo.active, .btn-outline-indigo.dropdown-toggle.show {
- color: #ffffff;
- background-color: #6574cd;
- border-color: #6574cd; }
- .btn-check:checked + .btn-outline-indigo:focus,
- .btn-check:active + .btn-outline-indigo:focus, .btn-outline-indigo:active:focus, .btn-outline-indigo.active:focus, .btn-outline-indigo.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(101, 116, 205, 0.5); }
- .btn-outline-indigo:disabled, .btn-outline-indigo.disabled {
- color: #6574cd;
- background-color: transparent; }
-
-.btn-purple {
- color: #ffffff;
- background-color: #a55eea;
- border-color: #a55eea; }
- .btn-purple:hover {
- color: #ffffff;
- background-color: #923ce6;
- border-color: #8c31e4; }
- .btn-check:focus + .btn-purple, .btn-purple:focus {
- color: #ffffff;
- background-color: #923ce6;
- border-color: #8c31e4;
- box-shadow: 0 0 0 0.25rem rgba(179, 118, 237, 0.5); }
- .btn-check:checked + .btn-purple,
- .btn-check:active + .btn-purple, .btn-purple:active, .btn-purple.active,
- .show > .btn-purple.dropdown-toggle {
- color: #ffffff;
- background-color: #8c31e4;
- border-color: #8526e3; }
- .btn-check:checked + .btn-purple:focus,
- .btn-check:active + .btn-purple:focus, .btn-purple:active:focus, .btn-purple.active:focus,
- .show > .btn-purple.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(179, 118, 237, 0.5); }
- .btn-purple:disabled, .btn-purple.disabled {
- color: #ffffff;
- background-color: #a55eea;
- border-color: #a55eea; }
-
-.btn-outline-purple {
- color: #a55eea;
- border-color: #a55eea; }
- .btn-outline-purple:hover {
- color: #a55eea;
- background-color: #a55eea;
- border-color: #a55eea; }
- .btn-check:focus + .btn-outline-purple, .btn-outline-purple:focus {
- box-shadow: 0 0 0 0.25rem rgba(165, 94, 234, 0.5); }
- .btn-check:checked + .btn-outline-purple,
- .btn-check:active + .btn-outline-purple, .btn-outline-purple:active, .btn-outline-purple.active, .btn-outline-purple.dropdown-toggle.show {
- color: #ffffff;
- background-color: #a55eea;
- border-color: #a55eea; }
- .btn-check:checked + .btn-outline-purple:focus,
- .btn-check:active + .btn-outline-purple:focus, .btn-outline-purple:active:focus, .btn-outline-purple.active:focus, .btn-outline-purple.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(165, 94, 234, 0.5); }
- .btn-outline-purple:disabled, .btn-outline-purple.disabled {
- color: #a55eea;
- background-color: transparent; }
-
-.btn-pink {
- color: #ffffff;
- background-color: #f66d9b;
- border-color: #f66d9b; }
- .btn-pink:hover {
- color: #ffffff;
- background-color: #f44982;
- border-color: #f33d7a; }
- .btn-check:focus + .btn-pink, .btn-pink:focus {
- color: #ffffff;
- background-color: #f44982;
- border-color: #f33d7a;
- box-shadow: 0 0 0 0.25rem rgba(247, 131, 170, 0.5); }
- .btn-check:checked + .btn-pink,
- .btn-check:active + .btn-pink, .btn-pink:active, .btn-pink.active,
- .show > .btn-pink.dropdown-toggle {
- color: #ffffff;
- background-color: #f33d7a;
- border-color: #f23172; }
- .btn-check:checked + .btn-pink:focus,
- .btn-check:active + .btn-pink:focus, .btn-pink:active:focus, .btn-pink.active:focus,
- .show > .btn-pink.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(247, 131, 170, 0.5); }
- .btn-pink:disabled, .btn-pink.disabled {
- color: #ffffff;
- background-color: #f66d9b;
- border-color: #f66d9b; }
-
-.btn-outline-pink {
- color: #f66d9b;
- border-color: #f66d9b; }
- .btn-outline-pink:hover {
- color: #f66d9b;
- background-color: #f66d9b;
- border-color: #f66d9b; }
- .btn-check:focus + .btn-outline-pink, .btn-outline-pink:focus {
- box-shadow: 0 0 0 0.25rem rgba(246, 109, 155, 0.5); }
- .btn-check:checked + .btn-outline-pink,
- .btn-check:active + .btn-outline-pink, .btn-outline-pink:active, .btn-outline-pink.active, .btn-outline-pink.dropdown-toggle.show {
- color: #ffffff;
- background-color: #f66d9b;
- border-color: #f66d9b; }
- .btn-check:checked + .btn-outline-pink:focus,
- .btn-check:active + .btn-outline-pink:focus, .btn-outline-pink:active:focus, .btn-outline-pink.active:focus, .btn-outline-pink.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(246, 109, 155, 0.5); }
- .btn-outline-pink:disabled, .btn-outline-pink.disabled {
- color: #f66d9b;
- background-color: transparent; }
-
-.btn-red {
- color: #ffffff;
- background-color: #cd201f;
- border-color: #cd201f; }
- .btn-red:hover {
- color: #ffffff;
- background-color: #ac1b1a;
- border-color: #a11918; }
- .btn-check:focus + .btn-red, .btn-red:focus {
- color: #ffffff;
- background-color: #ac1b1a;
- border-color: #a11918;
- box-shadow: 0 0 0 0.25rem rgba(213, 65, 65, 0.5); }
- .btn-check:checked + .btn-red,
- .btn-check:active + .btn-red, .btn-red:active, .btn-red.active,
- .show > .btn-red.dropdown-toggle {
- color: #ffffff;
- background-color: #a11918;
- border-color: #961717; }
- .btn-check:checked + .btn-red:focus,
- .btn-check:active + .btn-red:focus, .btn-red:active:focus, .btn-red.active:focus,
- .show > .btn-red.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(213, 65, 65, 0.5); }
- .btn-red:disabled, .btn-red.disabled {
- color: #ffffff;
- background-color: #cd201f;
- border-color: #cd201f; }
-
-.btn-outline-red {
- color: #cd201f;
- border-color: #cd201f; }
- .btn-outline-red:hover {
- color: #cd201f;
- background-color: #cd201f;
- border-color: #cd201f; }
- .btn-check:focus + .btn-outline-red, .btn-outline-red:focus {
- box-shadow: 0 0 0 0.25rem rgba(205, 32, 31, 0.5); }
- .btn-check:checked + .btn-outline-red,
- .btn-check:active + .btn-outline-red, .btn-outline-red:active, .btn-outline-red.active, .btn-outline-red.dropdown-toggle.show {
- color: #ffffff;
- background-color: #cd201f;
- border-color: #cd201f; }
- .btn-check:checked + .btn-outline-red:focus,
- .btn-check:active + .btn-outline-red:focus, .btn-outline-red:active:focus, .btn-outline-red.active:focus, .btn-outline-red.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(205, 32, 31, 0.5); }
- .btn-outline-red:disabled, .btn-outline-red.disabled {
- color: #cd201f;
- background-color: transparent; }
-
-.btn-orange {
- color: #ffffff;
- background-color: #ff922b;
- border-color: #ff922b; }
- .btn-orange:hover {
- color: #ffffff;
- background-color: #ff7e05;
- border-color: #f77800; }
- .btn-check:focus + .btn-orange, .btn-orange:focus {
- color: #ffffff;
- background-color: #ff7e05;
- border-color: #f77800;
- box-shadow: 0 0 0 0.25rem rgba(255, 162, 75, 0.5); }
- .btn-check:checked + .btn-orange,
- .btn-check:active + .btn-orange, .btn-orange:active, .btn-orange.active,
- .show > .btn-orange.dropdown-toggle {
- color: #ffffff;
- background-color: #f77800;
- border-color: #ea7200; }
- .btn-check:checked + .btn-orange:focus,
- .btn-check:active + .btn-orange:focus, .btn-orange:active:focus, .btn-orange.active:focus,
- .show > .btn-orange.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(255, 162, 75, 0.5); }
- .btn-orange:disabled, .btn-orange.disabled {
- color: #ffffff;
- background-color: #ff922b;
- border-color: #ff922b; }
-
-.btn-outline-orange {
- color: #ff922b;
- border-color: #ff922b; }
- .btn-outline-orange:hover {
- color: #ff922b;
- background-color: #ff922b;
- border-color: #ff922b; }
- .btn-check:focus + .btn-outline-orange, .btn-outline-orange:focus {
- box-shadow: 0 0 0 0.25rem rgba(255, 146, 43, 0.5); }
- .btn-check:checked + .btn-outline-orange,
- .btn-check:active + .btn-outline-orange, .btn-outline-orange:active, .btn-outline-orange.active, .btn-outline-orange.dropdown-toggle.show {
- color: #ffffff;
- background-color: #ff922b;
- border-color: #ff922b; }
- .btn-check:checked + .btn-outline-orange:focus,
- .btn-check:active + .btn-outline-orange:focus, .btn-outline-orange:active:focus, .btn-outline-orange.active:focus, .btn-outline-orange.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(255, 146, 43, 0.5); }
- .btn-outline-orange:disabled, .btn-outline-orange.disabled {
- color: #ff922b;
- background-color: transparent; }
-
-.btn-yellow {
- color: #ffffff;
- background-color: #fab005;
- border-color: #fab005; }
- .btn-yellow:hover {
- color: #ffffff;
- background-color: #d59604;
- border-color: #c88d04; }
- .btn-check:focus + .btn-yellow, .btn-yellow:focus {
- color: #ffffff;
- background-color: #d59604;
- border-color: #c88d04;
- box-shadow: 0 0 0 0.25rem rgba(251, 188, 43, 0.5); }
- .btn-check:checked + .btn-yellow,
- .btn-check:active + .btn-yellow, .btn-yellow:active, .btn-yellow.active,
- .show > .btn-yellow.dropdown-toggle {
- color: #ffffff;
- background-color: #c88d04;
- border-color: #bc8404; }
- .btn-check:checked + .btn-yellow:focus,
- .btn-check:active + .btn-yellow:focus, .btn-yellow:active:focus, .btn-yellow.active:focus,
- .show > .btn-yellow.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(251, 188, 43, 0.5); }
- .btn-yellow:disabled, .btn-yellow.disabled {
- color: #ffffff;
- background-color: #fab005;
- border-color: #fab005; }
-
-.btn-outline-yellow {
- color: #fab005;
- border-color: #fab005; }
- .btn-outline-yellow:hover {
- color: #fab005;
- background-color: #fab005;
- border-color: #fab005; }
- .btn-check:focus + .btn-outline-yellow, .btn-outline-yellow:focus {
- box-shadow: 0 0 0 0.25rem rgba(250, 176, 5, 0.5); }
- .btn-check:checked + .btn-outline-yellow,
- .btn-check:active + .btn-outline-yellow, .btn-outline-yellow:active, .btn-outline-yellow.active, .btn-outline-yellow.dropdown-toggle.show {
- color: #ffffff;
- background-color: #fab005;
- border-color: #fab005; }
- .btn-check:checked + .btn-outline-yellow:focus,
- .btn-check:active + .btn-outline-yellow:focus, .btn-outline-yellow:active:focus, .btn-outline-yellow.active:focus, .btn-outline-yellow.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(250, 176, 5, 0.5); }
- .btn-outline-yellow:disabled, .btn-outline-yellow.disabled {
- color: #fab005;
- background-color: transparent; }
-
-.btn-lime {
- color: #ffffff;
- background-color: #94d82d;
- border-color: #94d82d; }
- .btn-lime:hover {
- color: #ffffff;
- background-color: #7fbc23;
- border-color: #78b121; }
- .btn-check:focus + .btn-lime, .btn-lime:focus {
- color: #ffffff;
- background-color: #7fbc23;
- border-color: #78b121;
- box-shadow: 0 0 0 0.25rem rgba(164, 222, 77, 0.5); }
- .btn-check:checked + .btn-lime,
- .btn-check:active + .btn-lime, .btn-lime:active, .btn-lime.active,
- .show > .btn-lime.dropdown-toggle {
- color: #ffffff;
- background-color: #78b121;
- border-color: #70a61f; }
- .btn-check:checked + .btn-lime:focus,
- .btn-check:active + .btn-lime:focus, .btn-lime:active:focus, .btn-lime.active:focus,
- .show > .btn-lime.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(164, 222, 77, 0.5); }
- .btn-lime:disabled, .btn-lime.disabled {
- color: #ffffff;
- background-color: #94d82d;
- border-color: #94d82d; }
-
-.btn-outline-lime {
- color: #94d82d;
- border-color: #94d82d; }
- .btn-outline-lime:hover {
- color: #94d82d;
- background-color: #94d82d;
- border-color: #94d82d; }
- .btn-check:focus + .btn-outline-lime, .btn-outline-lime:focus {
- box-shadow: 0 0 0 0.25rem rgba(148, 216, 45, 0.5); }
- .btn-check:checked + .btn-outline-lime,
- .btn-check:active + .btn-outline-lime, .btn-outline-lime:active, .btn-outline-lime.active, .btn-outline-lime.dropdown-toggle.show {
- color: #ffffff;
- background-color: #94d82d;
- border-color: #94d82d; }
- .btn-check:checked + .btn-outline-lime:focus,
- .btn-check:active + .btn-outline-lime:focus, .btn-outline-lime:active:focus, .btn-outline-lime.active:focus, .btn-outline-lime.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(148, 216, 45, 0.5); }
- .btn-outline-lime:disabled, .btn-outline-lime.disabled {
- color: #94d82d;
- background-color: transparent; }
-
-.btn-green {
- color: #ffffff;
- background-color: #5eba00;
- border-color: #5eba00; }
- .btn-green:hover {
- color: #ffffff;
- background-color: #4b9400;
- border-color: #448700; }
- .btn-check:focus + .btn-green, .btn-green:focus {
- color: #ffffff;
- background-color: #4b9400;
- border-color: #448700;
- box-shadow: 0 0 0 0.25rem rgba(118, 196, 38, 0.5); }
- .btn-check:checked + .btn-green,
- .btn-check:active + .btn-green, .btn-green:active, .btn-green.active,
- .show > .btn-green.dropdown-toggle {
- color: #ffffff;
- background-color: #448700;
- border-color: #3e7a00; }
- .btn-check:checked + .btn-green:focus,
- .btn-check:active + .btn-green:focus, .btn-green:active:focus, .btn-green.active:focus,
- .show > .btn-green.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(118, 196, 38, 0.5); }
- .btn-green:disabled, .btn-green.disabled {
- color: #ffffff;
- background-color: #5eba00;
- border-color: #5eba00; }
-
-.btn-outline-green {
- color: #5eba00;
- border-color: #5eba00; }
- .btn-outline-green:hover {
- color: #5eba00;
- background-color: #5eba00;
- border-color: #5eba00; }
- .btn-check:focus + .btn-outline-green, .btn-outline-green:focus {
- box-shadow: 0 0 0 0.25rem rgba(94, 186, 0, 0.5); }
- .btn-check:checked + .btn-outline-green,
- .btn-check:active + .btn-outline-green, .btn-outline-green:active, .btn-outline-green.active, .btn-outline-green.dropdown-toggle.show {
- color: #ffffff;
- background-color: #5eba00;
- border-color: #5eba00; }
- .btn-check:checked + .btn-outline-green:focus,
- .btn-check:active + .btn-outline-green:focus, .btn-outline-green:active:focus, .btn-outline-green.active:focus, .btn-outline-green.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(94, 186, 0, 0.5); }
- .btn-outline-green:disabled, .btn-outline-green.disabled {
- color: #5eba00;
- background-color: transparent; }
-
-.btn-teal {
- color: #ffffff;
- background-color: #2bcbba;
- border-color: #2bcbba; }
- .btn-teal:hover {
- color: #ffffff;
- background-color: #24ab9d;
- border-color: #22a193; }
- .btn-check:focus + .btn-teal, .btn-teal:focus {
- color: #ffffff;
- background-color: #24ab9d;
- border-color: #22a193;
- box-shadow: 0 0 0 0.25rem rgba(75, 211, 196, 0.5); }
- .btn-check:checked + .btn-teal,
- .btn-check:active + .btn-teal, .btn-teal:active, .btn-teal.active,
- .show > .btn-teal.dropdown-toggle {
- color: #ffffff;
- background-color: #22a193;
- border-color: #20968a; }
- .btn-check:checked + .btn-teal:focus,
- .btn-check:active + .btn-teal:focus, .btn-teal:active:focus, .btn-teal.active:focus,
- .show > .btn-teal.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(75, 211, 196, 0.5); }
- .btn-teal:disabled, .btn-teal.disabled {
- color: #ffffff;
- background-color: #2bcbba;
- border-color: #2bcbba; }
-
-.btn-outline-teal {
- color: #2bcbba;
- border-color: #2bcbba; }
- .btn-outline-teal:hover {
- color: #2bcbba;
- background-color: #2bcbba;
- border-color: #2bcbba; }
- .btn-check:focus + .btn-outline-teal, .btn-outline-teal:focus {
- box-shadow: 0 0 0 0.25rem rgba(43, 203, 186, 0.5); }
- .btn-check:checked + .btn-outline-teal,
- .btn-check:active + .btn-outline-teal, .btn-outline-teal:active, .btn-outline-teal.active, .btn-outline-teal.dropdown-toggle.show {
- color: #ffffff;
- background-color: #2bcbba;
- border-color: #2bcbba; }
- .btn-check:checked + .btn-outline-teal:focus,
- .btn-check:active + .btn-outline-teal:focus, .btn-outline-teal:active:focus, .btn-outline-teal.active:focus, .btn-outline-teal.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(43, 203, 186, 0.5); }
- .btn-outline-teal:disabled, .btn-outline-teal.disabled {
- color: #2bcbba;
- background-color: transparent; }
-
-.btn-cyan {
- color: #ffffff;
- background-color: #17a2b8;
- border-color: #17a2b8; }
- .btn-cyan:hover {
- color: #ffffff;
- background-color: #138496;
- border-color: #117a8b; }
- .btn-check:focus + .btn-cyan, .btn-cyan:focus {
- color: #ffffff;
- background-color: #138496;
- border-color: #117a8b;
- box-shadow: 0 0 0 0.25rem rgba(58, 176, 195, 0.5); }
- .btn-check:checked + .btn-cyan,
- .btn-check:active + .btn-cyan, .btn-cyan:active, .btn-cyan.active,
- .show > .btn-cyan.dropdown-toggle {
- color: #ffffff;
- background-color: #117a8b;
- border-color: #10707f; }
- .btn-check:checked + .btn-cyan:focus,
- .btn-check:active + .btn-cyan:focus, .btn-cyan:active:focus, .btn-cyan.active:focus,
- .show > .btn-cyan.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(58, 176, 195, 0.5); }
- .btn-cyan:disabled, .btn-cyan.disabled {
- color: #ffffff;
- background-color: #17a2b8;
- border-color: #17a2b8; }
-
-.btn-outline-cyan {
- color: #17a2b8;
- border-color: #17a2b8; }
- .btn-outline-cyan:hover {
- color: #17a2b8;
- background-color: #17a2b8;
- border-color: #17a2b8; }
- .btn-check:focus + .btn-outline-cyan, .btn-outline-cyan:focus {
- box-shadow: 0 0 0 0.25rem rgba(23, 162, 184, 0.5); }
- .btn-check:checked + .btn-outline-cyan,
- .btn-check:active + .btn-outline-cyan, .btn-outline-cyan:active, .btn-outline-cyan.active, .btn-outline-cyan.dropdown-toggle.show {
- color: #ffffff;
- background-color: #17a2b8;
- border-color: #17a2b8; }
- .btn-check:checked + .btn-outline-cyan:focus,
- .btn-check:active + .btn-outline-cyan:focus, .btn-outline-cyan:active:focus, .btn-outline-cyan.active:focus, .btn-outline-cyan.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(23, 162, 184, 0.5); }
- .btn-outline-cyan:disabled, .btn-outline-cyan.disabled {
- color: #17a2b8;
- background-color: transparent; }
-
-.btn-gray {
- color: #ffffff;
- background-color: #a8aeb7;
- border-color: #a8aeb7; }
- .btn-gray:hover {
- color: #ffffff;
- background-color: #939ba6;
- border-color: #8c94a0; }
- .btn-check:focus + .btn-gray, .btn-gray:focus {
- color: #ffffff;
- background-color: #939ba6;
- border-color: #8c94a0;
- box-shadow: 0 0 0 0.25rem rgba(181, 186, 194, 0.5); }
- .btn-check:checked + .btn-gray,
- .btn-check:active + .btn-gray, .btn-gray:active, .btn-gray.active,
- .show > .btn-gray.dropdown-toggle {
- color: #ffffff;
- background-color: #8c94a0;
- border-color: #858e9a; }
- .btn-check:checked + .btn-gray:focus,
- .btn-check:active + .btn-gray:focus, .btn-gray:active:focus, .btn-gray.active:focus,
- .show > .btn-gray.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(181, 186, 194, 0.5); }
- .btn-gray:disabled, .btn-gray.disabled {
- color: #ffffff;
- background-color: #a8aeb7;
- border-color: #a8aeb7; }
-
-.btn-outline-gray {
- color: #a8aeb7;
- border-color: #a8aeb7; }
- .btn-outline-gray:hover {
- color: #a8aeb7;
- background-color: #a8aeb7;
- border-color: #a8aeb7; }
- .btn-check:focus + .btn-outline-gray, .btn-outline-gray:focus {
- box-shadow: 0 0 0 0.25rem rgba(168, 174, 183, 0.5); }
- .btn-check:checked + .btn-outline-gray,
- .btn-check:active + .btn-outline-gray, .btn-outline-gray:active, .btn-outline-gray.active, .btn-outline-gray.dropdown-toggle.show {
- color: #ffffff;
- background-color: #a8aeb7;
- border-color: #a8aeb7; }
- .btn-check:checked + .btn-outline-gray:focus,
- .btn-check:active + .btn-outline-gray:focus, .btn-outline-gray:active:focus, .btn-outline-gray.active:focus, .btn-outline-gray.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(168, 174, 183, 0.5); }
- .btn-outline-gray:disabled, .btn-outline-gray.disabled {
- color: #a8aeb7;
- background-color: transparent; }
-
-.btn-gray-dark {
- color: #ffffff;
- background-color: #545d6d;
- border-color: #545d6d; }
- .btn-gray-dark:hover {
- color: #ffffff;
- background-color: #434b57;
- border-color: #3e4450; }
- .btn-check:focus + .btn-gray-dark, .btn-gray-dark:focus {
- color: #ffffff;
- background-color: #434b57;
- border-color: #3e4450;
- box-shadow: 0 0 0 0.25rem rgba(110, 117, 131, 0.5); }
- .btn-check:checked + .btn-gray-dark,
- .btn-check:active + .btn-gray-dark, .btn-gray-dark:active, .btn-gray-dark.active,
- .show > .btn-gray-dark.dropdown-toggle {
- color: #ffffff;
- background-color: #3e4450;
- border-color: #383e49; }
- .btn-check:checked + .btn-gray-dark:focus,
- .btn-check:active + .btn-gray-dark:focus, .btn-gray-dark:active:focus, .btn-gray-dark.active:focus,
- .show > .btn-gray-dark.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(110, 117, 131, 0.5); }
- .btn-gray-dark:disabled, .btn-gray-dark.disabled {
- color: #ffffff;
- background-color: #545d6d;
- border-color: #545d6d; }
-
-.btn-outline-gray-dark {
- color: #545d6d;
- border-color: #545d6d; }
- .btn-outline-gray-dark:hover {
- color: #545d6d;
- background-color: #545d6d;
- border-color: #545d6d; }
- .btn-check:focus + .btn-outline-gray-dark, .btn-outline-gray-dark:focus {
- box-shadow: 0 0 0 0.25rem rgba(84, 93, 109, 0.5); }
- .btn-check:checked + .btn-outline-gray-dark,
- .btn-check:active + .btn-outline-gray-dark, .btn-outline-gray-dark:active, .btn-outline-gray-dark.active, .btn-outline-gray-dark.dropdown-toggle.show {
- color: #ffffff;
- background-color: #545d6d;
- border-color: #545d6d; }
- .btn-check:checked + .btn-outline-gray-dark:focus,
- .btn-check:active + .btn-outline-gray-dark:focus, .btn-outline-gray-dark:active:focus, .btn-outline-gray-dark.active:focus, .btn-outline-gray-dark.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(84, 93, 109, 0.5); }
- .btn-outline-gray-dark:disabled, .btn-outline-gray-dark.disabled {
- color: #545d6d;
- background-color: transparent; }
-
-.btn-dark {
- color: #ffffff;
- background-color: #354052;
- border-color: #354052; }
- .btn-dark:hover {
- color: #ffffff;
- background-color: #262e3b;
- border-color: #212833; }
- .btn-check:focus + .btn-dark, .btn-dark:focus {
- color: #ffffff;
- background-color: #262e3b;
- border-color: #212833;
- box-shadow: 0 0 0 0.25rem rgba(83, 93, 108, 0.5); }
- .btn-check:checked + .btn-dark,
- .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
- .show > .btn-dark.dropdown-toggle {
- color: #ffffff;
- background-color: #212833;
- border-color: #1c222b; }
- .btn-check:checked + .btn-dark:focus,
- .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
- .show > .btn-dark.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(83, 93, 108, 0.5); }
- .btn-dark:disabled, .btn-dark.disabled {
- color: #ffffff;
- background-color: #354052;
- border-color: #354052; }
-
-.btn-outline-dark {
- color: #354052;
- border-color: #354052; }
- .btn-outline-dark:hover {
- color: #354052;
- background-color: #354052;
- border-color: #354052; }
- .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
- box-shadow: 0 0 0 0.25rem rgba(53, 64, 82, 0.5); }
- .btn-check:checked + .btn-outline-dark,
- .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
- color: #ffffff;
- background-color: #354052;
- border-color: #354052; }
- .btn-check:checked + .btn-outline-dark:focus,
- .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(53, 64, 82, 0.5); }
- .btn-outline-dark:disabled, .btn-outline-dark.disabled {
- color: #354052;
- background-color: transparent; }
-/*# sourceMappingURL=tabler-buttons.css.map */
\ No newline at end of file
diff --git a/dist/css/tabler-buttons.css.map b/dist/css/tabler-buttons.css.map
deleted file mode 100644
index 59be7814e..000000000
Binary files a/dist/css/tabler-buttons.css.map and /dev/null differ
diff --git a/dist/css/tabler-buttons.min.css b/dist/css/tabler-buttons.min.css
deleted file mode 100644
index 5672afe66..000000000
--- a/dist/css/tabler-buttons.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- * Tabler (v1.0.0-alpha.7)
- * Copyright 2018-2020 The Tabler Authors
- * Copyright 2018-2020 codecalm
- * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
- */.btn-ghost-primary{color:#206bc4;background-color:transparent;border-color:transparent}.btn-ghost-primary:hover{color:#fff;background-color:#206bc4;border-color:#206bc4}.btn-check:focus+.btn-ghost-primary,.btn-ghost-primary:focus{color:#fff;background-color:#206bc4;border-color:#206bc4;box-shadow:0 0 0 .25rem rgba(32,107,196,.5)}.btn-check:active+.btn-ghost-primary,.btn-check:checked+.btn-ghost-primary,.btn-ghost-primary.active,.btn-ghost-primary:active,.show>.btn-ghost-primary.dropdown-toggle{color:#fff;background-color:#206bc4;border-color:#206bc4}.btn-check:active+.btn-ghost-primary:focus,.btn-check:checked+.btn-ghost-primary:focus,.btn-ghost-primary.active:focus,.btn-ghost-primary:active:focus,.show>.btn-ghost-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(32,107,196,.5)}.btn-ghost-primary.disabled,.btn-ghost-primary:disabled{color:#fff;background-color:transparent;border-color:transparent}.btn-ghost-secondary{color:#5f666e;background-color:transparent;border-color:transparent}.btn-ghost-secondary:hover{color:#fff;background-color:#5f666e;border-color:#5f666e}.btn-check:focus+.btn-ghost-secondary,.btn-ghost-secondary:focus{color:#fff;background-color:#5f666e;border-color:#5f666e;box-shadow:0 0 0 .25rem rgba(95,102,110,.5)}.btn-check:active+.btn-ghost-secondary,.btn-check:checked+.btn-ghost-secondary,.btn-ghost-secondary.active,.btn-ghost-secondary:active,.show>.btn-ghost-secondary.dropdown-toggle{color:#fff;background-color:#5f666e;border-color:#5f666e}.btn-check:active+.btn-ghost-secondary:focus,.btn-check:checked+.btn-ghost-secondary:focus,.btn-ghost-secondary.active:focus,.btn-ghost-secondary:active:focus,.show>.btn-ghost-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(95,102,110,.5)}.btn-ghost-secondary.disabled,.btn-ghost-secondary:disabled{color:#fff;background-color:transparent;border-color:transparent}.btn-ghost-success{color:#5eba00;background-color:transparent;border-color:transparent}.btn-ghost-success:hover{color:#fff;background-color:#5eba00;border-color:#5eba00}.btn-check:focus+.btn-ghost-success,.btn-ghost-success:focus{color:#fff;background-color:#5eba00;border-color:#5eba00;box-shadow:0 0 0 .25rem rgba(94,186,0,.5)}.btn-check:active+.btn-ghost-success,.btn-check:checked+.btn-ghost-success,.btn-ghost-success.active,.btn-ghost-success:active,.show>.btn-ghost-success.dropdown-toggle{color:#fff;background-color:#5eba00;border-color:#5eba00}.btn-check:active+.btn-ghost-success:focus,.btn-check:checked+.btn-ghost-success:focus,.btn-ghost-success.active:focus,.btn-ghost-success:active:focus,.show>.btn-ghost-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(94,186,0,.5)}.btn-ghost-success.disabled,.btn-ghost-success:disabled{color:#fff;background-color:transparent;border-color:transparent}.btn-ghost-info{color:#45aaf2;background-color:transparent;border-color:transparent}.btn-ghost-info:hover{color:#fff;background-color:#45aaf2;border-color:#45aaf2}.btn-check:focus+.btn-ghost-info,.btn-ghost-info:focus{color:#fff;background-color:#45aaf2;border-color:#45aaf2;box-shadow:0 0 0 .25rem rgba(69,170,242,.5)}.btn-check:active+.btn-ghost-info,.btn-check:checked+.btn-ghost-info,.btn-ghost-info.active,.btn-ghost-info:active,.show>.btn-ghost-info.dropdown-toggle{color:#fff;background-color:#45aaf2;border-color:#45aaf2}.btn-check:active+.btn-ghost-info:focus,.btn-check:checked+.btn-ghost-info:focus,.btn-ghost-info.active:focus,.btn-ghost-info:active:focus,.show>.btn-ghost-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(69,170,242,.5)}.btn-ghost-info.disabled,.btn-ghost-info:disabled{color:#fff;background-color:transparent;border-color:transparent}.btn-ghost-warning{color:#fab005;background-color:transparent;border-color:transparent}.btn-ghost-warning:hover{color:#fff;background-color:#fab005;border-color:#fab005}.btn-check:focus+.btn-ghost-warning,.btn-ghost-warning:focus{color:#fff;background-color:#fab005;border-color:#fab005;box-shadow:0 0 0 .25rem rgba(250,176,5,.5)}.btn-check:active+.btn-ghost-warning,.btn-check:checked+.btn-ghost-warning,.btn-ghost-warning.active,.btn-ghost-warning:active,.show>.btn-ghost-warning.dropdown-toggle{color:#fff;background-color:#fab005;border-color:#fab005}.btn-check:active+.btn-ghost-warning:focus,.btn-check:checked+.btn-ghost-warning:focus,.btn-ghost-warning.active:focus,.btn-ghost-warning:active:focus,.show>.btn-ghost-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(250,176,5,.5)}.btn-ghost-warning.disabled,.btn-ghost-warning:disabled{color:#fff;background-color:transparent;border-color:transparent}.btn-ghost-danger{color:#cd201f;background-color:transparent;border-color:transparent}.btn-ghost-danger:hover{color:#fff;background-color:#cd201f;border-color:#cd201f}.btn-check:focus+.btn-ghost-danger,.btn-ghost-danger:focus{color:#fff;background-color:#cd201f;border-color:#cd201f;box-shadow:0 0 0 .25rem rgba(205,32,31,.5)}.btn-check:active+.btn-ghost-danger,.btn-check:checked+.btn-ghost-danger,.btn-ghost-danger.active,.btn-ghost-danger:active,.show>.btn-ghost-danger.dropdown-toggle{color:#fff;background-color:#cd201f;border-color:#cd201f}.btn-check:active+.btn-ghost-danger:focus,.btn-check:checked+.btn-ghost-danger:focus,.btn-ghost-danger.active:focus,.btn-ghost-danger:active:focus,.show>.btn-ghost-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(205,32,31,.5)}.btn-ghost-danger.disabled,.btn-ghost-danger:disabled{color:#fff;background-color:transparent;border-color:transparent}.btn-ghost-light{color:#f5f7fb;background-color:transparent;border-color:transparent}.btn-ghost-light:hover{color:#fff;background-color:#f5f7fb;border-color:#f5f7fb}.btn-check:focus+.btn-ghost-light,.btn-ghost-light:focus{color:#fff;background-color:#f5f7fb;border-color:#f5f7fb;box-shadow:0 0 0 .25rem rgba(245,247,251,.5)}.btn-check:active+.btn-ghost-light,.btn-check:checked+.btn-ghost-light,.btn-ghost-light.active,.btn-ghost-light:active,.show>.btn-ghost-light.dropdown-toggle{color:#000;background-color:#f5f7fb;border-color:#f5f7fb}.btn-check:active+.btn-ghost-light:focus,.btn-check:checked+.btn-ghost-light:focus,.btn-ghost-light.active:focus,.btn-ghost-light:active:focus,.show>.btn-ghost-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(245,247,251,.5)}.btn-ghost-light.disabled,.btn-ghost-light:disabled{color:#fff;background-color:transparent;border-color:transparent}.btn-ghost-dark{color:#354052;background-color:transparent;border-color:transparent}.btn-ghost-dark:hover{color:#fff;background-color:#354052;border-color:#354052}.btn-check:focus+.btn-ghost-dark,.btn-ghost-dark:focus{color:#fff;background-color:#354052;border-color:#354052;box-shadow:0 0 0 .25rem rgba(53,64,82,.5)}.btn-check:active+.btn-ghost-dark,.btn-check:checked+.btn-ghost-dark,.btn-ghost-dark.active,.btn-ghost-dark:active,.show>.btn-ghost-dark.dropdown-toggle{color:#fff;background-color:#354052;border-color:#354052}.btn-check:active+.btn-ghost-dark:focus,.btn-check:checked+.btn-ghost-dark:focus,.btn-ghost-dark.active:focus,.btn-ghost-dark:active:focus,.show>.btn-ghost-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(53,64,82,.5)}.btn-ghost-dark.disabled,.btn-ghost-dark:disabled{color:#fff;background-color:transparent;border-color:transparent}.btn-facebook{color:#fff;background-color:#3b5998;border-color:#3b5998}.btn-facebook:hover{color:#fff;background-color:#30497c;border-color:#2d4373}.btn-check:focus+.btn-facebook,.btn-facebook:focus{color:#fff;background-color:#30497c;border-color:#2d4373;box-shadow:0 0 0 .25rem rgba(88,114,167,.5)}.btn-check:active+.btn-facebook,.btn-check:checked+.btn-facebook,.btn-facebook.active,.btn-facebook:active,.show>.btn-facebook.dropdown-toggle{color:#fff;background-color:#2d4373;border-color:#293e6a}.btn-check:active+.btn-facebook:focus,.btn-check:checked+.btn-facebook:focus,.btn-facebook.active:focus,.btn-facebook:active:focus,.show>.btn-facebook.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(88,114,167,.5)}.btn-facebook.disabled,.btn-facebook:disabled{color:#fff;background-color:#3b5998;border-color:#3b5998}.btn-outline-facebook{color:#3b5998;border-color:#3b5998}.btn-outline-facebook:hover{color:#3b5998;background-color:#3b5998;border-color:#3b5998}.btn-check:focus+.btn-outline-facebook,.btn-outline-facebook:focus{box-shadow:0 0 0 .25rem rgba(59,89,152,.5)}.btn-check:active+.btn-outline-facebook,.btn-check:checked+.btn-outline-facebook,.btn-outline-facebook.active,.btn-outline-facebook.dropdown-toggle.show,.btn-outline-facebook:active{color:#fff;background-color:#3b5998;border-color:#3b5998}.btn-check:active+.btn-outline-facebook:focus,.btn-check:checked+.btn-outline-facebook:focus,.btn-outline-facebook.active:focus,.btn-outline-facebook.dropdown-toggle.show:focus,.btn-outline-facebook:active:focus{box-shadow:0 0 0 .25rem rgba(59,89,152,.5)}.btn-outline-facebook.disabled,.btn-outline-facebook:disabled{color:#3b5998;background-color:transparent}.btn-twitter{color:#fff;background-color:#1da1f2;border-color:#1da1f2}.btn-twitter:hover{color:#fff;background-color:#0d8ddc;border-color:#0c85d0}.btn-check:focus+.btn-twitter,.btn-twitter:focus{color:#fff;background-color:#0d8ddc;border-color:#0c85d0;box-shadow:0 0 0 .25rem rgba(63,175,244,.5)}.btn-check:active+.btn-twitter,.btn-check:checked+.btn-twitter,.btn-twitter.active,.btn-twitter:active,.show>.btn-twitter.dropdown-toggle{color:#fff;background-color:#0c85d0;border-color:#0b7ec4}.btn-check:active+.btn-twitter:focus,.btn-check:checked+.btn-twitter:focus,.btn-twitter.active:focus,.btn-twitter:active:focus,.show>.btn-twitter.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(63,175,244,.5)}.btn-twitter.disabled,.btn-twitter:disabled{color:#fff;background-color:#1da1f2;border-color:#1da1f2}.btn-outline-twitter{color:#1da1f2;border-color:#1da1f2}.btn-outline-twitter:hover{color:#1da1f2;background-color:#1da1f2;border-color:#1da1f2}.btn-check:focus+.btn-outline-twitter,.btn-outline-twitter:focus{box-shadow:0 0 0 .25rem rgba(29,161,242,.5)}.btn-check:active+.btn-outline-twitter,.btn-check:checked+.btn-outline-twitter,.btn-outline-twitter.active,.btn-outline-twitter.dropdown-toggle.show,.btn-outline-twitter:active{color:#fff;background-color:#1da1f2;border-color:#1da1f2}.btn-check:active+.btn-outline-twitter:focus,.btn-check:checked+.btn-outline-twitter:focus,.btn-outline-twitter.active:focus,.btn-outline-twitter.dropdown-toggle.show:focus,.btn-outline-twitter:active:focus{box-shadow:0 0 0 .25rem rgba(29,161,242,.5)}.btn-outline-twitter.disabled,.btn-outline-twitter:disabled{color:#1da1f2;background-color:transparent}.btn-google{color:#fff;background-color:#dc4e41;border-color:#dc4e41}.btn-google:hover{color:#fff;background-color:#d03526;border-color:#c63224}.btn-check:focus+.btn-google,.btn-google:focus{color:#fff;background-color:#d03526;border-color:#c63224;box-shadow:0 0 0 .25rem rgba(225,105,94,.5)}.btn-check:active+.btn-google,.btn-check:checked+.btn-google,.btn-google.active,.btn-google:active,.show>.btn-google.dropdown-toggle{color:#fff;background-color:#c63224;border-color:#bb2f22}.btn-check:active+.btn-google:focus,.btn-check:checked+.btn-google:focus,.btn-google.active:focus,.btn-google:active:focus,.show>.btn-google.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,105,94,.5)}.btn-google.disabled,.btn-google:disabled{color:#fff;background-color:#dc4e41;border-color:#dc4e41}.btn-outline-google{color:#dc4e41;border-color:#dc4e41}.btn-outline-google:hover{color:#dc4e41;background-color:#dc4e41;border-color:#dc4e41}.btn-check:focus+.btn-outline-google,.btn-outline-google:focus{box-shadow:0 0 0 .25rem rgba(220,78,65,.5)}.btn-check:active+.btn-outline-google,.btn-check:checked+.btn-outline-google,.btn-outline-google.active,.btn-outline-google.dropdown-toggle.show,.btn-outline-google:active{color:#fff;background-color:#dc4e41;border-color:#dc4e41}.btn-check:active+.btn-outline-google:focus,.btn-check:checked+.btn-outline-google:focus,.btn-outline-google.active:focus,.btn-outline-google.dropdown-toggle.show:focus,.btn-outline-google:active:focus{box-shadow:0 0 0 .25rem rgba(220,78,65,.5)}.btn-outline-google.disabled,.btn-outline-google:disabled{color:#dc4e41;background-color:transparent}.btn-youtube{color:#fff;background-color:red;border-color:red}.btn-youtube:hover{color:#fff;background-color:#d90000;border-color:#c00}.btn-check:focus+.btn-youtube,.btn-youtube:focus{color:#fff;background-color:#d90000;border-color:#c00;box-shadow:0 0 0 .25rem rgba(255,38,38,.5)}.btn-check:active+.btn-youtube,.btn-check:checked+.btn-youtube,.btn-youtube.active,.btn-youtube:active,.show>.btn-youtube.dropdown-toggle{color:#fff;background-color:#c00;border-color:#bf0000}.btn-check:active+.btn-youtube:focus,.btn-check:checked+.btn-youtube:focus,.btn-youtube.active:focus,.btn-youtube:active:focus,.show>.btn-youtube.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(255,38,38,.5)}.btn-youtube.disabled,.btn-youtube:disabled{color:#fff;background-color:red;border-color:red}.btn-outline-youtube{color:red;border-color:red}.btn-outline-youtube:hover{color:red;background-color:red;border-color:red}.btn-check:focus+.btn-outline-youtube,.btn-outline-youtube:focus{box-shadow:0 0 0 .25rem rgba(255,0,0,.5)}.btn-check:active+.btn-outline-youtube,.btn-check:checked+.btn-outline-youtube,.btn-outline-youtube.active,.btn-outline-youtube.dropdown-toggle.show,.btn-outline-youtube:active{color:#fff;background-color:red;border-color:red}.btn-check:active+.btn-outline-youtube:focus,.btn-check:checked+.btn-outline-youtube:focus,.btn-outline-youtube.active:focus,.btn-outline-youtube.dropdown-toggle.show:focus,.btn-outline-youtube:active:focus{box-shadow:0 0 0 .25rem rgba(255,0,0,.5)}.btn-outline-youtube.disabled,.btn-outline-youtube:disabled{color:red;background-color:transparent}.btn-vimeo{color:#fff;background-color:#1ab7ea;border-color:#1ab7ea}.btn-vimeo:hover{color:#fff;background-color:#139ecb;border-color:#1295bf}.btn-check:focus+.btn-vimeo,.btn-vimeo:focus{color:#fff;background-color:#139ecb;border-color:#1295bf;box-shadow:0 0 0 .25rem rgba(60,194,237,.5)}.btn-check:active+.btn-vimeo,.btn-check:checked+.btn-vimeo,.btn-vimeo.active,.btn-vimeo:active,.show>.btn-vimeo.dropdown-toggle{color:#fff;background-color:#1295bf;border-color:#108cb4}.btn-check:active+.btn-vimeo:focus,.btn-check:checked+.btn-vimeo:focus,.btn-vimeo.active:focus,.btn-vimeo:active:focus,.show>.btn-vimeo.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,194,237,.5)}.btn-vimeo.disabled,.btn-vimeo:disabled{color:#fff;background-color:#1ab7ea;border-color:#1ab7ea}.btn-outline-vimeo{color:#1ab7ea;border-color:#1ab7ea}.btn-outline-vimeo:hover{color:#1ab7ea;background-color:#1ab7ea;border-color:#1ab7ea}.btn-check:focus+.btn-outline-vimeo,.btn-outline-vimeo:focus{box-shadow:0 0 0 .25rem rgba(26,183,234,.5)}.btn-check:active+.btn-outline-vimeo,.btn-check:checked+.btn-outline-vimeo,.btn-outline-vimeo.active,.btn-outline-vimeo.dropdown-toggle.show,.btn-outline-vimeo:active{color:#fff;background-color:#1ab7ea;border-color:#1ab7ea}.btn-check:active+.btn-outline-vimeo:focus,.btn-check:checked+.btn-outline-vimeo:focus,.btn-outline-vimeo.active:focus,.btn-outline-vimeo.dropdown-toggle.show:focus,.btn-outline-vimeo:active:focus{box-shadow:0 0 0 .25rem rgba(26,183,234,.5)}.btn-outline-vimeo.disabled,.btn-outline-vimeo:disabled{color:#1ab7ea;background-color:transparent}.btn-dribbble{color:#fff;background-color:#ea4c89;border-color:#ea4c89}.btn-dribbble:hover{color:#fff;background-color:#e62a72;border-color:#e51e6b}.btn-check:focus+.btn-dribbble,.btn-dribbble:focus{color:#fff;background-color:#e62a72;border-color:#e51e6b;box-shadow:0 0 0 .25rem rgba(237,103,155,.5)}.btn-check:active+.btn-dribbble,.btn-check:checked+.btn-dribbble,.btn-dribbble.active,.btn-dribbble:active,.show>.btn-dribbble.dropdown-toggle{color:#fff;background-color:#e51e6b;border-color:#dc1a65}.btn-check:active+.btn-dribbble:focus,.btn-check:checked+.btn-dribbble:focus,.btn-dribbble.active:focus,.btn-dribbble:active:focus,.show>.btn-dribbble.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(237,103,155,.5)}.btn-dribbble.disabled,.btn-dribbble:disabled{color:#fff;background-color:#ea4c89;border-color:#ea4c89}.btn-outline-dribbble{color:#ea4c89;border-color:#ea4c89}.btn-outline-dribbble:hover{color:#ea4c89;background-color:#ea4c89;border-color:#ea4c89}.btn-check:focus+.btn-outline-dribbble,.btn-outline-dribbble:focus{box-shadow:0 0 0 .25rem rgba(234,76,137,.5)}.btn-check:active+.btn-outline-dribbble,.btn-check:checked+.btn-outline-dribbble,.btn-outline-dribbble.active,.btn-outline-dribbble.dropdown-toggle.show,.btn-outline-dribbble:active{color:#fff;background-color:#ea4c89;border-color:#ea4c89}.btn-check:active+.btn-outline-dribbble:focus,.btn-check:checked+.btn-outline-dribbble:focus,.btn-outline-dribbble.active:focus,.btn-outline-dribbble.dropdown-toggle.show:focus,.btn-outline-dribbble:active:focus{box-shadow:0 0 0 .25rem rgba(234,76,137,.5)}.btn-outline-dribbble.disabled,.btn-outline-dribbble:disabled{color:#ea4c89;background-color:transparent}.btn-github{color:#fff;background-color:#181717;border-color:#181717}.btn-github:hover{color:#fff;background-color:#040404;border-color:#000}.btn-check:focus+.btn-github,.btn-github:focus{color:#fff;background-color:#040404;border-color:#000;box-shadow:0 0 0 .25rem rgba(59,58,58,.5)}.btn-check:active+.btn-github,.btn-check:checked+.btn-github,.btn-github.active,.btn-github:active,.show>.btn-github.dropdown-toggle{color:#fff;background-color:#000;border-color:#000}.btn-check:active+.btn-github:focus,.btn-check:checked+.btn-github:focus,.btn-github.active:focus,.btn-github:active:focus,.show>.btn-github.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(59,58,58,.5)}.btn-github.disabled,.btn-github:disabled{color:#fff;background-color:#181717;border-color:#181717}.btn-outline-github{color:#181717;border-color:#181717}.btn-outline-github:hover{color:#181717;background-color:#181717;border-color:#181717}.btn-check:focus+.btn-outline-github,.btn-outline-github:focus{box-shadow:0 0 0 .25rem rgba(24,23,23,.5)}.btn-check:active+.btn-outline-github,.btn-check:checked+.btn-outline-github,.btn-outline-github.active,.btn-outline-github.dropdown-toggle.show,.btn-outline-github:active{color:#fff;background-color:#181717;border-color:#181717}.btn-check:active+.btn-outline-github:focus,.btn-check:checked+.btn-outline-github:focus,.btn-outline-github.active:focus,.btn-outline-github.dropdown-toggle.show:focus,.btn-outline-github:active:focus{box-shadow:0 0 0 .25rem rgba(24,23,23,.5)}.btn-outline-github.disabled,.btn-outline-github:disabled{color:#181717;background-color:transparent}.btn-instagram{color:#fff;background-color:#e4405f;border-color:#e4405f}.btn-instagram:hover{color:#fff;background-color:#de1f44;border-color:#d31e40}.btn-check:focus+.btn-instagram,.btn-instagram:focus{color:#fff;background-color:#de1f44;border-color:#d31e40;box-shadow:0 0 0 .25rem rgba(232,93,119,.5)}.btn-check:active+.btn-instagram,.btn-check:checked+.btn-instagram,.btn-instagram.active,.btn-instagram:active,.show>.btn-instagram.dropdown-toggle{color:#fff;background-color:#d31e40;border-color:#c81c3d}.btn-check:active+.btn-instagram:focus,.btn-check:checked+.btn-instagram:focus,.btn-instagram.active:focus,.btn-instagram:active:focus,.show>.btn-instagram.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(232,93,119,.5)}.btn-instagram.disabled,.btn-instagram:disabled{color:#fff;background-color:#e4405f;border-color:#e4405f}.btn-outline-instagram{color:#e4405f;border-color:#e4405f}.btn-outline-instagram:hover{color:#e4405f;background-color:#e4405f;border-color:#e4405f}.btn-check:focus+.btn-outline-instagram,.btn-outline-instagram:focus{box-shadow:0 0 0 .25rem rgba(228,64,95,.5)}.btn-check:active+.btn-outline-instagram,.btn-check:checked+.btn-outline-instagram,.btn-outline-instagram.active,.btn-outline-instagram.dropdown-toggle.show,.btn-outline-instagram:active{color:#fff;background-color:#e4405f;border-color:#e4405f}.btn-check:active+.btn-outline-instagram:focus,.btn-check:checked+.btn-outline-instagram:focus,.btn-outline-instagram.active:focus,.btn-outline-instagram.dropdown-toggle.show:focus,.btn-outline-instagram:active:focus{box-shadow:0 0 0 .25rem rgba(228,64,95,.5)}.btn-outline-instagram.disabled,.btn-outline-instagram:disabled{color:#e4405f;background-color:transparent}.btn-pinterest{color:#fff;background-color:#bd081c;border-color:#bd081c}.btn-pinterest:hover{color:#fff;background-color:#980617;border-color:#8c0615}.btn-check:focus+.btn-pinterest,.btn-pinterest:focus{color:#fff;background-color:#980617;border-color:#8c0615;box-shadow:0 0 0 .25rem rgba(199,45,62,.5)}.btn-check:active+.btn-pinterest,.btn-check:checked+.btn-pinterest,.btn-pinterest.active,.btn-pinterest:active,.show>.btn-pinterest.dropdown-toggle{color:#fff;background-color:#8c0615;border-color:#800513}.btn-check:active+.btn-pinterest:focus,.btn-check:checked+.btn-pinterest:focus,.btn-pinterest.active:focus,.btn-pinterest:active:focus,.show>.btn-pinterest.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(199,45,62,.5)}.btn-pinterest.disabled,.btn-pinterest:disabled{color:#fff;background-color:#bd081c;border-color:#bd081c}.btn-outline-pinterest{color:#bd081c;border-color:#bd081c}.btn-outline-pinterest:hover{color:#bd081c;background-color:#bd081c;border-color:#bd081c}.btn-check:focus+.btn-outline-pinterest,.btn-outline-pinterest:focus{box-shadow:0 0 0 .25rem rgba(189,8,28,.5)}.btn-check:active+.btn-outline-pinterest,.btn-check:checked+.btn-outline-pinterest,.btn-outline-pinterest.active,.btn-outline-pinterest.dropdown-toggle.show,.btn-outline-pinterest:active{color:#fff;background-color:#bd081c;border-color:#bd081c}.btn-check:active+.btn-outline-pinterest:focus,.btn-check:checked+.btn-outline-pinterest:focus,.btn-outline-pinterest.active:focus,.btn-outline-pinterest.dropdown-toggle.show:focus,.btn-outline-pinterest:active:focus{box-shadow:0 0 0 .25rem rgba(189,8,28,.5)}.btn-outline-pinterest.disabled,.btn-outline-pinterest:disabled{color:#bd081c;background-color:transparent}.btn-vk{color:#fff;background-color:#6383a8;border-color:#6383a8}.btn-vk:hover{color:#fff;background-color:#527093;border-color:#4d6a8b}.btn-check:focus+.btn-vk,.btn-vk:focus{color:#fff;background-color:#527093;border-color:#4d6a8b;box-shadow:0 0 0 .25rem rgba(122,150,181,.5)}.btn-check:active+.btn-vk,.btn-check:checked+.btn-vk,.btn-vk.active,.btn-vk:active,.show>.btn-vk.dropdown-toggle{color:#fff;background-color:#4d6a8b;border-color:#496482}.btn-check:active+.btn-vk:focus,.btn-check:checked+.btn-vk:focus,.btn-vk.active:focus,.btn-vk:active:focus,.show>.btn-vk.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(122,150,181,.5)}.btn-vk.disabled,.btn-vk:disabled{color:#fff;background-color:#6383a8;border-color:#6383a8}.btn-outline-vk{color:#6383a8;border-color:#6383a8}.btn-outline-vk:hover{color:#6383a8;background-color:#6383a8;border-color:#6383a8}.btn-check:focus+.btn-outline-vk,.btn-outline-vk:focus{box-shadow:0 0 0 .25rem rgba(99,131,168,.5)}.btn-check:active+.btn-outline-vk,.btn-check:checked+.btn-outline-vk,.btn-outline-vk.active,.btn-outline-vk.dropdown-toggle.show,.btn-outline-vk:active{color:#fff;background-color:#6383a8;border-color:#6383a8}.btn-check:active+.btn-outline-vk:focus,.btn-check:checked+.btn-outline-vk:focus,.btn-outline-vk.active:focus,.btn-outline-vk.dropdown-toggle.show:focus,.btn-outline-vk:active:focus{box-shadow:0 0 0 .25rem rgba(99,131,168,.5)}.btn-outline-vk.disabled,.btn-outline-vk:disabled{color:#6383a8;background-color:transparent}.btn-rss{color:#fff;background-color:orange;border-color:orange}.btn-rss:hover{color:#fff;background-color:#d98c00;border-color:#cc8400}.btn-check:focus+.btn-rss,.btn-rss:focus{color:#fff;background-color:#d98c00;border-color:#cc8400;box-shadow:0 0 0 .25rem rgba(255,179,38,.5)}.btn-check:active+.btn-rss,.btn-check:checked+.btn-rss,.btn-rss.active,.btn-rss:active,.show>.btn-rss.dropdown-toggle{color:#fff;background-color:#cc8400;border-color:#bf7c00}.btn-check:active+.btn-rss:focus,.btn-check:checked+.btn-rss:focus,.btn-rss.active:focus,.btn-rss:active:focus,.show>.btn-rss.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(255,179,38,.5)}.btn-rss.disabled,.btn-rss:disabled{color:#fff;background-color:orange;border-color:orange}.btn-outline-rss{color:orange;border-color:orange}.btn-outline-rss:hover{color:orange;background-color:orange;border-color:orange}.btn-check:focus+.btn-outline-rss,.btn-outline-rss:focus{box-shadow:0 0 0 .25rem rgba(255,165,0,.5)}.btn-check:active+.btn-outline-rss,.btn-check:checked+.btn-outline-rss,.btn-outline-rss.active,.btn-outline-rss.dropdown-toggle.show,.btn-outline-rss:active{color:#fff;background-color:orange;border-color:orange}.btn-check:active+.btn-outline-rss:focus,.btn-check:checked+.btn-outline-rss:focus,.btn-outline-rss.active:focus,.btn-outline-rss.dropdown-toggle.show:focus,.btn-outline-rss:active:focus{box-shadow:0 0 0 .25rem rgba(255,165,0,.5)}.btn-outline-rss.disabled,.btn-outline-rss:disabled{color:orange;background-color:transparent}.btn-flickr{color:#fff;background-color:#0063dc;border-color:#0063dc}.btn-flickr:hover{color:#fff;background-color:#0052b6;border-color:#004ca9}.btn-check:focus+.btn-flickr,.btn-flickr:focus{color:#fff;background-color:#0052b6;border-color:#004ca9;box-shadow:0 0 0 .25rem rgba(38,122,225,.5)}.btn-check:active+.btn-flickr,.btn-check:checked+.btn-flickr,.btn-flickr.active,.btn-flickr:active,.show>.btn-flickr.dropdown-toggle{color:#fff;background-color:#004ca9;border-color:#00469c}.btn-check:active+.btn-flickr:focus,.btn-check:checked+.btn-flickr:focus,.btn-flickr.active:focus,.btn-flickr:active:focus,.show>.btn-flickr.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(38,122,225,.5)}.btn-flickr.disabled,.btn-flickr:disabled{color:#fff;background-color:#0063dc;border-color:#0063dc}.btn-outline-flickr{color:#0063dc;border-color:#0063dc}.btn-outline-flickr:hover{color:#0063dc;background-color:#0063dc;border-color:#0063dc}.btn-check:focus+.btn-outline-flickr,.btn-outline-flickr:focus{box-shadow:0 0 0 .25rem rgba(0,99,220,.5)}.btn-check:active+.btn-outline-flickr,.btn-check:checked+.btn-outline-flickr,.btn-outline-flickr.active,.btn-outline-flickr.dropdown-toggle.show,.btn-outline-flickr:active{color:#fff;background-color:#0063dc;border-color:#0063dc}.btn-check:active+.btn-outline-flickr:focus,.btn-check:checked+.btn-outline-flickr:focus,.btn-outline-flickr.active:focus,.btn-outline-flickr.dropdown-toggle.show:focus,.btn-outline-flickr:active:focus{box-shadow:0 0 0 .25rem rgba(0,99,220,.5)}.btn-outline-flickr.disabled,.btn-outline-flickr:disabled{color:#0063dc;background-color:transparent}.btn-bitbucket{color:#fff;background-color:#0052cc;border-color:#0052cc}.btn-bitbucket:hover{color:#fff;background-color:#0043a6;border-color:#003e99}.btn-bitbucket:focus,.btn-check:focus+.btn-bitbucket{color:#fff;background-color:#0043a6;border-color:#003e99;box-shadow:0 0 0 .25rem rgba(38,108,212,.5)}.btn-bitbucket.active,.btn-bitbucket:active,.btn-check:active+.btn-bitbucket,.btn-check:checked+.btn-bitbucket,.show>.btn-bitbucket.dropdown-toggle{color:#fff;background-color:#003e99;border-color:#00388c}.btn-bitbucket.active:focus,.btn-bitbucket:active:focus,.btn-check:active+.btn-bitbucket:focus,.btn-check:checked+.btn-bitbucket:focus,.show>.btn-bitbucket.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(38,108,212,.5)}.btn-bitbucket.disabled,.btn-bitbucket:disabled{color:#fff;background-color:#0052cc;border-color:#0052cc}.btn-outline-bitbucket{color:#0052cc;border-color:#0052cc}.btn-outline-bitbucket:hover{color:#0052cc;background-color:#0052cc;border-color:#0052cc}.btn-check:focus+.btn-outline-bitbucket,.btn-outline-bitbucket:focus{box-shadow:0 0 0 .25rem rgba(0,82,204,.5)}.btn-check:active+.btn-outline-bitbucket,.btn-check:checked+.btn-outline-bitbucket,.btn-outline-bitbucket.active,.btn-outline-bitbucket.dropdown-toggle.show,.btn-outline-bitbucket:active{color:#fff;background-color:#0052cc;border-color:#0052cc}.btn-check:active+.btn-outline-bitbucket:focus,.btn-check:checked+.btn-outline-bitbucket:focus,.btn-outline-bitbucket.active:focus,.btn-outline-bitbucket.dropdown-toggle.show:focus,.btn-outline-bitbucket:active:focus{box-shadow:0 0 0 .25rem rgba(0,82,204,.5)}.btn-outline-bitbucket.disabled,.btn-outline-bitbucket:disabled{color:#0052cc;background-color:transparent}.btn-tabler{color:#fff;background-color:#206bc4;border-color:#206bc4}.btn-tabler:hover{color:#fff;background-color:#1b59a3;border-color:#195398}.btn-check:focus+.btn-tabler,.btn-tabler:focus{color:#fff;background-color:#1b59a3;border-color:#195398;box-shadow:0 0 0 .25rem rgba(65,129,205,.5)}.btn-check:active+.btn-tabler,.btn-check:checked+.btn-tabler,.btn-tabler.active,.btn-tabler:active,.show>.btn-tabler.dropdown-toggle{color:#fff;background-color:#195398;border-color:#174d8d}.btn-check:active+.btn-tabler:focus,.btn-check:checked+.btn-tabler:focus,.btn-tabler.active:focus,.btn-tabler:active:focus,.show>.btn-tabler.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(65,129,205,.5)}.btn-tabler.disabled,.btn-tabler:disabled{color:#fff;background-color:#206bc4;border-color:#206bc4}.btn-outline-tabler{color:#206bc4;border-color:#206bc4}.btn-outline-tabler:hover{color:#206bc4;background-color:#206bc4;border-color:#206bc4}.btn-check:focus+.btn-outline-tabler,.btn-outline-tabler:focus{box-shadow:0 0 0 .25rem rgba(32,107,196,.5)}.btn-check:active+.btn-outline-tabler,.btn-check:checked+.btn-outline-tabler,.btn-outline-tabler.active,.btn-outline-tabler.dropdown-toggle.show,.btn-outline-tabler:active{color:#fff;background-color:#206bc4;border-color:#206bc4}.btn-check:active+.btn-outline-tabler:focus,.btn-check:checked+.btn-outline-tabler:focus,.btn-outline-tabler.active:focus,.btn-outline-tabler.dropdown-toggle.show:focus,.btn-outline-tabler:active:focus{box-shadow:0 0 0 .25rem rgba(32,107,196,.5)}.btn-outline-tabler.disabled,.btn-outline-tabler:disabled{color:#206bc4;background-color:transparent}.btn-blue{color:#fff;background-color:#206bc4;border-color:#206bc4}.btn-blue:hover{color:#fff;background-color:#1b59a3;border-color:#195398}.btn-blue:focus,.btn-check:focus+.btn-blue{color:#fff;background-color:#1b59a3;border-color:#195398;box-shadow:0 0 0 .25rem rgba(65,129,205,.5)}.btn-blue.active,.btn-blue:active,.btn-check:active+.btn-blue,.btn-check:checked+.btn-blue,.show>.btn-blue.dropdown-toggle{color:#fff;background-color:#195398;border-color:#174d8d}.btn-blue.active:focus,.btn-blue:active:focus,.btn-check:active+.btn-blue:focus,.btn-check:checked+.btn-blue:focus,.show>.btn-blue.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(65,129,205,.5)}.btn-blue.disabled,.btn-blue:disabled{color:#fff;background-color:#206bc4;border-color:#206bc4}.btn-outline-blue{color:#206bc4;border-color:#206bc4}.btn-outline-blue:hover{color:#206bc4;background-color:#206bc4;border-color:#206bc4}.btn-check:focus+.btn-outline-blue,.btn-outline-blue:focus{box-shadow:0 0 0 .25rem rgba(32,107,196,.5)}.btn-check:active+.btn-outline-blue,.btn-check:checked+.btn-outline-blue,.btn-outline-blue.active,.btn-outline-blue.dropdown-toggle.show,.btn-outline-blue:active{color:#fff;background-color:#206bc4;border-color:#206bc4}.btn-check:active+.btn-outline-blue:focus,.btn-check:checked+.btn-outline-blue:focus,.btn-outline-blue.active:focus,.btn-outline-blue.dropdown-toggle.show:focus,.btn-outline-blue:active:focus{box-shadow:0 0 0 .25rem rgba(32,107,196,.5)}.btn-outline-blue.disabled,.btn-outline-blue:disabled{color:#206bc4;background-color:transparent}.btn-azure{color:#fff;background-color:#45aaf2;border-color:#45aaf2}.btn-azure:hover{color:#fff;background-color:#219af0;border-color:#1594ef}.btn-azure:focus,.btn-check:focus+.btn-azure{color:#fff;background-color:#219af0;border-color:#1594ef;box-shadow:0 0 0 .25rem rgba(97,183,244,.5)}.btn-azure.active,.btn-azure:active,.btn-check:active+.btn-azure,.btn-check:checked+.btn-azure,.show>.btn-azure.dropdown-toggle{color:#fff;background-color:#1594ef;border-color:#108ee7}.btn-azure.active:focus,.btn-azure:active:focus,.btn-check:active+.btn-azure:focus,.btn-check:checked+.btn-azure:focus,.show>.btn-azure.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(97,183,244,.5)}.btn-azure.disabled,.btn-azure:disabled{color:#fff;background-color:#45aaf2;border-color:#45aaf2}.btn-outline-azure{color:#45aaf2;border-color:#45aaf2}.btn-outline-azure:hover{color:#45aaf2;background-color:#45aaf2;border-color:#45aaf2}.btn-check:focus+.btn-outline-azure,.btn-outline-azure:focus{box-shadow:0 0 0 .25rem rgba(69,170,242,.5)}.btn-check:active+.btn-outline-azure,.btn-check:checked+.btn-outline-azure,.btn-outline-azure.active,.btn-outline-azure.dropdown-toggle.show,.btn-outline-azure:active{color:#fff;background-color:#45aaf2;border-color:#45aaf2}.btn-check:active+.btn-outline-azure:focus,.btn-check:checked+.btn-outline-azure:focus,.btn-outline-azure.active:focus,.btn-outline-azure.dropdown-toggle.show:focus,.btn-outline-azure:active:focus{box-shadow:0 0 0 .25rem rgba(69,170,242,.5)}.btn-outline-azure.disabled,.btn-outline-azure:disabled{color:#45aaf2;background-color:transparent}.btn-indigo{color:#fff;background-color:#6574cd;border-color:#6574cd}.btn-indigo:hover{color:#fff;background-color:#485ac4;border-color:#3f51c1}.btn-check:focus+.btn-indigo,.btn-indigo:focus{color:#fff;background-color:#485ac4;border-color:#3f51c1;box-shadow:0 0 0 .25rem rgba(124,137,213,.5)}.btn-check:active+.btn-indigo,.btn-check:checked+.btn-indigo,.btn-indigo.active,.btn-indigo:active,.show>.btn-indigo.dropdown-toggle{color:#fff;background-color:#3f51c1;border-color:#3b4db7}.btn-check:active+.btn-indigo:focus,.btn-check:checked+.btn-indigo:focus,.btn-indigo.active:focus,.btn-indigo:active:focus,.show>.btn-indigo.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(124,137,213,.5)}.btn-indigo.disabled,.btn-indigo:disabled{color:#fff;background-color:#6574cd;border-color:#6574cd}.btn-outline-indigo{color:#6574cd;border-color:#6574cd}.btn-outline-indigo:hover{color:#6574cd;background-color:#6574cd;border-color:#6574cd}.btn-check:focus+.btn-outline-indigo,.btn-outline-indigo:focus{box-shadow:0 0 0 .25rem rgba(101,116,205,.5)}.btn-check:active+.btn-outline-indigo,.btn-check:checked+.btn-outline-indigo,.btn-outline-indigo.active,.btn-outline-indigo.dropdown-toggle.show,.btn-outline-indigo:active{color:#fff;background-color:#6574cd;border-color:#6574cd}.btn-check:active+.btn-outline-indigo:focus,.btn-check:checked+.btn-outline-indigo:focus,.btn-outline-indigo.active:focus,.btn-outline-indigo.dropdown-toggle.show:focus,.btn-outline-indigo:active:focus{box-shadow:0 0 0 .25rem rgba(101,116,205,.5)}.btn-outline-indigo.disabled,.btn-outline-indigo:disabled{color:#6574cd;background-color:transparent}.btn-purple{color:#fff;background-color:#a55eea;border-color:#a55eea}.btn-purple:hover{color:#fff;background-color:#923ce6;border-color:#8c31e4}.btn-check:focus+.btn-purple,.btn-purple:focus{color:#fff;background-color:#923ce6;border-color:#8c31e4;box-shadow:0 0 0 .25rem rgba(179,118,237,.5)}.btn-check:active+.btn-purple,.btn-check:checked+.btn-purple,.btn-purple.active,.btn-purple:active,.show>.btn-purple.dropdown-toggle{color:#fff;background-color:#8c31e4;border-color:#8526e3}.btn-check:active+.btn-purple:focus,.btn-check:checked+.btn-purple:focus,.btn-purple.active:focus,.btn-purple:active:focus,.show>.btn-purple.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(179,118,237,.5)}.btn-purple.disabled,.btn-purple:disabled{color:#fff;background-color:#a55eea;border-color:#a55eea}.btn-outline-purple{color:#a55eea;border-color:#a55eea}.btn-outline-purple:hover{color:#a55eea;background-color:#a55eea;border-color:#a55eea}.btn-check:focus+.btn-outline-purple,.btn-outline-purple:focus{box-shadow:0 0 0 .25rem rgba(165,94,234,.5)}.btn-check:active+.btn-outline-purple,.btn-check:checked+.btn-outline-purple,.btn-outline-purple.active,.btn-outline-purple.dropdown-toggle.show,.btn-outline-purple:active{color:#fff;background-color:#a55eea;border-color:#a55eea}.btn-check:active+.btn-outline-purple:focus,.btn-check:checked+.btn-outline-purple:focus,.btn-outline-purple.active:focus,.btn-outline-purple.dropdown-toggle.show:focus,.btn-outline-purple:active:focus{box-shadow:0 0 0 .25rem rgba(165,94,234,.5)}.btn-outline-purple.disabled,.btn-outline-purple:disabled{color:#a55eea;background-color:transparent}.btn-pink{color:#fff;background-color:#f66d9b;border-color:#f66d9b}.btn-pink:hover{color:#fff;background-color:#f44982;border-color:#f33d7a}.btn-check:focus+.btn-pink,.btn-pink:focus{color:#fff;background-color:#f44982;border-color:#f33d7a;box-shadow:0 0 0 .25rem rgba(247,131,170,.5)}.btn-check:active+.btn-pink,.btn-check:checked+.btn-pink,.btn-pink.active,.btn-pink:active,.show>.btn-pink.dropdown-toggle{color:#fff;background-color:#f33d7a;border-color:#f23172}.btn-check:active+.btn-pink:focus,.btn-check:checked+.btn-pink:focus,.btn-pink.active:focus,.btn-pink:active:focus,.show>.btn-pink.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(247,131,170,.5)}.btn-pink.disabled,.btn-pink:disabled{color:#fff;background-color:#f66d9b;border-color:#f66d9b}.btn-outline-pink{color:#f66d9b;border-color:#f66d9b}.btn-outline-pink:hover{color:#f66d9b;background-color:#f66d9b;border-color:#f66d9b}.btn-check:focus+.btn-outline-pink,.btn-outline-pink:focus{box-shadow:0 0 0 .25rem rgba(246,109,155,.5)}.btn-check:active+.btn-outline-pink,.btn-check:checked+.btn-outline-pink,.btn-outline-pink.active,.btn-outline-pink.dropdown-toggle.show,.btn-outline-pink:active{color:#fff;background-color:#f66d9b;border-color:#f66d9b}.btn-check:active+.btn-outline-pink:focus,.btn-check:checked+.btn-outline-pink:focus,.btn-outline-pink.active:focus,.btn-outline-pink.dropdown-toggle.show:focus,.btn-outline-pink:active:focus{box-shadow:0 0 0 .25rem rgba(246,109,155,.5)}.btn-outline-pink.disabled,.btn-outline-pink:disabled{color:#f66d9b;background-color:transparent}.btn-red{color:#fff;background-color:#cd201f;border-color:#cd201f}.btn-red:hover{color:#fff;background-color:#ac1b1a;border-color:#a11918}.btn-check:focus+.btn-red,.btn-red:focus{color:#fff;background-color:#ac1b1a;border-color:#a11918;box-shadow:0 0 0 .25rem rgba(213,65,65,.5)}.btn-check:active+.btn-red,.btn-check:checked+.btn-red,.btn-red.active,.btn-red:active,.show>.btn-red.dropdown-toggle{color:#fff;background-color:#a11918;border-color:#961717}.btn-check:active+.btn-red:focus,.btn-check:checked+.btn-red:focus,.btn-red.active:focus,.btn-red:active:focus,.show>.btn-red.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(213,65,65,.5)}.btn-red.disabled,.btn-red:disabled{color:#fff;background-color:#cd201f;border-color:#cd201f}.btn-outline-red{color:#cd201f;border-color:#cd201f}.btn-outline-red:hover{color:#cd201f;background-color:#cd201f;border-color:#cd201f}.btn-check:focus+.btn-outline-red,.btn-outline-red:focus{box-shadow:0 0 0 .25rem rgba(205,32,31,.5)}.btn-check:active+.btn-outline-red,.btn-check:checked+.btn-outline-red,.btn-outline-red.active,.btn-outline-red.dropdown-toggle.show,.btn-outline-red:active{color:#fff;background-color:#cd201f;border-color:#cd201f}.btn-check:active+.btn-outline-red:focus,.btn-check:checked+.btn-outline-red:focus,.btn-outline-red.active:focus,.btn-outline-red.dropdown-toggle.show:focus,.btn-outline-red:active:focus{box-shadow:0 0 0 .25rem rgba(205,32,31,.5)}.btn-outline-red.disabled,.btn-outline-red:disabled{color:#cd201f;background-color:transparent}.btn-orange{color:#fff;background-color:#ff922b;border-color:#ff922b}.btn-orange:hover{color:#fff;background-color:#ff7e05;border-color:#f77800}.btn-check:focus+.btn-orange,.btn-orange:focus{color:#fff;background-color:#ff7e05;border-color:#f77800;box-shadow:0 0 0 .25rem rgba(255,162,75,.5)}.btn-check:active+.btn-orange,.btn-check:checked+.btn-orange,.btn-orange.active,.btn-orange:active,.show>.btn-orange.dropdown-toggle{color:#fff;background-color:#f77800;border-color:#ea7200}.btn-check:active+.btn-orange:focus,.btn-check:checked+.btn-orange:focus,.btn-orange.active:focus,.btn-orange:active:focus,.show>.btn-orange.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(255,162,75,.5)}.btn-orange.disabled,.btn-orange:disabled{color:#fff;background-color:#ff922b;border-color:#ff922b}.btn-outline-orange{color:#ff922b;border-color:#ff922b}.btn-outline-orange:hover{color:#ff922b;background-color:#ff922b;border-color:#ff922b}.btn-check:focus+.btn-outline-orange,.btn-outline-orange:focus{box-shadow:0 0 0 .25rem rgba(255,146,43,.5)}.btn-check:active+.btn-outline-orange,.btn-check:checked+.btn-outline-orange,.btn-outline-orange.active,.btn-outline-orange.dropdown-toggle.show,.btn-outline-orange:active{color:#fff;background-color:#ff922b;border-color:#ff922b}.btn-check:active+.btn-outline-orange:focus,.btn-check:checked+.btn-outline-orange:focus,.btn-outline-orange.active:focus,.btn-outline-orange.dropdown-toggle.show:focus,.btn-outline-orange:active:focus{box-shadow:0 0 0 .25rem rgba(255,146,43,.5)}.btn-outline-orange.disabled,.btn-outline-orange:disabled{color:#ff922b;background-color:transparent}.btn-yellow{color:#fff;background-color:#fab005;border-color:#fab005}.btn-yellow:hover{color:#fff;background-color:#d59604;border-color:#c88d04}.btn-check:focus+.btn-yellow,.btn-yellow:focus{color:#fff;background-color:#d59604;border-color:#c88d04;box-shadow:0 0 0 .25rem rgba(251,188,43,.5)}.btn-check:active+.btn-yellow,.btn-check:checked+.btn-yellow,.btn-yellow.active,.btn-yellow:active,.show>.btn-yellow.dropdown-toggle{color:#fff;background-color:#c88d04;border-color:#bc8404}.btn-check:active+.btn-yellow:focus,.btn-check:checked+.btn-yellow:focus,.btn-yellow.active:focus,.btn-yellow:active:focus,.show>.btn-yellow.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(251,188,43,.5)}.btn-yellow.disabled,.btn-yellow:disabled{color:#fff;background-color:#fab005;border-color:#fab005}.btn-outline-yellow{color:#fab005;border-color:#fab005}.btn-outline-yellow:hover{color:#fab005;background-color:#fab005;border-color:#fab005}.btn-check:focus+.btn-outline-yellow,.btn-outline-yellow:focus{box-shadow:0 0 0 .25rem rgba(250,176,5,.5)}.btn-check:active+.btn-outline-yellow,.btn-check:checked+.btn-outline-yellow,.btn-outline-yellow.active,.btn-outline-yellow.dropdown-toggle.show,.btn-outline-yellow:active{color:#fff;background-color:#fab005;border-color:#fab005}.btn-check:active+.btn-outline-yellow:focus,.btn-check:checked+.btn-outline-yellow:focus,.btn-outline-yellow.active:focus,.btn-outline-yellow.dropdown-toggle.show:focus,.btn-outline-yellow:active:focus{box-shadow:0 0 0 .25rem rgba(250,176,5,.5)}.btn-outline-yellow.disabled,.btn-outline-yellow:disabled{color:#fab005;background-color:transparent}.btn-lime{color:#fff;background-color:#94d82d;border-color:#94d82d}.btn-lime:hover{color:#fff;background-color:#7fbc23;border-color:#78b121}.btn-check:focus+.btn-lime,.btn-lime:focus{color:#fff;background-color:#7fbc23;border-color:#78b121;box-shadow:0 0 0 .25rem rgba(164,222,77,.5)}.btn-check:active+.btn-lime,.btn-check:checked+.btn-lime,.btn-lime.active,.btn-lime:active,.show>.btn-lime.dropdown-toggle{color:#fff;background-color:#78b121;border-color:#70a61f}.btn-check:active+.btn-lime:focus,.btn-check:checked+.btn-lime:focus,.btn-lime.active:focus,.btn-lime:active:focus,.show>.btn-lime.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(164,222,77,.5)}.btn-lime.disabled,.btn-lime:disabled{color:#fff;background-color:#94d82d;border-color:#94d82d}.btn-outline-lime{color:#94d82d;border-color:#94d82d}.btn-outline-lime:hover{color:#94d82d;background-color:#94d82d;border-color:#94d82d}.btn-check:focus+.btn-outline-lime,.btn-outline-lime:focus{box-shadow:0 0 0 .25rem rgba(148,216,45,.5)}.btn-check:active+.btn-outline-lime,.btn-check:checked+.btn-outline-lime,.btn-outline-lime.active,.btn-outline-lime.dropdown-toggle.show,.btn-outline-lime:active{color:#fff;background-color:#94d82d;border-color:#94d82d}.btn-check:active+.btn-outline-lime:focus,.btn-check:checked+.btn-outline-lime:focus,.btn-outline-lime.active:focus,.btn-outline-lime.dropdown-toggle.show:focus,.btn-outline-lime:active:focus{box-shadow:0 0 0 .25rem rgba(148,216,45,.5)}.btn-outline-lime.disabled,.btn-outline-lime:disabled{color:#94d82d;background-color:transparent}.btn-green{color:#fff;background-color:#5eba00;border-color:#5eba00}.btn-green:hover{color:#fff;background-color:#4b9400;border-color:#448700}.btn-check:focus+.btn-green,.btn-green:focus{color:#fff;background-color:#4b9400;border-color:#448700;box-shadow:0 0 0 .25rem rgba(118,196,38,.5)}.btn-check:active+.btn-green,.btn-check:checked+.btn-green,.btn-green.active,.btn-green:active,.show>.btn-green.dropdown-toggle{color:#fff;background-color:#448700;border-color:#3e7a00}.btn-check:active+.btn-green:focus,.btn-check:checked+.btn-green:focus,.btn-green.active:focus,.btn-green:active:focus,.show>.btn-green.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(118,196,38,.5)}.btn-green.disabled,.btn-green:disabled{color:#fff;background-color:#5eba00;border-color:#5eba00}.btn-outline-green{color:#5eba00;border-color:#5eba00}.btn-outline-green:hover{color:#5eba00;background-color:#5eba00;border-color:#5eba00}.btn-check:focus+.btn-outline-green,.btn-outline-green:focus{box-shadow:0 0 0 .25rem rgba(94,186,0,.5)}.btn-check:active+.btn-outline-green,.btn-check:checked+.btn-outline-green,.btn-outline-green.active,.btn-outline-green.dropdown-toggle.show,.btn-outline-green:active{color:#fff;background-color:#5eba00;border-color:#5eba00}.btn-check:active+.btn-outline-green:focus,.btn-check:checked+.btn-outline-green:focus,.btn-outline-green.active:focus,.btn-outline-green.dropdown-toggle.show:focus,.btn-outline-green:active:focus{box-shadow:0 0 0 .25rem rgba(94,186,0,.5)}.btn-outline-green.disabled,.btn-outline-green:disabled{color:#5eba00;background-color:transparent}.btn-teal{color:#fff;background-color:#2bcbba;border-color:#2bcbba}.btn-teal:hover{color:#fff;background-color:#24ab9d;border-color:#22a193}.btn-check:focus+.btn-teal,.btn-teal:focus{color:#fff;background-color:#24ab9d;border-color:#22a193;box-shadow:0 0 0 .25rem rgba(75,211,196,.5)}.btn-check:active+.btn-teal,.btn-check:checked+.btn-teal,.btn-teal.active,.btn-teal:active,.show>.btn-teal.dropdown-toggle{color:#fff;background-color:#22a193;border-color:#20968a}.btn-check:active+.btn-teal:focus,.btn-check:checked+.btn-teal:focus,.btn-teal.active:focus,.btn-teal:active:focus,.show>.btn-teal.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(75,211,196,.5)}.btn-teal.disabled,.btn-teal:disabled{color:#fff;background-color:#2bcbba;border-color:#2bcbba}.btn-outline-teal{color:#2bcbba;border-color:#2bcbba}.btn-outline-teal:hover{color:#2bcbba;background-color:#2bcbba;border-color:#2bcbba}.btn-check:focus+.btn-outline-teal,.btn-outline-teal:focus{box-shadow:0 0 0 .25rem rgba(43,203,186,.5)}.btn-check:active+.btn-outline-teal,.btn-check:checked+.btn-outline-teal,.btn-outline-teal.active,.btn-outline-teal.dropdown-toggle.show,.btn-outline-teal:active{color:#fff;background-color:#2bcbba;border-color:#2bcbba}.btn-check:active+.btn-outline-teal:focus,.btn-check:checked+.btn-outline-teal:focus,.btn-outline-teal.active:focus,.btn-outline-teal.dropdown-toggle.show:focus,.btn-outline-teal:active:focus{box-shadow:0 0 0 .25rem rgba(43,203,186,.5)}.btn-outline-teal.disabled,.btn-outline-teal:disabled{color:#2bcbba;background-color:transparent}.btn-cyan{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-cyan:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-check:focus+.btn-cyan,.btn-cyan:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .25rem rgba(58,176,195,.5)}.btn-check:active+.btn-cyan,.btn-check:checked+.btn-cyan,.btn-cyan.active,.btn-cyan:active,.show>.btn-cyan.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-check:active+.btn-cyan:focus,.btn-check:checked+.btn-cyan:focus,.btn-cyan.active:focus,.btn-cyan:active:focus,.show>.btn-cyan.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(58,176,195,.5)}.btn-cyan.disabled,.btn-cyan:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-cyan{color:#17a2b8;border-color:#17a2b8}.btn-outline-cyan:hover{color:#17a2b8;background-color:#17a2b8;border-color:#17a2b8}.btn-check:focus+.btn-outline-cyan,.btn-outline-cyan:focus{box-shadow:0 0 0 .25rem rgba(23,162,184,.5)}.btn-check:active+.btn-outline-cyan,.btn-check:checked+.btn-outline-cyan,.btn-outline-cyan.active,.btn-outline-cyan.dropdown-toggle.show,.btn-outline-cyan:active{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-check:active+.btn-outline-cyan:focus,.btn-check:checked+.btn-outline-cyan:focus,.btn-outline-cyan.active:focus,.btn-outline-cyan.dropdown-toggle.show:focus,.btn-outline-cyan:active:focus{box-shadow:0 0 0 .25rem rgba(23,162,184,.5)}.btn-outline-cyan.disabled,.btn-outline-cyan:disabled{color:#17a2b8;background-color:transparent}.btn-gray{color:#fff;background-color:#a8aeb7;border-color:#a8aeb7}.btn-gray:hover{color:#fff;background-color:#939ba6;border-color:#8c94a0}.btn-check:focus+.btn-gray,.btn-gray:focus{color:#fff;background-color:#939ba6;border-color:#8c94a0;box-shadow:0 0 0 .25rem rgba(181,186,194,.5)}.btn-check:active+.btn-gray,.btn-check:checked+.btn-gray,.btn-gray.active,.btn-gray:active,.show>.btn-gray.dropdown-toggle{color:#fff;background-color:#8c94a0;border-color:#858e9a}.btn-check:active+.btn-gray:focus,.btn-check:checked+.btn-gray:focus,.btn-gray.active:focus,.btn-gray:active:focus,.show>.btn-gray.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(181,186,194,.5)}.btn-gray.disabled,.btn-gray:disabled{color:#fff;background-color:#a8aeb7;border-color:#a8aeb7}.btn-outline-gray{color:#a8aeb7;border-color:#a8aeb7}.btn-outline-gray:hover{color:#a8aeb7;background-color:#a8aeb7;border-color:#a8aeb7}.btn-check:focus+.btn-outline-gray,.btn-outline-gray:focus{box-shadow:0 0 0 .25rem rgba(168,174,183,.5)}.btn-check:active+.btn-outline-gray,.btn-check:checked+.btn-outline-gray,.btn-outline-gray.active,.btn-outline-gray.dropdown-toggle.show,.btn-outline-gray:active{color:#fff;background-color:#a8aeb7;border-color:#a8aeb7}.btn-check:active+.btn-outline-gray:focus,.btn-check:checked+.btn-outline-gray:focus,.btn-outline-gray.active:focus,.btn-outline-gray.dropdown-toggle.show:focus,.btn-outline-gray:active:focus{box-shadow:0 0 0 .25rem rgba(168,174,183,.5)}.btn-outline-gray.disabled,.btn-outline-gray:disabled{color:#a8aeb7;background-color:transparent}.btn-gray-dark{color:#fff;background-color:#545d6d;border-color:#545d6d}.btn-gray-dark:hover{color:#fff;background-color:#434b57;border-color:#3e4450}.btn-check:focus+.btn-gray-dark,.btn-gray-dark:focus{color:#fff;background-color:#434b57;border-color:#3e4450;box-shadow:0 0 0 .25rem rgba(110,117,131,.5)}.btn-check:active+.btn-gray-dark,.btn-check:checked+.btn-gray-dark,.btn-gray-dark.active,.btn-gray-dark:active,.show>.btn-gray-dark.dropdown-toggle{color:#fff;background-color:#3e4450;border-color:#383e49}.btn-check:active+.btn-gray-dark:focus,.btn-check:checked+.btn-gray-dark:focus,.btn-gray-dark.active:focus,.btn-gray-dark:active:focus,.show>.btn-gray-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(110,117,131,.5)}.btn-gray-dark.disabled,.btn-gray-dark:disabled{color:#fff;background-color:#545d6d;border-color:#545d6d}.btn-outline-gray-dark{color:#545d6d;border-color:#545d6d}.btn-outline-gray-dark:hover{color:#545d6d;background-color:#545d6d;border-color:#545d6d}.btn-check:focus+.btn-outline-gray-dark,.btn-outline-gray-dark:focus{box-shadow:0 0 0 .25rem rgba(84,93,109,.5)}.btn-check:active+.btn-outline-gray-dark,.btn-check:checked+.btn-outline-gray-dark,.btn-outline-gray-dark.active,.btn-outline-gray-dark.dropdown-toggle.show,.btn-outline-gray-dark:active{color:#fff;background-color:#545d6d;border-color:#545d6d}.btn-check:active+.btn-outline-gray-dark:focus,.btn-check:checked+.btn-outline-gray-dark:focus,.btn-outline-gray-dark.active:focus,.btn-outline-gray-dark.dropdown-toggle.show:focus,.btn-outline-gray-dark:active:focus{box-shadow:0 0 0 .25rem rgba(84,93,109,.5)}.btn-outline-gray-dark.disabled,.btn-outline-gray-dark:disabled{color:#545d6d;background-color:transparent}.btn-dark{color:#fff;background-color:#354052;border-color:#354052}.btn-dark:hover{color:#fff;background-color:#262e3b;border-color:#212833}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#262e3b;border-color:#212833;box-shadow:0 0 0 .25rem rgba(83,93,108,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#212833;border-color:#1c222b}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(83,93,108,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#354052;border-color:#354052}.btn-outline-dark{color:#354052;border-color:#354052}.btn-outline-dark:hover{color:#354052;background-color:#354052;border-color:#354052}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(53,64,82,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#354052;border-color:#354052}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(53,64,82,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#354052;background-color:transparent}
-/*# sourceMappingURL=tabler-buttons.min.css.map */
\ No newline at end of file
diff --git a/dist/css/tabler-buttons.min.css.map b/dist/css/tabler-buttons.min.css.map
deleted file mode 100644
index 7bb509226..000000000
Binary files a/dist/css/tabler-buttons.min.css.map and /dev/null differ
diff --git a/dist/css/tabler-flags.css b/dist/css/tabler-flags.css
deleted file mode 100644
index b23afeced..000000000
--- a/dist/css/tabler-flags.css
+++ /dev/null
@@ -1,801 +0,0 @@
-/*!
- * Tabler (v1.0.0-alpha.7)
- * Copyright 2018-2020 The Tabler Authors
- * Copyright 2018-2020 codecalm
- * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
- */
-/**
-Dark mode
- */
-.flag {
- position: relative;
- display: inline-block;
- width: 1.33333em;
- height: 1em;
- vertical-align: -3px;
- background-repeat: no-repeat;
- background-position: center;
- background-size: cover;
- border: 1px solid rgba(95, 102, 110, 0.2);
- border-radius: 3px; }
-
-.flag-country-ad {
- background-image: url("../img/flags/ad.svg"); }
-
-.flag-country-ae {
- background-image: url("../img/flags/ae.svg"); }
-
-.flag-country-af {
- background-image: url("../img/flags/af.svg"); }
-
-.flag-country-ag {
- background-image: url("../img/flags/ag.svg"); }
-
-.flag-country-ai {
- background-image: url("../img/flags/ai.svg"); }
-
-.flag-country-al {
- background-image: url("../img/flags/al.svg"); }
-
-.flag-country-am {
- background-image: url("../img/flags/am.svg"); }
-
-.flag-country-ao {
- background-image: url("../img/flags/ao.svg"); }
-
-.flag-country-aq {
- background-image: url("../img/flags/aq.svg"); }
-
-.flag-country-ar {
- background-image: url("../img/flags/ar.svg"); }
-
-.flag-country-as {
- background-image: url("../img/flags/as.svg"); }
-
-.flag-country-at {
- background-image: url("../img/flags/at.svg"); }
-
-.flag-country-au {
- background-image: url("../img/flags/au.svg"); }
-
-.flag-country-aw {
- background-image: url("../img/flags/aw.svg"); }
-
-.flag-country-ax {
- background-image: url("../img/flags/ax.svg"); }
-
-.flag-country-az {
- background-image: url("../img/flags/az.svg"); }
-
-.flag-country-ba {
- background-image: url("../img/flags/ba.svg"); }
-
-.flag-country-bb {
- background-image: url("../img/flags/bb.svg"); }
-
-.flag-country-bd {
- background-image: url("../img/flags/bd.svg"); }
-
-.flag-country-be {
- background-image: url("../img/flags/be.svg"); }
-
-.flag-country-bf {
- background-image: url("../img/flags/bf.svg"); }
-
-.flag-country-bg {
- background-image: url("../img/flags/bg.svg"); }
-
-.flag-country-bh {
- background-image: url("../img/flags/bh.svg"); }
-
-.flag-country-bi {
- background-image: url("../img/flags/bi.svg"); }
-
-.flag-country-bj {
- background-image: url("../img/flags/bj.svg"); }
-
-.flag-country-bl {
- background-image: url("../img/flags/bl.svg"); }
-
-.flag-country-bm {
- background-image: url("../img/flags/bm.svg"); }
-
-.flag-country-bn {
- background-image: url("../img/flags/bn.svg"); }
-
-.flag-country-bo {
- background-image: url("../img/flags/bo.svg"); }
-
-.flag-country-bq {
- background-image: url("../img/flags/bq.svg"); }
-
-.flag-country-br {
- background-image: url("../img/flags/br.svg"); }
-
-.flag-country-bs {
- background-image: url("../img/flags/bs.svg"); }
-
-.flag-country-bt {
- background-image: url("../img/flags/bt.svg"); }
-
-.flag-country-bv {
- background-image: url("../img/flags/bv.svg"); }
-
-.flag-country-bw {
- background-image: url("../img/flags/bw.svg"); }
-
-.flag-country-by {
- background-image: url("../img/flags/by.svg"); }
-
-.flag-country-bz {
- background-image: url("../img/flags/bz.svg"); }
-
-.flag-country-ca {
- background-image: url("../img/flags/ca.svg"); }
-
-.flag-country-cc {
- background-image: url("../img/flags/cc.svg"); }
-
-.flag-country-cd {
- background-image: url("../img/flags/cd.svg"); }
-
-.flag-country-cf {
- background-image: url("../img/flags/cf.svg"); }
-
-.flag-country-cg {
- background-image: url("../img/flags/cg.svg"); }
-
-.flag-country-ch {
- background-image: url("../img/flags/ch.svg"); }
-
-.flag-country-ci {
- background-image: url("../img/flags/ci.svg"); }
-
-.flag-country-ck {
- background-image: url("../img/flags/ck.svg"); }
-
-.flag-country-cl {
- background-image: url("../img/flags/cl.svg"); }
-
-.flag-country-cm {
- background-image: url("../img/flags/cm.svg"); }
-
-.flag-country-cn {
- background-image: url("../img/flags/cn.svg"); }
-
-.flag-country-co {
- background-image: url("../img/flags/co.svg"); }
-
-.flag-country-cr {
- background-image: url("../img/flags/cr.svg"); }
-
-.flag-country-cu {
- background-image: url("../img/flags/cu.svg"); }
-
-.flag-country-cv {
- background-image: url("../img/flags/cv.svg"); }
-
-.flag-country-cw {
- background-image: url("../img/flags/cw.svg"); }
-
-.flag-country-cx {
- background-image: url("../img/flags/cx.svg"); }
-
-.flag-country-cy {
- background-image: url("../img/flags/cy.svg"); }
-
-.flag-country-cz {
- background-image: url("../img/flags/cz.svg"); }
-
-.flag-country-de {
- background-image: url("../img/flags/de.svg"); }
-
-.flag-country-dj {
- background-image: url("../img/flags/dj.svg"); }
-
-.flag-country-dk {
- background-image: url("../img/flags/dk.svg"); }
-
-.flag-country-dm {
- background-image: url("../img/flags/dm.svg"); }
-
-.flag-country-do {
- background-image: url("../img/flags/do.svg"); }
-
-.flag-country-dz {
- background-image: url("../img/flags/dz.svg"); }
-
-.flag-country-ec {
- background-image: url("../img/flags/ec.svg"); }
-
-.flag-country-ee {
- background-image: url("../img/flags/ee.svg"); }
-
-.flag-country-eg {
- background-image: url("../img/flags/eg.svg"); }
-
-.flag-country-eh {
- background-image: url("../img/flags/eh.svg"); }
-
-.flag-country-er {
- background-image: url("../img/flags/er.svg"); }
-
-.flag-country-es {
- background-image: url("../img/flags/es.svg"); }
-
-.flag-country-et {
- background-image: url("../img/flags/et.svg"); }
-
-.flag-country-fi {
- background-image: url("../img/flags/fi.svg"); }
-
-.flag-country-fj {
- background-image: url("../img/flags/fj.svg"); }
-
-.flag-country-fk {
- background-image: url("../img/flags/fk.svg"); }
-
-.flag-country-fm {
- background-image: url("../img/flags/fm.svg"); }
-
-.flag-country-fo {
- background-image: url("../img/flags/fo.svg"); }
-
-.flag-country-fr {
- background-image: url("../img/flags/fr.svg"); }
-
-.flag-country-ga {
- background-image: url("../img/flags/ga.svg"); }
-
-.flag-country-gb {
- background-image: url("../img/flags/gb.svg"); }
-
-.flag-country-gd {
- background-image: url("../img/flags/gd.svg"); }
-
-.flag-country-ge {
- background-image: url("../img/flags/ge.svg"); }
-
-.flag-country-gf {
- background-image: url("../img/flags/gf.svg"); }
-
-.flag-country-gg {
- background-image: url("../img/flags/gg.svg"); }
-
-.flag-country-gh {
- background-image: url("../img/flags/gh.svg"); }
-
-.flag-country-gi {
- background-image: url("../img/flags/gi.svg"); }
-
-.flag-country-gl {
- background-image: url("../img/flags/gl.svg"); }
-
-.flag-country-gm {
- background-image: url("../img/flags/gm.svg"); }
-
-.flag-country-gn {
- background-image: url("../img/flags/gn.svg"); }
-
-.flag-country-gp {
- background-image: url("../img/flags/gp.svg"); }
-
-.flag-country-gq {
- background-image: url("../img/flags/gq.svg"); }
-
-.flag-country-gr {
- background-image: url("../img/flags/gr.svg"); }
-
-.flag-country-gs {
- background-image: url("../img/flags/gs.svg"); }
-
-.flag-country-gt {
- background-image: url("../img/flags/gt.svg"); }
-
-.flag-country-gu {
- background-image: url("../img/flags/gu.svg"); }
-
-.flag-country-gw {
- background-image: url("../img/flags/gw.svg"); }
-
-.flag-country-gy {
- background-image: url("../img/flags/gy.svg"); }
-
-.flag-country-hk {
- background-image: url("../img/flags/hk.svg"); }
-
-.flag-country-hm {
- background-image: url("../img/flags/hm.svg"); }
-
-.flag-country-hn {
- background-image: url("../img/flags/hn.svg"); }
-
-.flag-country-hr {
- background-image: url("../img/flags/hr.svg"); }
-
-.flag-country-ht {
- background-image: url("../img/flags/ht.svg"); }
-
-.flag-country-hu {
- background-image: url("../img/flags/hu.svg"); }
-
-.flag-country-id {
- background-image: url("../img/flags/id.svg"); }
-
-.flag-country-ie {
- background-image: url("../img/flags/ie.svg"); }
-
-.flag-country-il {
- background-image: url("../img/flags/il.svg"); }
-
-.flag-country-im {
- background-image: url("../img/flags/im.svg"); }
-
-.flag-country-in {
- background-image: url("../img/flags/in.svg"); }
-
-.flag-country-io {
- background-image: url("../img/flags/io.svg"); }
-
-.flag-country-iq {
- background-image: url("../img/flags/iq.svg"); }
-
-.flag-country-ir {
- background-image: url("../img/flags/ir.svg"); }
-
-.flag-country-is {
- background-image: url("../img/flags/is.svg"); }
-
-.flag-country-it {
- background-image: url("../img/flags/it.svg"); }
-
-.flag-country-je {
- background-image: url("../img/flags/je.svg"); }
-
-.flag-country-jm {
- background-image: url("../img/flags/jm.svg"); }
-
-.flag-country-jo {
- background-image: url("../img/flags/jo.svg"); }
-
-.flag-country-jp {
- background-image: url("../img/flags/jp.svg"); }
-
-.flag-country-ke {
- background-image: url("../img/flags/ke.svg"); }
-
-.flag-country-kg {
- background-image: url("../img/flags/kg.svg"); }
-
-.flag-country-kh {
- background-image: url("../img/flags/kh.svg"); }
-
-.flag-country-ki {
- background-image: url("../img/flags/ki.svg"); }
-
-.flag-country-km {
- background-image: url("../img/flags/km.svg"); }
-
-.flag-country-kn {
- background-image: url("../img/flags/kn.svg"); }
-
-.flag-country-kp {
- background-image: url("../img/flags/kp.svg"); }
-
-.flag-country-kr {
- background-image: url("../img/flags/kr.svg"); }
-
-.flag-country-kw {
- background-image: url("../img/flags/kw.svg"); }
-
-.flag-country-ky {
- background-image: url("../img/flags/ky.svg"); }
-
-.flag-country-kz {
- background-image: url("../img/flags/kz.svg"); }
-
-.flag-country-la {
- background-image: url("../img/flags/la.svg"); }
-
-.flag-country-lb {
- background-image: url("../img/flags/lb.svg"); }
-
-.flag-country-lc {
- background-image: url("../img/flags/lc.svg"); }
-
-.flag-country-li {
- background-image: url("../img/flags/li.svg"); }
-
-.flag-country-lk {
- background-image: url("../img/flags/lk.svg"); }
-
-.flag-country-lr {
- background-image: url("../img/flags/lr.svg"); }
-
-.flag-country-ls {
- background-image: url("../img/flags/ls.svg"); }
-
-.flag-country-lt {
- background-image: url("../img/flags/lt.svg"); }
-
-.flag-country-lu {
- background-image: url("../img/flags/lu.svg"); }
-
-.flag-country-lv {
- background-image: url("../img/flags/lv.svg"); }
-
-.flag-country-ly {
- background-image: url("../img/flags/ly.svg"); }
-
-.flag-country-ma {
- background-image: url("../img/flags/ma.svg"); }
-
-.flag-country-mc {
- background-image: url("../img/flags/mc.svg"); }
-
-.flag-country-md {
- background-image: url("../img/flags/md.svg"); }
-
-.flag-country-me {
- background-image: url("../img/flags/me.svg"); }
-
-.flag-country-mf {
- background-image: url("../img/flags/mf.svg"); }
-
-.flag-country-mg {
- background-image: url("../img/flags/mg.svg"); }
-
-.flag-country-mh {
- background-image: url("../img/flags/mh.svg"); }
-
-.flag-country-mk {
- background-image: url("../img/flags/mk.svg"); }
-
-.flag-country-ml {
- background-image: url("../img/flags/ml.svg"); }
-
-.flag-country-mm {
- background-image: url("../img/flags/mm.svg"); }
-
-.flag-country-mn {
- background-image: url("../img/flags/mn.svg"); }
-
-.flag-country-mo {
- background-image: url("../img/flags/mo.svg"); }
-
-.flag-country-mp {
- background-image: url("../img/flags/mp.svg"); }
-
-.flag-country-mq {
- background-image: url("../img/flags/mq.svg"); }
-
-.flag-country-mr {
- background-image: url("../img/flags/mr.svg"); }
-
-.flag-country-ms {
- background-image: url("../img/flags/ms.svg"); }
-
-.flag-country-mt {
- background-image: url("../img/flags/mt.svg"); }
-
-.flag-country-mu {
- background-image: url("../img/flags/mu.svg"); }
-
-.flag-country-mv {
- background-image: url("../img/flags/mv.svg"); }
-
-.flag-country-mw {
- background-image: url("../img/flags/mw.svg"); }
-
-.flag-country-mx {
- background-image: url("../img/flags/mx.svg"); }
-
-.flag-country-my {
- background-image: url("../img/flags/my.svg"); }
-
-.flag-country-mz {
- background-image: url("../img/flags/mz.svg"); }
-
-.flag-country-na {
- background-image: url("../img/flags/na.svg"); }
-
-.flag-country-nc {
- background-image: url("../img/flags/nc.svg"); }
-
-.flag-country-ne {
- background-image: url("../img/flags/ne.svg"); }
-
-.flag-country-nf {
- background-image: url("../img/flags/nf.svg"); }
-
-.flag-country-ng {
- background-image: url("../img/flags/ng.svg"); }
-
-.flag-country-ni {
- background-image: url("../img/flags/ni.svg"); }
-
-.flag-country-nl {
- background-image: url("../img/flags/nl.svg"); }
-
-.flag-country-no {
- background-image: url("../img/flags/no.svg"); }
-
-.flag-country-np {
- background-image: url("../img/flags/np.svg"); }
-
-.flag-country-nr {
- background-image: url("../img/flags/nr.svg"); }
-
-.flag-country-nu {
- background-image: url("../img/flags/nu.svg"); }
-
-.flag-country-nz {
- background-image: url("../img/flags/nz.svg"); }
-
-.flag-country-om {
- background-image: url("../img/flags/om.svg"); }
-
-.flag-country-pa {
- background-image: url("../img/flags/pa.svg"); }
-
-.flag-country-pe {
- background-image: url("../img/flags/pe.svg"); }
-
-.flag-country-pf {
- background-image: url("../img/flags/pf.svg"); }
-
-.flag-country-pg {
- background-image: url("../img/flags/pg.svg"); }
-
-.flag-country-ph {
- background-image: url("../img/flags/ph.svg"); }
-
-.flag-country-pk {
- background-image: url("../img/flags/pk.svg"); }
-
-.flag-country-pl {
- background-image: url("../img/flags/pl.svg"); }
-
-.flag-country-pm {
- background-image: url("../img/flags/pm.svg"); }
-
-.flag-country-pn {
- background-image: url("../img/flags/pn.svg"); }
-
-.flag-country-pr {
- background-image: url("../img/flags/pr.svg"); }
-
-.flag-country-ps {
- background-image: url("../img/flags/ps.svg"); }
-
-.flag-country-pt {
- background-image: url("../img/flags/pt.svg"); }
-
-.flag-country-pw {
- background-image: url("../img/flags/pw.svg"); }
-
-.flag-country-py {
- background-image: url("../img/flags/py.svg"); }
-
-.flag-country-qa {
- background-image: url("../img/flags/qa.svg"); }
-
-.flag-country-re {
- background-image: url("../img/flags/re.svg"); }
-
-.flag-country-ro {
- background-image: url("../img/flags/ro.svg"); }
-
-.flag-country-rs {
- background-image: url("../img/flags/rs.svg"); }
-
-.flag-country-ru {
- background-image: url("../img/flags/ru.svg"); }
-
-.flag-country-rw {
- background-image: url("../img/flags/rw.svg"); }
-
-.flag-country-sa {
- background-image: url("../img/flags/sa.svg"); }
-
-.flag-country-sb {
- background-image: url("../img/flags/sb.svg"); }
-
-.flag-country-sc {
- background-image: url("../img/flags/sc.svg"); }
-
-.flag-country-sd {
- background-image: url("../img/flags/sd.svg"); }
-
-.flag-country-se {
- background-image: url("../img/flags/se.svg"); }
-
-.flag-country-sg {
- background-image: url("../img/flags/sg.svg"); }
-
-.flag-country-sh {
- background-image: url("../img/flags/sh.svg"); }
-
-.flag-country-si {
- background-image: url("../img/flags/si.svg"); }
-
-.flag-country-sj {
- background-image: url("../img/flags/sj.svg"); }
-
-.flag-country-sk {
- background-image: url("../img/flags/sk.svg"); }
-
-.flag-country-sl {
- background-image: url("../img/flags/sl.svg"); }
-
-.flag-country-sm {
- background-image: url("../img/flags/sm.svg"); }
-
-.flag-country-sn {
- background-image: url("../img/flags/sn.svg"); }
-
-.flag-country-so {
- background-image: url("../img/flags/so.svg"); }
-
-.flag-country-sr {
- background-image: url("../img/flags/sr.svg"); }
-
-.flag-country-ss {
- background-image: url("../img/flags/ss.svg"); }
-
-.flag-country-st {
- background-image: url("../img/flags/st.svg"); }
-
-.flag-country-sv {
- background-image: url("../img/flags/sv.svg"); }
-
-.flag-country-sx {
- background-image: url("../img/flags/sx.svg"); }
-
-.flag-country-sy {
- background-image: url("../img/flags/sy.svg"); }
-
-.flag-country-sz {
- background-image: url("../img/flags/sz.svg"); }
-
-.flag-country-tc {
- background-image: url("../img/flags/tc.svg"); }
-
-.flag-country-td {
- background-image: url("../img/flags/td.svg"); }
-
-.flag-country-tf {
- background-image: url("../img/flags/tf.svg"); }
-
-.flag-country-tg {
- background-image: url("../img/flags/tg.svg"); }
-
-.flag-country-th {
- background-image: url("../img/flags/th.svg"); }
-
-.flag-country-tj {
- background-image: url("../img/flags/tj.svg"); }
-
-.flag-country-tk {
- background-image: url("../img/flags/tk.svg"); }
-
-.flag-country-tl {
- background-image: url("../img/flags/tl.svg"); }
-
-.flag-country-tm {
- background-image: url("../img/flags/tm.svg"); }
-
-.flag-country-tn {
- background-image: url("../img/flags/tn.svg"); }
-
-.flag-country-to {
- background-image: url("../img/flags/to.svg"); }
-
-.flag-country-tr {
- background-image: url("../img/flags/tr.svg"); }
-
-.flag-country-tt {
- background-image: url("../img/flags/tt.svg"); }
-
-.flag-country-tv {
- background-image: url("../img/flags/tv.svg"); }
-
-.flag-country-tw {
- background-image: url("../img/flags/tw.svg"); }
-
-.flag-country-tz {
- background-image: url("../img/flags/tz.svg"); }
-
-.flag-country-ua {
- background-image: url("../img/flags/ua.svg"); }
-
-.flag-country-ug {
- background-image: url("../img/flags/ug.svg"); }
-
-.flag-country-um {
- background-image: url("../img/flags/um.svg"); }
-
-.flag-country-us {
- background-image: url("../img/flags/us.svg"); }
-
-.flag-country-uy {
- background-image: url("../img/flags/uy.svg"); }
-
-.flag-country-uz {
- background-image: url("../img/flags/uz.svg"); }
-
-.flag-country-va {
- background-image: url("../img/flags/va.svg"); }
-
-.flag-country-vc {
- background-image: url("../img/flags/vc.svg"); }
-
-.flag-country-ve {
- background-image: url("../img/flags/ve.svg"); }
-
-.flag-country-vg {
- background-image: url("../img/flags/vg.svg"); }
-
-.flag-country-vi {
- background-image: url("../img/flags/vi.svg"); }
-
-.flag-country-vn {
- background-image: url("../img/flags/vn.svg"); }
-
-.flag-country-vu {
- background-image: url("../img/flags/vu.svg"); }
-
-.flag-country-wf {
- background-image: url("../img/flags/wf.svg"); }
-
-.flag-country-ws {
- background-image: url("../img/flags/ws.svg"); }
-
-.flag-country-ye {
- background-image: url("../img/flags/ye.svg"); }
-
-.flag-country-yt {
- background-image: url("../img/flags/yt.svg"); }
-
-.flag-country-za {
- background-image: url("../img/flags/za.svg"); }
-
-.flag-country-zm {
- background-image: url("../img/flags/zm.svg"); }
-
-.flag-country-zw {
- background-image: url("../img/flags/zw.svg"); }
-
-.flag-country-es-ct {
- background-image: url("../img/flags/es-ct.svg"); }
-
-.flag-country-eu {
- background-image: url("../img/flags/eu.svg"); }
-
-.flag-country-gb-eng {
- background-image: url("../img/flags/gb-eng.svg"); }
-
-.flag-country-gb-nir {
- background-image: url("../img/flags/gb-nir.svg"); }
-
-.flag-country-gb-sct {
- background-image: url("../img/flags/gb-sct.svg"); }
-
-.flag-country-gb-wls {
- background-image: url("../img/flags/gb-wls.svg"); }
-
-.flag-country-un {
- background-image: url("../img/flags/un.svg"); }
-
-.flag-md {
- width: 2.66666rem;
- height: 2rem; }
-
-.flag-lg {
- width: 3.99999rem;
- height: 3rem; }
-
-.flag-xl {
- width: 5.33332rem;
- height: 4rem; }
-/*# sourceMappingURL=tabler-flags.css.map */
\ No newline at end of file
diff --git a/dist/css/tabler-flags.css.map b/dist/css/tabler-flags.css.map
deleted file mode 100644
index 0d9e3edca..000000000
Binary files a/dist/css/tabler-flags.css.map and /dev/null differ
diff --git a/dist/css/tabler-flags.min.css b/dist/css/tabler-flags.min.css
deleted file mode 100644
index 2cb92b4a7..000000000
--- a/dist/css/tabler-flags.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- * Tabler (v1.0.0-alpha.7)
- * Copyright 2018-2020 The Tabler Authors
- * Copyright 2018-2020 codecalm
- * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
- */.flag{position:relative;display:inline-block;width:1.33333em;height:1em;vertical-align:-3px;background-repeat:no-repeat;background-position:center;background-size:cover;border:1px solid rgba(95,102,110,.2);border-radius:3px}.flag-country-ad{background-image:url(../img/flags/ad.svg)}.flag-country-ae{background-image:url(../img/flags/ae.svg)}.flag-country-af{background-image:url(../img/flags/af.svg)}.flag-country-ag{background-image:url(../img/flags/ag.svg)}.flag-country-ai{background-image:url(../img/flags/ai.svg)}.flag-country-al{background-image:url(../img/flags/al.svg)}.flag-country-am{background-image:url(../img/flags/am.svg)}.flag-country-ao{background-image:url(../img/flags/ao.svg)}.flag-country-aq{background-image:url(../img/flags/aq.svg)}.flag-country-ar{background-image:url(../img/flags/ar.svg)}.flag-country-as{background-image:url(../img/flags/as.svg)}.flag-country-at{background-image:url(../img/flags/at.svg)}.flag-country-au{background-image:url(../img/flags/au.svg)}.flag-country-aw{background-image:url(../img/flags/aw.svg)}.flag-country-ax{background-image:url(../img/flags/ax.svg)}.flag-country-az{background-image:url(../img/flags/az.svg)}.flag-country-ba{background-image:url(../img/flags/ba.svg)}.flag-country-bb{background-image:url(../img/flags/bb.svg)}.flag-country-bd{background-image:url(../img/flags/bd.svg)}.flag-country-be{background-image:url(../img/flags/be.svg)}.flag-country-bf{background-image:url(../img/flags/bf.svg)}.flag-country-bg{background-image:url(../img/flags/bg.svg)}.flag-country-bh{background-image:url(../img/flags/bh.svg)}.flag-country-bi{background-image:url(../img/flags/bi.svg)}.flag-country-bj{background-image:url(../img/flags/bj.svg)}.flag-country-bl{background-image:url(../img/flags/bl.svg)}.flag-country-bm{background-image:url(../img/flags/bm.svg)}.flag-country-bn{background-image:url(../img/flags/bn.svg)}.flag-country-bo{background-image:url(../img/flags/bo.svg)}.flag-country-bq{background-image:url(../img/flags/bq.svg)}.flag-country-br{background-image:url(../img/flags/br.svg)}.flag-country-bs{background-image:url(../img/flags/bs.svg)}.flag-country-bt{background-image:url(../img/flags/bt.svg)}.flag-country-bv{background-image:url(../img/flags/bv.svg)}.flag-country-bw{background-image:url(../img/flags/bw.svg)}.flag-country-by{background-image:url(../img/flags/by.svg)}.flag-country-bz{background-image:url(../img/flags/bz.svg)}.flag-country-ca{background-image:url(../img/flags/ca.svg)}.flag-country-cc{background-image:url(../img/flags/cc.svg)}.flag-country-cd{background-image:url(../img/flags/cd.svg)}.flag-country-cf{background-image:url(../img/flags/cf.svg)}.flag-country-cg{background-image:url(../img/flags/cg.svg)}.flag-country-ch{background-image:url(../img/flags/ch.svg)}.flag-country-ci{background-image:url(../img/flags/ci.svg)}.flag-country-ck{background-image:url(../img/flags/ck.svg)}.flag-country-cl{background-image:url(../img/flags/cl.svg)}.flag-country-cm{background-image:url(../img/flags/cm.svg)}.flag-country-cn{background-image:url(../img/flags/cn.svg)}.flag-country-co{background-image:url(../img/flags/co.svg)}.flag-country-cr{background-image:url(../img/flags/cr.svg)}.flag-country-cu{background-image:url(../img/flags/cu.svg)}.flag-country-cv{background-image:url(../img/flags/cv.svg)}.flag-country-cw{background-image:url(../img/flags/cw.svg)}.flag-country-cx{background-image:url(../img/flags/cx.svg)}.flag-country-cy{background-image:url(../img/flags/cy.svg)}.flag-country-cz{background-image:url(../img/flags/cz.svg)}.flag-country-de{background-image:url(../img/flags/de.svg)}.flag-country-dj{background-image:url(../img/flags/dj.svg)}.flag-country-dk{background-image:url(../img/flags/dk.svg)}.flag-country-dm{background-image:url(../img/flags/dm.svg)}.flag-country-do{background-image:url(../img/flags/do.svg)}.flag-country-dz{background-image:url(../img/flags/dz.svg)}.flag-country-ec{background-image:url(../img/flags/ec.svg)}.flag-country-ee{background-image:url(../img/flags/ee.svg)}.flag-country-eg{background-image:url(../img/flags/eg.svg)}.flag-country-eh{background-image:url(../img/flags/eh.svg)}.flag-country-er{background-image:url(../img/flags/er.svg)}.flag-country-es{background-image:url(../img/flags/es.svg)}.flag-country-et{background-image:url(../img/flags/et.svg)}.flag-country-fi{background-image:url(../img/flags/fi.svg)}.flag-country-fj{background-image:url(../img/flags/fj.svg)}.flag-country-fk{background-image:url(../img/flags/fk.svg)}.flag-country-fm{background-image:url(../img/flags/fm.svg)}.flag-country-fo{background-image:url(../img/flags/fo.svg)}.flag-country-fr{background-image:url(../img/flags/fr.svg)}.flag-country-ga{background-image:url(../img/flags/ga.svg)}.flag-country-gb{background-image:url(../img/flags/gb.svg)}.flag-country-gd{background-image:url(../img/flags/gd.svg)}.flag-country-ge{background-image:url(../img/flags/ge.svg)}.flag-country-gf{background-image:url(../img/flags/gf.svg)}.flag-country-gg{background-image:url(../img/flags/gg.svg)}.flag-country-gh{background-image:url(../img/flags/gh.svg)}.flag-country-gi{background-image:url(../img/flags/gi.svg)}.flag-country-gl{background-image:url(../img/flags/gl.svg)}.flag-country-gm{background-image:url(../img/flags/gm.svg)}.flag-country-gn{background-image:url(../img/flags/gn.svg)}.flag-country-gp{background-image:url(../img/flags/gp.svg)}.flag-country-gq{background-image:url(../img/flags/gq.svg)}.flag-country-gr{background-image:url(../img/flags/gr.svg)}.flag-country-gs{background-image:url(../img/flags/gs.svg)}.flag-country-gt{background-image:url(../img/flags/gt.svg)}.flag-country-gu{background-image:url(../img/flags/gu.svg)}.flag-country-gw{background-image:url(../img/flags/gw.svg)}.flag-country-gy{background-image:url(../img/flags/gy.svg)}.flag-country-hk{background-image:url(../img/flags/hk.svg)}.flag-country-hm{background-image:url(../img/flags/hm.svg)}.flag-country-hn{background-image:url(../img/flags/hn.svg)}.flag-country-hr{background-image:url(../img/flags/hr.svg)}.flag-country-ht{background-image:url(../img/flags/ht.svg)}.flag-country-hu{background-image:url(../img/flags/hu.svg)}.flag-country-id{background-image:url(../img/flags/id.svg)}.flag-country-ie{background-image:url(../img/flags/ie.svg)}.flag-country-il{background-image:url(../img/flags/il.svg)}.flag-country-im{background-image:url(../img/flags/im.svg)}.flag-country-in{background-image:url(../img/flags/in.svg)}.flag-country-io{background-image:url(../img/flags/io.svg)}.flag-country-iq{background-image:url(../img/flags/iq.svg)}.flag-country-ir{background-image:url(../img/flags/ir.svg)}.flag-country-is{background-image:url(../img/flags/is.svg)}.flag-country-it{background-image:url(../img/flags/it.svg)}.flag-country-je{background-image:url(../img/flags/je.svg)}.flag-country-jm{background-image:url(../img/flags/jm.svg)}.flag-country-jo{background-image:url(../img/flags/jo.svg)}.flag-country-jp{background-image:url(../img/flags/jp.svg)}.flag-country-ke{background-image:url(../img/flags/ke.svg)}.flag-country-kg{background-image:url(../img/flags/kg.svg)}.flag-country-kh{background-image:url(../img/flags/kh.svg)}.flag-country-ki{background-image:url(../img/flags/ki.svg)}.flag-country-km{background-image:url(../img/flags/km.svg)}.flag-country-kn{background-image:url(../img/flags/kn.svg)}.flag-country-kp{background-image:url(../img/flags/kp.svg)}.flag-country-kr{background-image:url(../img/flags/kr.svg)}.flag-country-kw{background-image:url(../img/flags/kw.svg)}.flag-country-ky{background-image:url(../img/flags/ky.svg)}.flag-country-kz{background-image:url(../img/flags/kz.svg)}.flag-country-la{background-image:url(../img/flags/la.svg)}.flag-country-lb{background-image:url(../img/flags/lb.svg)}.flag-country-lc{background-image:url(../img/flags/lc.svg)}.flag-country-li{background-image:url(../img/flags/li.svg)}.flag-country-lk{background-image:url(../img/flags/lk.svg)}.flag-country-lr{background-image:url(../img/flags/lr.svg)}.flag-country-ls{background-image:url(../img/flags/ls.svg)}.flag-country-lt{background-image:url(../img/flags/lt.svg)}.flag-country-lu{background-image:url(../img/flags/lu.svg)}.flag-country-lv{background-image:url(../img/flags/lv.svg)}.flag-country-ly{background-image:url(../img/flags/ly.svg)}.flag-country-ma{background-image:url(../img/flags/ma.svg)}.flag-country-mc{background-image:url(../img/flags/mc.svg)}.flag-country-md{background-image:url(../img/flags/md.svg)}.flag-country-me{background-image:url(../img/flags/me.svg)}.flag-country-mf{background-image:url(../img/flags/mf.svg)}.flag-country-mg{background-image:url(../img/flags/mg.svg)}.flag-country-mh{background-image:url(../img/flags/mh.svg)}.flag-country-mk{background-image:url(../img/flags/mk.svg)}.flag-country-ml{background-image:url(../img/flags/ml.svg)}.flag-country-mm{background-image:url(../img/flags/mm.svg)}.flag-country-mn{background-image:url(../img/flags/mn.svg)}.flag-country-mo{background-image:url(../img/flags/mo.svg)}.flag-country-mp{background-image:url(../img/flags/mp.svg)}.flag-country-mq{background-image:url(../img/flags/mq.svg)}.flag-country-mr{background-image:url(../img/flags/mr.svg)}.flag-country-ms{background-image:url(../img/flags/ms.svg)}.flag-country-mt{background-image:url(../img/flags/mt.svg)}.flag-country-mu{background-image:url(../img/flags/mu.svg)}.flag-country-mv{background-image:url(../img/flags/mv.svg)}.flag-country-mw{background-image:url(../img/flags/mw.svg)}.flag-country-mx{background-image:url(../img/flags/mx.svg)}.flag-country-my{background-image:url(../img/flags/my.svg)}.flag-country-mz{background-image:url(../img/flags/mz.svg)}.flag-country-na{background-image:url(../img/flags/na.svg)}.flag-country-nc{background-image:url(../img/flags/nc.svg)}.flag-country-ne{background-image:url(../img/flags/ne.svg)}.flag-country-nf{background-image:url(../img/flags/nf.svg)}.flag-country-ng{background-image:url(../img/flags/ng.svg)}.flag-country-ni{background-image:url(../img/flags/ni.svg)}.flag-country-nl{background-image:url(../img/flags/nl.svg)}.flag-country-no{background-image:url(../img/flags/no.svg)}.flag-country-np{background-image:url(../img/flags/np.svg)}.flag-country-nr{background-image:url(../img/flags/nr.svg)}.flag-country-nu{background-image:url(../img/flags/nu.svg)}.flag-country-nz{background-image:url(../img/flags/nz.svg)}.flag-country-om{background-image:url(../img/flags/om.svg)}.flag-country-pa{background-image:url(../img/flags/pa.svg)}.flag-country-pe{background-image:url(../img/flags/pe.svg)}.flag-country-pf{background-image:url(../img/flags/pf.svg)}.flag-country-pg{background-image:url(../img/flags/pg.svg)}.flag-country-ph{background-image:url(../img/flags/ph.svg)}.flag-country-pk{background-image:url(../img/flags/pk.svg)}.flag-country-pl{background-image:url(../img/flags/pl.svg)}.flag-country-pm{background-image:url(../img/flags/pm.svg)}.flag-country-pn{background-image:url(../img/flags/pn.svg)}.flag-country-pr{background-image:url(../img/flags/pr.svg)}.flag-country-ps{background-image:url(../img/flags/ps.svg)}.flag-country-pt{background-image:url(../img/flags/pt.svg)}.flag-country-pw{background-image:url(../img/flags/pw.svg)}.flag-country-py{background-image:url(../img/flags/py.svg)}.flag-country-qa{background-image:url(../img/flags/qa.svg)}.flag-country-re{background-image:url(../img/flags/re.svg)}.flag-country-ro{background-image:url(../img/flags/ro.svg)}.flag-country-rs{background-image:url(../img/flags/rs.svg)}.flag-country-ru{background-image:url(../img/flags/ru.svg)}.flag-country-rw{background-image:url(../img/flags/rw.svg)}.flag-country-sa{background-image:url(../img/flags/sa.svg)}.flag-country-sb{background-image:url(../img/flags/sb.svg)}.flag-country-sc{background-image:url(../img/flags/sc.svg)}.flag-country-sd{background-image:url(../img/flags/sd.svg)}.flag-country-se{background-image:url(../img/flags/se.svg)}.flag-country-sg{background-image:url(../img/flags/sg.svg)}.flag-country-sh{background-image:url(../img/flags/sh.svg)}.flag-country-si{background-image:url(../img/flags/si.svg)}.flag-country-sj{background-image:url(../img/flags/sj.svg)}.flag-country-sk{background-image:url(../img/flags/sk.svg)}.flag-country-sl{background-image:url(../img/flags/sl.svg)}.flag-country-sm{background-image:url(../img/flags/sm.svg)}.flag-country-sn{background-image:url(../img/flags/sn.svg)}.flag-country-so{background-image:url(../img/flags/so.svg)}.flag-country-sr{background-image:url(../img/flags/sr.svg)}.flag-country-ss{background-image:url(../img/flags/ss.svg)}.flag-country-st{background-image:url(../img/flags/st.svg)}.flag-country-sv{background-image:url(../img/flags/sv.svg)}.flag-country-sx{background-image:url(../img/flags/sx.svg)}.flag-country-sy{background-image:url(../img/flags/sy.svg)}.flag-country-sz{background-image:url(../img/flags/sz.svg)}.flag-country-tc{background-image:url(../img/flags/tc.svg)}.flag-country-td{background-image:url(../img/flags/td.svg)}.flag-country-tf{background-image:url(../img/flags/tf.svg)}.flag-country-tg{background-image:url(../img/flags/tg.svg)}.flag-country-th{background-image:url(../img/flags/th.svg)}.flag-country-tj{background-image:url(../img/flags/tj.svg)}.flag-country-tk{background-image:url(../img/flags/tk.svg)}.flag-country-tl{background-image:url(../img/flags/tl.svg)}.flag-country-tm{background-image:url(../img/flags/tm.svg)}.flag-country-tn{background-image:url(../img/flags/tn.svg)}.flag-country-to{background-image:url(../img/flags/to.svg)}.flag-country-tr{background-image:url(../img/flags/tr.svg)}.flag-country-tt{background-image:url(../img/flags/tt.svg)}.flag-country-tv{background-image:url(../img/flags/tv.svg)}.flag-country-tw{background-image:url(../img/flags/tw.svg)}.flag-country-tz{background-image:url(../img/flags/tz.svg)}.flag-country-ua{background-image:url(../img/flags/ua.svg)}.flag-country-ug{background-image:url(../img/flags/ug.svg)}.flag-country-um{background-image:url(../img/flags/um.svg)}.flag-country-us{background-image:url(../img/flags/us.svg)}.flag-country-uy{background-image:url(../img/flags/uy.svg)}.flag-country-uz{background-image:url(../img/flags/uz.svg)}.flag-country-va{background-image:url(../img/flags/va.svg)}.flag-country-vc{background-image:url(../img/flags/vc.svg)}.flag-country-ve{background-image:url(../img/flags/ve.svg)}.flag-country-vg{background-image:url(../img/flags/vg.svg)}.flag-country-vi{background-image:url(../img/flags/vi.svg)}.flag-country-vn{background-image:url(../img/flags/vn.svg)}.flag-country-vu{background-image:url(../img/flags/vu.svg)}.flag-country-wf{background-image:url(../img/flags/wf.svg)}.flag-country-ws{background-image:url(../img/flags/ws.svg)}.flag-country-ye{background-image:url(../img/flags/ye.svg)}.flag-country-yt{background-image:url(../img/flags/yt.svg)}.flag-country-za{background-image:url(../img/flags/za.svg)}.flag-country-zm{background-image:url(../img/flags/zm.svg)}.flag-country-zw{background-image:url(../img/flags/zw.svg)}.flag-country-es-ct{background-image:url(../img/flags/es-ct.svg)}.flag-country-eu{background-image:url(../img/flags/eu.svg)}.flag-country-gb-eng{background-image:url(../img/flags/gb-eng.svg)}.flag-country-gb-nir{background-image:url(../img/flags/gb-nir.svg)}.flag-country-gb-sct{background-image:url(../img/flags/gb-sct.svg)}.flag-country-gb-wls{background-image:url(../img/flags/gb-wls.svg)}.flag-country-un{background-image:url(../img/flags/un.svg)}.flag-md{width:2.66666rem;height:2rem}.flag-lg{width:3.99999rem;height:3rem}.flag-xl{width:5.33332rem;height:4rem}
-/*# sourceMappingURL=tabler-flags.min.css.map */
\ No newline at end of file
diff --git a/dist/css/tabler-flags.min.css.map b/dist/css/tabler-flags.min.css.map
deleted file mode 100644
index a515c4d55..000000000
Binary files a/dist/css/tabler-flags.min.css.map and /dev/null differ
diff --git a/dist/css/tabler-payments.css b/dist/css/tabler-payments.css
deleted file mode 100644
index 25883eace..000000000
--- a/dist/css/tabler-payments.css
+++ /dev/null
@@ -1,385 +0,0 @@
-/*!
- * Tabler (v1.0.0-alpha.7)
- * Copyright 2018-2020 The Tabler Authors
- * Copyright 2018-2020 codecalm
- * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
- */
-/**
-Dark mode
- */
-.payment {
- width: 3.33332rem;
- height: 2rem;
- display: inline-block;
- background: no-repeat center/100% 100%;
- vertical-align: bottom;
- font-style: normal;
- box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
- border-radius: 2px; }
-
-.payment-provider-2checkout {
- background-image: url("../img/payments/2checkout.svg"); }
-
-.payment-provider-2checkout-dark {
- background-image: url("../img/payments/2checkout-dark.svg"); }
-
-.payment-provider-alipay {
- background-image: url("../img/payments/alipay.svg"); }
-
-.payment-provider-alipay-dark {
- background-image: url("../img/payments/alipay-dark.svg"); }
-
-.payment-provider-amazon {
- background-image: url("../img/payments/amazon.svg"); }
-
-.payment-provider-amazon-dark {
- background-image: url("../img/payments/amazon-dark.svg"); }
-
-.payment-provider-americanexpress {
- background-image: url("../img/payments/americanexpress.svg"); }
-
-.payment-provider-americanexpress-dark {
- background-image: url("../img/payments/americanexpress-dark.svg"); }
-
-.payment-provider-applepay {
- background-image: url("../img/payments/applepay.svg"); }
-
-.payment-provider-applepay-dark {
- background-image: url("../img/payments/applepay-dark.svg"); }
-
-.payment-provider-bancontact {
- background-image: url("../img/payments/bancontact.svg"); }
-
-.payment-provider-bancontact-dark {
- background-image: url("../img/payments/bancontact-dark.svg"); }
-
-.payment-provider-bitcoin {
- background-image: url("../img/payments/bitcoin.svg"); }
-
-.payment-provider-bitcoin-dark {
- background-image: url("../img/payments/bitcoin-dark.svg"); }
-
-.payment-provider-bitpay {
- background-image: url("../img/payments/bitpay.svg"); }
-
-.payment-provider-bitpay-dark {
- background-image: url("../img/payments/bitpay-dark.svg"); }
-
-.payment-provider-blik {
- background-image: url("../img/payments/blik.svg"); }
-
-.payment-provider-blik-dark {
- background-image: url("../img/payments/blik-dark.svg"); }
-
-.payment-provider-cirrus {
- background-image: url("../img/payments/cirrus.svg"); }
-
-.payment-provider-cirrus-dark {
- background-image: url("../img/payments/cirrus-dark.svg"); }
-
-.payment-provider-clickandbuy {
- background-image: url("../img/payments/clickandbuy.svg"); }
-
-.payment-provider-clickandbuy-dark {
- background-image: url("../img/payments/clickandbuy-dark.svg"); }
-
-.payment-provider-coinkite {
- background-image: url("../img/payments/coinkite.svg"); }
-
-.payment-provider-coinkite-dark {
- background-image: url("../img/payments/coinkite-dark.svg"); }
-
-.payment-provider-dinersclub {
- background-image: url("../img/payments/dinersclub.svg"); }
-
-.payment-provider-dinersclub-dark {
- background-image: url("../img/payments/dinersclub-dark.svg"); }
-
-.payment-provider-directdebit {
- background-image: url("../img/payments/directdebit.svg"); }
-
-.payment-provider-directdebit-dark {
- background-image: url("../img/payments/directdebit-dark.svg"); }
-
-.payment-provider-discover {
- background-image: url("../img/payments/discover.svg"); }
-
-.payment-provider-discover-dark {
- background-image: url("../img/payments/discover-dark.svg"); }
-
-.payment-provider-dotpay {
- background-image: url("../img/payments/dotpay.svg"); }
-
-.payment-provider-dotpay-dark {
- background-image: url("../img/payments/dotpay-dark.svg"); }
-
-.payment-provider-dwolla {
- background-image: url("../img/payments/dwolla.svg"); }
-
-.payment-provider-dwolla-dark {
- background-image: url("../img/payments/dwolla-dark.svg"); }
-
-.payment-provider-ebay {
- background-image: url("../img/payments/ebay.svg"); }
-
-.payment-provider-ebay-dark {
- background-image: url("../img/payments/ebay-dark.svg"); }
-
-.payment-provider-eway {
- background-image: url("../img/payments/eway.svg"); }
-
-.payment-provider-eway-dark {
- background-image: url("../img/payments/eway-dark.svg"); }
-
-.payment-provider-giropay {
- background-image: url("../img/payments/giropay.svg"); }
-
-.payment-provider-giropay-dark {
- background-image: url("../img/payments/giropay-dark.svg"); }
-
-.payment-provider-googlewallet {
- background-image: url("../img/payments/googlewallet.svg"); }
-
-.payment-provider-googlewallet-dark {
- background-image: url("../img/payments/googlewallet-dark.svg"); }
-
-.payment-provider-ingenico {
- background-image: url("../img/payments/ingenico.svg"); }
-
-.payment-provider-ingenico-dark {
- background-image: url("../img/payments/ingenico-dark.svg"); }
-
-.payment-provider-jcb {
- background-image: url("../img/payments/jcb.svg"); }
-
-.payment-provider-jcb-dark {
- background-image: url("../img/payments/jcb-dark.svg"); }
-
-.payment-provider-klarna {
- background-image: url("../img/payments/klarna.svg"); }
-
-.payment-provider-klarna-dark {
- background-image: url("../img/payments/klarna-dark.svg"); }
-
-.payment-provider-laser {
- background-image: url("../img/payments/laser.svg"); }
-
-.payment-provider-laser-dark {
- background-image: url("../img/payments/laser-dark.svg"); }
-
-.payment-provider-maestro {
- background-image: url("../img/payments/maestro.svg"); }
-
-.payment-provider-maestro-dark {
- background-image: url("../img/payments/maestro-dark.svg"); }
-
-.payment-provider-mastercard {
- background-image: url("../img/payments/mastercard.svg"); }
-
-.payment-provider-mastercard-dark {
- background-image: url("../img/payments/mastercard-dark.svg"); }
-
-.payment-provider-mir {
- background-image: url("../img/payments/mir.svg"); }
-
-.payment-provider-mir-dark {
- background-image: url("../img/payments/mir-dark.svg"); }
-
-.payment-provider-monero {
- background-image: url("../img/payments/monero.svg"); }
-
-.payment-provider-monero-dark {
- background-image: url("../img/payments/monero-dark.svg"); }
-
-.payment-provider-neteller {
- background-image: url("../img/payments/neteller.svg"); }
-
-.payment-provider-neteller-dark {
- background-image: url("../img/payments/neteller-dark.svg"); }
-
-.payment-provider-ogone {
- background-image: url("../img/payments/ogone.svg"); }
-
-.payment-provider-ogone-dark {
- background-image: url("../img/payments/ogone-dark.svg"); }
-
-.payment-provider-okpay {
- background-image: url("../img/payments/okpay.svg"); }
-
-.payment-provider-okpay-dark {
- background-image: url("../img/payments/okpay-dark.svg"); }
-
-.payment-provider-paybox {
- background-image: url("../img/payments/paybox.svg"); }
-
-.payment-provider-paybox-dark {
- background-image: url("../img/payments/paybox-dark.svg"); }
-
-.payment-provider-paymill {
- background-image: url("../img/payments/paymill.svg"); }
-
-.payment-provider-paymill-dark {
- background-image: url("../img/payments/paymill-dark.svg"); }
-
-.payment-provider-payone {
- background-image: url("../img/payments/payone.svg"); }
-
-.payment-provider-payone-dark {
- background-image: url("../img/payments/payone-dark.svg"); }
-
-.payment-provider-payoneer {
- background-image: url("../img/payments/payoneer.svg"); }
-
-.payment-provider-payoneer-dark {
- background-image: url("../img/payments/payoneer-dark.svg"); }
-
-.payment-provider-paypal {
- background-image: url("../img/payments/paypal.svg"); }
-
-.payment-provider-paypal-dark {
- background-image: url("../img/payments/paypal-dark.svg"); }
-
-.payment-provider-paysafecard {
- background-image: url("../img/payments/paysafecard.svg"); }
-
-.payment-provider-paysafecard-dark {
- background-image: url("../img/payments/paysafecard-dark.svg"); }
-
-.payment-provider-payu {
- background-image: url("../img/payments/payu.svg"); }
-
-.payment-provider-payu-dark {
- background-image: url("../img/payments/payu-dark.svg"); }
-
-.payment-provider-payza {
- background-image: url("../img/payments/payza.svg"); }
-
-.payment-provider-payza-dark {
- background-image: url("../img/payments/payza-dark.svg"); }
-
-.payment-provider-przelewy24 {
- background-image: url("../img/payments/przelewy24.svg"); }
-
-.payment-provider-przelewy24-dark {
- background-image: url("../img/payments/przelewy24-dark.svg"); }
-
-.payment-provider-ripple {
- background-image: url("../img/payments/ripple.svg"); }
-
-.payment-provider-ripple-dark {
- background-image: url("../img/payments/ripple-dark.svg"); }
-
-.payment-provider-sage {
- background-image: url("../img/payments/sage.svg"); }
-
-.payment-provider-sage-dark {
- background-image: url("../img/payments/sage-dark.svg"); }
-
-.payment-provider-sepa {
- background-image: url("../img/payments/sepa.svg"); }
-
-.payment-provider-sepa-dark {
- background-image: url("../img/payments/sepa-dark.svg"); }
-
-.payment-provider-shopify {
- background-image: url("../img/payments/shopify.svg"); }
-
-.payment-provider-shopify-dark {
- background-image: url("../img/payments/shopify-dark.svg"); }
-
-.payment-provider-skrill {
- background-image: url("../img/payments/skrill.svg"); }
-
-.payment-provider-skrill-dark {
- background-image: url("../img/payments/skrill-dark.svg"); }
-
-.payment-provider-solo {
- background-image: url("../img/payments/solo.svg"); }
-
-.payment-provider-solo-dark {
- background-image: url("../img/payments/solo-dark.svg"); }
-
-.payment-provider-square {
- background-image: url("../img/payments/square.svg"); }
-
-.payment-provider-square-dark {
- background-image: url("../img/payments/square-dark.svg"); }
-
-.payment-provider-stripe {
- background-image: url("../img/payments/stripe.svg"); }
-
-.payment-provider-stripe-dark {
- background-image: url("../img/payments/stripe-dark.svg"); }
-
-.payment-provider-switch {
- background-image: url("../img/payments/switch.svg"); }
-
-.payment-provider-switch-dark {
- background-image: url("../img/payments/switch-dark.svg"); }
-
-.payment-provider-tpay {
- background-image: url("../img/payments/tpay.svg"); }
-
-.payment-provider-tpay-dark {
- background-image: url("../img/payments/tpay-dark.svg"); }
-
-.payment-provider-ukash {
- background-image: url("../img/payments/ukash.svg"); }
-
-.payment-provider-ukash-dark {
- background-image: url("../img/payments/ukash-dark.svg"); }
-
-.payment-provider-unionpay {
- background-image: url("../img/payments/unionpay.svg"); }
-
-.payment-provider-unionpay-dark {
- background-image: url("../img/payments/unionpay-dark.svg"); }
-
-.payment-provider-verifone {
- background-image: url("../img/payments/verifone.svg"); }
-
-.payment-provider-verifone-dark {
- background-image: url("../img/payments/verifone-dark.svg"); }
-
-.payment-provider-verisign {
- background-image: url("../img/payments/verisign.svg"); }
-
-.payment-provider-verisign-dark {
- background-image: url("../img/payments/verisign-dark.svg"); }
-
-.payment-provider-visa {
- background-image: url("../img/payments/visa.svg"); }
-
-.payment-provider-visa-dark {
- background-image: url("../img/payments/visa-dark.svg"); }
-
-.payment-provider-webmoney {
- background-image: url("../img/payments/webmoney.svg"); }
-
-.payment-provider-webmoney-dark {
- background-image: url("../img/payments/webmoney-dark.svg"); }
-
-.payment-provider-westernunion {
- background-image: url("../img/payments/westernunion.svg"); }
-
-.payment-provider-westernunion-dark {
- background-image: url("../img/payments/westernunion-dark.svg"); }
-
-.payment-provider-worldpay {
- background-image: url("../img/payments/worldpay.svg"); }
-
-.payment-provider-worldpay-dark {
- background-image: url("../img/payments/worldpay-dark.svg"); }
-
-.payment-sm {
- width: 2.49999rem;
- height: 1.5rem; }
-
-.payment-lg {
- width: 4.99998rem;
- height: 3rem; }
-
-.payment-xl {
- width: 6.66664rem;
- height: 4rem; }
-/*# sourceMappingURL=tabler-payments.css.map */
\ No newline at end of file
diff --git a/dist/css/tabler-payments.css.map b/dist/css/tabler-payments.css.map
deleted file mode 100644
index bd2925c0e..000000000
Binary files a/dist/css/tabler-payments.css.map and /dev/null differ
diff --git a/dist/css/tabler-payments.min.css b/dist/css/tabler-payments.min.css
deleted file mode 100644
index f2a19adaa..000000000
--- a/dist/css/tabler-payments.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- * Tabler (v1.0.0-alpha.7)
- * Copyright 2018-2020 The Tabler Authors
- * Copyright 2018-2020 codecalm
- * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
- */.payment{width:3.33332rem;height:2rem;display:inline-block;background:no-repeat center/100% 100%;vertical-align:bottom;font-style:normal;box-shadow:0 0 1px 1px rgba(0,0,0,.1);border-radius:2px}.payment-provider-2checkout{background-image:url(../img/payments/2checkout.svg)}.payment-provider-2checkout-dark{background-image:url(../img/payments/2checkout-dark.svg)}.payment-provider-alipay{background-image:url(../img/payments/alipay.svg)}.payment-provider-alipay-dark{background-image:url(../img/payments/alipay-dark.svg)}.payment-provider-amazon{background-image:url(../img/payments/amazon.svg)}.payment-provider-amazon-dark{background-image:url(../img/payments/amazon-dark.svg)}.payment-provider-americanexpress{background-image:url(../img/payments/americanexpress.svg)}.payment-provider-americanexpress-dark{background-image:url(../img/payments/americanexpress-dark.svg)}.payment-provider-applepay{background-image:url(../img/payments/applepay.svg)}.payment-provider-applepay-dark{background-image:url(../img/payments/applepay-dark.svg)}.payment-provider-bancontact{background-image:url(../img/payments/bancontact.svg)}.payment-provider-bancontact-dark{background-image:url(../img/payments/bancontact-dark.svg)}.payment-provider-bitcoin{background-image:url(../img/payments/bitcoin.svg)}.payment-provider-bitcoin-dark{background-image:url(../img/payments/bitcoin-dark.svg)}.payment-provider-bitpay{background-image:url(../img/payments/bitpay.svg)}.payment-provider-bitpay-dark{background-image:url(../img/payments/bitpay-dark.svg)}.payment-provider-blik{background-image:url(../img/payments/blik.svg)}.payment-provider-blik-dark{background-image:url(../img/payments/blik-dark.svg)}.payment-provider-cirrus{background-image:url(../img/payments/cirrus.svg)}.payment-provider-cirrus-dark{background-image:url(../img/payments/cirrus-dark.svg)}.payment-provider-clickandbuy{background-image:url(../img/payments/clickandbuy.svg)}.payment-provider-clickandbuy-dark{background-image:url(../img/payments/clickandbuy-dark.svg)}.payment-provider-coinkite{background-image:url(../img/payments/coinkite.svg)}.payment-provider-coinkite-dark{background-image:url(../img/payments/coinkite-dark.svg)}.payment-provider-dinersclub{background-image:url(../img/payments/dinersclub.svg)}.payment-provider-dinersclub-dark{background-image:url(../img/payments/dinersclub-dark.svg)}.payment-provider-directdebit{background-image:url(../img/payments/directdebit.svg)}.payment-provider-directdebit-dark{background-image:url(../img/payments/directdebit-dark.svg)}.payment-provider-discover{background-image:url(../img/payments/discover.svg)}.payment-provider-discover-dark{background-image:url(../img/payments/discover-dark.svg)}.payment-provider-dotpay{background-image:url(../img/payments/dotpay.svg)}.payment-provider-dotpay-dark{background-image:url(../img/payments/dotpay-dark.svg)}.payment-provider-dwolla{background-image:url(../img/payments/dwolla.svg)}.payment-provider-dwolla-dark{background-image:url(../img/payments/dwolla-dark.svg)}.payment-provider-ebay{background-image:url(../img/payments/ebay.svg)}.payment-provider-ebay-dark{background-image:url(../img/payments/ebay-dark.svg)}.payment-provider-eway{background-image:url(../img/payments/eway.svg)}.payment-provider-eway-dark{background-image:url(../img/payments/eway-dark.svg)}.payment-provider-giropay{background-image:url(../img/payments/giropay.svg)}.payment-provider-giropay-dark{background-image:url(../img/payments/giropay-dark.svg)}.payment-provider-googlewallet{background-image:url(../img/payments/googlewallet.svg)}.payment-provider-googlewallet-dark{background-image:url(../img/payments/googlewallet-dark.svg)}.payment-provider-ingenico{background-image:url(../img/payments/ingenico.svg)}.payment-provider-ingenico-dark{background-image:url(../img/payments/ingenico-dark.svg)}.payment-provider-jcb{background-image:url(../img/payments/jcb.svg)}.payment-provider-jcb-dark{background-image:url(../img/payments/jcb-dark.svg)}.payment-provider-klarna{background-image:url(../img/payments/klarna.svg)}.payment-provider-klarna-dark{background-image:url(../img/payments/klarna-dark.svg)}.payment-provider-laser{background-image:url(../img/payments/laser.svg)}.payment-provider-laser-dark{background-image:url(../img/payments/laser-dark.svg)}.payment-provider-maestro{background-image:url(../img/payments/maestro.svg)}.payment-provider-maestro-dark{background-image:url(../img/payments/maestro-dark.svg)}.payment-provider-mastercard{background-image:url(../img/payments/mastercard.svg)}.payment-provider-mastercard-dark{background-image:url(../img/payments/mastercard-dark.svg)}.payment-provider-mir{background-image:url(../img/payments/mir.svg)}.payment-provider-mir-dark{background-image:url(../img/payments/mir-dark.svg)}.payment-provider-monero{background-image:url(../img/payments/monero.svg)}.payment-provider-monero-dark{background-image:url(../img/payments/monero-dark.svg)}.payment-provider-neteller{background-image:url(../img/payments/neteller.svg)}.payment-provider-neteller-dark{background-image:url(../img/payments/neteller-dark.svg)}.payment-provider-ogone{background-image:url(../img/payments/ogone.svg)}.payment-provider-ogone-dark{background-image:url(../img/payments/ogone-dark.svg)}.payment-provider-okpay{background-image:url(../img/payments/okpay.svg)}.payment-provider-okpay-dark{background-image:url(../img/payments/okpay-dark.svg)}.payment-provider-paybox{background-image:url(../img/payments/paybox.svg)}.payment-provider-paybox-dark{background-image:url(../img/payments/paybox-dark.svg)}.payment-provider-paymill{background-image:url(../img/payments/paymill.svg)}.payment-provider-paymill-dark{background-image:url(../img/payments/paymill-dark.svg)}.payment-provider-payone{background-image:url(../img/payments/payone.svg)}.payment-provider-payone-dark{background-image:url(../img/payments/payone-dark.svg)}.payment-provider-payoneer{background-image:url(../img/payments/payoneer.svg)}.payment-provider-payoneer-dark{background-image:url(../img/payments/payoneer-dark.svg)}.payment-provider-paypal{background-image:url(../img/payments/paypal.svg)}.payment-provider-paypal-dark{background-image:url(../img/payments/paypal-dark.svg)}.payment-provider-paysafecard{background-image:url(../img/payments/paysafecard.svg)}.payment-provider-paysafecard-dark{background-image:url(../img/payments/paysafecard-dark.svg)}.payment-provider-payu{background-image:url(../img/payments/payu.svg)}.payment-provider-payu-dark{background-image:url(../img/payments/payu-dark.svg)}.payment-provider-payza{background-image:url(../img/payments/payza.svg)}.payment-provider-payza-dark{background-image:url(../img/payments/payza-dark.svg)}.payment-provider-przelewy24{background-image:url(../img/payments/przelewy24.svg)}.payment-provider-przelewy24-dark{background-image:url(../img/payments/przelewy24-dark.svg)}.payment-provider-ripple{background-image:url(../img/payments/ripple.svg)}.payment-provider-ripple-dark{background-image:url(../img/payments/ripple-dark.svg)}.payment-provider-sage{background-image:url(../img/payments/sage.svg)}.payment-provider-sage-dark{background-image:url(../img/payments/sage-dark.svg)}.payment-provider-sepa{background-image:url(../img/payments/sepa.svg)}.payment-provider-sepa-dark{background-image:url(../img/payments/sepa-dark.svg)}.payment-provider-shopify{background-image:url(../img/payments/shopify.svg)}.payment-provider-shopify-dark{background-image:url(../img/payments/shopify-dark.svg)}.payment-provider-skrill{background-image:url(../img/payments/skrill.svg)}.payment-provider-skrill-dark{background-image:url(../img/payments/skrill-dark.svg)}.payment-provider-solo{background-image:url(../img/payments/solo.svg)}.payment-provider-solo-dark{background-image:url(../img/payments/solo-dark.svg)}.payment-provider-square{background-image:url(../img/payments/square.svg)}.payment-provider-square-dark{background-image:url(../img/payments/square-dark.svg)}.payment-provider-stripe{background-image:url(../img/payments/stripe.svg)}.payment-provider-stripe-dark{background-image:url(../img/payments/stripe-dark.svg)}.payment-provider-switch{background-image:url(../img/payments/switch.svg)}.payment-provider-switch-dark{background-image:url(../img/payments/switch-dark.svg)}.payment-provider-tpay{background-image:url(../img/payments/tpay.svg)}.payment-provider-tpay-dark{background-image:url(../img/payments/tpay-dark.svg)}.payment-provider-ukash{background-image:url(../img/payments/ukash.svg)}.payment-provider-ukash-dark{background-image:url(../img/payments/ukash-dark.svg)}.payment-provider-unionpay{background-image:url(../img/payments/unionpay.svg)}.payment-provider-unionpay-dark{background-image:url(../img/payments/unionpay-dark.svg)}.payment-provider-verifone{background-image:url(../img/payments/verifone.svg)}.payment-provider-verifone-dark{background-image:url(../img/payments/verifone-dark.svg)}.payment-provider-verisign{background-image:url(../img/payments/verisign.svg)}.payment-provider-verisign-dark{background-image:url(../img/payments/verisign-dark.svg)}.payment-provider-visa{background-image:url(../img/payments/visa.svg)}.payment-provider-visa-dark{background-image:url(../img/payments/visa-dark.svg)}.payment-provider-webmoney{background-image:url(../img/payments/webmoney.svg)}.payment-provider-webmoney-dark{background-image:url(../img/payments/webmoney-dark.svg)}.payment-provider-westernunion{background-image:url(../img/payments/westernunion.svg)}.payment-provider-westernunion-dark{background-image:url(../img/payments/westernunion-dark.svg)}.payment-provider-worldpay{background-image:url(../img/payments/worldpay.svg)}.payment-provider-worldpay-dark{background-image:url(../img/payments/worldpay-dark.svg)}.payment-sm{width:2.49999rem;height:1.5rem}.payment-lg{width:4.99998rem;height:3rem}.payment-xl{width:6.66664rem;height:4rem}
-/*# sourceMappingURL=tabler-payments.min.css.map */
\ No newline at end of file
diff --git a/dist/css/tabler-payments.min.css.map b/dist/css/tabler-payments.min.css.map
deleted file mode 100644
index 8ccbb85d4..000000000
Binary files a/dist/css/tabler-payments.min.css.map and /dev/null differ
diff --git a/dist/css/tabler.css b/dist/css/tabler.css
deleted file mode 100644
index 552304ebe..000000000
--- a/dist/css/tabler.css
+++ /dev/null
@@ -1,11931 +0,0 @@
-@charset "UTF-8";
-/*!
- * Tabler (v1.0.0-alpha.7)
- * Copyright 2018-2020 The Tabler Authors
- * Copyright 2018-2020 codecalm
- * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
- */
-/**
-Dark mode
- */
-:root {
- --bs-blue: #206bc4;
- --bs-azure: #45aaf2;
- --bs-indigo: #6574cd;
- --bs-purple: #a55eea;
- --bs-pink: #f66d9b;
- --bs-red: #cd201f;
- --bs-orange: #ff922b;
- --bs-yellow: #fab005;
- --bs-lime: #94d82d;
- --bs-green: #5eba00;
- --bs-teal: #2bcbba;
- --bs-cyan: #17a2b8;
- --bs-gray: #a8aeb7;
- --bs-gray-dark: #545d6d;
- --bs-dark: #354052;
- --bs-primary: #206bc4;
- --bs-secondary: #5f666e;
- --bs-success: #5eba00;
- --bs-info: #45aaf2;
- --bs-warning: #fab005;
- --bs-danger: #cd201f;
- --bs-light: #f5f7fb;
- --bs-dark: #354052;
- --bs-font-sans-serif: false, -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
- --bs-font-monospace: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
- --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); }
-
-*,
-*::before,
-*::after {
- box-sizing: border-box; }
-
-body {
- margin: 0;
- font-family: var(--bs-font-sans-serif);
- font-size: 0.875rem;
- font-weight: 400;
- line-height: 1.7142857;
- color: #212b36;
- background-color: #f5f7fb;
- -webkit-text-size-adjust: 100%;
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
-
-[tabindex="-1"]:focus:not(:focus-visible) {
- outline: 0 !important; }
-
-hr, .hr {
- margin: 2rem 0;
- color: inherit;
- background-color: currentColor;
- border: 0;
- opacity: 0.1; }
-
-hr:not([size]), .hr:not([size]) {
- height: 1px; }
-
-h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
- margin-top: 0;
- margin-bottom: 0.5rem;
- font-weight: 500;
- line-height: 1.2; }
-
-h1, .h1 {
- font-size: calc(1.3rem + 0.6vw); }
- @media (min-width: 1200px) {
- h1, .h1 {
- font-size: 1.75rem; } }
-
-h2, .h2 {
- font-size: 1.25rem; }
-
-h3, .h3 {
- font-size: 1rem; }
-
-h4, .h4 {
- font-size: 0.875rem; }
-
-h5, .h5 {
- font-size: 0.75rem; }
-
-h6, .h6 {
- font-size: 0.625rem; }
-
-p {
- margin-top: 0;
- margin-bottom: 1rem; }
-
-abbr[title],
-abbr[data-original-title] {
- text-decoration: underline;
- -webkit-text-decoration: underline dotted;
- text-decoration: underline dotted;
- cursor: help;
- -webkit-text-decoration-skip-ink: none;
- text-decoration-skip-ink: none; }
-
-address {
- margin-bottom: 1rem;
- font-style: normal;
- line-height: inherit; }
-
-ol,
-ul {
- padding-left: 2rem; }
-
-ol,
-ul,
-dl {
- margin-top: 0;
- margin-bottom: 1rem; }
-
-ol ol,
-ul ul,
-ol ul,
-ul ol {
- margin-bottom: 0; }
-
-dt {
- font-weight: 500; }
-
-dd {
- margin-bottom: .5rem;
- margin-left: 0; }
-
-blockquote {
- margin: 0 0 1rem; }
-
-b,
-strong {
- font-weight: bolder; }
-
-small, .small {
- font-size: 0.75rem; }
-
-mark, .mark {
- padding: 0.2em;
- background-color: #fcf8e3; }
-
-sub,
-sup {
- position: relative;
- font-size: 0.75em;
- line-height: 0;
- vertical-align: baseline; }
-
-sub {
- bottom: -.25em; }
-
-sup {
- top: -.5em; }
-
-a {
- color: #206bc4;
- text-decoration: none; }
- a:hover {
- color: #154782; }
-
-a:not([href]):not([class]), a:not([href]):not([class]):hover {
- color: inherit;
- text-decoration: none; }
-
-pre,
-code,
-kbd,
-samp {
- font-family: var(--bs-font-monospace);
- font-size: 1em; }
-
-pre {
- display: block;
- margin-top: 0;
- margin-bottom: 1rem;
- overflow: auto;
- font-size: 0.75rem;
- -ms-overflow-style: scrollbar; }
- pre code {
- font-size: inherit;
- color: inherit;
- word-break: normal; }
-
-code {
- font-size: 0.75rem;
- color: #206bc4;
- word-wrap: break-word; }
- a > code {
- color: inherit; }
-
-kbd {
- padding: 0.2rem 0.4rem;
- font-size: 0.75rem;
- color: #ffffff;
- background-color: #354052;
- border-radius: 0.2rem; }
- kbd kbd {
- padding: 0;
- font-size: 1em;
- font-weight: 500; }
-
-figure {
- margin: 0 0 1rem; }
-
-img,
-svg {
- vertical-align: middle; }
-
-table {
- caption-side: bottom;
- border-collapse: collapse; }
-
-caption {
- padding-top: 0.5rem;
- padding-bottom: 0.5rem;
- color: #5f666e;
- text-align: left; }
-
-th {
- text-align: inherit;
- text-align: -webkit-match-parent; }
-
-thead,
-tbody,
-tfoot,
-tr,
-td,
-th {
- border-color: inherit;
- border-style: solid;
- border-width: 0; }
-
-label {
- display: inline-block; }
-
-button {
- border-radius: 0; }
-
-button:focus {
- outline: 1px dotted;
- outline: 5px auto -webkit-focus-ring-color; }
-
-input,
-button,
-select,
-optgroup,
-textarea {
- margin: 0;
- font-family: inherit;
- font-size: inherit;
- line-height: inherit; }
-
-button,
-input {
- overflow: visible; }
-
-button,
-select {
- text-transform: none; }
-
-[role="button"] {
- cursor: pointer; }
-
-select {
- word-wrap: normal; }
-
-[list]::-webkit-calendar-picker-indicator {
- display: none; }
-
-button,
-[type="button"],
-[type="reset"],
-[type="submit"] {
- -webkit-appearance: button; }
- button:not(:disabled),
- [type="button"]:not(:disabled),
- [type="reset"]:not(:disabled),
- [type="submit"]:not(:disabled) {
- cursor: pointer; }
-
-::-moz-focus-inner {
- padding: 0;
- border-style: none; }
-
-textarea {
- resize: vertical; }
-
-fieldset {
- min-width: 0;
- padding: 0;
- margin: 0;
- border: 0; }
-
-legend {
- float: left;
- width: 100%;
- padding: 0;
- margin-bottom: 0.5rem;
- font-size: calc(1.275rem + 0.3vw);
- line-height: inherit;
- white-space: normal; }
- @media (min-width: 1200px) {
- legend {
- font-size: 1.5rem; } }
- legend + * {
- clear: left; }
-
-::-webkit-datetime-edit-fields-wrapper,
-::-webkit-datetime-edit-text,
-::-webkit-datetime-edit-minute,
-::-webkit-datetime-edit-hour-field,
-::-webkit-datetime-edit-day-field,
-::-webkit-datetime-edit-month-field,
-::-webkit-datetime-edit-year-field {
- padding: 0; }
-
-::-webkit-inner-spin-button {
- height: auto; }
-
-[type="search"] {
- outline-offset: -2px;
- -webkit-appearance: textfield; }
-
-::-webkit-search-decoration {
- -webkit-appearance: none; }
-
-::-webkit-color-swatch-wrapper {
- padding: 0; }
-
-::-webkit-file-upload-button {
- font: inherit;
- -webkit-appearance: button; }
-
-output {
- display: inline-block; }
-
-iframe {
- border: 0; }
-
-summary {
- display: list-item;
- cursor: pointer; }
-
-progress {
- vertical-align: baseline; }
-
-[hidden] {
- display: none !important; }
-
-.lead {
- font-size: 0.875rem;
- font-weight: 400; }
-
-.display-1 {
- font-size: calc(1.625rem + 4.5vw);
- font-weight: 300;
- line-height: 1.2; }
- @media (min-width: 1200px) {
- .display-1 {
- font-size: 5rem; } }
-
-.display-2 {
- font-size: calc(1.575rem + 3.9vw);
- font-weight: 300;
- line-height: 1.2; }
- @media (min-width: 1200px) {
- .display-2 {
- font-size: 4.5rem; } }
-
-.display-3 {
- font-size: calc(1.525rem + 3.3vw);
- font-weight: 300;
- line-height: 1.2; }
- @media (min-width: 1200px) {
- .display-3 {
- font-size: 4rem; } }
-
-.display-4 {
- font-size: calc(1.475rem + 2.7vw);
- font-weight: 300;
- line-height: 1.2; }
- @media (min-width: 1200px) {
- .display-4 {
- font-size: 3.5rem; } }
-
-.display-5 {
- font-size: calc(1.425rem + 2.1vw);
- font-weight: 300;
- line-height: 1.2; }
- @media (min-width: 1200px) {
- .display-5 {
- font-size: 3rem; } }
-
-.display-6 {
- font-size: calc(1.375rem + 1.5vw);
- font-weight: 300;
- line-height: 1.2; }
- @media (min-width: 1200px) {
- .display-6 {
- font-size: 2.5rem; } }
-
-.list-unstyled {
- padding-left: 0;
- list-style: none; }
-
-.list-inline {
- padding-left: 0;
- list-style: none; }
-
-.list-inline-item {
- display: inline-block; }
- .list-inline-item:not(:last-child) {
- margin-right: 0.5rem; }
-
-.initialism {
- font-size: 0.75rem;
- text-transform: uppercase; }
-
-.blockquote {
- margin-bottom: 1rem;
- font-size: 0.875rem; }
- .blockquote > :last-child {
- margin-bottom: 0; }
-
-.blockquote-footer {
- margin-top: -1rem;
- margin-bottom: 1rem;
- font-size: 0.75rem;
- color: #a8aeb7; }
- .blockquote-footer::before {
- content: "\2014\00A0"; }
-
-.img-fluid {
- max-width: 100%;
- height: auto; }
-
-.img-thumbnail {
- padding: 0.25rem;
- background-color: #f5f7fb;
- border: 1px solid #e9ecf1;
- border-radius: 3px;
- max-width: 100%;
- height: auto; }
-
-.figure {
- display: inline-block; }
-
-.figure-img {
- margin-bottom: 0.5rem;
- line-height: 1; }
-
-.figure-caption {
- font-size: 0.75rem;
- color: #a8aeb7; }
-
-.container,
-.container-fluid,
-.container-sm,
-.container-md,
-.container-lg,
-.container-xl {
- --bs-gutter-x: 0.75rem;
- width: 100%;
- padding-right: calc(var(--bs-gutter-x) / 2);
- padding-left: calc(var(--bs-gutter-x) / 2);
- margin-right: auto;
- margin-left: auto; }
-
-@media (min-width: 33rem) {
- .container, .container-sm {
- max-width: 32.5rem; } }
-
-@media (min-width: 48rem) {
- .container, .container-sm, .container-md {
- max-width: 47.5rem; } }
-
-@media (min-width: 64rem) {
- .container, .container-sm, .container-md, .container-lg {
- max-width: 64rem; } }
-
-@media (min-width: 75.25rem) {
- .container, .container-sm, .container-md, .container-lg, .container-xl {
- max-width: 75.25rem; } }
-
-.row {
- --bs-gutter-x: 1.5rem;
- --bs-gutter-y: 0;
- display: flex;
- flex-wrap: wrap;
- margin-top: calc(var(--bs-gutter-y) * -1);
- margin-right: calc(var(--bs-gutter-x) / -2);
- margin-left: calc(var(--bs-gutter-x) / -2); }
- .row > * {
- flex-shrink: 0;
- width: 100%;
- max-width: 100%;
- padding-right: calc(var(--bs-gutter-x) / 2);
- padding-left: calc(var(--bs-gutter-x) / 2);
- margin-top: var(--bs-gutter-y); }
-
-.col {
- flex: 1 0 0%; }
-
-.row-cols-auto > * {
- flex: 0 0 auto;
- width: auto; }
-
-.row-cols-1 > * {
- flex: 0 0 auto;
- width: 100%; }
-
-.row-cols-2 > * {
- flex: 0 0 auto;
- width: 50%; }
-
-.row-cols-3 > * {
- flex: 0 0 auto;
- width: 33.3333333%; }
-
-.row-cols-4 > * {
- flex: 0 0 auto;
- width: 25%; }
-
-.row-cols-5 > * {
- flex: 0 0 auto;
- width: 20%; }
-
-.row-cols-6 > * {
- flex: 0 0 auto;
- width: 16.6666667%; }
-
-.col-auto {
- flex: 0 0 auto;
- width: auto; }
-
-.col-1 {
- flex: 0 0 auto;
- width: 8.3333333%; }
-
-.col-2 {
- flex: 0 0 auto;
- width: 16.6666667%; }
-
-.col-3 {
- flex: 0 0 auto;
- width: 25%; }
-
-.col-4 {
- flex: 0 0 auto;
- width: 33.3333333%; }
-
-.col-5 {
- flex: 0 0 auto;
- width: 41.6666667%; }
-
-.col-6 {
- flex: 0 0 auto;
- width: 50%; }
-
-.col-7 {
- flex: 0 0 auto;
- width: 58.3333333%; }
-
-.col-8 {
- flex: 0 0 auto;
- width: 66.6666667%; }
-
-.col-9 {
- flex: 0 0 auto;
- width: 75%; }
-
-.col-10 {
- flex: 0 0 auto;
- width: 83.3333333%; }
-
-.col-11 {
- flex: 0 0 auto;
- width: 91.6666667%; }
-
-.col-12 {
- flex: 0 0 auto;
- width: 100%; }
-
-.offset-1 {
- margin-left: 8.3333333%; }
-
-.offset-2 {
- margin-left: 16.6666667%; }
-
-.offset-3 {
- margin-left: 25%; }
-
-.offset-4 {
- margin-left: 33.3333333%; }
-
-.offset-5 {
- margin-left: 41.6666667%; }
-
-.offset-6 {
- margin-left: 50%; }
-
-.offset-7 {
- margin-left: 58.3333333%; }
-
-.offset-8 {
- margin-left: 66.6666667%; }
-
-.offset-9 {
- margin-left: 75%; }
-
-.offset-10 {
- margin-left: 83.3333333%; }
-
-.offset-11 {
- margin-left: 91.6666667%; }
-
-.g-0,
-.gx-0 {
- --bs-gutter-x: 0; }
-
-.g-0,
-.gy-0 {
- --bs-gutter-y: 0; }
-
-.g-1,
-.gx-1 {
- --bs-gutter-x: 0.25rem; }
-
-.g-1,
-.gy-1 {
- --bs-gutter-y: 0.25rem; }
-
-.g-2,
-.gx-2 {
- --bs-gutter-x: 0.5rem; }
-
-.g-2,
-.gy-2 {
- --bs-gutter-y: 0.5rem; }
-
-.g-3,
-.gx-3 {
- --bs-gutter-x: 1rem; }
-
-.g-3,
-.gy-3 {
- --bs-gutter-y: 1rem; }
-
-.g-4,
-.gx-4 {
- --bs-gutter-x: 1.5rem; }
-
-.g-4,
-.gy-4 {
- --bs-gutter-y: 1.5rem; }
-
-.g-5,
-.gx-5 {
- --bs-gutter-x: 3rem; }
-
-.g-5,
-.gy-5 {
- --bs-gutter-y: 3rem; }
-
-.g-6,
-.gx-6 {
- --bs-gutter-x: 4.5rem; }
-
-.g-6,
-.gy-6 {
- --bs-gutter-y: 4.5rem; }
-
-@media (min-width: 33rem) {
- .col-sm {
- flex: 1 0 0%; }
- .row-cols-sm-auto > * {
- flex: 0 0 auto;
- width: auto; }
- .row-cols-sm-1 > * {
- flex: 0 0 auto;
- width: 100%; }
- .row-cols-sm-2 > * {
- flex: 0 0 auto;
- width: 50%; }
- .row-cols-sm-3 > * {
- flex: 0 0 auto;
- width: 33.3333333%; }
- .row-cols-sm-4 > * {
- flex: 0 0 auto;
- width: 25%; }
- .row-cols-sm-5 > * {
- flex: 0 0 auto;
- width: 20%; }
- .row-cols-sm-6 > * {
- flex: 0 0 auto;
- width: 16.6666667%; }
- .col-sm-auto {
- flex: 0 0 auto;
- width: auto; }
- .col-sm-1 {
- flex: 0 0 auto;
- width: 8.3333333%; }
- .col-sm-2 {
- flex: 0 0 auto;
- width: 16.6666667%; }
- .col-sm-3 {
- flex: 0 0 auto;
- width: 25%; }
- .col-sm-4 {
- flex: 0 0 auto;
- width: 33.3333333%; }
- .col-sm-5 {
- flex: 0 0 auto;
- width: 41.6666667%; }
- .col-sm-6 {
- flex: 0 0 auto;
- width: 50%; }
- .col-sm-7 {
- flex: 0 0 auto;
- width: 58.3333333%; }
- .col-sm-8 {
- flex: 0 0 auto;
- width: 66.6666667%; }
- .col-sm-9 {
- flex: 0 0 auto;
- width: 75%; }
- .col-sm-10 {
- flex: 0 0 auto;
- width: 83.3333333%; }
- .col-sm-11 {
- flex: 0 0 auto;
- width: 91.6666667%; }
- .col-sm-12 {
- flex: 0 0 auto;
- width: 100%; }
- .offset-sm-0 {
- margin-left: 0; }
- .offset-sm-1 {
- margin-left: 8.3333333%; }
- .offset-sm-2 {
- margin-left: 16.6666667%; }
- .offset-sm-3 {
- margin-left: 25%; }
- .offset-sm-4 {
- margin-left: 33.3333333%; }
- .offset-sm-5 {
- margin-left: 41.6666667%; }
- .offset-sm-6 {
- margin-left: 50%; }
- .offset-sm-7 {
- margin-left: 58.3333333%; }
- .offset-sm-8 {
- margin-left: 66.6666667%; }
- .offset-sm-9 {
- margin-left: 75%; }
- .offset-sm-10 {
- margin-left: 83.3333333%; }
- .offset-sm-11 {
- margin-left: 91.6666667%; }
- .g-sm-0,
- .gx-sm-0 {
- --bs-gutter-x: 0; }
- .g-sm-0,
- .gy-sm-0 {
- --bs-gutter-y: 0; }
- .g-sm-1,
- .gx-sm-1 {
- --bs-gutter-x: 0.25rem; }
- .g-sm-1,
- .gy-sm-1 {
- --bs-gutter-y: 0.25rem; }
- .g-sm-2,
- .gx-sm-2 {
- --bs-gutter-x: 0.5rem; }
- .g-sm-2,
- .gy-sm-2 {
- --bs-gutter-y: 0.5rem; }
- .g-sm-3,
- .gx-sm-3 {
- --bs-gutter-x: 1rem; }
- .g-sm-3,
- .gy-sm-3 {
- --bs-gutter-y: 1rem; }
- .g-sm-4,
- .gx-sm-4 {
- --bs-gutter-x: 1.5rem; }
- .g-sm-4,
- .gy-sm-4 {
- --bs-gutter-y: 1.5rem; }
- .g-sm-5,
- .gx-sm-5 {
- --bs-gutter-x: 3rem; }
- .g-sm-5,
- .gy-sm-5 {
- --bs-gutter-y: 3rem; }
- .g-sm-6,
- .gx-sm-6 {
- --bs-gutter-x: 4.5rem; }
- .g-sm-6,
- .gy-sm-6 {
- --bs-gutter-y: 4.5rem; } }
-
-@media (min-width: 48rem) {
- .col-md {
- flex: 1 0 0%; }
- .row-cols-md-auto > * {
- flex: 0 0 auto;
- width: auto; }
- .row-cols-md-1 > * {
- flex: 0 0 auto;
- width: 100%; }
- .row-cols-md-2 > * {
- flex: 0 0 auto;
- width: 50%; }
- .row-cols-md-3 > * {
- flex: 0 0 auto;
- width: 33.3333333%; }
- .row-cols-md-4 > * {
- flex: 0 0 auto;
- width: 25%; }
- .row-cols-md-5 > * {
- flex: 0 0 auto;
- width: 20%; }
- .row-cols-md-6 > * {
- flex: 0 0 auto;
- width: 16.6666667%; }
- .col-md-auto {
- flex: 0 0 auto;
- width: auto; }
- .col-md-1 {
- flex: 0 0 auto;
- width: 8.3333333%; }
- .col-md-2 {
- flex: 0 0 auto;
- width: 16.6666667%; }
- .col-md-3 {
- flex: 0 0 auto;
- width: 25%; }
- .col-md-4 {
- flex: 0 0 auto;
- width: 33.3333333%; }
- .col-md-5 {
- flex: 0 0 auto;
- width: 41.6666667%; }
- .col-md-6 {
- flex: 0 0 auto;
- width: 50%; }
- .col-md-7 {
- flex: 0 0 auto;
- width: 58.3333333%; }
- .col-md-8 {
- flex: 0 0 auto;
- width: 66.6666667%; }
- .col-md-9 {
- flex: 0 0 auto;
- width: 75%; }
- .col-md-10 {
- flex: 0 0 auto;
- width: 83.3333333%; }
- .col-md-11 {
- flex: 0 0 auto;
- width: 91.6666667%; }
- .col-md-12 {
- flex: 0 0 auto;
- width: 100%; }
- .offset-md-0 {
- margin-left: 0; }
- .offset-md-1 {
- margin-left: 8.3333333%; }
- .offset-md-2 {
- margin-left: 16.6666667%; }
- .offset-md-3 {
- margin-left: 25%; }
- .offset-md-4 {
- margin-left: 33.3333333%; }
- .offset-md-5 {
- margin-left: 41.6666667%; }
- .offset-md-6 {
- margin-left: 50%; }
- .offset-md-7 {
- margin-left: 58.3333333%; }
- .offset-md-8 {
- margin-left: 66.6666667%; }
- .offset-md-9 {
- margin-left: 75%; }
- .offset-md-10 {
- margin-left: 83.3333333%; }
- .offset-md-11 {
- margin-left: 91.6666667%; }
- .g-md-0,
- .gx-md-0 {
- --bs-gutter-x: 0; }
- .g-md-0,
- .gy-md-0 {
- --bs-gutter-y: 0; }
- .g-md-1,
- .gx-md-1 {
- --bs-gutter-x: 0.25rem; }
- .g-md-1,
- .gy-md-1 {
- --bs-gutter-y: 0.25rem; }
- .g-md-2,
- .gx-md-2 {
- --bs-gutter-x: 0.5rem; }
- .g-md-2,
- .gy-md-2 {
- --bs-gutter-y: 0.5rem; }
- .g-md-3,
- .gx-md-3 {
- --bs-gutter-x: 1rem; }
- .g-md-3,
- .gy-md-3 {
- --bs-gutter-y: 1rem; }
- .g-md-4,
- .gx-md-4 {
- --bs-gutter-x: 1.5rem; }
- .g-md-4,
- .gy-md-4 {
- --bs-gutter-y: 1.5rem; }
- .g-md-5,
- .gx-md-5 {
- --bs-gutter-x: 3rem; }
- .g-md-5,
- .gy-md-5 {
- --bs-gutter-y: 3rem; }
- .g-md-6,
- .gx-md-6 {
- --bs-gutter-x: 4.5rem; }
- .g-md-6,
- .gy-md-6 {
- --bs-gutter-y: 4.5rem; } }
-
-@media (min-width: 64rem) {
- .col-lg {
- flex: 1 0 0%; }
- .row-cols-lg-auto > * {
- flex: 0 0 auto;
- width: auto; }
- .row-cols-lg-1 > * {
- flex: 0 0 auto;
- width: 100%; }
- .row-cols-lg-2 > * {
- flex: 0 0 auto;
- width: 50%; }
- .row-cols-lg-3 > * {
- flex: 0 0 auto;
- width: 33.3333333%; }
- .row-cols-lg-4 > * {
- flex: 0 0 auto;
- width: 25%; }
- .row-cols-lg-5 > * {
- flex: 0 0 auto;
- width: 20%; }
- .row-cols-lg-6 > * {
- flex: 0 0 auto;
- width: 16.6666667%; }
- .col-lg-auto {
- flex: 0 0 auto;
- width: auto; }
- .col-lg-1 {
- flex: 0 0 auto;
- width: 8.3333333%; }
- .col-lg-2 {
- flex: 0 0 auto;
- width: 16.6666667%; }
- .col-lg-3 {
- flex: 0 0 auto;
- width: 25%; }
- .col-lg-4 {
- flex: 0 0 auto;
- width: 33.3333333%; }
- .col-lg-5 {
- flex: 0 0 auto;
- width: 41.6666667%; }
- .col-lg-6 {
- flex: 0 0 auto;
- width: 50%; }
- .col-lg-7 {
- flex: 0 0 auto;
- width: 58.3333333%; }
- .col-lg-8 {
- flex: 0 0 auto;
- width: 66.6666667%; }
- .col-lg-9 {
- flex: 0 0 auto;
- width: 75%; }
- .col-lg-10 {
- flex: 0 0 auto;
- width: 83.3333333%; }
- .col-lg-11 {
- flex: 0 0 auto;
- width: 91.6666667%; }
- .col-lg-12 {
- flex: 0 0 auto;
- width: 100%; }
- .offset-lg-0 {
- margin-left: 0; }
- .offset-lg-1 {
- margin-left: 8.3333333%; }
- .offset-lg-2 {
- margin-left: 16.6666667%; }
- .offset-lg-3 {
- margin-left: 25%; }
- .offset-lg-4 {
- margin-left: 33.3333333%; }
- .offset-lg-5 {
- margin-left: 41.6666667%; }
- .offset-lg-6 {
- margin-left: 50%; }
- .offset-lg-7 {
- margin-left: 58.3333333%; }
- .offset-lg-8 {
- margin-left: 66.6666667%; }
- .offset-lg-9 {
- margin-left: 75%; }
- .offset-lg-10 {
- margin-left: 83.3333333%; }
- .offset-lg-11 {
- margin-left: 91.6666667%; }
- .g-lg-0,
- .gx-lg-0 {
- --bs-gutter-x: 0; }
- .g-lg-0,
- .gy-lg-0 {
- --bs-gutter-y: 0; }
- .g-lg-1,
- .gx-lg-1 {
- --bs-gutter-x: 0.25rem; }
- .g-lg-1,
- .gy-lg-1 {
- --bs-gutter-y: 0.25rem; }
- .g-lg-2,
- .gx-lg-2 {
- --bs-gutter-x: 0.5rem; }
- .g-lg-2,
- .gy-lg-2 {
- --bs-gutter-y: 0.5rem; }
- .g-lg-3,
- .gx-lg-3 {
- --bs-gutter-x: 1rem; }
- .g-lg-3,
- .gy-lg-3 {
- --bs-gutter-y: 1rem; }
- .g-lg-4,
- .gx-lg-4 {
- --bs-gutter-x: 1.5rem; }
- .g-lg-4,
- .gy-lg-4 {
- --bs-gutter-y: 1.5rem; }
- .g-lg-5,
- .gx-lg-5 {
- --bs-gutter-x: 3rem; }
- .g-lg-5,
- .gy-lg-5 {
- --bs-gutter-y: 3rem; }
- .g-lg-6,
- .gx-lg-6 {
- --bs-gutter-x: 4.5rem; }
- .g-lg-6,
- .gy-lg-6 {
- --bs-gutter-y: 4.5rem; } }
-
-@media (min-width: 75.25rem) {
- .col-xl {
- flex: 1 0 0%; }
- .row-cols-xl-auto > * {
- flex: 0 0 auto;
- width: auto; }
- .row-cols-xl-1 > * {
- flex: 0 0 auto;
- width: 100%; }
- .row-cols-xl-2 > * {
- flex: 0 0 auto;
- width: 50%; }
- .row-cols-xl-3 > * {
- flex: 0 0 auto;
- width: 33.3333333%; }
- .row-cols-xl-4 > * {
- flex: 0 0 auto;
- width: 25%; }
- .row-cols-xl-5 > * {
- flex: 0 0 auto;
- width: 20%; }
- .row-cols-xl-6 > * {
- flex: 0 0 auto;
- width: 16.6666667%; }
- .col-xl-auto {
- flex: 0 0 auto;
- width: auto; }
- .col-xl-1 {
- flex: 0 0 auto;
- width: 8.3333333%; }
- .col-xl-2 {
- flex: 0 0 auto;
- width: 16.6666667%; }
- .col-xl-3 {
- flex: 0 0 auto;
- width: 25%; }
- .col-xl-4 {
- flex: 0 0 auto;
- width: 33.3333333%; }
- .col-xl-5 {
- flex: 0 0 auto;
- width: 41.6666667%; }
- .col-xl-6 {
- flex: 0 0 auto;
- width: 50%; }
- .col-xl-7 {
- flex: 0 0 auto;
- width: 58.3333333%; }
- .col-xl-8 {
- flex: 0 0 auto;
- width: 66.6666667%; }
- .col-xl-9 {
- flex: 0 0 auto;
- width: 75%; }
- .col-xl-10 {
- flex: 0 0 auto;
- width: 83.3333333%; }
- .col-xl-11 {
- flex: 0 0 auto;
- width: 91.6666667%; }
- .col-xl-12 {
- flex: 0 0 auto;
- width: 100%; }
- .offset-xl-0 {
- margin-left: 0; }
- .offset-xl-1 {
- margin-left: 8.3333333%; }
- .offset-xl-2 {
- margin-left: 16.6666667%; }
- .offset-xl-3 {
- margin-left: 25%; }
- .offset-xl-4 {
- margin-left: 33.3333333%; }
- .offset-xl-5 {
- margin-left: 41.6666667%; }
- .offset-xl-6 {
- margin-left: 50%; }
- .offset-xl-7 {
- margin-left: 58.3333333%; }
- .offset-xl-8 {
- margin-left: 66.6666667%; }
- .offset-xl-9 {
- margin-left: 75%; }
- .offset-xl-10 {
- margin-left: 83.3333333%; }
- .offset-xl-11 {
- margin-left: 91.6666667%; }
- .g-xl-0,
- .gx-xl-0 {
- --bs-gutter-x: 0; }
- .g-xl-0,
- .gy-xl-0 {
- --bs-gutter-y: 0; }
- .g-xl-1,
- .gx-xl-1 {
- --bs-gutter-x: 0.25rem; }
- .g-xl-1,
- .gy-xl-1 {
- --bs-gutter-y: 0.25rem; }
- .g-xl-2,
- .gx-xl-2 {
- --bs-gutter-x: 0.5rem; }
- .g-xl-2,
- .gy-xl-2 {
- --bs-gutter-y: 0.5rem; }
- .g-xl-3,
- .gx-xl-3 {
- --bs-gutter-x: 1rem; }
- .g-xl-3,
- .gy-xl-3 {
- --bs-gutter-y: 1rem; }
- .g-xl-4,
- .gx-xl-4 {
- --bs-gutter-x: 1.5rem; }
- .g-xl-4,
- .gy-xl-4 {
- --bs-gutter-y: 1.5rem; }
- .g-xl-5,
- .gx-xl-5 {
- --bs-gutter-x: 3rem; }
- .g-xl-5,
- .gy-xl-5 {
- --bs-gutter-y: 3rem; }
- .g-xl-6,
- .gx-xl-6 {
- --bs-gutter-x: 4.5rem; }
- .g-xl-6,
- .gy-xl-6 {
- --bs-gutter-y: 4.5rem; } }
-
-.table, .markdown > table {
- --bs-table-bg: transparent;
- --bs-table-accent-bg: transparent;
- --bs-table-striped-color: #212b36;
- --bs-table-striped-bg: rgba(53, 64, 82, 0.024);
- --bs-table-active-color: #212b36;
- --bs-table-active-bg: rgba(0, 0, 0, 0.1);
- --bs-table-hover-color: #212b36;
- --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
- width: 100%;
- margin-bottom: 1rem;
- color: #212b36;
- vertical-align: top;
- border-color: rgba(95, 102, 110, 0.2); }
- .table > :not(caption) > * > *, .markdown > table > :not(caption) > * > * {
- padding: 0.5rem 0.5rem;
- background-color: var(--bs-table-bg);
- background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
- border-bottom-width: 1px; }
- .table > tbody, .markdown > table > tbody {
- vertical-align: inherit; }
- .table > thead, .markdown > table > thead {
- vertical-align: bottom; }
- .table > :not(:last-child) > :last-child > *, .markdown > table > :not(:last-child) > :last-child > * {
- border-bottom-color: currentColor; }
-
-.caption-top {
- caption-side: top; }
-
-.table-sm > :not(caption) > * > * {
- padding: 0.25rem 0.25rem; }
-
-.table-bordered > :not(caption) > *, .markdown > table > :not(caption) > * {
- border-width: 1px 0; }
- .table-bordered > :not(caption) > * > *, .markdown > table > :not(caption) > * > * {
- border-width: 0 1px; }
-
-.table-borderless > :not(caption) > * > * {
- border-bottom-width: 0; }
-
-.table-striped > tbody > tr:nth-of-type(even) {
- --bs-table-accent-bg: var(--bs-table-striped-bg);
- color: var(--bs-table-striped-color); }
-
-.table-active {
- --bs-table-accent-bg: var(--bs-table-active-bg);
- color: var(--bs-table-active-color); }
-
-.table-hover > tbody > tr:hover {
- --bs-table-accent-bg: var(--bs-table-hover-bg);
- color: var(--bs-table-hover-color); }
-
-.table-primary {
- --bs-table-bg: #e9f0f9;
- --bs-table-striped-bg: #dde4ed;
- --bs-table-striped-color: #000000;
- --bs-table-active-bg: #d2d8e0;
- --bs-table-active-color: #000000;
- --bs-table-hover-bg: #d8dee6;
- --bs-table-hover-color: #000000;
- color: #000000;
- border-color: #d2d8e0; }
-
-.table-secondary {
- --bs-table-bg: #eff0f1;
- --bs-table-striped-bg: #e3e4e5;
- --bs-table-striped-color: #000000;
- --bs-table-active-bg: #d7d8d9;
- --bs-table-active-color: #000000;
- --bs-table-hover-bg: #dddedf;
- --bs-table-hover-color: #000000;
- color: #000000;
- border-color: #d7d8d9; }
-
-.table-success {
- --bs-table-bg: #eff8e6;
- --bs-table-striped-bg: #e3ecdb;
- --bs-table-striped-color: #000000;
- --bs-table-active-bg: #d7dfcf;
- --bs-table-active-color: #000000;
- --bs-table-hover-bg: #dde5d5;
- --bs-table-hover-color: #000000;
- color: #000000;
- border-color: #d7dfcf; }
-
-.table-info {
- --bs-table-bg: #ecf7fe;
- --bs-table-striped-bg: #e0ebf1;
- --bs-table-striped-color: #000000;
- --bs-table-active-bg: #d4dee5;
- --bs-table-active-color: #000000;
- --bs-table-hover-bg: #dae4eb;
- --bs-table-hover-color: #000000;
- color: #000000;
- border-color: #d4dee5; }
-
-.table-warning {
- --bs-table-bg: #fff7e6;
- --bs-table-striped-bg: #f2ebdb;
- --bs-table-striped-color: #000000;
- --bs-table-active-bg: #e6decf;
- --bs-table-active-color: #000000;
- --bs-table-hover-bg: #ece4d5;
- --bs-table-hover-color: #000000;
- color: #000000;
- border-color: #e6decf; }
-
-.table-danger {
- --bs-table-bg: #fae9e9;
- --bs-table-striped-bg: #eedddd;
- --bs-table-striped-color: #000000;
- --bs-table-active-bg: #e1d2d2;
- --bs-table-active-color: #000000;
- --bs-table-hover-bg: #e7d8d8;
- --bs-table-hover-color: #000000;
- color: #000000;
- border-color: #e1d2d2; }
-
-.table-light {
- --bs-table-bg: #f5f7fb;
- --bs-table-striped-bg: #e9ebee;
- --bs-table-striped-color: #000000;
- --bs-table-active-bg: #dddee2;
- --bs-table-active-color: #000000;
- --bs-table-hover-bg: #e3e4e8;
- --bs-table-hover-color: #000000;
- color: #000000;
- border-color: #dddee2; }
-
-.table-dark {
- --bs-table-bg: #354052;
- --bs-table-striped-bg: #3f4a5b;
- --bs-table-striped-color: #ffffff;
- --bs-table-active-bg: #495363;
- --bs-table-active-color: #ffffff;
- --bs-table-hover-bg: #444e5f;
- --bs-table-hover-color: #ffffff;
- color: #ffffff;
- border-color: #495363; }
-
-.table-responsive {
- overflow-x: auto;
- -webkit-overflow-scrolling: touch; }
-
-@media (max-width: 32.98rem) {
- .table-responsive-sm {
- overflow-x: auto;
- -webkit-overflow-scrolling: touch; } }
-
-@media (max-width: 47.98rem) {
- .table-responsive-md {
- overflow-x: auto;
- -webkit-overflow-scrolling: touch; } }
-
-@media (max-width: 63.98rem) {
- .table-responsive-lg {
- overflow-x: auto;
- -webkit-overflow-scrolling: touch; } }
-
-@media (max-width: 75.23rem) {
- .table-responsive-xl {
- overflow-x: auto;
- -webkit-overflow-scrolling: touch; } }
-
-.form-label {
- margin-bottom: 0.5rem; }
-
-.col-form-label {
- padding-top: calc(0.4375rem + 1px);
- padding-bottom: calc(0.4375rem + 1px);
- margin-bottom: 0;
- font-size: inherit;
- line-height: 1.4285714; }
-
-.col-form-label-lg {
- padding-top: calc(0.5rem + 1px);
- padding-bottom: calc(0.5rem + 1px);
- font-size: 1.25rem; }
-
-.col-form-label-sm {
- padding-top: calc(0.125rem + 1px);
- padding-bottom: calc(0.125rem + 1px);
- font-size: 0.75rem; }
-
-.form-text {
- margin-top: 0.25rem;
- font-size: 0.75rem;
- color: #5f666e; }
-
-.form-control {
- display: block;
- width: 100%;
- min-height: calc(1.4285714em + 0.875rem + 2px);
- padding: 0.4375rem 0.75rem;
- font-size: 0.875rem;
- font-weight: 400;
- line-height: 1.4285714;
- color: #212b36;
- background-color: #ffffff;
- background-clip: padding-box;
- border: 1px solid rgba(95, 102, 110, 0.2);
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
- border-radius: 3px;
- transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
- @media (prefers-reduced-motion: reduce) {
- .form-control {
- transition: none; } }
- .form-control:focus {
- color: inherit;
- background-color: #ffffff;
- border-color: #7aade9;
- outline: 0;
- box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.25); }
- .form-control::-webkit-input-placeholder {
- color: #5f666e;
- opacity: 1; }
- .form-control::-moz-placeholder {
- color: #5f666e;
- opacity: 1; }
- .form-control:-ms-input-placeholder {
- color: #5f666e;
- opacity: 1; }
- .form-control::-ms-input-placeholder {
- color: #5f666e;
- opacity: 1; }
- .form-control::placeholder {
- color: #5f666e;
- opacity: 1; }
- .form-control:disabled, .form-control[readonly] {
- background-color: #f5f7fb;
- opacity: 1; }
-
-.form-control-plaintext {
- display: block;
- width: 100%;
- padding: 0.4375rem 0;
- margin-bottom: 0;
- line-height: 1.4285714;
- color: #212b36;
- background-color: transparent;
- border: solid transparent;
- border-width: 1px 0; }
- .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
- padding-right: 0;
- padding-left: 0; }
-
-.form-control-sm {
- min-height: calc(1.4285714em + 0.25rem + 2px);
- padding: 0.125rem 0.5rem;
- font-size: 0.75rem;
- border-radius: 0.2rem; }
-
-.form-control-lg {
- min-height: calc(1.4285714em + 1rem + 2px);
- padding: 0.5rem 1.5rem;
- font-size: 1.25rem;
- border-radius: 0.3rem; }
-
-.form-control-color {
- max-width: 3rem;
- padding: 0.4375rem; }
-
-.form-control-color::-moz-color-swatch {
- border-radius: 3px; }
-
-.form-control-color::-webkit-color-swatch {
- border-radius: 3px; }
-
-.form-select {
- display: block;
- width: 100%;
- height: calc(1.4285714em + 0.875rem + 2px);
- padding: 0.4375rem 1.75rem 0.4375rem 0.75rem;
- font-size: 0.875rem;
- font-weight: 400;
- line-height: 1.4285714;
- color: #212b36;
- vertical-align: middle;
- background-color: #ffffff;
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%2895, 102, 110, 0.44%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
- background-repeat: no-repeat;
- background-position: right 0.75rem center;
- background-size: 16px 12px;
- border: 1px solid rgba(95, 102, 110, 0.2);
- border-radius: 3px;
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none; }
- .form-select:focus {
- border-color: #7aade9;
- outline: 0;
- box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.25); }
- .form-select:focus::-ms-value {
- color: #212b36;
- background-color: #ffffff; }
- .form-select[multiple], .form-select[size]:not([size="1"]) {
- height: auto;
- padding-right: 0.75rem;
- background-image: none; }
- .form-select:disabled {
- color: #a8aeb7;
- background-color: #f1f3f8; }
- .form-select:-moz-focusring {
- color: transparent;
- text-shadow: 0 0 0 #212b36; }
-
-.form-select-sm {
- height: calc(1.4285714em + 0.25rem + 2px);
- padding-top: 0.125rem;
- padding-bottom: 0.125rem;
- padding-left: 0.5rem;
- font-size: 0.75rem; }
-
-.form-select-lg {
- height: calc(1.4285714em + 1rem + 2px);
- padding-top: 0.5rem;
- padding-bottom: 0.5rem;
- padding-left: 1.5rem;
- font-size: 1.25rem; }
-
-.form-check {
- display: block;
- min-height: 1.5rem;
- padding-left: 1.5rem;
- margin-bottom: 0.125rem; }
- .form-check .form-check-input {
- float: left;
- margin-left: -1.5rem; }
-
-.form-check-input {
- width: 1rem;
- height: 1rem;
- margin-top: 0.3571429rem;
- vertical-align: top;
- background-color: #ffffff;
- background-repeat: no-repeat;
- background-position: center;
- background-size: contain;
- border: 1px solid rgba(95, 102, 110, 0.2);
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
- -webkit-print-color-adjust: exact;
- color-adjust: exact;
- transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
- @media (prefers-reduced-motion: reduce) {
- .form-check-input {
- transition: none; } }
- .form-check-input[type="checkbox"] {
- border-radius: 3px; }
- .form-check-input[type="radio"] {
- border-radius: 50%; }
- .form-check-input:active {
- filter: brightness(90%); }
- .form-check-input:focus {
- border-color: #7aade9;
- outline: 0;
- box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.25); }
- .form-check-input:checked {
- background-color: #206bc4;
- border-color: rgba(95, 102, 110, 0.2); }
- .form-check-input:checked[type="checkbox"] {
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8.5l2.5 2.5l5.5 -5.5'/%3e%3c/svg%3e"); }
- .form-check-input:checked[type="radio"] {
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3ccircle r='3' fill='%23ffffff' cx='8' cy='8' /%3e%3c/svg%3e"); }
- .form-check-input[type="checkbox"]:indeterminate {
- background-color: #206bc4;
- border-color: #206bc4;
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
- .form-check-input:disabled {
- pointer-events: none;
- filter: none;
- opacity: .5; }
- .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
- opacity: .5; }
-
-.form-switch {
- padding-left: 2.25rem; }
- .form-switch .form-check-input {
- width: 1.75rem;
- margin-left: -2.25rem;
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%2895, 102, 110, 0.2%29'/%3e%3c/svg%3e");
- background-position: left center;
- border-radius: 1.75rem; }
- .form-switch .form-check-input:focus {
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%237aade9'/%3e%3c/svg%3e"); }
- .form-switch .form-check-input:checked {
- background-position: right center;
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e"); }
-
-.form-check-inline {
- display: inline-block;
- margin-right: 1rem; }
-
-.btn-check {
- position: absolute;
- clip: rect(0, 0, 0, 0);
- pointer-events: none; }
-
-.form-file {
- --bs-form-file-height: calc(1.4285714em + 0.875rem + 2px);
- position: relative; }
-
-.form-file-input {
- position: relative;
- z-index: 2;
- width: 100%;
- height: var(--bs-form-file-height);
- margin: 0;
- opacity: 0; }
- .form-file-input:focus-within ~ .form-file-label {
- border-color: #7aade9;
- box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.25); }
- .form-file-input[disabled] ~ .form-file-label .form-file-text,
- .form-file-input:disabled ~ .form-file-label .form-file-text {
- background-color: #f5f7fb; }
-
-.form-file-label {
- position: absolute;
- top: 0;
- right: 0;
- left: 0;
- z-index: 1;
- display: flex;
- height: var(--bs-form-file-height);
- border-color: rgba(95, 102, 110, 0.2);
- border-radius: 3px; }
-
-.form-file-text {
- display: block;
- flex-grow: 1;
- padding: 0.4375rem 0.75rem;
- overflow: hidden;
- font-weight: 400;
- line-height: 1.4285714;
- color: #212b36;
- text-overflow: ellipsis;
- white-space: nowrap;
- background-color: #ffffff;
- border-color: inherit;
- border-style: solid;
- border-width: 1px;
- border-top-left-radius: inherit;
- border-bottom-left-radius: inherit; }
-
-.form-file-button {
- display: block;
- flex-shrink: 0;
- padding: 0.4375rem 0.75rem;
- margin-left: -1px;
- line-height: 1.4285714;
- color: #212b36;
- background-color: rgba(53, 64, 82, 0.024);
- border-color: inherit;
- border-style: solid;
- border-width: 1px;
- border-top-right-radius: inherit;
- border-bottom-right-radius: inherit; }
-
-.form-file-sm {
- --bs-form-file-height: calc(1.4285714em + 0.25rem + 2px);
- font-size: 0.75rem; }
- .form-file-sm .form-file-text,
- .form-file-sm .form-file-button {
- padding: 0.125rem 0.5rem; }
-
-.form-file-lg {
- --bs-form-file-height: calc(1.4285714em + 1rem + 2px);
- font-size: 1.25rem; }
- .form-file-lg .form-file-text,
- .form-file-lg .form-file-button {
- padding: 0.5rem 1.5rem; }
-
-.form-range {
- width: 100%;
- height: 1.25rem;
- padding: 0;
- background-color: transparent;
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none; }
- .form-range:focus {
- outline: none; }
- .form-range:focus::-webkit-slider-thumb {
- box-shadow: 0 0 0 1px #f5f7fb, 0 0 0 0.25rem rgba(32, 107, 196, 0.25); }
- .form-range:focus::-moz-range-thumb {
- box-shadow: 0 0 0 1px #f5f7fb, 0 0 0 0.25rem rgba(32, 107, 196, 0.25); }
- .form-range:focus::-ms-thumb {
- box-shadow: 0 0 0 1px #f5f7fb, 0 0 0 0.25rem rgba(32, 107, 196, 0.25); }
- .form-range::-moz-focus-outer {
- border: 0; }
- .form-range::-webkit-slider-thumb {
- width: 1rem;
- height: 1rem;
- margin-top: -0.375rem;
- background-color: #206bc4;
- border: 2px solid #ffffff;
- border-radius: 1rem;
- -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
- transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
- -webkit-appearance: none;
- appearance: none; }
- @media (prefers-reduced-motion: reduce) {
- .form-range::-webkit-slider-thumb {
- -webkit-transition: none;
- transition: none; } }
- .form-range::-webkit-slider-thumb:active {
- background-color: #a6c8f0; }
- .form-range::-webkit-slider-runnable-track {
- width: 100%;
- height: 0.25rem;
- color: transparent;
- cursor: pointer;
- background-color: rgba(176, 181, 190, 0.24);
- border-color: transparent;
- border-radius: 1rem; }
- .form-range::-moz-range-thumb {
- width: 1rem;
- height: 1rem;
- background-color: #206bc4;
- border: 2px solid #ffffff;
- border-radius: 1rem;
- -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
- transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
- -moz-appearance: none;
- appearance: none; }
- @media (prefers-reduced-motion: reduce) {
- .form-range::-moz-range-thumb {
- -moz-transition: none;
- transition: none; } }
- .form-range::-moz-range-thumb:active {
- background-color: #a6c8f0; }
- .form-range::-moz-range-track {
- width: 100%;
- height: 0.25rem;
- color: transparent;
- cursor: pointer;
- background-color: rgba(176, 181, 190, 0.24);
- border-color: transparent;
- border-radius: 1rem; }
- .form-range::-ms-thumb {
- width: 1rem;
- height: 1rem;
- margin-top: 0;
- margin-right: 0.125rem;
- margin-left: 0.125rem;
- background-color: #206bc4;
- border: 2px solid #ffffff;
- border-radius: 1rem;
- -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
- transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
- appearance: none; }
- @media (prefers-reduced-motion: reduce) {
- .form-range::-ms-thumb {
- -ms-transition: none;
- transition: none; } }
- .form-range::-ms-thumb:active {
- background-color: #a6c8f0; }
- .form-range::-ms-track {
- width: 100%;
- height: 0.25rem;
- color: transparent;
- cursor: pointer;
- background-color: transparent;
- border-color: transparent;
- border-width: 0.5rem; }
- .form-range::-ms-fill-lower {
- background-color: rgba(176, 181, 190, 0.24);
- border-radius: 1rem; }
- .form-range::-ms-fill-upper {
- margin-right: 15px;
- background-color: rgba(176, 181, 190, 0.24);
- border-radius: 1rem; }
- .form-range:disabled {
- pointer-events: none; }
- .form-range:disabled::-webkit-slider-thumb {
- background-color: #cbcfd6; }
- .form-range:disabled::-moz-range-thumb {
- background-color: #cbcfd6; }
- .form-range:disabled::-ms-thumb {
- background-color: #cbcfd6; }
-
-.input-group {
- position: relative;
- display: flex;
- flex-wrap: wrap;
- align-items: stretch;
- width: 100%; }
- .input-group > .form-control,
- .input-group > .form-select,
- .input-group > .form-file {
- position: relative;
- flex: 1 1 auto;
- width: 1%;
- min-width: 0; }
- .input-group > .form-control:focus,
- .input-group > .form-select:focus,
- .input-group > .form-file .form-file-input:focus ~ .form-file-label {
- z-index: 3; }
- .input-group > .form-file > .form-file-input:focus {
- z-index: 4; }
- .input-group > .form-file:not(:last-child) > .form-file-label {
- border-top-right-radius: 0;
- border-bottom-right-radius: 0; }
- .input-group > .form-file:not(:first-child) > .form-file-label {
- border-top-left-radius: 0;
- border-bottom-left-radius: 0; }
- .input-group .btn {
- position: relative;
- z-index: 2; }
- .input-group .btn:focus {
- z-index: 3; }
-
-.input-group-text {
- display: flex;
- align-items: center;
- padding: 0.4375rem 0.75rem;
- font-size: 0.875rem;
- font-weight: 400;
- line-height: 1.4285714;
- color: #5f666e;
- text-align: center;
- white-space: nowrap;
- background-color: rgba(53, 64, 82, 0.024);
- border: 1px solid rgba(95, 102, 110, 0.2);
- border-radius: 3px; }
-
-.input-group-lg > .form-control {
- min-height: calc(1.4285714em + 1rem + 2px); }
-
-.input-group-lg > .form-select {
- height: calc(1.4285714em + 1rem + 2px); }
-
-.input-group-lg > .form-control,
-.input-group-lg > .form-select,
-.input-group-lg > .input-group-text,
-.input-group-lg > .btn {
- padding: 0.5rem 1.5rem;
- font-size: 1.25rem;
- border-radius: 0.3rem; }
-
-.input-group-sm > .form-control {
- min-height: calc(1.4285714em + 0.25rem + 2px); }
-
-.input-group-sm > .form-select {
- height: calc(1.4285714em + 0.25rem + 2px); }
-
-.input-group-sm > .form-control,
-.input-group-sm > .form-select,
-.input-group-sm > .input-group-text,
-.input-group-sm > .btn {
- padding: 0.125rem 0.5rem;
- font-size: 0.75rem;
- border-radius: 0.2rem; }
-
-.input-group-lg > .form-select,
-.input-group-sm > .form-select {
- padding-right: 1.75rem; }
-
-.input-group > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
-.input-group > .dropdown-toggle:nth-last-child(n + 3) {
- border-top-right-radius: 0;
- border-bottom-right-radius: 0; }
-
-.input-group > :not(:first-child):not(.dropdown-menu) {
- margin-left: -1px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0; }
-
-.valid-feedback {
- display: none;
- width: 100%;
- margin-top: 0.25rem;
- font-size: 0.75rem;
- color: #5eba00; }
-
-.valid-tooltip {
- position: absolute;
- top: 100%;
- z-index: 5;
- display: none;
- max-width: 100%;
- padding: 0.25rem 0.5rem;
- margin-top: .1rem;
- font-size: 0.765625rem;
- color: #ffffff;
- background-color: rgba(94, 186, 0, 0.9);
- border-radius: 3px; }
-
-.was-validated :valid ~ .valid-feedback,
-.was-validated :valid ~ .valid-tooltip,
-.is-valid ~ .valid-feedback,
-.is-valid ~ .valid-tooltip {
- display: block; }
-
-.was-validated .form-control:valid, .form-control.is-valid {
- border-color: #5eba00;
- padding-right: calc(1.4285714em + 0.875rem);
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235eba00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='20 6 9 17 4 12'%3e%3c/polyline%3e%3c/svg%3e");
- background-repeat: no-repeat;
- background-position: right calc(0.3571429em + 0.21875rem) center;
- background-size: calc(0.7142857em + 0.4375rem) calc(0.7142857em + 0.4375rem); }
- .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
- border-color: #5eba00;
- box-shadow: 0 0 0 0.25rem rgba(94, 186, 0, 0.25); }
-
-.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
- padding-right: calc(1.4285714em + 0.875rem);
- background-position: top calc(0.3571429em + 0.21875rem) right calc(0.3571429em + 0.21875rem); }
-
-.was-validated .form-select:valid, .form-select.is-valid {
- border-color: #5eba00;
- padding-right: calc(0.75em + 2.40625rem);
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%2895, 102, 110, 0.44%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235eba00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='20 6 9 17 4 12'%3e%3c/polyline%3e%3c/svg%3e");
- background-position: right 0.75rem center, center right 1.75rem;
- background-size: 16px 12px, calc(0.7142857em + 0.4375rem) calc(0.7142857em + 0.4375rem); }
- .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
- border-color: #5eba00;
- box-shadow: 0 0 0 0.25rem rgba(94, 186, 0, 0.25); }
-
-.was-validated .form-check-input:valid, .form-check-input.is-valid {
- border-color: #5eba00; }
- .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
- background-color: #5eba00; }
- .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
- box-shadow: 0 0 0 0.25rem rgba(94, 186, 0, 0.25); }
- .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
- color: #5eba00; }
-
-.form-check-inline .form-check-input ~ .valid-feedback {
- margin-left: .5em; }
-
-.was-validated .form-file-input:valid ~ .form-file-label, .form-file-input.is-valid ~ .form-file-label {
- border-color: #5eba00; }
-
-.was-validated .form-file-input:valid:focus ~ .form-file-label, .form-file-input.is-valid:focus ~ .form-file-label {
- border-color: #5eba00;
- box-shadow: 0 0 0 0.25rem rgba(94, 186, 0, 0.25); }
-
-.invalid-feedback {
- display: none;
- width: 100%;
- margin-top: 0.25rem;
- font-size: 0.75rem;
- color: #cd201f; }
-
-.invalid-tooltip {
- position: absolute;
- top: 100%;
- z-index: 5;
- display: none;
- max-width: 100%;
- padding: 0.25rem 0.5rem;
- margin-top: .1rem;
- font-size: 0.765625rem;
- color: #ffffff;
- background-color: rgba(205, 32, 31, 0.9);
- border-radius: 3px; }
-
-.was-validated :invalid ~ .invalid-feedback,
-.was-validated :invalid ~ .invalid-tooltip,
-.is-invalid ~ .invalid-feedback,
-.is-invalid ~ .invalid-tooltip {
- display: block; }
-
-.was-validated .form-control:invalid, .form-control.is-invalid {
- border-color: #cd201f;
- padding-right: calc(1.4285714em + 0.875rem);
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23cd201f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");
- background-repeat: no-repeat;
- background-position: right calc(0.3571429em + 0.21875rem) center;
- background-size: calc(0.7142857em + 0.4375rem) calc(0.7142857em + 0.4375rem); }
- .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
- border-color: #cd201f;
- box-shadow: 0 0 0 0.25rem rgba(205, 32, 31, 0.25); }
-
-.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
- padding-right: calc(1.4285714em + 0.875rem);
- background-position: top calc(0.3571429em + 0.21875rem) right calc(0.3571429em + 0.21875rem); }
-
-.was-validated .form-select:invalid, .form-select.is-invalid {
- border-color: #cd201f;
- padding-right: calc(0.75em + 2.40625rem);
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%2895, 102, 110, 0.44%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23cd201f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");
- background-position: right 0.75rem center, center right 1.75rem;
- background-size: 16px 12px, calc(0.7142857em + 0.4375rem) calc(0.7142857em + 0.4375rem); }
- .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
- border-color: #cd201f;
- box-shadow: 0 0 0 0.25rem rgba(205, 32, 31, 0.25); }
-
-.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
- border-color: #cd201f; }
- .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
- background-color: #cd201f; }
- .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
- box-shadow: 0 0 0 0.25rem rgba(205, 32, 31, 0.25); }
- .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
- color: #cd201f; }
-
-.form-check-inline .form-check-input ~ .invalid-feedback {
- margin-left: .5em; }
-
-.was-validated .form-file-input:invalid ~ .form-file-label, .form-file-input.is-invalid ~ .form-file-label {
- border-color: #cd201f; }
-
-.was-validated .form-file-input:invalid:focus ~ .form-file-label, .form-file-input.is-invalid:focus ~ .form-file-label {
- border-color: #cd201f;
- box-shadow: 0 0 0 0.25rem rgba(205, 32, 31, 0.25); }
-
-.btn {
- display: inline-block;
- font-weight: 500;
- line-height: 1.4285714;
- color: #212b36;
- text-align: center;
- vertical-align: middle;
- cursor: pointer;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- background-color: transparent;
- border: 1px solid transparent;
- padding: 0.4375rem 1rem;
- font-size: 0.875rem;
- border-radius: 3px;
- transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
- @media (prefers-reduced-motion: reduce) {
- .btn {
- transition: none; } }
- .btn:hover {
- color: #212b36; }
- .btn-check:focus + .btn, .btn:focus {
- outline: 0;
- box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.25); }
- .btn:disabled, .btn.disabled,
- fieldset:disabled .btn {
- pointer-events: none;
- opacity: 0.65; }
-
-.btn-primary {
- color: #ffffff;
- background-color: #206bc4;
- border-color: #206bc4; }
- .btn-primary:hover {
- color: #ffffff;
- background-color: #1b59a3;
- border-color: #195398; }
- .btn-check:focus + .btn-primary, .btn-primary:focus {
- color: #ffffff;
- background-color: #1b59a3;
- border-color: #195398;
- box-shadow: 0 0 0 0.25rem rgba(65, 129, 205, 0.5); }
- .btn-check:checked + .btn-primary,
- .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
- .show > .btn-primary.dropdown-toggle {
- color: #ffffff;
- background-color: #195398;
- border-color: #174d8d; }
- .btn-check:checked + .btn-primary:focus,
- .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
- .show > .btn-primary.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(65, 129, 205, 0.5); }
- .btn-primary:disabled, .btn-primary.disabled {
- color: #ffffff;
- background-color: #206bc4;
- border-color: #206bc4; }
-
-.btn-secondary {
- color: #ffffff;
- background-color: #5f666e;
- border-color: #5f666e; }
- .btn-secondary:hover {
- color: #ffffff;
- background-color: #4d5359;
- border-color: #474d53; }
- .btn-check:focus + .btn-secondary, .btn-secondary:focus {
- color: #ffffff;
- background-color: #4d5359;
- border-color: #474d53;
- box-shadow: 0 0 0 0.25rem rgba(119, 125, 132, 0.5); }
- .btn-check:checked + .btn-secondary,
- .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
- .show > .btn-secondary.dropdown-toggle {
- color: #ffffff;
- background-color: #474d53;
- border-color: #41464c; }
- .btn-check:checked + .btn-secondary:focus,
- .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
- .show > .btn-secondary.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(119, 125, 132, 0.5); }
- .btn-secondary:disabled, .btn-secondary.disabled {
- color: #ffffff;
- background-color: #5f666e;
- border-color: #5f666e; }
-
-.btn-success {
- color: #ffffff;
- background-color: #5eba00;
- border-color: #5eba00; }
- .btn-success:hover {
- color: #ffffff;
- background-color: #4b9400;
- border-color: #448700; }
- .btn-check:focus + .btn-success, .btn-success:focus {
- color: #ffffff;
- background-color: #4b9400;
- border-color: #448700;
- box-shadow: 0 0 0 0.25rem rgba(118, 196, 38, 0.5); }
- .btn-check:checked + .btn-success,
- .btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
- .show > .btn-success.dropdown-toggle {
- color: #ffffff;
- background-color: #448700;
- border-color: #3e7a00; }
- .btn-check:checked + .btn-success:focus,
- .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
- .show > .btn-success.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(118, 196, 38, 0.5); }
- .btn-success:disabled, .btn-success.disabled {
- color: #ffffff;
- background-color: #5eba00;
- border-color: #5eba00; }
-
-.btn-info {
- color: #ffffff;
- background-color: #45aaf2;
- border-color: #45aaf2; }
- .btn-info:hover {
- color: #ffffff;
- background-color: #219af0;
- border-color: #1594ef; }
- .btn-check:focus + .btn-info, .btn-info:focus {
- color: #ffffff;
- background-color: #219af0;
- border-color: #1594ef;
- box-shadow: 0 0 0 0.25rem rgba(97, 183, 244, 0.5); }
- .btn-check:checked + .btn-info,
- .btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
- .show > .btn-info.dropdown-toggle {
- color: #ffffff;
- background-color: #1594ef;
- border-color: #108ee7; }
- .btn-check:checked + .btn-info:focus,
- .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
- .show > .btn-info.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(97, 183, 244, 0.5); }
- .btn-info:disabled, .btn-info.disabled {
- color: #ffffff;
- background-color: #45aaf2;
- border-color: #45aaf2; }
-
-.btn-warning {
- color: #ffffff;
- background-color: #fab005;
- border-color: #fab005; }
- .btn-warning:hover {
- color: #ffffff;
- background-color: #d59604;
- border-color: #c88d04; }
- .btn-check:focus + .btn-warning, .btn-warning:focus {
- color: #ffffff;
- background-color: #d59604;
- border-color: #c88d04;
- box-shadow: 0 0 0 0.25rem rgba(251, 188, 43, 0.5); }
- .btn-check:checked + .btn-warning,
- .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
- .show > .btn-warning.dropdown-toggle {
- color: #ffffff;
- background-color: #c88d04;
- border-color: #bc8404; }
- .btn-check:checked + .btn-warning:focus,
- .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
- .show > .btn-warning.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(251, 188, 43, 0.5); }
- .btn-warning:disabled, .btn-warning.disabled {
- color: #ffffff;
- background-color: #fab005;
- border-color: #fab005; }
-
-.btn-danger {
- color: #ffffff;
- background-color: #cd201f;
- border-color: #cd201f; }
- .btn-danger:hover {
- color: #ffffff;
- background-color: #ac1b1a;
- border-color: #a11918; }
- .btn-check:focus + .btn-danger, .btn-danger:focus {
- color: #ffffff;
- background-color: #ac1b1a;
- border-color: #a11918;
- box-shadow: 0 0 0 0.25rem rgba(213, 65, 65, 0.5); }
- .btn-check:checked + .btn-danger,
- .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
- .show > .btn-danger.dropdown-toggle {
- color: #ffffff;
- background-color: #a11918;
- border-color: #961717; }
- .btn-check:checked + .btn-danger:focus,
- .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
- .show > .btn-danger.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(213, 65, 65, 0.5); }
- .btn-danger:disabled, .btn-danger.disabled {
- color: #ffffff;
- background-color: #cd201f;
- border-color: #cd201f; }
-
-.btn-light {
- color: #000000;
- background-color: #f5f7fb;
- border-color: #f5f7fb; }
- .btn-light:hover {
- color: #000000;
- background-color: white;
- border-color: white; }
- .btn-check:focus + .btn-light, .btn-light:focus {
- color: #000000;
- background-color: white;
- border-color: white;
- box-shadow: 0 0 0 0.25rem rgba(208, 210, 213, 0.5); }
- .btn-check:checked + .btn-light,
- .btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
- .show > .btn-light.dropdown-toggle {
- color: #000000;
- background-color: white;
- border-color: white; }
- .btn-check:checked + .btn-light:focus,
- .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
- .show > .btn-light.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(208, 210, 213, 0.5); }
- .btn-light:disabled, .btn-light.disabled {
- color: #000000;
- background-color: #f5f7fb;
- border-color: #f5f7fb; }
-
-.btn-dark {
- color: #ffffff;
- background-color: #354052;
- border-color: #354052; }
- .btn-dark:hover {
- color: #ffffff;
- background-color: #262e3b;
- border-color: #212833; }
- .btn-check:focus + .btn-dark, .btn-dark:focus {
- color: #ffffff;
- background-color: #262e3b;
- border-color: #212833;
- box-shadow: 0 0 0 0.25rem rgba(83, 93, 108, 0.5); }
- .btn-check:checked + .btn-dark,
- .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
- .show > .btn-dark.dropdown-toggle {
- color: #ffffff;
- background-color: #212833;
- border-color: #1c222b; }
- .btn-check:checked + .btn-dark:focus,
- .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
- .show > .btn-dark.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(83, 93, 108, 0.5); }
- .btn-dark:disabled, .btn-dark.disabled {
- color: #ffffff;
- background-color: #354052;
- border-color: #354052; }
-
-.btn-outline-primary {
- color: #206bc4;
- border-color: #206bc4; }
- .btn-outline-primary:hover {
- color: #ffffff;
- background-color: #206bc4;
- border-color: #206bc4; }
- .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
- box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.5); }
- .btn-check:checked + .btn-outline-primary,
- .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
- color: #ffffff;
- background-color: #206bc4;
- border-color: #206bc4; }
- .btn-check:checked + .btn-outline-primary:focus,
- .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.5); }
- .btn-outline-primary:disabled, .btn-outline-primary.disabled {
- color: #206bc4;
- background-color: transparent; }
-
-.btn-outline-secondary {
- color: #5f666e;
- border-color: #5f666e; }
- .btn-outline-secondary:hover {
- color: #ffffff;
- background-color: #5f666e;
- border-color: #5f666e; }
- .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
- box-shadow: 0 0 0 0.25rem rgba(95, 102, 110, 0.5); }
- .btn-check:checked + .btn-outline-secondary,
- .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
- color: #ffffff;
- background-color: #5f666e;
- border-color: #5f666e; }
- .btn-check:checked + .btn-outline-secondary:focus,
- .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(95, 102, 110, 0.5); }
- .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
- color: #5f666e;
- background-color: transparent; }
-
-.btn-outline-success {
- color: #5eba00;
- border-color: #5eba00; }
- .btn-outline-success:hover {
- color: #ffffff;
- background-color: #5eba00;
- border-color: #5eba00; }
- .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
- box-shadow: 0 0 0 0.25rem rgba(94, 186, 0, 0.5); }
- .btn-check:checked + .btn-outline-success,
- .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
- color: #ffffff;
- background-color: #5eba00;
- border-color: #5eba00; }
- .btn-check:checked + .btn-outline-success:focus,
- .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(94, 186, 0, 0.5); }
- .btn-outline-success:disabled, .btn-outline-success.disabled {
- color: #5eba00;
- background-color: transparent; }
-
-.btn-outline-info {
- color: #45aaf2;
- border-color: #45aaf2; }
- .btn-outline-info:hover {
- color: #ffffff;
- background-color: #45aaf2;
- border-color: #45aaf2; }
- .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
- box-shadow: 0 0 0 0.25rem rgba(69, 170, 242, 0.5); }
- .btn-check:checked + .btn-outline-info,
- .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
- color: #ffffff;
- background-color: #45aaf2;
- border-color: #45aaf2; }
- .btn-check:checked + .btn-outline-info:focus,
- .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(69, 170, 242, 0.5); }
- .btn-outline-info:disabled, .btn-outline-info.disabled {
- color: #45aaf2;
- background-color: transparent; }
-
-.btn-outline-warning {
- color: #fab005;
- border-color: #fab005; }
- .btn-outline-warning:hover {
- color: #ffffff;
- background-color: #fab005;
- border-color: #fab005; }
- .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
- box-shadow: 0 0 0 0.25rem rgba(250, 176, 5, 0.5); }
- .btn-check:checked + .btn-outline-warning,
- .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
- color: #ffffff;
- background-color: #fab005;
- border-color: #fab005; }
- .btn-check:checked + .btn-outline-warning:focus,
- .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(250, 176, 5, 0.5); }
- .btn-outline-warning:disabled, .btn-outline-warning.disabled {
- color: #fab005;
- background-color: transparent; }
-
-.btn-outline-danger {
- color: #cd201f;
- border-color: #cd201f; }
- .btn-outline-danger:hover {
- color: #ffffff;
- background-color: #cd201f;
- border-color: #cd201f; }
- .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
- box-shadow: 0 0 0 0.25rem rgba(205, 32, 31, 0.5); }
- .btn-check:checked + .btn-outline-danger,
- .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
- color: #ffffff;
- background-color: #cd201f;
- border-color: #cd201f; }
- .btn-check:checked + .btn-outline-danger:focus,
- .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(205, 32, 31, 0.5); }
- .btn-outline-danger:disabled, .btn-outline-danger.disabled {
- color: #cd201f;
- background-color: transparent; }
-
-.btn-outline-light {
- color: #f5f7fb;
- border-color: #f5f7fb; }
- .btn-outline-light:hover {
- color: #000000;
- background-color: #f5f7fb;
- border-color: #f5f7fb; }
- .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
- box-shadow: 0 0 0 0.25rem rgba(245, 247, 251, 0.5); }
- .btn-check:checked + .btn-outline-light,
- .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
- color: #000000;
- background-color: #f5f7fb;
- border-color: #f5f7fb; }
- .btn-check:checked + .btn-outline-light:focus,
- .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(245, 247, 251, 0.5); }
- .btn-outline-light:disabled, .btn-outline-light.disabled {
- color: #f5f7fb;
- background-color: transparent; }
-
-.btn-outline-dark {
- color: #354052;
- border-color: #354052; }
- .btn-outline-dark:hover {
- color: #ffffff;
- background-color: #354052;
- border-color: #354052; }
- .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
- box-shadow: 0 0 0 0.25rem rgba(53, 64, 82, 0.5); }
- .btn-check:checked + .btn-outline-dark,
- .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
- color: #ffffff;
- background-color: #354052;
- border-color: #354052; }
- .btn-check:checked + .btn-outline-dark:focus,
- .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
- box-shadow: 0 0 0 0.25rem rgba(53, 64, 82, 0.5); }
- .btn-outline-dark:disabled, .btn-outline-dark.disabled {
- color: #354052;
- background-color: transparent; }
-
-.btn-link {
- font-weight: 400;
- color: #206bc4;
- text-decoration: none; }
- .btn-link:hover {
- color: #154782; }
- .btn-link:disabled, .btn-link.disabled {
- color: #a8aeb7; }
-
-.btn-lg, .btn-group-lg > .btn {
- padding: 0.5rem 1.5rem;
- font-size: 1.25rem;
- border-radius: 0.3rem; }
-
-.btn-sm, .btn-group-sm > .btn {
- padding: 0.125rem 0.5rem;
- font-size: 0.75rem;
- border-radius: 0.2rem; }
-
-.btn-block {
- display: block;
- width: 100%; }
- .btn-block + .btn-block {
- margin-top: 0.5rem; }
-
-.fade {
- transition: opacity 0.15s linear; }
- @media (prefers-reduced-motion: reduce) {
- .fade {
- transition: none; } }
- .fade:not(.show) {
- opacity: 0; }
-
-.collapse:not(.show) {
- display: none; }
-
-.collapsing {
- height: 0;
- overflow: hidden;
- transition: height 0.35s ease; }
- @media (prefers-reduced-motion: reduce) {
- .collapsing {
- transition: none; } }
-
-.dropup,
-.dropright,
-.dropdown,
-.dropleft {
- position: relative; }
-
-.dropdown-toggle {
- white-space: nowrap; }
- .dropdown-toggle:after {
- content: "";
- display: inline-block;
- vertical-align: 0.306em;
- width: 0.36em;
- height: 0.36em;
- border-bottom: 1px solid;
- border-left: 1px solid;
- margin-right: .1em;
- margin-left: 0.4em;
- transform: rotate(-45deg); }
-
-.dropdown-menu {
- position: absolute;
- top: 100%;
- left: 0;
- z-index: 1000;
- display: none;
- min-width: 14rem;
- padding: 0.5rem 0;
- margin: 1px 0 0;
- font-size: 0.875rem;
- color: #212b36;
- text-align: left;
- list-style: none;
- background-color: #ffffff;
- background-clip: padding-box;
- border: 1px solid rgba(95, 102, 110, 0.2);
- border-radius: 3px; }
-
-.dropdown-menu-left {
- right: auto;
- left: 0; }
-
-.dropdown-menu-right {
- right: 0;
- left: auto; }
-
-@media (min-width: 33rem) {
- .dropdown-menu-sm-left {
- right: auto;
- left: 0; }
- .dropdown-menu-sm-right {
- right: 0;
- left: auto; } }
-
-@media (min-width: 48rem) {
- .dropdown-menu-md-left {
- right: auto;
- left: 0; }
- .dropdown-menu-md-right {
- right: 0;
- left: auto; } }
-
-@media (min-width: 64rem) {
- .dropdown-menu-lg-left {
- right: auto;
- left: 0; }
- .dropdown-menu-lg-right {
- right: 0;
- left: auto; } }
-
-@media (min-width: 75.25rem) {
- .dropdown-menu-xl-left {
- right: auto;
- left: 0; }
- .dropdown-menu-xl-right {
- right: 0;
- left: auto; } }
-
-.dropup .dropdown-menu {
- top: auto;
- bottom: 100%;
- margin-top: 0;
- margin-bottom: 1px; }
-
-.dropup .dropdown-toggle:after {
- content: "";
- display: inline-block;
- vertical-align: 0.306em;
- width: 0.36em;
- height: 0.36em;
- border-bottom: 1px solid;
- border-left: 1px solid;
- margin-right: .1em;
- margin-left: 0.4em;
- transform: rotate(135deg); }
-
-.dropright .dropdown-menu {
- top: 0;
- right: auto;
- left: 100%;
- margin-top: 0;
- margin-left: 1px; }
-
-.dropright .dropdown-toggle:after {
- content: "";
- display: inline-block;
- vertical-align: 0.306em;
- width: 0.36em;
- height: 0.36em;
- border-bottom: 1px solid;
- border-left: 1px solid;
- margin-right: .1em;
- margin-left: 0.4em;
- transform: rotate(-135deg); }
-
-.dropright .dropdown-toggle::after {
- vertical-align: 0; }
-
-.dropleft .dropdown-menu {
- top: 0;
- right: 100%;
- left: auto;
- margin-top: 0;
- margin-right: 1px; }
-
-.dropleft .dropdown-toggle:before {
- content: "";
- display: inline-block;
- vertical-align: 0.306em;
- width: 0.36em;
- height: 0.36em;
- border-bottom: 1px solid;
- border-left: 1px solid;
- margin-right: .1em;
- margin-right: 0.4em;
- transform: rotate(45deg); }
-
-.dropleft .dropdown-toggle:after {
- content: none; }
-
-.dropleft .dropdown-toggle::before {
- vertical-align: 0; }
-
-.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
- right: auto;
- bottom: auto; }
-
-.dropdown-divider {
- height: 0;
- margin: 0.5rem 0;
- overflow: hidden;
- border-top: 1px solid rgba(95, 102, 110, 0.2); }
-
-.dropdown-item {
- display: block;
- width: 100%;
- padding: 0.25rem 1rem;
- clear: both;
- font-weight: 400;
- color: #354052;
- text-align: inherit;
- white-space: nowrap;
- background-color: transparent;
- border: 0; }
- .dropdown-item:hover, .dropdown-item:focus {
- color: inherit;
- background-color: rgba(95, 102, 110, 0.06); }
- .dropdown-item.active, .dropdown-item:active {
- color: #206bc4;
- text-decoration: none;
- background-color: rgba(32, 107, 196, 0.06); }
- .dropdown-item.disabled, .dropdown-item:disabled {
- color: #a8aeb7;
- pointer-events: none;
- background-color: transparent; }
-
-.dropdown-menu.show {
- display: block; }
-
-.dropdown-header {
- display: block;
- padding: 0.5rem 1rem;
- margin-bottom: 0;
- font-size: 0.765625rem;
- color: #a8aeb7;
- white-space: nowrap; }
-
-.dropdown-item-text {
- display: block;
- padding: 0.25rem 1rem;
- color: #354052; }
-
-.dropdown-menu-dark {
- color: #e9ecf1;
- background-color: #545d6d;
- border-color: rgba(95, 102, 110, 0.2); }
- .dropdown-menu-dark .dropdown-item {
- color: #e9ecf1; }
- .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
- color: #ffffff;
- background-color: rgba(255, 255, 255, 0.15); }
- .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
- color: #206bc4;
- background-color: rgba(32, 107, 196, 0.06); }
- .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
- color: #cbcfd6; }
- .dropdown-menu-dark .dropdown-divider {
- border-color: rgba(95, 102, 110, 0.2); }
- .dropdown-menu-dark .dropdown-item-text {
- color: #e9ecf1; }
- .dropdown-menu-dark .dropdown-header {
- color: #cbcfd6; }
-
-.btn-group,
-.btn-group-vertical {
- position: relative;
- display: inline-flex;
- vertical-align: middle; }
- .btn-group > .btn,
- .btn-group-vertical > .btn {
- position: relative;
- flex: 1 1 auto; }
- .btn-group > .btn-check:checked + .btn,
- .btn-group > .btn-check:focus + .btn,
- .btn-group > .btn:hover,
- .btn-group > .btn:focus,
- .btn-group > .btn:active,
- .btn-group > .btn.active,
- .btn-group-vertical > .btn-check:checked + .btn,
- .btn-group-vertical > .btn-check:focus + .btn,
- .btn-group-vertical > .btn:hover,
- .btn-group-vertical > .btn:focus,
- .btn-group-vertical > .btn:active,
- .btn-group-vertical > .btn.active {
- z-index: 1; }
-
-.btn-toolbar {
- display: flex;
- flex-wrap: wrap;
- justify-content: flex-start; }
- .btn-toolbar .input-group {
- width: auto; }
-
-.btn-group > .btn:not(:first-child),
-.btn-group > .btn-group:not(:first-child) {
- margin-left: -1px; }
-
-.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
-.btn-group > .btn-group:not(:last-child) > .btn {
- border-top-right-radius: 0;
- border-bottom-right-radius: 0; }
-
-.btn-group > .btn:nth-child(n + 3),
-.btn-group > :not(.btn-check) + .btn,
-.btn-group > .btn-group:not(:first-child) > .btn {
- border-top-left-radius: 0;
- border-bottom-left-radius: 0; }
-
-.dropdown-toggle-split {
- padding-right: 0.75rem;
- padding-left: 0.75rem; }
- .dropdown-toggle-split::after,
- .dropup .dropdown-toggle-split::after,
- .dropright .dropdown-toggle-split::after {
- margin-left: 0; }
- .dropleft .dropdown-toggle-split::before {
- margin-right: 0; }
-
-.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
- padding-right: 0.375rem;
- padding-left: 0.375rem; }
-
-.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
- padding-right: 1.125rem;
- padding-left: 1.125rem; }
-
-.btn-group-vertical {
- flex-direction: column;
- align-items: flex-start;
- justify-content: center; }
- .btn-group-vertical > .btn,
- .btn-group-vertical > .btn-group {
- width: 100%; }
- .btn-group-vertical > .btn:not(:first-child),
- .btn-group-vertical > .btn-group:not(:first-child) {
- margin-top: -1px; }
- .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
- .btn-group-vertical > .btn-group:not(:last-child) > .btn {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0; }
- .btn-group-vertical > .btn:not(:first-child),
- .btn-group-vertical > .btn-group:not(:first-child) > .btn {
- border-top-left-radius: 0;
- border-top-right-radius: 0; }
-
-.nav {
- display: flex;
- flex-wrap: wrap;
- padding-left: 0;
- margin-bottom: 0;
- list-style: none; }
-
-.nav-link {
- display: block;
- padding: 0.25rem 0.75rem;
- transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
- @media (prefers-reduced-motion: reduce) {
- .nav-link {
- transition: none; } }
- .nav-link.disabled {
- color: #a8aeb7;
- pointer-events: none;
- cursor: default; }
-
-.nav-tabs {
- border-bottom: 1px solid #e9ecf1; }
- .nav-tabs .nav-link {
- margin-bottom: -1px;
- border: 1px solid transparent;
- border-top-left-radius: 3px;
- border-top-right-radius: 3px; }
- .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
- border-color: #f1f3f8 #f1f3f8 #e9ecf1; }
- .nav-tabs .nav-link.disabled {
- color: #a8aeb7;
- background-color: transparent;
- border-color: transparent; }
- .nav-tabs .nav-link.active,
- .nav-tabs .nav-item.show .nav-link {
- color: #7a828f;
- background-color: #f5f7fb;
- border-color: #e9ecf1 #e9ecf1 #f5f7fb; }
- .nav-tabs .dropdown-menu {
- margin-top: -1px;
- border-top-left-radius: 0;
- border-top-right-radius: 0; }
-
-.nav-pills .nav-link {
- border-radius: 3px; }
-
-.nav-pills .nav-link.active,
-.nav-pills .show > .nav-link {
- color: #ffffff;
- background-color: #206bc4; }
-
-.nav-fill > .nav-link,
-.nav-fill .nav-item {
- flex: 1 1 auto;
- text-align: center; }
-
-.nav-justified > .nav-link,
-.nav-justified .nav-item {
- flex-basis: 0;
- flex-grow: 1;
- text-align: center; }
-
-.tab-content > .tab-pane {
- display: none; }
-
-.tab-content > .active {
- display: block; }
-
-.navbar {
- position: relative;
- display: flex;
- flex-wrap: wrap;
- align-items: center;
- justify-content: space-between;
- padding-top: 0.25rem;
- padding-bottom: 0.25rem; }
- .navbar > .container,
- .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl {
- display: flex;
- flex-wrap: inherit;
- align-items: center;
- justify-content: space-between; }
-
-.navbar-brand {
- padding-top: 0.25rem;
- padding-bottom: 0.25rem;
- margin-right: 0;
- font-size: 1rem;
- white-space: nowrap; }
-
-.navbar-nav {
- display: flex;
- flex-direction: column;
- padding-left: 0;
- margin-bottom: 0;
- list-style: none; }
- .navbar-nav .nav-link {
- padding-right: 0;
- padding-left: 0; }
- .navbar-nav .dropdown-menu {
- position: static; }
-
-.navbar-text {
- padding-top: 0.25rem;
- padding-bottom: 0.25rem; }
-
-.navbar-collapse {
- align-items: center;
- width: 100%; }
-
-.navbar-toggler {
- padding: 0 0;
- font-size: 1rem;
- line-height: 1;
- background-color: transparent;
- border: 1px solid transparent;
- border-radius: 3px;
- transition: box-shadow 0.15s ease-in-out; }
- @media (prefers-reduced-motion: reduce) {
- .navbar-toggler {
- transition: none; } }
- .navbar-toggler:hover {
- text-decoration: none; }
- .navbar-toggler:focus {
- text-decoration: none;
- outline: 0;
- box-shadow: 0 0 0 0; }
-
-.navbar-toggler-icon {
- display: inline-block;
- width: 1.5em;
- height: 1.5em;
- vertical-align: middle;
- background-repeat: no-repeat;
- background-position: center;
- background-size: 100%; }
-
-@media (min-width: 33rem) {
- .navbar-expand-sm {
- flex-wrap: nowrap;
- justify-content: flex-start; }
- .navbar-expand-sm .navbar-nav {
- flex-direction: row; }
- .navbar-expand-sm .navbar-nav .dropdown-menu {
- position: absolute; }
- .navbar-expand-sm .navbar-nav .nav-link {
- padding-right: 0.75rem;
- padding-left: 0.75rem; }
- .navbar-expand-sm .navbar-collapse {
- display: flex !important; }
- .navbar-expand-sm .navbar-toggler {
- display: none; } }
-
-@media (min-width: 48rem) {
- .navbar-expand-md {
- flex-wrap: nowrap;
- justify-content: flex-start; }
- .navbar-expand-md .navbar-nav {
- flex-direction: row; }
- .navbar-expand-md .navbar-nav .dropdown-menu {
- position: absolute; }
- .navbar-expand-md .navbar-nav .nav-link {
- padding-right: 0.75rem;
- padding-left: 0.75rem; }
- .navbar-expand-md .navbar-collapse {
- display: flex !important; }
- .navbar-expand-md .navbar-toggler {
- display: none; } }
-
-@media (min-width: 64rem) {
- .navbar-expand-lg {
- flex-wrap: nowrap;
- justify-content: flex-start; }
- .navbar-expand-lg .navbar-nav {
- flex-direction: row; }
- .navbar-expand-lg .navbar-nav .dropdown-menu {
- position: absolute; }
- .navbar-expand-lg .navbar-nav .nav-link {
- padding-right: 0.75rem;
- padding-left: 0.75rem; }
- .navbar-expand-lg .navbar-collapse {
- display: flex !important; }
- .navbar-expand-lg .navbar-toggler {
- display: none; } }
-
-@media (min-width: 75.25rem) {
- .navbar-expand-xl {
- flex-wrap: nowrap;
- justify-content: flex-start; }
- .navbar-expand-xl .navbar-nav {
- flex-direction: row; }
- .navbar-expand-xl .navbar-nav .dropdown-menu {
- position: absolute; }
- .navbar-expand-xl .navbar-nav .nav-link {
- padding-right: 0.75rem;
- padding-left: 0.75rem; }
- .navbar-expand-xl .navbar-collapse {
- display: flex !important; }
- .navbar-expand-xl .navbar-toggler {
- display: none; } }
-
-.navbar-expand {
- flex-wrap: nowrap;
- justify-content: flex-start; }
- .navbar-expand .navbar-nav {
- flex-direction: row; }
- .navbar-expand .navbar-nav .dropdown-menu {
- position: absolute; }
- .navbar-expand .navbar-nav .nav-link {
- padding-right: 0.75rem;
- padding-left: 0.75rem; }
- .navbar-expand .navbar-collapse {
- display: flex !important; }
- .navbar-expand .navbar-toggler {
- display: none; }
-
-.navbar-light .navbar-brand {
- color: #212b36; }
- .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
- color: #212b36; }
-
-.navbar-light .navbar-nav .nav-link {
- color: rgba(33, 43, 54, 0.72); }
- .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
- color: rgba(0, 0, 0, 0.7); }
- .navbar-light .navbar-nav .nav-link.disabled {
- color: rgba(33, 43, 54, 0.3); }
-
-.navbar-light .navbar-nav .show > .nav-link,
-.navbar-light .navbar-nav .nav-link.active {
- color: #212b36; }
-
-.navbar-light .navbar-toggler {
- color: rgba(33, 43, 54, 0.72);
- border-color: rgba(0, 0, 0, 0.1); }
-
-.navbar-light .navbar-toggler-icon {
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 43, 54, 0.72%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
-
-.navbar-light .navbar-text {
- color: rgba(33, 43, 54, 0.72); }
- .navbar-light .navbar-text a,
- .navbar-light .navbar-text a:hover,
- .navbar-light .navbar-text a:focus {
- color: #212b36; }
-
-.navbar-dark .navbar-brand {
- color: #ffffff; }
- .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
- color: #ffffff; }
-
-.navbar-dark .navbar-nav .nav-link {
- color: rgba(255, 255, 255, 0.72); }
- .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
- color: rgba(255, 255, 255, 0.75); }
- .navbar-dark .navbar-nav .nav-link.disabled {
- color: rgba(255, 255, 255, 0.3); }
-
-.navbar-dark .navbar-nav .show > .nav-link,
-.navbar-dark .navbar-nav .nav-link.active {
- color: #ffffff; }
-
-.navbar-dark .navbar-toggler {
- color: rgba(255, 255, 255, 0.72);
- border-color: rgba(255, 255, 255, 0.1); }
-
-.navbar-dark .navbar-toggler-icon {
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.72%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
-
-.navbar-dark .navbar-text {
- color: rgba(255, 255, 255, 0.72); }
- .navbar-dark .navbar-text a,
- .navbar-dark .navbar-text a:hover,
- .navbar-dark .navbar-text a:focus {
- color: #ffffff; }
-
-.card {
- position: relative;
- display: flex;
- flex-direction: column;
- min-width: 0;
- word-wrap: break-word;
- background-color: #ffffff;
- background-clip: border-box;
- border: 1px solid rgba(95, 102, 110, 0.2);
- border-radius: 3px; }
- .card > hr, .card > .hr {
- margin-right: 0;
- margin-left: 0; }
- .card > .list-group {
- border-top: inherit;
- border-bottom: inherit; }
- .card > .list-group:first-child {
- border-top-width: 0;
- border-top-left-radius: 2px;
- border-top-right-radius: 2px; }
- .card > .list-group:last-child {
- border-bottom-width: 0;
- border-bottom-right-radius: 2px;
- border-bottom-left-radius: 2px; }
- .card > .card-header + .list-group,
- .card > .list-group + .card-footer {
- border-top: 0; }
-
-.card-body {
- flex: 1 1 auto;
- padding: 1rem 1rem; }
-
-.card-title {
- margin-bottom: 0.5rem; }
-
-.card-subtitle {
- margin-top: -0.25rem;
- margin-bottom: 0; }
-
-.card-text:last-child {
- margin-bottom: 0; }
-
-.card-link:hover {
- text-decoration: none; }
-
-.card-link + .card-link {
- margin-left: 1rem; }
-
-.card-header {
- padding: 0.75rem 1.25rem;
- margin-bottom: 0;
- background-color: rgba(53, 64, 82, 0.024);
- border-bottom: 1px solid rgba(95, 102, 110, 0.2); }
- .card-header:first-child {
- border-radius: 2px 2px 0 0; }
-
-.card-footer {
- padding: 0.75rem 1.25rem;
- background-color: rgba(53, 64, 82, 0.024);
- border-top: 1px solid rgba(95, 102, 110, 0.2); }
- .card-footer:last-child {
- border-radius: 0 0 2px 2px; }
-
-.card-header-tabs {
- margin-right: -0.625rem;
- margin-bottom: -0.75rem;
- margin-left: -0.625rem;
- border-bottom: 0; }
- .card-header-tabs .nav-link.active {
- background-color: #ffffff;
- border-bottom-color: #ffffff; }
-
-.card-header-pills {
- margin-right: -0.625rem;
- margin-left: -0.625rem; }
-
-.card-img-overlay {
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- padding: 1rem;
- border-radius: 2px; }
-
-.card-img,
-.card-img-top,
-.card-img-bottom {
- width: 100%; }
-
-.card-img,
-.card-img-top {
- border-top-left-radius: 2px;
- border-top-right-radius: 2px; }
-
-.card-img,
-.card-img-bottom {
- border-bottom-right-radius: 2px;
- border-bottom-left-radius: 2px; }
-
-.card-group > .card {
- margin-bottom: 1.5rem; }
-
-@media (min-width: 33rem) {
- .card-group {
- display: flex;
- flex-flow: row wrap; }
- .card-group > .card {
- flex: 1 0 0%;
- margin-bottom: 0; }
- .card-group > .card + .card {
- margin-left: 0;
- border-left: 0; }
- .card-group > .card:not(:last-child) {
- border-top-right-radius: 0;
- border-bottom-right-radius: 0; }
- .card-group > .card:not(:last-child) .card-img-top,
- .card-group > .card:not(:last-child) .card-header {
- border-top-right-radius: 0; }
- .card-group > .card:not(:last-child) .card-img-bottom,
- .card-group > .card:not(:last-child) .card-footer {
- border-bottom-right-radius: 0; }
- .card-group > .card:not(:first-child) {
- border-top-left-radius: 0;
- border-bottom-left-radius: 0; }
- .card-group > .card:not(:first-child) .card-img-top,
- .card-group > .card:not(:first-child) .card-header {
- border-top-left-radius: 0; }
- .card-group > .card:not(:first-child) .card-img-bottom,
- .card-group > .card:not(:first-child) .card-footer {
- border-bottom-left-radius: 0; } }
-
-.accordion {
- overflow-anchor: none; }
- .accordion > .card {
- overflow: hidden; }
- .accordion > .card:not(:last-of-type) {
- border-bottom: 0;
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0; }
- .accordion > .card:not(:first-of-type) {
- border-top-left-radius: 0;
- border-top-right-radius: 0; }
- .accordion > .card > .card-header {
- border-radius: 0;
- margin-bottom: -1px; }
-
-.breadcrumb {
- display: flex;
- flex-wrap: wrap;
- padding: 0.5rem 1rem;
- margin-bottom: 1rem;
- list-style: none;
- background-color: #f1f3f8;
- border-radius: 3px; }
-
-.breadcrumb-item {
- display: flex; }
- .breadcrumb-item + .breadcrumb-item {
- padding-left: 0.5rem; }
- .breadcrumb-item + .breadcrumb-item::before {
- display: inline-block;
- padding-right: 0.5rem;
- color: #a8aeb7;
- content: "/"; }
- .breadcrumb-item.active {
- color: #a8aeb7; }
-
-.pagination {
- display: flex;
- padding-left: 0;
- list-style: none; }
-
-.page-link {
- position: relative;
- display: block;
- color: #5f666e;
- background-color: transparent;
- border: 0 solid #e9ecf1;
- transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
- @media (prefers-reduced-motion: reduce) {
- .page-link {
- transition: none; } }
- .page-link:hover {
- z-index: 2;
- color: #154782;
- background-color: #f1f3f8;
- border-color: #e9ecf1; }
- .page-link:focus {
- z-index: 3;
- color: #154782;
- background-color: #f1f3f8;
- outline: 0;
- box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.25); }
-
-.page-item:not(:first-child) .page-link {
- margin-left: 0; }
-
-.page-item.active .page-link {
- z-index: 3;
- color: #ffffff;
- background-color: #206bc4;
- border-color: #206bc4; }
-
-.page-item.disabled .page-link {
- color: rgba(95, 102, 110, 0.5);
- pointer-events: none;
- background-color: transparent;
- border-color: #e9ecf1; }
-
-.page-link {
- padding: 0.25rem 0.25rem; }
-
-.page-item:first-child .page-link {
- border-top-left-radius: 3px;
- border-bottom-left-radius: 3px; }
-
-.page-item:last-child .page-link {
- border-top-right-radius: 3px;
- border-bottom-right-radius: 3px; }
-
-.pagination-lg .page-link {
- padding: 0.75rem 1.5rem;
- font-size: 1.09375rem; }
-
-.pagination-lg .page-item:first-child .page-link {
- border-top-left-radius: 0.3rem;
- border-bottom-left-radius: 0.3rem; }
-
-.pagination-lg .page-item:last-child .page-link {
- border-top-right-radius: 0.3rem;
- border-bottom-right-radius: 0.3rem; }
-
-.pagination-sm .page-link {
- padding: 0.25rem 0.5rem;
- font-size: 0.765625rem; }
-
-.pagination-sm .page-item:first-child .page-link {
- border-top-left-radius: 0.2rem;
- border-bottom-left-radius: 0.2rem; }
-
-.pagination-sm .page-item:last-child .page-link {
- border-top-right-radius: 0.2rem;
- border-bottom-right-radius: 0.2rem; }
-
-.badge {
- display: inline-block;
- padding: 0.35em 0.65em;
- font-size: 0.75em;
- font-weight: 500;
- line-height: 1;
- color: #ffffff;
- text-align: center;
- white-space: nowrap;
- vertical-align: baseline;
- border-radius: 3px; }
- .badge:empty {
- display: none; }
-
-.btn .badge {
- position: relative;
- top: -1px; }
-
-.alert {
- position: relative;
- padding: 1rem 1rem;
- margin-bottom: 1rem;
- border: 1px solid transparent;
- border-radius: 3px; }
-
-.alert-heading {
- color: inherit; }
-
-.alert-link {
- font-weight: 500; }
-
-.alert-dismissible {
- padding-right: 3rem; }
- .alert-dismissible .btn-close {
- position: absolute;
- top: 0;
- right: 0;
- padding: 1.25rem 1rem; }
-
-.alert-primary {
- color: #061527;
- background-color: #d2e1f3;
- border-color: #a6c4e7; }
- .alert-primary .alert-link {
- color: black; }
-
-.alert-secondary {
- color: #131416;
- background-color: #dfe0e2;
- border-color: #bfc2c5; }
- .alert-secondary .alert-link {
- color: black; }
-
-.alert-success {
- color: #132500;
- background-color: #dff1cc;
- border-color: #bfe399; }
- .alert-success .alert-link {
- color: black; }
-
-.alert-info {
- color: #0e2230;
- background-color: #daeefc;
- border-color: #b5ddfa; }
- .alert-info .alert-link {
- color: #020609; }
-
-.alert-warning {
- color: #322301;
- background-color: #feefcd;
- border-color: #fddf9b; }
- .alert-warning .alert-link {
- color: black; }
-
-.alert-danger {
- color: #290606;
- background-color: #f5d2d2;
- border-color: #eba6a5; }
- .alert-danger .alert-link {
- color: black; }
-
-.alert-light {
- color: #313132;
- background-color: #fdfdfe;
- border-color: #fbfcfd; }
- .alert-light .alert-link {
- color: #181818; }
-
-.alert-dark {
- color: #0b0d10;
- background-color: #d7d9dc;
- border-color: #aeb3ba; }
- .alert-dark .alert-link {
- color: black; }
-
-@-webkit-keyframes progress-bar-stripes {
- 0% {
- background-position-x: 0.5rem; } }
-
-@keyframes progress-bar-stripes {
- 0% {
- background-position-x: 0.5rem; } }
-
-.progress {
- display: flex;
- height: 0.5rem;
- overflow: hidden;
- font-size: 0.65625rem;
- background-color: rgba(176, 181, 190, 0.24);
- border-radius: 3px; }
-
-.progress-bar {
- display: flex;
- flex-direction: column;
- justify-content: center;
- overflow: hidden;
- color: #ffffff;
- text-align: center;
- white-space: nowrap;
- background-color: #206bc4;
- transition: width 0.6s ease; }
- @media (prefers-reduced-motion: reduce) {
- .progress-bar {
- transition: none; } }
-
-.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: 0.5rem 0.5rem; }
-
-.progress-bar-animated {
- -webkit-animation: progress-bar-stripes 1s linear infinite;
- animation: progress-bar-stripes 1s linear infinite; }
- @media (prefers-reduced-motion: reduce) {
- .progress-bar-animated {
- -webkit-animation: none;
- animation: none; } }
-
-.list-group {
- display: flex;
- flex-direction: column;
- padding-left: 0;
- margin-bottom: 0;
- border-radius: 3px; }
-
-.list-group-item-action {
- width: 100%;
- color: inherit;
- text-align: inherit; }
- .list-group-item-action:hover, .list-group-item-action:focus {
- z-index: 1;
- color: inherit;
- text-decoration: none;
- background-color: #f5f7fb; }
- .list-group-item-action:active {
- color: #212b36;
- background-color: #f1f3f8; }
-
-.list-group-item {
- position: relative;
- display: block;
- padding: 0.5rem 0.75rem;
- background-color: inherit;
- border: 1px solid rgba(95, 102, 110, 0.2); }
- .list-group-item:first-child {
- border-top-left-radius: inherit;
- border-top-right-radius: inherit; }
- .list-group-item:last-child {
- border-bottom-right-radius: inherit;
- border-bottom-left-radius: inherit; }
- .list-group-item.disabled, .list-group-item:disabled {
- color: #a8aeb7;
- pointer-events: none;
- background-color: inherit; }
- .list-group-item.active {
- z-index: 2;
- color: #ffffff;
- background-color: #206bc4;
- border-color: #206bc4; }
- .list-group-item + .list-group-item {
- border-top-width: 0; }
- .list-group-item + .list-group-item.active {
- margin-top: -1px;
- border-top-width: 1px; }
-
-.list-group-horizontal {
- flex-direction: row; }
- .list-group-horizontal > .list-group-item:first-child {
- border-bottom-left-radius: 3px;
- border-top-right-radius: 0; }
- .list-group-horizontal > .list-group-item:last-child {
- border-top-right-radius: 3px;
- border-bottom-left-radius: 0; }
- .list-group-horizontal > .list-group-item.active {
- margin-top: 0; }
- .list-group-horizontal > .list-group-item + .list-group-item {
- border-top-width: 1px;
- border-left-width: 0; }
- .list-group-horizontal > .list-group-item + .list-group-item.active {
- margin-left: -1px;
- border-left-width: 1px; }
-
-@media (min-width: 33rem) {
- .list-group-horizontal-sm {
- flex-direction: row; }
- .list-group-horizontal-sm > .list-group-item:first-child {
- border-bottom-left-radius: 3px;
- border-top-right-radius: 0; }
- .list-group-horizontal-sm > .list-group-item:last-child {
- border-top-right-radius: 3px;
- border-bottom-left-radius: 0; }
- .list-group-horizontal-sm > .list-group-item.active {
- margin-top: 0; }
- .list-group-horizontal-sm > .list-group-item + .list-group-item {
- border-top-width: 1px;
- border-left-width: 0; }
- .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
- margin-left: -1px;
- border-left-width: 1px; } }
-
-@media (min-width: 48rem) {
- .list-group-horizontal-md {
- flex-direction: row; }
- .list-group-horizontal-md > .list-group-item:first-child {
- border-bottom-left-radius: 3px;
- border-top-right-radius: 0; }
- .list-group-horizontal-md > .list-group-item:last-child {
- border-top-right-radius: 3px;
- border-bottom-left-radius: 0; }
- .list-group-horizontal-md > .list-group-item.active {
- margin-top: 0; }
- .list-group-horizontal-md > .list-group-item + .list-group-item {
- border-top-width: 1px;
- border-left-width: 0; }
- .list-group-horizontal-md > .list-group-item + .list-group-item.active {
- margin-left: -1px;
- border-left-width: 1px; } }
-
-@media (min-width: 64rem) {
- .list-group-horizontal-lg {
- flex-direction: row; }
- .list-group-horizontal-lg > .list-group-item:first-child {
- border-bottom-left-radius: 3px;
- border-top-right-radius: 0; }
- .list-group-horizontal-lg > .list-group-item:last-child {
- border-top-right-radius: 3px;
- border-bottom-left-radius: 0; }
- .list-group-horizontal-lg > .list-group-item.active {
- margin-top: 0; }
- .list-group-horizontal-lg > .list-group-item + .list-group-item {
- border-top-width: 1px;
- border-left-width: 0; }
- .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
- margin-left: -1px;
- border-left-width: 1px; } }
-
-@media (min-width: 75.25rem) {
- .list-group-horizontal-xl {
- flex-direction: row; }
- .list-group-horizontal-xl > .list-group-item:first-child {
- border-bottom-left-radius: 3px;
- border-top-right-radius: 0; }
- .list-group-horizontal-xl > .list-group-item:last-child {
- border-top-right-radius: 3px;
- border-bottom-left-radius: 0; }
- .list-group-horizontal-xl > .list-group-item.active {
- margin-top: 0; }
- .list-group-horizontal-xl > .list-group-item + .list-group-item {
- border-top-width: 1px;
- border-left-width: 0; }
- .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
- margin-left: -1px;
- border-left-width: 1px; } }
-
-.list-group-flush {
- border-radius: 0; }
- .list-group-flush > .list-group-item {
- border-width: 0 0 1px; }
- .list-group-flush > .list-group-item:last-child {
- border-bottom-width: 0; }
-
-.list-group-item-primary {
- color: #0d2b4e;
- background-color: #e9f0f9; }
- .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
- color: #0d2b4e;
- background-color: #d5e2f4; }
- .list-group-item-primary.list-group-item-action.active {
- color: #ffffff;
- background-color: #0d2b4e;
- border-color: #0d2b4e; }
-
-.list-group-item-secondary {
- color: #26292c;
- background-color: #eff0f1; }
- .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
- color: #26292c;
- background-color: #e1e3e5; }
- .list-group-item-secondary.list-group-item-action.active {
- color: #ffffff;
- background-color: #26292c;
- border-color: #26292c; }
-
-.list-group-item-success {
- color: #264a00;
- background-color: #eff8e6; }
- .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
- color: #264a00;
- background-color: #e2f2d2; }
- .list-group-item-success.list-group-item-action.active {
- color: #ffffff;
- background-color: #264a00;
- border-color: #264a00; }
-
-.list-group-item-info {
- color: #1c4461;
- background-color: #ecf7fe; }
- .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
- color: #1c4461;
- background-color: #d4edfd; }
- .list-group-item-info.list-group-item-action.active {
- color: #ffffff;
- background-color: #1c4461;
- border-color: #1c4461; }
-
-.list-group-item-warning {
- color: #644602;
- background-color: #fff7e6; }
- .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
- color: #644602;
- background-color: #ffefcd; }
- .list-group-item-warning.list-group-item-action.active {
- color: #ffffff;
- background-color: #644602;
- border-color: #644602; }
-
-.list-group-item-danger {
- color: #520d0c;
- background-color: #fae9e9; }
- .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
- color: #520d0c;
- background-color: #f5d4d4; }
- .list-group-item-danger.list-group-item-action.active {
- color: #ffffff;
- background-color: #520d0c;
- border-color: #520d0c; }
-
-.list-group-item-light {
- color: #626364;
- background-color: #fefeff; }
- .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
- color: #626364;
- background-color: #e5e5ff; }
- .list-group-item-light.list-group-item-action.active {
- color: #ffffff;
- background-color: #626364;
- border-color: #626364; }
-
-.list-group-item-dark {
- color: #151a21;
- background-color: #ebecee; }
- .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
- color: #151a21;
- background-color: #dddfe2; }
- .list-group-item-dark.list-group-item-action.active {
- color: #ffffff;
- background-color: #151a21;
- border-color: #151a21; }
-
-.btn-close {
- box-sizing: content-box;
- width: 1em;
- height: 1em;
- padding: 0.25em 0.25em;
- color: #000000;
- background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 16 16'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") no-repeat center center/1em auto;
- background-clip: content-box;
- border: 0;
- border-radius: 3px;
- opacity: 0.5; }
- .btn-close:hover {
- color: #000000;
- text-decoration: none;
- opacity: 0.75; }
- .btn-close:focus {
- outline: none;
- box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.25);
- opacity: 1; }
- .btn-close:disabled, .btn-close.disabled {
- pointer-events: none;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- opacity: 0.25; }
-
-.btn-close-white {
- filter: invert(1) grayscale(100%) brightness(200%); }
-
-.toast {
- max-width: 350px;
- font-size: 0.875rem;
- background-color: rgba(255, 255, 255, 0.85);
- background-clip: padding-box;
- border: 1px solid rgba(95, 102, 110, 0.2);
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
- opacity: 0;
- border-radius: 3px; }
- .toast:not(:last-child) {
- margin-bottom: 0.75rem; }
- .toast.showing {
- opacity: 1; }
- .toast.show {
- display: block;
- opacity: 1; }
- .toast.hide {
- display: none; }
-
-.toast-header {
- display: flex;
- align-items: center;
- padding: 0.5rem 0.75rem;
- color: #5f666e;
- background-color: rgba(255, 255, 255, 0.85);
- background-clip: padding-box;
- border-bottom: 1px solid rgba(0, 0, 0, 0.05);
- border-top-left-radius: 2px;
- border-top-right-radius: 2px; }
- .toast-header .btn-close {
- margin-right: -0.375rem;
- margin-left: 0.75rem; }
-
-.toast-body {
- padding: 0.75rem; }
-
-.modal-open {
- overflow: hidden; }
- .modal-open .modal {
- overflow-x: hidden;
- overflow-y: auto; }
-
-.modal {
- position: fixed;
- top: 0;
- left: 0;
- z-index: 1050;
- display: none;
- width: 100%;
- height: 100%;
- overflow: hidden;
- outline: 0; }
-
-.modal-dialog {
- position: relative;
- width: auto;
- margin: 0.5rem;
- pointer-events: none; }
- .modal.fade .modal-dialog {
- transition: transform 0.3s ease-out;
- transform: translate(0, -1rem); }
- @media (prefers-reduced-motion: reduce) {
- .modal.fade .modal-dialog {
- transition: none; } }
- .modal.show .modal-dialog {
- transform: none; }
- .modal.modal-static .modal-dialog {
- transform: scale(1.02); }
-
-.modal-dialog-scrollable {
- height: calc(100% - 1rem); }
- .modal-dialog-scrollable .modal-content {
- max-height: 100%;
- overflow: hidden; }
- .modal-dialog-scrollable .modal-body {
- overflow-y: auto; }
-
-.modal-dialog-centered {
- display: flex;
- align-items: center;
- min-height: calc(100% - 1rem); }
-
-.modal-content {
- position: relative;
- display: flex;
- flex-direction: column;
- width: 100%;
- pointer-events: auto;
- background-color: #fbfbfb;
- background-clip: padding-box;
- border: 1px solid rgba(95, 102, 110, 0.1);
- border-radius: 3px;
- outline: 0; }
-
-.modal-backdrop {
- position: fixed;
- top: 0;
- left: 0;
- z-index: 1040;
- width: 100vw;
- height: 100vh;
- background-color: #354052; }
- .modal-backdrop.fade {
- opacity: 0; }
- .modal-backdrop.show {
- opacity: 0.24; }
-
-.modal-header {
- display: flex;
- flex-shrink: 0;
- align-items: center;
- justify-content: space-between;
- padding: 1.5rem;
- border-bottom: 1px solid rgba(95, 102, 110, 0.1);
- border-top-left-radius: 2px;
- border-top-right-radius: 2px; }
- .modal-header .btn-close {
- padding: 0.75rem 0.75rem;
- margin: -0.75rem -0.75rem -0.75rem auto; }
-
-.modal-title {
- margin-bottom: 0;
- line-height: 1.7142857; }
-
-.modal-body {
- position: relative;
- flex: 1 1 auto;
- padding: 1.5rem; }
-
-.modal-footer {
- display: flex;
- flex-wrap: wrap;
- flex-shrink: 0;
- align-items: center;
- justify-content: flex-end;
- padding: 1.125rem;
- border-top: 0 solid rgba(95, 102, 110, 0.1);
- border-bottom-right-radius: 2px;
- border-bottom-left-radius: 2px; }
- .modal-footer > * {
- margin: 0.375rem; }
-
-.modal-scrollbar-measure {
- position: absolute;
- top: -9999px;
- width: 50px;
- height: 50px;
- overflow: scroll; }
-
-@media (min-width: 33rem) {
- .modal-dialog {
- max-width: 540px;
- margin: 1.75rem auto; }
- .modal-dialog-scrollable {
- height: calc(100% - 3.5rem); }
- .modal-dialog-centered {
- min-height: calc(100% - 3.5rem); }
- .modal-sm {
- max-width: 380px; } }
-
-@media (min-width: 64rem) {
- .modal-lg,
- .modal-xl {
- max-width: 720px; } }
-
-@media (min-width: 75.25rem) {
- .modal-xl {
- max-width: 1140px; } }
-
-.modal-fullscreen {
- width: 100vw;
- max-width: none;
- height: 100%;
- margin: 0; }
- .modal-fullscreen .modal-content {
- height: 100%;
- border: 0;
- border-radius: 0; }
- .modal-fullscreen .modal-header {
- border-radius: 0; }
- .modal-fullscreen .modal-body {
- overflow-y: auto; }
- .modal-fullscreen .modal-footer {
- border-radius: 0; }
-
-@media (max-width: 32.98rem) {
- .modal-fullscreen-sm-down {
- width: 100vw;
- max-width: none;
- height: 100%;
- margin: 0; }
- .modal-fullscreen-sm-down .modal-content {
- height: 100%;
- border: 0;
- border-radius: 0; }
- .modal-fullscreen-sm-down .modal-header {
- border-radius: 0; }
- .modal-fullscreen-sm-down .modal-body {
- overflow-y: auto; }
- .modal-fullscreen-sm-down .modal-footer {
- border-radius: 0; } }
-
-@media (max-width: 47.98rem) {
- .modal-fullscreen-md-down {
- width: 100vw;
- max-width: none;
- height: 100%;
- margin: 0; }
- .modal-fullscreen-md-down .modal-content {
- height: 100%;
- border: 0;
- border-radius: 0; }
- .modal-fullscreen-md-down .modal-header {
- border-radius: 0; }
- .modal-fullscreen-md-down .modal-body {
- overflow-y: auto; }
- .modal-fullscreen-md-down .modal-footer {
- border-radius: 0; } }
-
-@media (max-width: 63.98rem) {
- .modal-fullscreen-lg-down {
- width: 100vw;
- max-width: none;
- height: 100%;
- margin: 0; }
- .modal-fullscreen-lg-down .modal-content {
- height: 100%;
- border: 0;
- border-radius: 0; }
- .modal-fullscreen-lg-down .modal-header {
- border-radius: 0; }
- .modal-fullscreen-lg-down .modal-body {
- overflow-y: auto; }
- .modal-fullscreen-lg-down .modal-footer {
- border-radius: 0; } }
-
-@media (max-width: 75.23rem) {
- .modal-fullscreen-xl-down {
- width: 100vw;
- max-width: none;
- height: 100%;
- margin: 0; }
- .modal-fullscreen-xl-down .modal-content {
- height: 100%;
- border: 0;
- border-radius: 0; }
- .modal-fullscreen-xl-down .modal-header {
- border-radius: 0; }
- .modal-fullscreen-xl-down .modal-body {
- overflow-y: auto; }
- .modal-fullscreen-xl-down .modal-footer {
- border-radius: 0; } }
-
-.tooltip {
- position: absolute;
- z-index: 1070;
- display: block;
- margin: 0;
- font-family: var(--bs-font-sans-serif);
- font-style: normal;
- font-weight: 400;
- line-height: 1.7142857;
- text-align: left;
- text-align: start;
- text-decoration: none;
- text-shadow: none;
- text-transform: none;
- letter-spacing: normal;
- word-break: normal;
- word-spacing: normal;
- white-space: normal;
- line-break: auto;
- font-size: 0.765625rem;
- word-wrap: break-word;
- opacity: 0; }
- .tooltip.show {
- opacity: 0.9; }
- .tooltip .tooltip-arrow {
- position: absolute;
- display: block;
- width: 0.8rem;
- height: 0.4rem; }
- .tooltip .tooltip-arrow::before {
- position: absolute;
- content: "";
- border-color: transparent;
- border-style: solid; }
-
-.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
- padding: 0.4rem 0; }
- .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow {
- bottom: 0; }
- .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow::before {
- top: 0;
- border-width: 0.4rem 0.4rem 0;
- border-top-color: #000000; }
-
-.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
- padding: 0 0.4rem; }
- .bs-tooltip-right .tooltip-arrow, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow {
- left: 0;
- width: 0.4rem;
- height: 0.8rem; }
- .bs-tooltip-right .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow::before {
- right: 0;
- border-width: 0.4rem 0.4rem 0.4rem 0;
- border-right-color: #000000; }
-
-.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
- padding: 0.4rem 0; }
- .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow {
- top: 0; }
- .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before {
- bottom: 0;
- border-width: 0 0.4rem 0.4rem;
- border-bottom-color: #000000; }
-
-.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
- padding: 0 0.4rem; }
- .bs-tooltip-left .tooltip-arrow, .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow {
- right: 0;
- width: 0.4rem;
- height: 0.8rem; }
- .bs-tooltip-left .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow::before {
- left: 0;
- border-width: 0.4rem 0 0.4rem 0.4rem;
- border-left-color: #000000; }
-
-.tooltip-inner {
- max-width: 200px;
- padding: 0.25rem 0.5rem;
- color: #ffffff;
- text-align: center;
- background-color: #000000;
- border-radius: 3px; }
-
-.popover {
- position: absolute;
- top: 0;
- left: 0;
- z-index: 1060;
- display: block;
- max-width: 276px;
- font-family: var(--bs-font-sans-serif);
- font-style: normal;
- font-weight: 400;
- line-height: 1.7142857;
- text-align: left;
- text-align: start;
- text-decoration: none;
- text-shadow: none;
- text-transform: none;
- letter-spacing: normal;
- word-break: normal;
- word-spacing: normal;
- white-space: normal;
- line-break: auto;
- font-size: 0.765625rem;
- word-wrap: break-word;
- background-color: #ffffff;
- background-clip: padding-box;
- border: 1px solid rgba(95, 102, 110, 0.2);
- border-radius: 0.3rem; }
- .popover .popover-arrow {
- position: absolute;
- display: block;
- width: 1rem;
- height: 0.5rem;
- margin: 0 0.3rem; }
- .popover .popover-arrow::before, .popover .popover-arrow::after {
- position: absolute;
- display: block;
- content: "";
- border-color: transparent;
- border-style: solid; }
-
-.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
- margin-bottom: 0.5rem; }
- .bs-popover-top > .popover-arrow, .bs-popover-auto[x-placement^="top"] > .popover-arrow {
- bottom: calc(-0.5rem - 1px); }
- .bs-popover-top > .popover-arrow::before, .bs-popover-auto[x-placement^="top"] > .popover-arrow::before {
- bottom: 0;
- border-width: 0.5rem 0.5rem 0;
- border-top-color: rgba(95, 102, 110, 0.25); }
- .bs-popover-top > .popover-arrow::after, .bs-popover-auto[x-placement^="top"] > .popover-arrow::after {
- bottom: 1px;
- border-width: 0.5rem 0.5rem 0;
- border-top-color: #ffffff; }
-
-.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
- margin-left: 0.5rem; }
- .bs-popover-right > .popover-arrow, .bs-popover-auto[x-placement^="right"] > .popover-arrow {
- left: calc(-0.5rem - 1px);
- width: 0.5rem;
- height: 1rem;
- margin: 0.3rem 0; }
- .bs-popover-right > .popover-arrow::before, .bs-popover-auto[x-placement^="right"] > .popover-arrow::before {
- left: 0;
- border-width: 0.5rem 0.5rem 0.5rem 0;
- border-right-color: rgba(95, 102, 110, 0.25); }
- .bs-popover-right > .popover-arrow::after, .bs-popover-auto[x-placement^="right"] > .popover-arrow::after {
- left: 1px;
- border-width: 0.5rem 0.5rem 0.5rem 0;
- border-right-color: #ffffff; }
-
-.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
- margin-top: 0.5rem; }
- .bs-popover-bottom > .popover-arrow, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow {
- top: calc(-0.5rem - 1px); }
- .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow::before {
- top: 0;
- border-width: 0 0.5rem 0.5rem 0.5rem;
- border-bottom-color: rgba(95, 102, 110, 0.25); }
- .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[x-placement^="bottom"] > .popover-arrow::after {
- top: 1px;
- border-width: 0 0.5rem 0.5rem 0.5rem;
- border-bottom-color: #ffffff; }
- .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
- position: absolute;
- top: 0;
- left: 50%;
- display: block;
- width: 1rem;
- margin-left: -0.5rem;
- content: "";
- border-bottom: 1px solid #f7f7f7; }
-
-.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
- margin-right: 0.5rem; }
- .bs-popover-left > .popover-arrow, .bs-popover-auto[x-placement^="left"] > .popover-arrow {
- right: calc(-0.5rem - 1px);
- width: 0.5rem;
- height: 1rem;
- margin: 0.3rem 0; }
- .bs-popover-left > .popover-arrow::before, .bs-popover-auto[x-placement^="left"] > .popover-arrow::before {
- right: 0;
- border-width: 0.5rem 0 0.5rem 0.5rem;
- border-left-color: rgba(95, 102, 110, 0.25); }
- .bs-popover-left > .popover-arrow::after, .bs-popover-auto[x-placement^="left"] > .popover-arrow::after {
- right: 1px;
- border-width: 0.5rem 0 0.5rem 0.5rem;
- border-left-color: #ffffff; }
-
-.popover-header {
- padding: 0.5rem 1rem;
- margin-bottom: 0;
- font-size: 0.875rem;
- background-color: #f7f7f7;
- border-bottom: 1px solid #ebebeb;
- border-top-left-radius: calc(0.3rem - 1px);
- border-top-right-radius: calc(0.3rem - 1px); }
- .popover-header:empty {
- display: none; }
-
-.popover-body {
- padding: 1rem 1rem;
- color: #212b36; }
-
-.carousel {
- position: relative; }
-
-.carousel.pointer-event {
- touch-action: pan-y; }
-
-.carousel-inner {
- position: relative;
- width: 100%;
- overflow: hidden; }
- .carousel-inner::after {
- display: block;
- clear: both;
- content: ""; }
-
-.carousel-item {
- position: relative;
- display: none;
- float: left;
- width: 100%;
- margin-right: -100%;
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- transition: transform 0.6s ease-in-out; }
- @media (prefers-reduced-motion: reduce) {
- .carousel-item {
- transition: none; } }
-
-.carousel-item.active,
-.carousel-item-next,
-.carousel-item-prev {
- display: block; }
-
-.carousel-item-next:not(.carousel-item-left),
-.active.carousel-item-right {
- transform: translateX(100%); }
-
-.carousel-item-prev:not(.carousel-item-right),
-.active.carousel-item-left {
- transform: translateX(-100%); }
-
-.carousel-fade .carousel-item {
- opacity: 0;
- transition-property: opacity;
- transform: none; }
-
-.carousel-fade .carousel-item.active,
-.carousel-fade .carousel-item-next.carousel-item-left,
-.carousel-fade .carousel-item-prev.carousel-item-right {
- z-index: 1;
- opacity: 1; }
-
-.carousel-fade .active.carousel-item-left,
-.carousel-fade .active.carousel-item-right {
- z-index: 0;
- opacity: 0;
- transition: opacity 0s 0.6s; }
- @media (prefers-reduced-motion: reduce) {
- .carousel-fade .active.carousel-item-left,
- .carousel-fade .active.carousel-item-right {
- transition: none; } }
-
-.carousel-control-prev,
-.carousel-control-next {
- position: absolute;
- top: 0;
- bottom: 0;
- z-index: 1;
- display: flex;
- align-items: center;
- justify-content: center;
- width: 15%;
- color: #ffffff;
- text-align: center;
- opacity: 0.5;
- transition: opacity 0.15s ease; }
- @media (prefers-reduced-motion: reduce) {
- .carousel-control-prev,
- .carousel-control-next {
- transition: none; } }
- .carousel-control-prev:hover, .carousel-control-prev:focus,
- .carousel-control-next:hover,
- .carousel-control-next:focus {
- color: #ffffff;
- text-decoration: none;
- outline: 0;
- opacity: 0.9; }
-
-.carousel-control-prev {
- left: 0; }
-
-.carousel-control-next {
- right: 0; }
-
-.carousel-control-prev-icon,
-.carousel-control-next-icon {
- display: inline-block;
- width: 1.5rem;
- height: 1.5rem;
- background-repeat: no-repeat;
- background-position: 50%;
- background-size: 100% 100%; }
-
-.carousel-control-prev-icon {
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='15 18 9 12 15 6'%3e%3c/polyline%3e%3c/svg%3e"); }
-
-.carousel-control-next-icon {
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='9 18 15 12 9 6'%3e%3c/polyline%3e%3c/svg%3e"); }
-
-.carousel-indicators {
- position: absolute;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 2;
- display: flex;
- justify-content: center;
- padding-left: 0;
- margin-right: 15%;
- margin-left: 15%;
- list-style: none; }
- .carousel-indicators li {
- box-sizing: content-box;
- flex: 0 1 auto;
- width: 30px;
- height: 3px;
- margin-right: 3px;
- margin-left: 3px;
- text-indent: -999px;
- cursor: pointer;
- background-color: #ffffff;
- background-clip: padding-box;
- border-top: 10px solid transparent;
- border-bottom: 10px solid transparent;
- opacity: 0.5;
- transition: opacity 0.6s ease; }
- @media (prefers-reduced-motion: reduce) {
- .carousel-indicators li {
- transition: none; } }
- .carousel-indicators .active {
- opacity: 1; }
-
-.carousel-caption {
- position: absolute;
- right: 15%;
- bottom: 1.25rem;
- left: 15%;
- padding-top: 1.25rem;
- padding-bottom: 1.25rem;
- color: #ffffff;
- text-align: center; }
-
-.carousel-dark .carousel-control-prev-icon,
-.carousel-dark .carousel-control-next-icon {
- filter: invert(1) grayscale(100); }
-
-.carousel-dark .carousel-indicators li {
- background-color: #000000; }
-
-.carousel-dark .carousel-caption {
- color: #000000; }
-
-@-webkit-keyframes spinner-border {
- to {
- transform: rotate(360deg); } }
-
-@keyframes spinner-border {
- to {
- transform: rotate(360deg); } }
-
-.spinner-border {
- display: inline-block;
- width: 1.5rem;
- height: 1.5rem;
- vertical-align: text-bottom;
- border: 2px solid currentColor;
- border-right-color: transparent;
- border-radius: 50%;
- -webkit-animation: spinner-border 0.75s linear infinite;
- animation: spinner-border 0.75s linear infinite; }
-
-.spinner-border-sm {
- width: 1rem;
- height: 1rem;
- border-width: 1px; }
-
-@-webkit-keyframes spinner-grow {
- 0% {
- transform: scale(0); }
- 50% {
- opacity: 1;
- transform: none; } }
-
-@keyframes spinner-grow {
- 0% {
- transform: scale(0); }
- 50% {
- opacity: 1;
- transform: none; } }
-
-.spinner-grow {
- display: inline-block;
- width: 1.5rem;
- height: 1.5rem;
- vertical-align: text-bottom;
- background-color: currentColor;
- border-radius: 50%;
- opacity: 0;
- -webkit-animation: spinner-grow 0.75s linear infinite;
- animation: spinner-grow 0.75s linear infinite; }
-
-.spinner-grow-sm {
- width: 1rem;
- height: 1rem; }
-
-.clearfix::after {
- display: block;
- clear: both;
- content: ""; }
-
-.link-primary {
- color: #206bc4; }
- .link-primary:hover, .link-primary:focus {
- color: #154782; }
-
-.link-secondary {
- color: #5f666e; }
- .link-secondary:hover, .link-secondary:focus {
- color: #3c4045; }
-
-.link-success {
- color: #5eba00; }
- .link-success:hover, .link-success:focus {
- color: #376e00; }
-
-.link-info {
- color: #45aaf2; }
- .link-info:hover, .link-info:focus {
- color: #0f86db; }
-
-.link-warning {
- color: #fab005; }
- .link-warning:hover, .link-warning:focus {
- color: #af7b04; }
-
-.link-danger {
- color: #cd201f; }
- .link-danger:hover, .link-danger:focus {
- color: #8b1615; }
-
-.link-light {
- color: #f5f7fb; }
- .link-light:hover, .link-light:focus {
- color: white; }
-
-.link-dark {
- color: #354052; }
- .link-dark:hover, .link-dark:focus {
- color: #171c24; }
-
-.ratio {
- position: relative;
- width: 100%; }
- .ratio::before {
- display: block;
- padding-top: var(--aspect-ratio);
- content: ""; }
- .ratio > * {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%; }
-
-.ratio-1x1 {
- --aspect-ratio: 100%; }
-
-.ratio-4x3 {
- --aspect-ratio: calc(3 / 4 * 100%); }
-
-.ratio-16x9 {
- --aspect-ratio: calc(9 / 16 * 100%); }
-
-.ratio-21x9 {
- --aspect-ratio: calc(9 / 21 * 100%); }
-
-.fixed-top {
- position: fixed;
- top: 0;
- right: 0;
- left: 0;
- z-index: 1030; }
-
-.fixed-bottom {
- position: fixed;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 1030; }
-
-.sticky-top {
- position: -webkit-sticky;
- position: sticky;
- top: 0;
- z-index: 1020; }
-
-@media (min-width: 33rem) {
- .sticky-sm-top {
- position: -webkit-sticky;
- position: sticky;
- top: 0;
- z-index: 1020; } }
-
-@media (min-width: 48rem) {
- .sticky-md-top {
- position: -webkit-sticky;
- position: sticky;
- top: 0;
- z-index: 1020; } }
-
-@media (min-width: 64rem) {
- .sticky-lg-top {
- position: -webkit-sticky;
- position: sticky;
- top: 0;
- z-index: 1020; } }
-
-@media (min-width: 75.25rem) {
- .sticky-xl-top {
- position: -webkit-sticky;
- position: sticky;
- top: 0;
- z-index: 1020; } }
-
-.visually-hidden,
-.visually-hidden-focusable:not(:focus) {
- position: absolute !important;
- width: 1px !important;
- height: 1px !important;
- padding: 0 !important;
- margin: -1px !important;
- overflow: hidden !important;
- clip: rect(0, 0, 0, 0) !important;
- white-space: nowrap !important;
- border: 0 !important; }
-
-.stretched-link::after {
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 1;
- content: ""; }
-
-.text-truncate {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap; }
-
-.align-baseline {
- vertical-align: baseline !important; }
-
-.align-top {
- vertical-align: top !important; }
-
-.align-middle {
- vertical-align: middle !important; }
-
-.align-bottom {
- vertical-align: bottom !important; }
-
-.align-text-bottom {
- vertical-align: text-bottom !important; }
-
-.align-text-top {
- vertical-align: text-top !important; }
-
-.float-left {
- float: left !important; }
-
-.float-right {
- float: right !important; }
-
-.float-none {
- float: none !important; }
-
-.overflow-auto {
- overflow: auto !important; }
-
-.overflow-hidden {
- overflow: hidden !important; }
-
-.d-inline {
- display: inline !important; }
-
-.d-inline-block {
- display: inline-block !important; }
-
-.d-block {
- display: block !important; }
-
-.d-table {
- display: table !important; }
-
-.d-table-row {
- display: table-row !important; }
-
-.d-table-cell {
- display: table-cell !important; }
-
-.d-flex {
- display: flex !important; }
-
-.d-inline-flex {
- display: inline-flex !important; }
-
-.d-none {
- display: none !important; }
-
-.shadow {
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
-
-.shadow-sm {
- box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
-
-.shadow-lg {
- box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
-
-.shadow-none {
- box-shadow: none !important; }
-
-.position-static {
- position: static !important; }
-
-.position-relative {
- position: relative !important; }
-
-.position-absolute {
- position: absolute !important; }
-
-.position-fixed {
- position: fixed !important; }
-
-.position-sticky {
- position: -webkit-sticky !important;
- position: sticky !important; }
-
-.top-0 {
- top: 0 !important; }
-
-.top-50 {
- top: 50% !important; }
-
-.top-100 {
- top: 100% !important; }
-
-.bottom-0 {
- bottom: 0 !important; }
-
-.bottom-50 {
- bottom: 50% !important; }
-
-.bottom-100 {
- bottom: 100% !important; }
-
-.left-0 {
- left: 0 !important; }
-
-.left-50 {
- left: 50% !important; }
-
-.left-100 {
- left: 100% !important; }
-
-.right-0 {
- right: 0 !important; }
-
-.right-50 {
- right: 50% !important; }
-
-.right-100 {
- right: 100% !important; }
-
-.translate-middle {
- transform: translateX(-50%) translateY(-50%) !important; }
-
-.border {
- border: 1px solid rgba(95, 102, 110, 0.2) !important; }
-
-.border-wide {
- border: 2px solid rgba(95, 102, 110, 0.2) !important; }
-
-.border-0 {
- border: 0 !important; }
-
-.border-top {
- border-top: 1px solid rgba(95, 102, 110, 0.2) !important; }
-
-.border-top-wide {
- border-top: 2px solid rgba(95, 102, 110, 0.2) !important; }
-
-.border-top-0 {
- border-top: 0 !important; }
-
-.border-right {
- border-right: 1px solid rgba(95, 102, 110, 0.2) !important; }
-
-.border-right-wide {
- border-right: 2px solid rgba(95, 102, 110, 0.2) !important; }
-
-.border-right-0 {
- border-right: 0 !important; }
-
-.border-bottom {
- border-bottom: 1px solid rgba(95, 102, 110, 0.2) !important; }
-
-.border-bottom-wide {
- border-bottom: 2px solid rgba(95, 102, 110, 0.2) !important; }
-
-.border-bottom-0 {
- border-bottom: 0 !important; }
-
-.border-left {
- border-left: 1px solid rgba(95, 102, 110, 0.2) !important; }
-
-.border-left-wide {
- border-left: 2px solid rgba(95, 102, 110, 0.2) !important; }
-
-.border-left-0 {
- border-left: 0 !important; }
-
-.border-primary {
- border-color: #206bc4 !important; }
-
-.border-secondary {
- border-color: #5f666e !important; }
-
-.border-success {
- border-color: #5eba00 !important; }
-
-.border-info {
- border-color: #45aaf2 !important; }
-
-.border-warning {
- border-color: #fab005 !important; }
-
-.border-danger {
- border-color: #cd201f !important; }
-
-.border-light {
- border-color: #f5f7fb !important; }
-
-.border-dark {
- border-color: #354052 !important; }
-
-.border-white {
- border-color: #ffffff !important; }
-
-.border-0 {
- border-width: 0 !important; }
-
-.border-1 {
- border-width: 1px !important; }
-
-.border-2 {
- border-width: 2px !important; }
-
-.border-3 {
- border-width: 3px !important; }
-
-.border-4 {
- border-width: 4px !important; }
-
-.border-5 {
- border-width: 5px !important; }
-
-.w-1 {
- width: 1% !important; }
-
-.w-25 {
- width: 25% !important; }
-
-.w-50 {
- width: 50% !important; }
-
-.w-75 {
- width: 75% !important; }
-
-.w-100 {
- width: 100% !important; }
-
-.w-auto {
- width: auto !important; }
-
-.mw-100 {
- max-width: 100% !important; }
-
-.vw-100 {
- width: 100vw !important; }
-
-.min-vw-100 {
- min-width: 100vw !important; }
-
-.h-1 {
- height: 1% !important; }
-
-.h-25 {
- height: 25% !important; }
-
-.h-50 {
- height: 50% !important; }
-
-.h-75 {
- height: 75% !important; }
-
-.h-100 {
- height: 100% !important; }
-
-.h-auto {
- height: auto !important; }
-
-.mh-100 {
- max-height: 100% !important; }
-
-.vh-100 {
- height: 100vh !important; }
-
-.min-vh-100 {
- min-height: 100vh !important; }
-
-.flex-fill {
- flex: 1 1 auto !important; }
-
-.flex-row {
- flex-direction: row !important; }
-
-.flex-column {
- flex-direction: column !important; }
-
-.flex-row-reverse {
- flex-direction: row-reverse !important; }
-
-.flex-column-reverse {
- flex-direction: column-reverse !important; }
-
-.flex-grow-0 {
- flex-grow: 0 !important; }
-
-.flex-grow-1 {
- flex-grow: 1 !important; }
-
-.flex-shrink-0 {
- flex-shrink: 0 !important; }
-
-.flex-shrink-1 {
- flex-shrink: 1 !important; }
-
-.flex-wrap {
- flex-wrap: wrap !important; }
-
-.flex-nowrap {
- flex-wrap: nowrap !important; }
-
-.flex-wrap-reverse {
- flex-wrap: wrap-reverse !important; }
-
-.justify-content-start {
- justify-content: flex-start !important; }
-
-.justify-content-end {
- justify-content: flex-end !important; }
-
-.justify-content-center {
- justify-content: center !important; }
-
-.justify-content-between {
- justify-content: space-between !important; }
-
-.justify-content-around {
- justify-content: space-around !important; }
-
-.justify-content-evenly {
- justify-content: space-evenly !important; }
-
-.align-items-start {
- align-items: flex-start !important; }
-
-.align-items-end {
- align-items: flex-end !important; }
-
-.align-items-center {
- align-items: center !important; }
-
-.align-items-baseline {
- align-items: baseline !important; }
-
-.align-items-stretch {
- align-items: stretch !important; }
-
-.align-content-start {
- align-content: flex-start !important; }
-
-.align-content-end {
- align-content: flex-end !important; }
-
-.align-content-center {
- align-content: center !important; }
-
-.align-content-between {
- align-content: space-between !important; }
-
-.align-content-around {
- align-content: space-around !important; }
-
-.align-content-stretch {
- align-content: stretch !important; }
-
-.align-self-auto {
- -ms-grid-row-align: auto !important;
- align-self: auto !important; }
-
-.align-self-start {
- align-self: flex-start !important; }
-
-.align-self-end {
- align-self: flex-end !important; }
-
-.align-self-center {
- -ms-grid-row-align: center !important;
- align-self: center !important; }
-
-.align-self-baseline {
- align-self: baseline !important; }
-
-.align-self-stretch {
- -ms-grid-row-align: stretch !important;
- align-self: stretch !important; }
-
-.order-first {
- order: -1 !important; }
-
-.order-0 {
- order: 0 !important; }
-
-.order-1 {
- order: 1 !important; }
-
-.order-2 {
- order: 2 !important; }
-
-.order-3 {
- order: 3 !important; }
-
-.order-4 {
- order: 4 !important; }
-
-.order-5 {
- order: 5 !important; }
-
-.order-last {
- order: 6 !important; }
-
-.m-0 {
- margin: 0 !important; }
-
-.m-1 {
- margin: 0.25rem !important; }
-
-.m-2 {
- margin: 0.5rem !important; }
-
-.m-3 {
- margin: 1rem !important; }
-
-.m-4 {
- margin: 1.5rem !important; }
-
-.m-5 {
- margin: 3rem !important; }
-
-.m-6 {
- margin: 4.5rem !important; }
-
-.m-auto {
- margin: auto !important; }
-
-.mx-0 {
- margin-right: 0 !important;
- margin-left: 0 !important; }
-
-.mx-1 {
- margin-right: 0.25rem !important;
- margin-left: 0.25rem !important; }
-
-.mx-2 {
- margin-right: 0.5rem !important;
- margin-left: 0.5rem !important; }
-
-.mx-3 {
- margin-right: 1rem !important;
- margin-left: 1rem !important; }
-
-.mx-4 {
- margin-right: 1.5rem !important;
- margin-left: 1.5rem !important; }
-
-.mx-5 {
- margin-right: 3rem !important;
- margin-left: 3rem !important; }
-
-.mx-6 {
- margin-right: 4.5rem !important;
- margin-left: 4.5rem !important; }
-
-.mx-auto {
- margin-right: auto !important;
- margin-left: auto !important; }
-
-.my-0 {
- margin-top: 0 !important;
- margin-bottom: 0 !important; }
-
-.my-1 {
- margin-top: 0.25rem !important;
- margin-bottom: 0.25rem !important; }
-
-.my-2 {
- margin-top: 0.5rem !important;
- margin-bottom: 0.5rem !important; }
-
-.my-3 {
- margin-top: 1rem !important;
- margin-bottom: 1rem !important; }
-
-.my-4 {
- margin-top: 1.5rem !important;
- margin-bottom: 1.5rem !important; }
-
-.my-5 {
- margin-top: 3rem !important;
- margin-bottom: 3rem !important; }
-
-.my-6 {
- margin-top: 4.5rem !important;
- margin-bottom: 4.5rem !important; }
-
-.my-auto {
- margin-top: auto !important;
- margin-bottom: auto !important; }
-
-.mt-0 {
- margin-top: 0 !important; }
-
-.mt-1 {
- margin-top: 0.25rem !important; }
-
-.mt-2 {
- margin-top: 0.5rem !important; }
-
-.mt-3 {
- margin-top: 1rem !important; }
-
-.mt-4 {
- margin-top: 1.5rem !important; }
-
-.mt-5 {
- margin-top: 3rem !important; }
-
-.mt-6 {
- margin-top: 4.5rem !important; }
-
-.mt-auto {
- margin-top: auto !important; }
-
-.mr-0 {
- -webkit-margin-end: 0 !important;
- margin-inline-end: 0 !important; }
-
-.mr-1 {
- -webkit-margin-end: 0.25rem !important;
- margin-inline-end: 0.25rem !important; }
-
-.mr-2 {
- -webkit-margin-end: 0.5rem !important;
- margin-inline-end: 0.5rem !important; }
-
-.mr-3 {
- -webkit-margin-end: 1rem !important;
- margin-inline-end: 1rem !important; }
-
-.mr-4 {
- -webkit-margin-end: 1.5rem !important;
- margin-inline-end: 1.5rem !important; }
-
-.mr-5 {
- -webkit-margin-end: 3rem !important;
- margin-inline-end: 3rem !important; }
-
-.mr-6 {
- -webkit-margin-end: 4.5rem !important;
- margin-inline-end: 4.5rem !important; }
-
-.mr-auto {
- -webkit-margin-end: auto !important;
- margin-inline-end: auto !important; }
-
-.mb-0 {
- margin-bottom: 0 !important; }
-
-.mb-1 {
- margin-bottom: 0.25rem !important; }
-
-.mb-2 {
- margin-bottom: 0.5rem !important; }
-
-.mb-3 {
- margin-bottom: 1rem !important; }
-
-.mb-4 {
- margin-bottom: 1.5rem !important; }
-
-.mb-5 {
- margin-bottom: 3rem !important; }
-
-.mb-6 {
- margin-bottom: 4.5rem !important; }
-
-.mb-auto {
- margin-bottom: auto !important; }
-
-.ml-0 {
- -webkit-margin-start: 0 !important;
- margin-inline-start: 0 !important; }
-
-.ml-1 {
- -webkit-margin-start: 0.25rem !important;
- margin-inline-start: 0.25rem !important; }
-
-.ml-2 {
- -webkit-margin-start: 0.5rem !important;
- margin-inline-start: 0.5rem !important; }
-
-.ml-3 {
- -webkit-margin-start: 1rem !important;
- margin-inline-start: 1rem !important; }
-
-.ml-4 {
- -webkit-margin-start: 1.5rem !important;
- margin-inline-start: 1.5rem !important; }
-
-.ml-5 {
- -webkit-margin-start: 3rem !important;
- margin-inline-start: 3rem !important; }
-
-.ml-6 {
- -webkit-margin-start: 4.5rem !important;
- margin-inline-start: 4.5rem !important; }
-
-.ml-auto {
- -webkit-margin-start: auto !important;
- margin-inline-start: auto !important; }
-
-.p-0 {
- padding: 0 !important; }
-
-.p-1 {
- padding: 0.25rem !important; }
-
-.p-2 {
- padding: 0.5rem !important; }
-
-.p-3 {
- padding: 1rem !important; }
-
-.p-4 {
- padding: 1.5rem !important; }
-
-.p-5 {
- padding: 3rem !important; }
-
-.p-6 {
- padding: 4.5rem !important; }
-
-.px-0 {
- padding-right: 0 !important;
- padding-left: 0 !important; }
-
-.px-1 {
- padding-right: 0.25rem !important;
- padding-left: 0.25rem !important; }
-
-.px-2 {
- padding-right: 0.5rem !important;
- padding-left: 0.5rem !important; }
-
-.px-3 {
- padding-right: 1rem !important;
- padding-left: 1rem !important; }
-
-.px-4 {
- padding-right: 1.5rem !important;
- padding-left: 1.5rem !important; }
-
-.px-5 {
- padding-right: 3rem !important;
- padding-left: 3rem !important; }
-
-.px-6 {
- padding-right: 4.5rem !important;
- padding-left: 4.5rem !important; }
-
-.py-0 {
- padding-top: 0 !important;
- padding-bottom: 0 !important; }
-
-.py-1 {
- padding-top: 0.25rem !important;
- padding-bottom: 0.25rem !important; }
-
-.py-2 {
- padding-top: 0.5rem !important;
- padding-bottom: 0.5rem !important; }
-
-.py-3 {
- padding-top: 1rem !important;
- padding-bottom: 1rem !important; }
-
-.py-4 {
- padding-top: 1.5rem !important;
- padding-bottom: 1.5rem !important; }
-
-.py-5 {
- padding-top: 3rem !important;
- padding-bottom: 3rem !important; }
-
-.py-6 {
- padding-top: 4.5rem !important;
- padding-bottom: 4.5rem !important; }
-
-.pt-0 {
- padding-top: 0 !important; }
-
-.pt-1 {
- padding-top: 0.25rem !important; }
-
-.pt-2 {
- padding-top: 0.5rem !important; }
-
-.pt-3 {
- padding-top: 1rem !important; }
-
-.pt-4 {
- padding-top: 1.5rem !important; }
-
-.pt-5 {
- padding-top: 3rem !important; }
-
-.pt-6 {
- padding-top: 4.5rem !important; }
-
-.pr-0 {
- -webkit-padding-end: 0 !important;
- padding-inline-end: 0 !important; }
-
-.pr-1 {
- -webkit-padding-end: 0.25rem !important;
- padding-inline-end: 0.25rem !important; }
-
-.pr-2 {
- -webkit-padding-end: 0.5rem !important;
- padding-inline-end: 0.5rem !important; }
-
-.pr-3 {
- -webkit-padding-end: 1rem !important;
- padding-inline-end: 1rem !important; }
-
-.pr-4 {
- -webkit-padding-end: 1.5rem !important;
- padding-inline-end: 1.5rem !important; }
-
-.pr-5 {
- -webkit-padding-end: 3rem !important;
- padding-inline-end: 3rem !important; }
-
-.pr-6 {
- -webkit-padding-end: 4.5rem !important;
- padding-inline-end: 4.5rem !important; }
-
-.pb-0 {
- padding-bottom: 0 !important; }
-
-.pb-1 {
- padding-bottom: 0.25rem !important; }
-
-.pb-2 {
- padding-bottom: 0.5rem !important; }
-
-.pb-3 {
- padding-bottom: 1rem !important; }
-
-.pb-4 {
- padding-bottom: 1.5rem !important; }
-
-.pb-5 {
- padding-bottom: 3rem !important; }
-
-.pb-6 {
- padding-bottom: 4.5rem !important; }
-
-.pl-0 {
- -webkit-padding-start: 0 !important;
- padding-inline-start: 0 !important; }
-
-.pl-1 {
- -webkit-padding-start: 0.25rem !important;
- padding-inline-start: 0.25rem !important; }
-
-.pl-2 {
- -webkit-padding-start: 0.5rem !important;
- padding-inline-start: 0.5rem !important; }
-
-.pl-3 {
- -webkit-padding-start: 1rem !important;
- padding-inline-start: 1rem !important; }
-
-.pl-4 {
- -webkit-padding-start: 1.5rem !important;
- padding-inline-start: 1.5rem !important; }
-
-.pl-5 {
- -webkit-padding-start: 3rem !important;
- padding-inline-start: 3rem !important; }
-
-.pl-6 {
- -webkit-padding-start: 4.5rem !important;
- padding-inline-start: 4.5rem !important; }
-
-.font-weight-light {
- font-weight: 300 !important; }
-
-.font-weight-normal {
- font-weight: 400 !important; }
-
-.font-weight-medium {
- font-weight: 500 !important; }
-
-.font-weight-semibold {
- font-weight: 600 !important; }
-
-.font-weight-bold {
- font-weight: 700 !important; }
-
-.font-weight-extrabold {
- font-weight: 800 !important; }
-
-.font-weight-black {
- font-weight: 900 !important; }
-
-.text-lowercase {
- text-transform: lowercase !important; }
-
-.text-uppercase {
- text-transform: uppercase !important; }
-
-.text-capitalize {
- text-transform: capitalize !important; }
-
-.text-left {
- text-align: start !important; }
-
-.text-right {
- text-align: end !important; }
-
-.text-center {
- text-align: center !important; }
-
-.text-primary {
- color: #206bc4 !important; }
-
-.text-secondary {
- color: #5f666e !important; }
-
-.text-success {
- color: #5eba00 !important; }
-
-.text-info {
- color: #45aaf2 !important; }
-
-.text-warning {
- color: #fab005 !important; }
-
-.text-danger {
- color: #cd201f !important; }
-
-.text-light {
- color: #f5f7fb !important; }
-
-.text-dark {
- color: #354052 !important; }
-
-.text-white {
- color: #ffffff !important; }
-
-.text-body {
- color: #212b36 !important; }
-
-.text-muted {
- color: #5f666e !important; }
-
-.text-black-50 {
- color: rgba(0, 0, 0, 0.5) !important; }
-
-.text-white-50 {
- color: rgba(255, 255, 255, 0.5) !important; }
-
-.text-reset {
- color: inherit !important; }
-
-.lh-1 {
- line-height: 1 !important; }
-
-.lh-sm {
- line-height: 1.4285714 !important; }
-
-.lh-base {
- line-height: 1.7142857 !important; }
-
-.lh-lg {
- line-height: 2.2857143 !important; }
-
-.bg-primary {
- background-color: #206bc4 !important; }
-
-.bg-secondary {
- background-color: #5f666e !important; }
-
-.bg-success {
- background-color: #5eba00 !important; }
-
-.bg-info {
- background-color: #45aaf2 !important; }
-
-.bg-warning {
- background-color: #fab005 !important; }
-
-.bg-danger {
- background-color: #cd201f !important; }
-
-.bg-light {
- background-color: #f5f7fb !important; }
-
-.bg-dark {
- background-color: #354052 !important; }
-
-.bg-body {
- background-color: #f5f7fb !important; }
-
-.bg-white {
- background-color: #ffffff !important; }
-
-.bg-transparent {
- background-color: transparent !important; }
-
-.bg-gradient {
- background-image: var(--bs-gradient) !important; }
-
-.text-wrap {
- white-space: normal !important; }
-
-.text-nowrap {
- white-space: nowrap !important; }
-
-.text-decoration-none {
- text-decoration: none !important; }
-
-.text-decoration-underline {
- text-decoration: underline !important; }
-
-.text-decoration-line-through {
- text-decoration: line-through !important; }
-
-.font-italic {
- font-style: italic !important; }
-
-.font-normal {
- font-style: normal !important; }
-
-.text-break {
- word-wrap: break-word !important;
- word-break: break-word !important; }
-
-.font-monospace {
- font-family: var(--bs-font-monospace) !important; }
-
-.user-select-all {
- -webkit-user-select: all !important;
- -moz-user-select: all !important;
- -ms-user-select: all !important;
- user-select: all !important; }
-
-.user-select-auto {
- -webkit-user-select: auto !important;
- -moz-user-select: auto !important;
- -ms-user-select: auto !important;
- user-select: auto !important; }
-
-.user-select-none {
- -webkit-user-select: none !important;
- -moz-user-select: none !important;
- -ms-user-select: none !important;
- user-select: none !important; }
-
-.pe-none {
- pointer-events: none !important; }
-
-.pe-auto {
- pointer-events: auto !important; }
-
-.rounded {
- border-radius: 3px !important; }
-
-.rounded-sm {
- border-radius: 0.2rem !important; }
-
-.rounded-lg {
- border-radius: 0.3rem !important; }
-
-.rounded-circle {
- border-radius: 50% !important; }
-
-.rounded-pill {
- border-radius: 50rem !important; }
-
-.rounded-0 {
- border-radius: 0 !important; }
-
-.rounded-top {
- border-top-left-radius: 3px !important;
- border-top-right-radius: 3px !important; }
-
-.rounded-right {
- border-top-right-radius: 3px !important;
- border-bottom-right-radius: 3px !important; }
-
-.rounded-bottom {
- border-bottom-right-radius: 3px !important;
- border-bottom-left-radius: 3px !important; }
-
-.rounded-left {
- border-bottom-left-radius: 3px !important;
- border-top-left-radius: 3px !important; }
-
-.visible {
- visibility: visible !important; }
-
-.invisible {
- visibility: hidden !important; }
-
-.object-contain {
- -o-object-fit: contain !important;
- object-fit: contain !important; }
-
-.object-cover {
- -o-object-fit: cover !important;
- object-fit: cover !important; }
-
-.object-fill {
- -o-object-fit: fill !important;
- object-fit: fill !important; }
-
-.object-scale-down {
- -o-object-fit: scale-down !important;
- object-fit: scale-down !important; }
-
-.object-none {
- -o-object-fit: none !important;
- object-fit: none !important; }
-
-.tracking-tight {
- letter-spacing: -0.05em !important; }
-
-.tracking-normal {
- letter-spacing: 0 !important; }
-
-.tracking-wide {
- letter-spacing: 0.05em !important; }
-
-.cursor-auto {
- cursor: auto !important; }
-
-.cursor-pointer {
- cursor: pointer !important; }
-
-.cursor-move {
- cursor: move !important; }
-
-.cursor-not-allowed {
- cursor: not-allowed !important; }
-
-.cursor-zoom-in {
- cursor: zoom-in !important; }
-
-.cursor-zoom-out {
- cursor: zoom-out !important; }
-
-.text-h1 {
- font-size: 1.75rem !important; }
-
-.text-h2 {
- font-size: 1.25rem !important; }
-
-.text-h3 {
- font-size: 1rem !important; }
-
-.text-h4 {
- font-size: 0.875rem !important; }
-
-.text-h5 {
- font-size: 0.75rem !important; }
-
-.text-h6 {
- font-size: 0.625rem !important; }
-
-.leading-0 {
- line-height: 0 !important; }
-
-.leading-1 {
- line-height: 0.25rem !important; }
-
-.leading-2 {
- line-height: 0.5rem !important; }
-
-.leading-3 {
- line-height: 1rem !important; }
-
-.leading-4 {
- line-height: 1.5rem !important; }
-
-.leading-5 {
- line-height: 3rem !important; }
-
-.leading-6 {
- line-height: 4.5rem !important; }
-
-@media (min-width: 33rem) {
- .float-sm-left {
- float: left !important; }
- .float-sm-right {
- float: right !important; }
- .float-sm-none {
- float: none !important; }
- .d-sm-inline {
- display: inline !important; }
- .d-sm-inline-block {
- display: inline-block !important; }
- .d-sm-block {
- display: block !important; }
- .d-sm-table {
- display: table !important; }
- .d-sm-table-row {
- display: table-row !important; }
- .d-sm-table-cell {
- display: table-cell !important; }
- .d-sm-flex {
- display: flex !important; }
- .d-sm-inline-flex {
- display: inline-flex !important; }
- .d-sm-none {
- display: none !important; }
- .flex-sm-fill {
- flex: 1 1 auto !important; }
- .flex-sm-row {
- flex-direction: row !important; }
- .flex-sm-column {
- flex-direction: column !important; }
- .flex-sm-row-reverse {
- flex-direction: row-reverse !important; }
- .flex-sm-column-reverse {
- flex-direction: column-reverse !important; }
- .flex-sm-grow-0 {
- flex-grow: 0 !important; }
- .flex-sm-grow-1 {
- flex-grow: 1 !important; }
- .flex-sm-shrink-0 {
- flex-shrink: 0 !important; }
- .flex-sm-shrink-1 {
- flex-shrink: 1 !important; }
- .flex-sm-wrap {
- flex-wrap: wrap !important; }
- .flex-sm-nowrap {
- flex-wrap: nowrap !important; }
- .flex-sm-wrap-reverse {
- flex-wrap: wrap-reverse !important; }
- .justify-content-sm-start {
- justify-content: flex-start !important; }
- .justify-content-sm-end {
- justify-content: flex-end !important; }
- .justify-content-sm-center {
- justify-content: center !important; }
- .justify-content-sm-between {
- justify-content: space-between !important; }
- .justify-content-sm-around {
- justify-content: space-around !important; }
- .justify-content-sm-evenly {
- justify-content: space-evenly !important; }
- .align-items-sm-start {
- align-items: flex-start !important; }
- .align-items-sm-end {
- align-items: flex-end !important; }
- .align-items-sm-center {
- align-items: center !important; }
- .align-items-sm-baseline {
- align-items: baseline !important; }
- .align-items-sm-stretch {
- align-items: stretch !important; }
- .align-content-sm-start {
- align-content: flex-start !important; }
- .align-content-sm-end {
- align-content: flex-end !important; }
- .align-content-sm-center {
- align-content: center !important; }
- .align-content-sm-between {
- align-content: space-between !important; }
- .align-content-sm-around {
- align-content: space-around !important; }
- .align-content-sm-stretch {
- align-content: stretch !important; }
- .align-self-sm-auto {
- -ms-grid-row-align: auto !important;
- align-self: auto !important; }
- .align-self-sm-start {
- align-self: flex-start !important; }
- .align-self-sm-end {
- align-self: flex-end !important; }
- .align-self-sm-center {
- -ms-grid-row-align: center !important;
- align-self: center !important; }
- .align-self-sm-baseline {
- align-self: baseline !important; }
- .align-self-sm-stretch {
- -ms-grid-row-align: stretch !important;
- align-self: stretch !important; }
- .order-sm-first {
- order: -1 !important; }
- .order-sm-0 {
- order: 0 !important; }
- .order-sm-1 {
- order: 1 !important; }
- .order-sm-2 {
- order: 2 !important; }
- .order-sm-3 {
- order: 3 !important; }
- .order-sm-4 {
- order: 4 !important; }
- .order-sm-5 {
- order: 5 !important; }
- .order-sm-last {
- order: 6 !important; }
- .m-sm-0 {
- margin: 0 !important; }
- .m-sm-1 {
- margin: 0.25rem !important; }
- .m-sm-2 {
- margin: 0.5rem !important; }
- .m-sm-3 {
- margin: 1rem !important; }
- .m-sm-4 {
- margin: 1.5rem !important; }
- .m-sm-5 {
- margin: 3rem !important; }
- .m-sm-6 {
- margin: 4.5rem !important; }
- .m-sm-auto {
- margin: auto !important; }
- .mx-sm-0 {
- margin-right: 0 !important;
- margin-left: 0 !important; }
- .mx-sm-1 {
- margin-right: 0.25rem !important;
- margin-left: 0.25rem !important; }
- .mx-sm-2 {
- margin-right: 0.5rem !important;
- margin-left: 0.5rem !important; }
- .mx-sm-3 {
- margin-right: 1rem !important;
- margin-left: 1rem !important; }
- .mx-sm-4 {
- margin-right: 1.5rem !important;
- margin-left: 1.5rem !important; }
- .mx-sm-5 {
- margin-right: 3rem !important;
- margin-left: 3rem !important; }
- .mx-sm-6 {
- margin-right: 4.5rem !important;
- margin-left: 4.5rem !important; }
- .mx-sm-auto {
- margin-right: auto !important;
- margin-left: auto !important; }
- .my-sm-0 {
- margin-top: 0 !important;
- margin-bottom: 0 !important; }
- .my-sm-1 {
- margin-top: 0.25rem !important;
- margin-bottom: 0.25rem !important; }
- .my-sm-2 {
- margin-top: 0.5rem !important;
- margin-bottom: 0.5rem !important; }
- .my-sm-3 {
- margin-top: 1rem !important;
- margin-bottom: 1rem !important; }
- .my-sm-4 {
- margin-top: 1.5rem !important;
- margin-bottom: 1.5rem !important; }
- .my-sm-5 {
- margin-top: 3rem !important;
- margin-bottom: 3rem !important; }
- .my-sm-6 {
- margin-top: 4.5rem !important;
- margin-bottom: 4.5rem !important; }
- .my-sm-auto {
- margin-top: auto !important;
- margin-bottom: auto !important; }
- .mt-sm-0 {
- margin-top: 0 !important; }
- .mt-sm-1 {
- margin-top: 0.25rem !important; }
- .mt-sm-2 {
- margin-top: 0.5rem !important; }
- .mt-sm-3 {
- margin-top: 1rem !important; }
- .mt-sm-4 {
- margin-top: 1.5rem !important; }
- .mt-sm-5 {
- margin-top: 3rem !important; }
- .mt-sm-6 {
- margin-top: 4.5rem !important; }
- .mt-sm-auto {
- margin-top: auto !important; }
- .mr-sm-0 {
- -webkit-margin-end: 0 !important;
- margin-inline-end: 0 !important; }
- .mr-sm-1 {
- -webkit-margin-end: 0.25rem !important;
- margin-inline-end: 0.25rem !important; }
- .mr-sm-2 {
- -webkit-margin-end: 0.5rem !important;
- margin-inline-end: 0.5rem !important; }
- .mr-sm-3 {
- -webkit-margin-end: 1rem !important;
- margin-inline-end: 1rem !important; }
- .mr-sm-4 {
- -webkit-margin-end: 1.5rem !important;
- margin-inline-end: 1.5rem !important; }
- .mr-sm-5 {
- -webkit-margin-end: 3rem !important;
- margin-inline-end: 3rem !important; }
- .mr-sm-6 {
- -webkit-margin-end: 4.5rem !important;
- margin-inline-end: 4.5rem !important; }
- .mr-sm-auto {
- -webkit-margin-end: auto !important;
- margin-inline-end: auto !important; }
- .mb-sm-0 {
- margin-bottom: 0 !important; }
- .mb-sm-1 {
- margin-bottom: 0.25rem !important; }
- .mb-sm-2 {
- margin-bottom: 0.5rem !important; }
- .mb-sm-3 {
- margin-bottom: 1rem !important; }
- .mb-sm-4 {
- margin-bottom: 1.5rem !important; }
- .mb-sm-5 {
- margin-bottom: 3rem !important; }
- .mb-sm-6 {
- margin-bottom: 4.5rem !important; }
- .mb-sm-auto {
- margin-bottom: auto !important; }
- .ml-sm-0 {
- -webkit-margin-start: 0 !important;
- margin-inline-start: 0 !important; }
- .ml-sm-1 {
- -webkit-margin-start: 0.25rem !important;
- margin-inline-start: 0.25rem !important; }
- .ml-sm-2 {
- -webkit-margin-start: 0.5rem !important;
- margin-inline-start: 0.5rem !important; }
- .ml-sm-3 {
- -webkit-margin-start: 1rem !important;
- margin-inline-start: 1rem !important; }
- .ml-sm-4 {
- -webkit-margin-start: 1.5rem !important;
- margin-inline-start: 1.5rem !important; }
- .ml-sm-5 {
- -webkit-margin-start: 3rem !important;
- margin-inline-start: 3rem !important; }
- .ml-sm-6 {
- -webkit-margin-start: 4.5rem !important;
- margin-inline-start: 4.5rem !important; }
- .ml-sm-auto {
- -webkit-margin-start: auto !important;
- margin-inline-start: auto !important; }
- .p-sm-0 {
- padding: 0 !important; }
- .p-sm-1 {
- padding: 0.25rem !important; }
- .p-sm-2 {
- padding: 0.5rem !important; }
- .p-sm-3 {
- padding: 1rem !important; }
- .p-sm-4 {
- padding: 1.5rem !important; }
- .p-sm-5 {
- padding: 3rem !important; }
- .p-sm-6 {
- padding: 4.5rem !important; }
- .px-sm-0 {
- padding-right: 0 !important;
- padding-left: 0 !important; }
- .px-sm-1 {
- padding-right: 0.25rem !important;
- padding-left: 0.25rem !important; }
- .px-sm-2 {
- padding-right: 0.5rem !important;
- padding-left: 0.5rem !important; }
- .px-sm-3 {
- padding-right: 1rem !important;
- padding-left: 1rem !important; }
- .px-sm-4 {
- padding-right: 1.5rem !important;
- padding-left: 1.5rem !important; }
- .px-sm-5 {
- padding-right: 3rem !important;
- padding-left: 3rem !important; }
- .px-sm-6 {
- padding-right: 4.5rem !important;
- padding-left: 4.5rem !important; }
- .py-sm-0 {
- padding-top: 0 !important;
- padding-bottom: 0 !important; }
- .py-sm-1 {
- padding-top: 0.25rem !important;
- padding-bottom: 0.25rem !important; }
- .py-sm-2 {
- padding-top: 0.5rem !important;
- padding-bottom: 0.5rem !important; }
- .py-sm-3 {
- padding-top: 1rem !important;
- padding-bottom: 1rem !important; }
- .py-sm-4 {
- padding-top: 1.5rem !important;
- padding-bottom: 1.5rem !important; }
- .py-sm-5 {
- padding-top: 3rem !important;
- padding-bottom: 3rem !important; }
- .py-sm-6 {
- padding-top: 4.5rem !important;
- padding-bottom: 4.5rem !important; }
- .pt-sm-0 {
- padding-top: 0 !important; }
- .pt-sm-1 {
- padding-top: 0.25rem !important; }
- .pt-sm-2 {
- padding-top: 0.5rem !important; }
- .pt-sm-3 {
- padding-top: 1rem !important; }
- .pt-sm-4 {
- padding-top: 1.5rem !important; }
- .pt-sm-5 {
- padding-top: 3rem !important; }
- .pt-sm-6 {
- padding-top: 4.5rem !important; }
- .pr-sm-0 {
- -webkit-padding-end: 0 !important;
- padding-inline-end: 0 !important; }
- .pr-sm-1 {
- -webkit-padding-end: 0.25rem !important;
- padding-inline-end: 0.25rem !important; }
- .pr-sm-2 {
- -webkit-padding-end: 0.5rem !important;
- padding-inline-end: 0.5rem !important; }
- .pr-sm-3 {
- -webkit-padding-end: 1rem !important;
- padding-inline-end: 1rem !important; }
- .pr-sm-4 {
- -webkit-padding-end: 1.5rem !important;
- padding-inline-end: 1.5rem !important; }
- .pr-sm-5 {
- -webkit-padding-end: 3rem !important;
- padding-inline-end: 3rem !important; }
- .pr-sm-6 {
- -webkit-padding-end: 4.5rem !important;
- padding-inline-end: 4.5rem !important; }
- .pb-sm-0 {
- padding-bottom: 0 !important; }
- .pb-sm-1 {
- padding-bottom: 0.25rem !important; }
- .pb-sm-2 {
- padding-bottom: 0.5rem !important; }
- .pb-sm-3 {
- padding-bottom: 1rem !important; }
- .pb-sm-4 {
- padding-bottom: 1.5rem !important; }
- .pb-sm-5 {
- padding-bottom: 3rem !important; }
- .pb-sm-6 {
- padding-bottom: 4.5rem !important; }
- .pl-sm-0 {
- -webkit-padding-start: 0 !important;
- padding-inline-start: 0 !important; }
- .pl-sm-1 {
- -webkit-padding-start: 0.25rem !important;
- padding-inline-start: 0.25rem !important; }
- .pl-sm-2 {
- -webkit-padding-start: 0.5rem !important;
- padding-inline-start: 0.5rem !important; }
- .pl-sm-3 {
- -webkit-padding-start: 1rem !important;
- padding-inline-start: 1rem !important; }
- .pl-sm-4 {
- -webkit-padding-start: 1.5rem !important;
- padding-inline-start: 1.5rem !important; }
- .pl-sm-5 {
- -webkit-padding-start: 3rem !important;
- padding-inline-start: 3rem !important; }
- .pl-sm-6 {
- -webkit-padding-start: 4.5rem !important;
- padding-inline-start: 4.5rem !important; }
- .text-sm-left {
- text-align: start !important; }
- .text-sm-right {
- text-align: end !important; }
- .text-sm-center {
- text-align: center !important; } }
-
-@media (min-width: 48rem) {
- .float-md-left {
- float: left !important; }
- .float-md-right {
- float: right !important; }
- .float-md-none {
- float: none !important; }
- .d-md-inline {
- display: inline !important; }
- .d-md-inline-block {
- display: inline-block !important; }
- .d-md-block {
- display: block !important; }
- .d-md-table {
- display: table !important; }
- .d-md-table-row {
- display: table-row !important; }
- .d-md-table-cell {
- display: table-cell !important; }
- .d-md-flex {
- display: flex !important; }
- .d-md-inline-flex {
- display: inline-flex !important; }
- .d-md-none {
- display: none !important; }
- .flex-md-fill {
- flex: 1 1 auto !important; }
- .flex-md-row {
- flex-direction: row !important; }
- .flex-md-column {
- flex-direction: column !important; }
- .flex-md-row-reverse {
- flex-direction: row-reverse !important; }
- .flex-md-column-reverse {
- flex-direction: column-reverse !important; }
- .flex-md-grow-0 {
- flex-grow: 0 !important; }
- .flex-md-grow-1 {
- flex-grow: 1 !important; }
- .flex-md-shrink-0 {
- flex-shrink: 0 !important; }
- .flex-md-shrink-1 {
- flex-shrink: 1 !important; }
- .flex-md-wrap {
- flex-wrap: wrap !important; }
- .flex-md-nowrap {
- flex-wrap: nowrap !important; }
- .flex-md-wrap-reverse {
- flex-wrap: wrap-reverse !important; }
- .justify-content-md-start {
- justify-content: flex-start !important; }
- .justify-content-md-end {
- justify-content: flex-end !important; }
- .justify-content-md-center {
- justify-content: center !important; }
- .justify-content-md-between {
- justify-content: space-between !important; }
- .justify-content-md-around {
- justify-content: space-around !important; }
- .justify-content-md-evenly {
- justify-content: space-evenly !important; }
- .align-items-md-start {
- align-items: flex-start !important; }
- .align-items-md-end {
- align-items: flex-end !important; }
- .align-items-md-center {
- align-items: center !important; }
- .align-items-md-baseline {
- align-items: baseline !important; }
- .align-items-md-stretch {
- align-items: stretch !important; }
- .align-content-md-start {
- align-content: flex-start !important; }
- .align-content-md-end {
- align-content: flex-end !important; }
- .align-content-md-center {
- align-content: center !important; }
- .align-content-md-between {
- align-content: space-between !important; }
- .align-content-md-around {
- align-content: space-around !important; }
- .align-content-md-stretch {
- align-content: stretch !important; }
- .align-self-md-auto {
- -ms-grid-row-align: auto !important;
- align-self: auto !important; }
- .align-self-md-start {
- align-self: flex-start !important; }
- .align-self-md-end {
- align-self: flex-end !important; }
- .align-self-md-center {
- -ms-grid-row-align: center !important;
- align-self: center !important; }
- .align-self-md-baseline {
- align-self: baseline !important; }
- .align-self-md-stretch {
- -ms-grid-row-align: stretch !important;
- align-self: stretch !important; }
- .order-md-first {
- order: -1 !important; }
- .order-md-0 {
- order: 0 !important; }
- .order-md-1 {
- order: 1 !important; }
- .order-md-2 {
- order: 2 !important; }
- .order-md-3 {
- order: 3 !important; }
- .order-md-4 {
- order: 4 !important; }
- .order-md-5 {
- order: 5 !important; }
- .order-md-last {
- order: 6 !important; }
- .m-md-0 {
- margin: 0 !important; }
- .m-md-1 {
- margin: 0.25rem !important; }
- .m-md-2 {
- margin: 0.5rem !important; }
- .m-md-3 {
- margin: 1rem !important; }
- .m-md-4 {
- margin: 1.5rem !important; }
- .m-md-5 {
- margin: 3rem !important; }
- .m-md-6 {
- margin: 4.5rem !important; }
- .m-md-auto {
- margin: auto !important; }
- .mx-md-0 {
- margin-right: 0 !important;
- margin-left: 0 !important; }
- .mx-md-1 {
- margin-right: 0.25rem !important;
- margin-left: 0.25rem !important; }
- .mx-md-2 {
- margin-right: 0.5rem !important;
- margin-left: 0.5rem !important; }
- .mx-md-3 {
- margin-right: 1rem !important;
- margin-left: 1rem !important; }
- .mx-md-4 {
- margin-right: 1.5rem !important;
- margin-left: 1.5rem !important; }
- .mx-md-5 {
- margin-right: 3rem !important;
- margin-left: 3rem !important; }
- .mx-md-6 {
- margin-right: 4.5rem !important;
- margin-left: 4.5rem !important; }
- .mx-md-auto {
- margin-right: auto !important;
- margin-left: auto !important; }
- .my-md-0 {
- margin-top: 0 !important;
- margin-bottom: 0 !important; }
- .my-md-1 {
- margin-top: 0.25rem !important;
- margin-bottom: 0.25rem !important; }
- .my-md-2 {
- margin-top: 0.5rem !important;
- margin-bottom: 0.5rem !important; }
- .my-md-3 {
- margin-top: 1rem !important;
- margin-bottom: 1rem !important; }
- .my-md-4 {
- margin-top: 1.5rem !important;
- margin-bottom: 1.5rem !important; }
- .my-md-5 {
- margin-top: 3rem !important;
- margin-bottom: 3rem !important; }
- .my-md-6 {
- margin-top: 4.5rem !important;
- margin-bottom: 4.5rem !important; }
- .my-md-auto {
- margin-top: auto !important;
- margin-bottom: auto !important; }
- .mt-md-0 {
- margin-top: 0 !important; }
- .mt-md-1 {
- margin-top: 0.25rem !important; }
- .mt-md-2 {
- margin-top: 0.5rem !important; }
- .mt-md-3 {
- margin-top: 1rem !important; }
- .mt-md-4 {
- margin-top: 1.5rem !important; }
- .mt-md-5 {
- margin-top: 3rem !important; }
- .mt-md-6 {
- margin-top: 4.5rem !important; }
- .mt-md-auto {
- margin-top: auto !important; }
- .mr-md-0 {
- -webkit-margin-end: 0 !important;
- margin-inline-end: 0 !important; }
- .mr-md-1 {
- -webkit-margin-end: 0.25rem !important;
- margin-inline-end: 0.25rem !important; }
- .mr-md-2 {
- -webkit-margin-end: 0.5rem !important;
- margin-inline-end: 0.5rem !important; }
- .mr-md-3 {
- -webkit-margin-end: 1rem !important;
- margin-inline-end: 1rem !important; }
- .mr-md-4 {
- -webkit-margin-end: 1.5rem !important;
- margin-inline-end: 1.5rem !important; }
- .mr-md-5 {
- -webkit-margin-end: 3rem !important;
- margin-inline-end: 3rem !important; }
- .mr-md-6 {
- -webkit-margin-end: 4.5rem !important;
- margin-inline-end: 4.5rem !important; }
- .mr-md-auto {
- -webkit-margin-end: auto !important;
- margin-inline-end: auto !important; }
- .mb-md-0 {
- margin-bottom: 0 !important; }
- .mb-md-1 {
- margin-bottom: 0.25rem !important; }
- .mb-md-2 {
- margin-bottom: 0.5rem !important; }
- .mb-md-3 {
- margin-bottom: 1rem !important; }
- .mb-md-4 {
- margin-bottom: 1.5rem !important; }
- .mb-md-5 {
- margin-bottom: 3rem !important; }
- .mb-md-6 {
- margin-bottom: 4.5rem !important; }
- .mb-md-auto {
- margin-bottom: auto !important; }
- .ml-md-0 {
- -webkit-margin-start: 0 !important;
- margin-inline-start: 0 !important; }
- .ml-md-1 {
- -webkit-margin-start: 0.25rem !important;
- margin-inline-start: 0.25rem !important; }
- .ml-md-2 {
- -webkit-margin-start: 0.5rem !important;
- margin-inline-start: 0.5rem !important; }
- .ml-md-3 {
- -webkit-margin-start: 1rem !important;
- margin-inline-start: 1rem !important; }
- .ml-md-4 {
- -webkit-margin-start: 1.5rem !important;
- margin-inline-start: 1.5rem !important; }
- .ml-md-5 {
- -webkit-margin-start: 3rem !important;
- margin-inline-start: 3rem !important; }
- .ml-md-6 {
- -webkit-margin-start: 4.5rem !important;
- margin-inline-start: 4.5rem !important; }
- .ml-md-auto {
- -webkit-margin-start: auto !important;
- margin-inline-start: auto !important; }
- .p-md-0 {
- padding: 0 !important; }
- .p-md-1 {
- padding: 0.25rem !important; }
- .p-md-2 {
- padding: 0.5rem !important; }
- .p-md-3 {
- padding: 1rem !important; }
- .p-md-4 {
- padding: 1.5rem !important; }
- .p-md-5 {
- padding: 3rem !important; }
- .p-md-6 {
- padding: 4.5rem !important; }
- .px-md-0 {
- padding-right: 0 !important;
- padding-left: 0 !important; }
- .px-md-1 {
- padding-right: 0.25rem !important;
- padding-left: 0.25rem !important; }
- .px-md-2 {
- padding-right: 0.5rem !important;
- padding-left: 0.5rem !important; }
- .px-md-3 {
- padding-right: 1rem !important;
- padding-left: 1rem !important; }
- .px-md-4 {
- padding-right: 1.5rem !important;
- padding-left: 1.5rem !important; }
- .px-md-5 {
- padding-right: 3rem !important;
- padding-left: 3rem !important; }
- .px-md-6 {
- padding-right: 4.5rem !important;
- padding-left: 4.5rem !important; }
- .py-md-0 {
- padding-top: 0 !important;
- padding-bottom: 0 !important; }
- .py-md-1 {
- padding-top: 0.25rem !important;
- padding-bottom: 0.25rem !important; }
- .py-md-2 {
- padding-top: 0.5rem !important;
- padding-bottom: 0.5rem !important; }
- .py-md-3 {
- padding-top: 1rem !important;
- padding-bottom: 1rem !important; }
- .py-md-4 {
- padding-top: 1.5rem !important;
- padding-bottom: 1.5rem !important; }
- .py-md-5 {
- padding-top: 3rem !important;
- padding-bottom: 3rem !important; }
- .py-md-6 {
- padding-top: 4.5rem !important;
- padding-bottom: 4.5rem !important; }
- .pt-md-0 {
- padding-top: 0 !important; }
- .pt-md-1 {
- padding-top: 0.25rem !important; }
- .pt-md-2 {
- padding-top: 0.5rem !important; }
- .pt-md-3 {
- padding-top: 1rem !important; }
- .pt-md-4 {
- padding-top: 1.5rem !important; }
- .pt-md-5 {
- padding-top: 3rem !important; }
- .pt-md-6 {
- padding-top: 4.5rem !important; }
- .pr-md-0 {
- -webkit-padding-end: 0 !important;
- padding-inline-end: 0 !important; }
- .pr-md-1 {
- -webkit-padding-end: 0.25rem !important;
- padding-inline-end: 0.25rem !important; }
- .pr-md-2 {
- -webkit-padding-end: 0.5rem !important;
- padding-inline-end: 0.5rem !important; }
- .pr-md-3 {
- -webkit-padding-end: 1rem !important;
- padding-inline-end: 1rem !important; }
- .pr-md-4 {
- -webkit-padding-end: 1.5rem !important;
- padding-inline-end: 1.5rem !important; }
- .pr-md-5 {
- -webkit-padding-end: 3rem !important;
- padding-inline-end: 3rem !important; }
- .pr-md-6 {
- -webkit-padding-end: 4.5rem !important;
- padding-inline-end: 4.5rem !important; }
- .pb-md-0 {
- padding-bottom: 0 !important; }
- .pb-md-1 {
- padding-bottom: 0.25rem !important; }
- .pb-md-2 {
- padding-bottom: 0.5rem !important; }
- .pb-md-3 {
- padding-bottom: 1rem !important; }
- .pb-md-4 {
- padding-bottom: 1.5rem !important; }
- .pb-md-5 {
- padding-bottom: 3rem !important; }
- .pb-md-6 {
- padding-bottom: 4.5rem !important; }
- .pl-md-0 {
- -webkit-padding-start: 0 !important;
- padding-inline-start: 0 !important; }
- .pl-md-1 {
- -webkit-padding-start: 0.25rem !important;
- padding-inline-start: 0.25rem !important; }
- .pl-md-2 {
- -webkit-padding-start: 0.5rem !important;
- padding-inline-start: 0.5rem !important; }
- .pl-md-3 {
- -webkit-padding-start: 1rem !important;
- padding-inline-start: 1rem !important; }
- .pl-md-4 {
- -webkit-padding-start: 1.5rem !important;
- padding-inline-start: 1.5rem !important; }
- .pl-md-5 {
- -webkit-padding-start: 3rem !important;
- padding-inline-start: 3rem !important; }
- .pl-md-6 {
- -webkit-padding-start: 4.5rem !important;
- padding-inline-start: 4.5rem !important; }
- .text-md-left {
- text-align: start !important; }
- .text-md-right {
- text-align: end !important; }
- .text-md-center {
- text-align: center !important; } }
-
-@media (min-width: 64rem) {
- .float-lg-left {
- float: left !important; }
- .float-lg-right {
- float: right !important; }
- .float-lg-none {
- float: none !important; }
- .d-lg-inline {
- display: inline !important; }
- .d-lg-inline-block {
- display: inline-block !important; }
- .d-lg-block {
- display: block !important; }
- .d-lg-table {
- display: table !important; }
- .d-lg-table-row {
- display: table-row !important; }
- .d-lg-table-cell {
- display: table-cell !important; }
- .d-lg-flex {
- display: flex !important; }
- .d-lg-inline-flex {
- display: inline-flex !important; }
- .d-lg-none {
- display: none !important; }
- .flex-lg-fill {
- flex: 1 1 auto !important; }
- .flex-lg-row {
- flex-direction: row !important; }
- .flex-lg-column {
- flex-direction: column !important; }
- .flex-lg-row-reverse {
- flex-direction: row-reverse !important; }
- .flex-lg-column-reverse {
- flex-direction: column-reverse !important; }
- .flex-lg-grow-0 {
- flex-grow: 0 !important; }
- .flex-lg-grow-1 {
- flex-grow: 1 !important; }
- .flex-lg-shrink-0 {
- flex-shrink: 0 !important; }
- .flex-lg-shrink-1 {
- flex-shrink: 1 !important; }
- .flex-lg-wrap {
- flex-wrap: wrap !important; }
- .flex-lg-nowrap {
- flex-wrap: nowrap !important; }
- .flex-lg-wrap-reverse {
- flex-wrap: wrap-reverse !important; }
- .justify-content-lg-start {
- justify-content: flex-start !important; }
- .justify-content-lg-end {
- justify-content: flex-end !important; }
- .justify-content-lg-center {
- justify-content: center !important; }
- .justify-content-lg-between {
- justify-content: space-between !important; }
- .justify-content-lg-around {
- justify-content: space-around !important; }
- .justify-content-lg-evenly {
- justify-content: space-evenly !important; }
- .align-items-lg-start {
- align-items: flex-start !important; }
- .align-items-lg-end {
- align-items: flex-end !important; }
- .align-items-lg-center {
- align-items: center !important; }
- .align-items-lg-baseline {
- align-items: baseline !important; }
- .align-items-lg-stretch {
- align-items: stretch !important; }
- .align-content-lg-start {
- align-content: flex-start !important; }
- .align-content-lg-end {
- align-content: flex-end !important; }
- .align-content-lg-center {
- align-content: center !important; }
- .align-content-lg-between {
- align-content: space-between !important; }
- .align-content-lg-around {
- align-content: space-around !important; }
- .align-content-lg-stretch {
- align-content: stretch !important; }
- .align-self-lg-auto {
- -ms-grid-row-align: auto !important;
- align-self: auto !important; }
- .align-self-lg-start {
- align-self: flex-start !important; }
- .align-self-lg-end {
- align-self: flex-end !important; }
- .align-self-lg-center {
- -ms-grid-row-align: center !important;
- align-self: center !important; }
- .align-self-lg-baseline {
- align-self: baseline !important; }
- .align-self-lg-stretch {
- -ms-grid-row-align: stretch !important;
- align-self: stretch !important; }
- .order-lg-first {
- order: -1 !important; }
- .order-lg-0 {
- order: 0 !important; }
- .order-lg-1 {
- order: 1 !important; }
- .order-lg-2 {
- order: 2 !important; }
- .order-lg-3 {
- order: 3 !important; }
- .order-lg-4 {
- order: 4 !important; }
- .order-lg-5 {
- order: 5 !important; }
- .order-lg-last {
- order: 6 !important; }
- .m-lg-0 {
- margin: 0 !important; }
- .m-lg-1 {
- margin: 0.25rem !important; }
- .m-lg-2 {
- margin: 0.5rem !important; }
- .m-lg-3 {
- margin: 1rem !important; }
- .m-lg-4 {
- margin: 1.5rem !important; }
- .m-lg-5 {
- margin: 3rem !important; }
- .m-lg-6 {
- margin: 4.5rem !important; }
- .m-lg-auto {
- margin: auto !important; }
- .mx-lg-0 {
- margin-right: 0 !important;
- margin-left: 0 !important; }
- .mx-lg-1 {
- margin-right: 0.25rem !important;
- margin-left: 0.25rem !important; }
- .mx-lg-2 {
- margin-right: 0.5rem !important;
- margin-left: 0.5rem !important; }
- .mx-lg-3 {
- margin-right: 1rem !important;
- margin-left: 1rem !important; }
- .mx-lg-4 {
- margin-right: 1.5rem !important;
- margin-left: 1.5rem !important; }
- .mx-lg-5 {
- margin-right: 3rem !important;
- margin-left: 3rem !important; }
- .mx-lg-6 {
- margin-right: 4.5rem !important;
- margin-left: 4.5rem !important; }
- .mx-lg-auto {
- margin-right: auto !important;
- margin-left: auto !important; }
- .my-lg-0 {
- margin-top: 0 !important;
- margin-bottom: 0 !important; }
- .my-lg-1 {
- margin-top: 0.25rem !important;
- margin-bottom: 0.25rem !important; }
- .my-lg-2 {
- margin-top: 0.5rem !important;
- margin-bottom: 0.5rem !important; }
- .my-lg-3 {
- margin-top: 1rem !important;
- margin-bottom: 1rem !important; }
- .my-lg-4 {
- margin-top: 1.5rem !important;
- margin-bottom: 1.5rem !important; }
- .my-lg-5 {
- margin-top: 3rem !important;
- margin-bottom: 3rem !important; }
- .my-lg-6 {
- margin-top: 4.5rem !important;
- margin-bottom: 4.5rem !important; }
- .my-lg-auto {
- margin-top: auto !important;
- margin-bottom: auto !important; }
- .mt-lg-0 {
- margin-top: 0 !important; }
- .mt-lg-1 {
- margin-top: 0.25rem !important; }
- .mt-lg-2 {
- margin-top: 0.5rem !important; }
- .mt-lg-3 {
- margin-top: 1rem !important; }
- .mt-lg-4 {
- margin-top: 1.5rem !important; }
- .mt-lg-5 {
- margin-top: 3rem !important; }
- .mt-lg-6 {
- margin-top: 4.5rem !important; }
- .mt-lg-auto {
- margin-top: auto !important; }
- .mr-lg-0 {
- -webkit-margin-end: 0 !important;
- margin-inline-end: 0 !important; }
- .mr-lg-1 {
- -webkit-margin-end: 0.25rem !important;
- margin-inline-end: 0.25rem !important; }
- .mr-lg-2 {
- -webkit-margin-end: 0.5rem !important;
- margin-inline-end: 0.5rem !important; }
- .mr-lg-3 {
- -webkit-margin-end: 1rem !important;
- margin-inline-end: 1rem !important; }
- .mr-lg-4 {
- -webkit-margin-end: 1.5rem !important;
- margin-inline-end: 1.5rem !important; }
- .mr-lg-5 {
- -webkit-margin-end: 3rem !important;
- margin-inline-end: 3rem !important; }
- .mr-lg-6 {
- -webkit-margin-end: 4.5rem !important;
- margin-inline-end: 4.5rem !important; }
- .mr-lg-auto {
- -webkit-margin-end: auto !important;
- margin-inline-end: auto !important; }
- .mb-lg-0 {
- margin-bottom: 0 !important; }
- .mb-lg-1 {
- margin-bottom: 0.25rem !important; }
- .mb-lg-2 {
- margin-bottom: 0.5rem !important; }
- .mb-lg-3 {
- margin-bottom: 1rem !important; }
- .mb-lg-4 {
- margin-bottom: 1.5rem !important; }
- .mb-lg-5 {
- margin-bottom: 3rem !important; }
- .mb-lg-6 {
- margin-bottom: 4.5rem !important; }
- .mb-lg-auto {
- margin-bottom: auto !important; }
- .ml-lg-0 {
- -webkit-margin-start: 0 !important;
- margin-inline-start: 0 !important; }
- .ml-lg-1 {
- -webkit-margin-start: 0.25rem !important;
- margin-inline-start: 0.25rem !important; }
- .ml-lg-2 {
- -webkit-margin-start: 0.5rem !important;
- margin-inline-start: 0.5rem !important; }
- .ml-lg-3 {
- -webkit-margin-start: 1rem !important;
- margin-inline-start: 1rem !important; }
- .ml-lg-4 {
- -webkit-margin-start: 1.5rem !important;
- margin-inline-start: 1.5rem !important; }
- .ml-lg-5 {
- -webkit-margin-start: 3rem !important;
- margin-inline-start: 3rem !important; }
- .ml-lg-6 {
- -webkit-margin-start: 4.5rem !important;
- margin-inline-start: 4.5rem !important; }
- .ml-lg-auto {
- -webkit-margin-start: auto !important;
- margin-inline-start: auto !important; }
- .p-lg-0 {
- padding: 0 !important; }
- .p-lg-1 {
- padding: 0.25rem !important; }
- .p-lg-2 {
- padding: 0.5rem !important; }
- .p-lg-3 {
- padding: 1rem !important; }
- .p-lg-4 {
- padding: 1.5rem !important; }
- .p-lg-5 {
- padding: 3rem !important; }
- .p-lg-6 {
- padding: 4.5rem !important; }
- .px-lg-0 {
- padding-right: 0 !important;
- padding-left: 0 !important; }
- .px-lg-1 {
- padding-right: 0.25rem !important;
- padding-left: 0.25rem !important; }
- .px-lg-2 {
- padding-right: 0.5rem !important;
- padding-left: 0.5rem !important; }
- .px-lg-3 {
- padding-right: 1rem !important;
- padding-left: 1rem !important; }
- .px-lg-4 {
- padding-right: 1.5rem !important;
- padding-left: 1.5rem !important; }
- .px-lg-5 {
- padding-right: 3rem !important;
- padding-left: 3rem !important; }
- .px-lg-6 {
- padding-right: 4.5rem !important;
- padding-left: 4.5rem !important; }
- .py-lg-0 {
- padding-top: 0 !important;
- padding-bottom: 0 !important; }
- .py-lg-1 {
- padding-top: 0.25rem !important;
- padding-bottom: 0.25rem !important; }
- .py-lg-2 {
- padding-top: 0.5rem !important;
- padding-bottom: 0.5rem !important; }
- .py-lg-3 {
- padding-top: 1rem !important;
- padding-bottom: 1rem !important; }
- .py-lg-4 {
- padding-top: 1.5rem !important;
- padding-bottom: 1.5rem !important; }
- .py-lg-5 {
- padding-top: 3rem !important;
- padding-bottom: 3rem !important; }
- .py-lg-6 {
- padding-top: 4.5rem !important;
- padding-bottom: 4.5rem !important; }
- .pt-lg-0 {
- padding-top: 0 !important; }
- .pt-lg-1 {
- padding-top: 0.25rem !important; }
- .pt-lg-2 {
- padding-top: 0.5rem !important; }
- .pt-lg-3 {
- padding-top: 1rem !important; }
- .pt-lg-4 {
- padding-top: 1.5rem !important; }
- .pt-lg-5 {
- padding-top: 3rem !important; }
- .pt-lg-6 {
- padding-top: 4.5rem !important; }
- .pr-lg-0 {
- -webkit-padding-end: 0 !important;
- padding-inline-end: 0 !important; }
- .pr-lg-1 {
- -webkit-padding-end: 0.25rem !important;
- padding-inline-end: 0.25rem !important; }
- .pr-lg-2 {
- -webkit-padding-end: 0.5rem !important;
- padding-inline-end: 0.5rem !important; }
- .pr-lg-3 {
- -webkit-padding-end: 1rem !important;
- padding-inline-end: 1rem !important; }
- .pr-lg-4 {
- -webkit-padding-end: 1.5rem !important;
- padding-inline-end: 1.5rem !important; }
- .pr-lg-5 {
- -webkit-padding-end: 3rem !important;
- padding-inline-end: 3rem !important; }
- .pr-lg-6 {
- -webkit-padding-end: 4.5rem !important;
- padding-inline-end: 4.5rem !important; }
- .pb-lg-0 {
- padding-bottom: 0 !important; }
- .pb-lg-1 {
- padding-bottom: 0.25rem !important; }
- .pb-lg-2 {
- padding-bottom: 0.5rem !important; }
- .pb-lg-3 {
- padding-bottom: 1rem !important; }
- .pb-lg-4 {
- padding-bottom: 1.5rem !important; }
- .pb-lg-5 {
- padding-bottom: 3rem !important; }
- .pb-lg-6 {
- padding-bottom: 4.5rem !important; }
- .pl-lg-0 {
- -webkit-padding-start: 0 !important;
- padding-inline-start: 0 !important; }
- .pl-lg-1 {
- -webkit-padding-start: 0.25rem !important;
- padding-inline-start: 0.25rem !important; }
- .pl-lg-2 {
- -webkit-padding-start: 0.5rem !important;
- padding-inline-start: 0.5rem !important; }
- .pl-lg-3 {
- -webkit-padding-start: 1rem !important;
- padding-inline-start: 1rem !important; }
- .pl-lg-4 {
- -webkit-padding-start: 1.5rem !important;
- padding-inline-start: 1.5rem !important; }
- .pl-lg-5 {
- -webkit-padding-start: 3rem !important;
- padding-inline-start: 3rem !important; }
- .pl-lg-6 {
- -webkit-padding-start: 4.5rem !important;
- padding-inline-start: 4.5rem !important; }
- .text-lg-left {
- text-align: start !important; }
- .text-lg-right {
- text-align: end !important; }
- .text-lg-center {
- text-align: center !important; } }
-
-@media (min-width: 75.25rem) {
- .float-xl-left {
- float: left !important; }
- .float-xl-right {
- float: right !important; }
- .float-xl-none {
- float: none !important; }
- .d-xl-inline {
- display: inline !important; }
- .d-xl-inline-block {
- display: inline-block !important; }
- .d-xl-block {
- display: block !important; }
- .d-xl-table {
- display: table !important; }
- .d-xl-table-row {
- display: table-row !important; }
- .d-xl-table-cell {
- display: table-cell !important; }
- .d-xl-flex {
- display: flex !important; }
- .d-xl-inline-flex {
- display: inline-flex !important; }
- .d-xl-none {
- display: none !important; }
- .flex-xl-fill {
- flex: 1 1 auto !important; }
- .flex-xl-row {
- flex-direction: row !important; }
- .flex-xl-column {
- flex-direction: column !important; }
- .flex-xl-row-reverse {
- flex-direction: row-reverse !important; }
- .flex-xl-column-reverse {
- flex-direction: column-reverse !important; }
- .flex-xl-grow-0 {
- flex-grow: 0 !important; }
- .flex-xl-grow-1 {
- flex-grow: 1 !important; }
- .flex-xl-shrink-0 {
- flex-shrink: 0 !important; }
- .flex-xl-shrink-1 {
- flex-shrink: 1 !important; }
- .flex-xl-wrap {
- flex-wrap: wrap !important; }
- .flex-xl-nowrap {
- flex-wrap: nowrap !important; }
- .flex-xl-wrap-reverse {
- flex-wrap: wrap-reverse !important; }
- .justify-content-xl-start {
- justify-content: flex-start !important; }
- .justify-content-xl-end {
- justify-content: flex-end !important; }
- .justify-content-xl-center {
- justify-content: center !important; }
- .justify-content-xl-between {
- justify-content: space-between !important; }
- .justify-content-xl-around {
- justify-content: space-around !important; }
- .justify-content-xl-evenly {
- justify-content: space-evenly !important; }
- .align-items-xl-start {
- align-items: flex-start !important; }
- .align-items-xl-end {
- align-items: flex-end !important; }
- .align-items-xl-center {
- align-items: center !important; }
- .align-items-xl-baseline {
- align-items: baseline !important; }
- .align-items-xl-stretch {
- align-items: stretch !important; }
- .align-content-xl-start {
- align-content: flex-start !important; }
- .align-content-xl-end {
- align-content: flex-end !important; }
- .align-content-xl-center {
- align-content: center !important; }
- .align-content-xl-between {
- align-content: space-between !important; }
- .align-content-xl-around {
- align-content: space-around !important; }
- .align-content-xl-stretch {
- align-content: stretch !important; }
- .align-self-xl-auto {
- -ms-grid-row-align: auto !important;
- align-self: auto !important; }
- .align-self-xl-start {
- align-self: flex-start !important; }
- .align-self-xl-end {
- align-self: flex-end !important; }
- .align-self-xl-center {
- -ms-grid-row-align: center !important;
- align-self: center !important; }
- .align-self-xl-baseline {
- align-self: baseline !important; }
- .align-self-xl-stretch {
- -ms-grid-row-align: stretch !important;
- align-self: stretch !important; }
- .order-xl-first {
- order: -1 !important; }
- .order-xl-0 {
- order: 0 !important; }
- .order-xl-1 {
- order: 1 !important; }
- .order-xl-2 {
- order: 2 !important; }
- .order-xl-3 {
- order: 3 !important; }
- .order-xl-4 {
- order: 4 !important; }
- .order-xl-5 {
- order: 5 !important; }
- .order-xl-last {
- order: 6 !important; }
- .m-xl-0 {
- margin: 0 !important; }
- .m-xl-1 {
- margin: 0.25rem !important; }
- .m-xl-2 {
- margin: 0.5rem !important; }
- .m-xl-3 {
- margin: 1rem !important; }
- .m-xl-4 {
- margin: 1.5rem !important; }
- .m-xl-5 {
- margin: 3rem !important; }
- .m-xl-6 {
- margin: 4.5rem !important; }
- .m-xl-auto {
- margin: auto !important; }
- .mx-xl-0 {
- margin-right: 0 !important;
- margin-left: 0 !important; }
- .mx-xl-1 {
- margin-right: 0.25rem !important;
- margin-left: 0.25rem !important; }
- .mx-xl-2 {
- margin-right: 0.5rem !important;
- margin-left: 0.5rem !important; }
- .mx-xl-3 {
- margin-right: 1rem !important;
- margin-left: 1rem !important; }
- .mx-xl-4 {
- margin-right: 1.5rem !important;
- margin-left: 1.5rem !important; }
- .mx-xl-5 {
- margin-right: 3rem !important;
- margin-left: 3rem !important; }
- .mx-xl-6 {
- margin-right: 4.5rem !important;
- margin-left: 4.5rem !important; }
- .mx-xl-auto {
- margin-right: auto !important;
- margin-left: auto !important; }
- .my-xl-0 {
- margin-top: 0 !important;
- margin-bottom: 0 !important; }
- .my-xl-1 {
- margin-top: 0.25rem !important;
- margin-bottom: 0.25rem !important; }
- .my-xl-2 {
- margin-top: 0.5rem !important;
- margin-bottom: 0.5rem !important; }
- .my-xl-3 {
- margin-top: 1rem !important;
- margin-bottom: 1rem !important; }
- .my-xl-4 {
- margin-top: 1.5rem !important;
- margin-bottom: 1.5rem !important; }
- .my-xl-5 {
- margin-top: 3rem !important;
- margin-bottom: 3rem !important; }
- .my-xl-6 {
- margin-top: 4.5rem !important;
- margin-bottom: 4.5rem !important; }
- .my-xl-auto {
- margin-top: auto !important;
- margin-bottom: auto !important; }
- .mt-xl-0 {
- margin-top: 0 !important; }
- .mt-xl-1 {
- margin-top: 0.25rem !important; }
- .mt-xl-2 {
- margin-top: 0.5rem !important; }
- .mt-xl-3 {
- margin-top: 1rem !important; }
- .mt-xl-4 {
- margin-top: 1.5rem !important; }
- .mt-xl-5 {
- margin-top: 3rem !important; }
- .mt-xl-6 {
- margin-top: 4.5rem !important; }
- .mt-xl-auto {
- margin-top: auto !important; }
- .mr-xl-0 {
- -webkit-margin-end: 0 !important;
- margin-inline-end: 0 !important; }
- .mr-xl-1 {
- -webkit-margin-end: 0.25rem !important;
- margin-inline-end: 0.25rem !important; }
- .mr-xl-2 {
- -webkit-margin-end: 0.5rem !important;
- margin-inline-end: 0.5rem !important; }
- .mr-xl-3 {
- -webkit-margin-end: 1rem !important;
- margin-inline-end: 1rem !important; }
- .mr-xl-4 {
- -webkit-margin-end: 1.5rem !important;
- margin-inline-end: 1.5rem !important; }
- .mr-xl-5 {
- -webkit-margin-end: 3rem !important;
- margin-inline-end: 3rem !important; }
- .mr-xl-6 {
- -webkit-margin-end: 4.5rem !important;
- margin-inline-end: 4.5rem !important; }
- .mr-xl-auto {
- -webkit-margin-end: auto !important;
- margin-inline-end: auto !important; }
- .mb-xl-0 {
- margin-bottom: 0 !important; }
- .mb-xl-1 {
- margin-bottom: 0.25rem !important; }
- .mb-xl-2 {
- margin-bottom: 0.5rem !important; }
- .mb-xl-3 {
- margin-bottom: 1rem !important; }
- .mb-xl-4 {
- margin-bottom: 1.5rem !important; }
- .mb-xl-5 {
- margin-bottom: 3rem !important; }
- .mb-xl-6 {
- margin-bottom: 4.5rem !important; }
- .mb-xl-auto {
- margin-bottom: auto !important; }
- .ml-xl-0 {
- -webkit-margin-start: 0 !important;
- margin-inline-start: 0 !important; }
- .ml-xl-1 {
- -webkit-margin-start: 0.25rem !important;
- margin-inline-start: 0.25rem !important; }
- .ml-xl-2 {
- -webkit-margin-start: 0.5rem !important;
- margin-inline-start: 0.5rem !important; }
- .ml-xl-3 {
- -webkit-margin-start: 1rem !important;
- margin-inline-start: 1rem !important; }
- .ml-xl-4 {
- -webkit-margin-start: 1.5rem !important;
- margin-inline-start: 1.5rem !important; }
- .ml-xl-5 {
- -webkit-margin-start: 3rem !important;
- margin-inline-start: 3rem !important; }
- .ml-xl-6 {
- -webkit-margin-start: 4.5rem !important;
- margin-inline-start: 4.5rem !important; }
- .ml-xl-auto {
- -webkit-margin-start: auto !important;
- margin-inline-start: auto !important; }
- .p-xl-0 {
- padding: 0 !important; }
- .p-xl-1 {
- padding: 0.25rem !important; }
- .p-xl-2 {
- padding: 0.5rem !important; }
- .p-xl-3 {
- padding: 1rem !important; }
- .p-xl-4 {
- padding: 1.5rem !important; }
- .p-xl-5 {
- padding: 3rem !important; }
- .p-xl-6 {
- padding: 4.5rem !important; }
- .px-xl-0 {
- padding-right: 0 !important;
- padding-left: 0 !important; }
- .px-xl-1 {
- padding-right: 0.25rem !important;
- padding-left: 0.25rem !important; }
- .px-xl-2 {
- padding-right: 0.5rem !important;
- padding-left: 0.5rem !important; }
- .px-xl-3 {
- padding-right: 1rem !important;
- padding-left: 1rem !important; }
- .px-xl-4 {
- padding-right: 1.5rem !important;
- padding-left: 1.5rem !important; }
- .px-xl-5 {
- padding-right: 3rem !important;
- padding-left: 3rem !important; }
- .px-xl-6 {
- padding-right: 4.5rem !important;
- padding-left: 4.5rem !important; }
- .py-xl-0 {
- padding-top: 0 !important;
- padding-bottom: 0 !important; }
- .py-xl-1 {
- padding-top: 0.25rem !important;
- padding-bottom: 0.25rem !important; }
- .py-xl-2 {
- padding-top: 0.5rem !important;
- padding-bottom: 0.5rem !important; }
- .py-xl-3 {
- padding-top: 1rem !important;
- padding-bottom: 1rem !important; }
- .py-xl-4 {
- padding-top: 1.5rem !important;
- padding-bottom: 1.5rem !important; }
- .py-xl-5 {
- padding-top: 3rem !important;
- padding-bottom: 3rem !important; }
- .py-xl-6 {
- padding-top: 4.5rem !important;
- padding-bottom: 4.5rem !important; }
- .pt-xl-0 {
- padding-top: 0 !important; }
- .pt-xl-1 {
- padding-top: 0.25rem !important; }
- .pt-xl-2 {
- padding-top: 0.5rem !important; }
- .pt-xl-3 {
- padding-top: 1rem !important; }
- .pt-xl-4 {
- padding-top: 1.5rem !important; }
- .pt-xl-5 {
- padding-top: 3rem !important; }
- .pt-xl-6 {
- padding-top: 4.5rem !important; }
- .pr-xl-0 {
- -webkit-padding-end: 0 !important;
- padding-inline-end: 0 !important; }
- .pr-xl-1 {
- -webkit-padding-end: 0.25rem !important;
- padding-inline-end: 0.25rem !important; }
- .pr-xl-2 {
- -webkit-padding-end: 0.5rem !important;
- padding-inline-end: 0.5rem !important; }
- .pr-xl-3 {
- -webkit-padding-end: 1rem !important;
- padding-inline-end: 1rem !important; }
- .pr-xl-4 {
- -webkit-padding-end: 1.5rem !important;
- padding-inline-end: 1.5rem !important; }
- .pr-xl-5 {
- -webkit-padding-end: 3rem !important;
- padding-inline-end: 3rem !important; }
- .pr-xl-6 {
- -webkit-padding-end: 4.5rem !important;
- padding-inline-end: 4.5rem !important; }
- .pb-xl-0 {
- padding-bottom: 0 !important; }
- .pb-xl-1 {
- padding-bottom: 0.25rem !important; }
- .pb-xl-2 {
- padding-bottom: 0.5rem !important; }
- .pb-xl-3 {
- padding-bottom: 1rem !important; }
- .pb-xl-4 {
- padding-bottom: 1.5rem !important; }
- .pb-xl-5 {
- padding-bottom: 3rem !important; }
- .pb-xl-6 {
- padding-bottom: 4.5rem !important; }
- .pl-xl-0 {
- -webkit-padding-start: 0 !important;
- padding-inline-start: 0 !important; }
- .pl-xl-1 {
- -webkit-padding-start: 0.25rem !important;
- padding-inline-start: 0.25rem !important; }
- .pl-xl-2 {
- -webkit-padding-start: 0.5rem !important;
- padding-inline-start: 0.5rem !important; }
- .pl-xl-3 {
- -webkit-padding-start: 1rem !important;
- padding-inline-start: 1rem !important; }
- .pl-xl-4 {
- -webkit-padding-start: 1.5rem !important;
- padding-inline-start: 1.5rem !important; }
- .pl-xl-5 {
- -webkit-padding-start: 3rem !important;
- padding-inline-start: 3rem !important; }
- .pl-xl-6 {
- -webkit-padding-start: 4.5rem !important;
- padding-inline-start: 4.5rem !important; }
- .text-xl-left {
- text-align: start !important; }
- .text-xl-right {
- text-align: end !important; }
- .text-xl-center {
- text-align: center !important; } }
-
-@media print {
- .d-print-inline {
- display: inline !important; }
- .d-print-inline-block {
- display: inline-block !important; }
- .d-print-block {
- display: block !important; }
- .d-print-table {
- display: table !important; }
- .d-print-table-row {
- display: table-row !important; }
- .d-print-table-cell {
- display: table-cell !important; }
- .d-print-flex {
- display: flex !important; }
- .d-print-inline-flex {
- display: inline-flex !important; }
- .d-print-none {
- display: none !important; } }
-
-html {
- font-size: 16px;
- scroll-behavior: smooth; }
-
-body {
- overflow-y: scroll;
- letter-spacing: 0;
- touch-action: manipulation;
- text-rendering: optimizeLegibility;
- font-feature-settings: "liga" 0;
- position: relative; }
- body .content *::-webkit-scrollbar {
- width: 6px;
- height: 6px;
- -webkit-transition: .3s background;
- transition: .3s background; }
- body .content *::-webkit-scrollbar-thumb {
- border-radius: 5px;
- background: #dee1e7; }
- body .content *::-webkit-scrollbar-corner {
- background: transparent; }
- body .content *:hover::-webkit-scrollbar-thumb {
- background: #cbcfd6;
- background: #cbcfd6; }
- @media print {
- body {
- background: transparent; } }
-
-/**
-Navbar
- */
-.navbar {
- align-items: stretch;
- min-height: 3.5rem;
- background: transparent;
- color: rgba(33, 43, 54, 0.72); }
- .navbar-collapse .navbar {
- flex-grow: 1; }
- .navbar.collapsing {
- min-height: 0; }
- .navbar::-webkit-scrollbar {
- width: 6px;
- height: 6px;
- -webkit-transition: .3s background;
- transition: .3s background; }
- .navbar::-webkit-scrollbar-thumb {
- border-radius: 5px;
- background: #dee1e7; }
- .navbar::-webkit-scrollbar-corner {
- background: transparent; }
- .navbar:hover::-webkit-scrollbar-thumb {
- background: #cbcfd6;
- background: #cbcfd6; }
- .navbar .text-muted {
- color: rgba(33, 43, 54, 0.5184) !important; }
- .navbar .navbar-brand {
- color: #212b36; }
- .navbar .navbar-brand:hover, .navbar .navbar-brand:focus {
- color: #212b36;
- opacity: .8; }
- .navbar .navbar-nav .nav-link {
- color: rgba(33, 43, 54, 0.72); }
- .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus {
- color: #212b36; }
- .navbar .navbar-nav .nav-link.disabled {
- color: rgba(33, 43, 54, 0.3); }
- .navbar .navbar-nav .show > .nav-link,
- .navbar .navbar-nav .active > .nav-link,
- .navbar .navbar-nav .nav-link.show,
- .navbar .navbar-nav .nav-link.active {
- color: #212b36; }
- .navbar .navbar-toggler {
- color: #212b36;
- border-color: transparent; }
- .navbar .navbar-text {
- color: rgba(33, 43, 54, 0.72); }
- .navbar .navbar-text a,
- .navbar .navbar-text a:hover,
- .navbar .navbar-text a:focus {
- color: rgba(33, 43, 54, 0.72); }
- @media not print {
- .theme-dark .navbar {
- background: #354052;
- color: rgba(255, 255, 255, 0.72); }
- .theme-dark .navbar::-webkit-scrollbar {
- width: 6px;
- height: 6px;
- -webkit-transition: .3s background;
- transition: .3s background; }
- .theme-dark .navbar::-webkit-scrollbar-thumb {
- border-radius: 5px;
- background: #dee1e7; }
- .theme-dark .navbar::-webkit-scrollbar-corner {
- background: transparent; }
- .theme-dark .navbar:hover::-webkit-scrollbar-thumb {
- background: #cbcfd6;
- background: #cbcfd6; }
- .theme-dark .navbar .text-muted {
- color: rgba(255, 255, 255, 0.5184) !important; }
- .theme-dark .navbar .navbar-brand {
- color: #ffffff; }
- .theme-dark .navbar .navbar-brand:hover, .theme-dark .navbar .navbar-brand:focus {
- color: #ffffff;
- opacity: .8; }
- .theme-dark .navbar .navbar-nav .nav-link {
- color: rgba(255, 255, 255, 0.72); }
- .theme-dark .navbar .navbar-nav .nav-link:hover, .theme-dark .navbar .navbar-nav .nav-link:focus {
- color: #ffffff; }
- .theme-dark .navbar .navbar-nav .nav-link.disabled {
- color: rgba(255, 255, 255, 0.3); }
- .theme-dark .navbar .navbar-nav .show > .nav-link,
- .theme-dark .navbar .navbar-nav .active > .nav-link,
- .theme-dark .navbar .navbar-nav .nav-link.show,
- .theme-dark .navbar .navbar-nav .nav-link.active {
- color: #ffffff; }
- .theme-dark .navbar .navbar-toggler {
- color: #ffffff;
- border-color: transparent; }
- .theme-dark .navbar .navbar-text {
- color: rgba(255, 255, 255, 0.72); }
- .theme-dark .navbar .navbar-text a,
- .theme-dark .navbar .navbar-text a:hover,
- .theme-dark .navbar .navbar-text a:focus {
- color: rgba(255, 255, 255, 0.72); }
- .theme-dark .navbar::-webkit-scrollbar {
- width: 6px;
- height: 6px;
- -webkit-transition: .3s background;
- transition: .3s background; }
- .theme-dark .navbar::-webkit-scrollbar-thumb {
- border-radius: 5px;
- background: transparent; }
- .theme-dark .navbar::-webkit-scrollbar-corner {
- background: transparent; }
- .theme-dark .navbar:hover::-webkit-scrollbar-thumb {
- background: #cbcfd6;
- background: #5d6675; }
- .theme-dark .navbar .input-icon-addon {
- color: rgba(245, 247, 251, 0.64); }
- .theme-dark .navbar .form-control {
- border-color: transparent;
- background-color: rgba(0, 0, 0, 0.1); }
- .theme-dark .navbar .form-control::-webkit-input-placeholder {
- color: rgba(245, 247, 251, 0.64); }
- .theme-dark .navbar .form-control::-moz-placeholder {
- color: rgba(245, 247, 251, 0.64); }
- .theme-dark .navbar .form-control:-ms-input-placeholder {
- color: rgba(245, 247, 251, 0.64); }
- .theme-dark .navbar .form-control::-ms-input-placeholder {
- color: rgba(245, 247, 251, 0.64); }
- .theme-dark .navbar .form-control::placeholder {
- color: rgba(245, 247, 251, 0.64); } }
- @media not print and (prefers-color-scheme: dark) {
- .theme-dark-auto .navbar {
- background: #354052;
- color: rgba(255, 255, 255, 0.72); }
- .theme-dark-auto .navbar::-webkit-scrollbar {
- width: 6px;
- height: 6px;
- -webkit-transition: .3s background;
- transition: .3s background; }
- .theme-dark-auto .navbar::-webkit-scrollbar-thumb {
- border-radius: 5px;
- background: #dee1e7; }
- .theme-dark-auto .navbar::-webkit-scrollbar-corner {
- background: transparent; }
- .theme-dark-auto .navbar:hover::-webkit-scrollbar-thumb {
- background: #cbcfd6;
- background: #cbcfd6; }
- .theme-dark-auto .navbar .text-muted {
- color: rgba(255, 255, 255, 0.5184) !important; }
- .theme-dark-auto .navbar .navbar-brand {
- color: #ffffff; }
- .theme-dark-auto .navbar .navbar-brand:hover, .theme-dark-auto .navbar .navbar-brand:focus {
- color: #ffffff;
- opacity: .8; }
- .theme-dark-auto .navbar .navbar-nav .nav-link {
- color: rgba(255, 255, 255, 0.72); }
- .theme-dark-auto .navbar .navbar-nav .nav-link:hover, .theme-dark-auto .navbar .navbar-nav .nav-link:focus {
- color: #ffffff; }
- .theme-dark-auto .navbar .navbar-nav .nav-link.disabled {
- color: rgba(255, 255, 255, 0.3); }
- .theme-dark-auto .navbar .navbar-nav .show > .nav-link,
- .theme-dark-auto .navbar .navbar-nav .active > .nav-link,
- .theme-dark-auto .navbar .navbar-nav .nav-link.show,
- .theme-dark-auto .navbar .navbar-nav .nav-link.active {
- color: #ffffff; }
- .theme-dark-auto .navbar .navbar-toggler {
- color: #ffffff;
- border-color: transparent; }
- .theme-dark-auto .navbar .navbar-text {
- color: rgba(255, 255, 255, 0.72); }
- .theme-dark-auto .navbar .navbar-text a,
- .theme-dark-auto .navbar .navbar-text a:hover,
- .theme-dark-auto .navbar .navbar-text a:focus {
- color: rgba(255, 255, 255, 0.72); }
- .theme-dark-auto .navbar::-webkit-scrollbar {
- width: 6px;
- height: 6px;
- -webkit-transition: .3s background;
- transition: .3s background; }
- .theme-dark-auto .navbar::-webkit-scrollbar-thumb {
- border-radius: 5px;
- background: transparent; }
- .theme-dark-auto .navbar::-webkit-scrollbar-corner {
- background: transparent; }
- .theme-dark-auto .navbar:hover::-webkit-scrollbar-thumb {
- background: #cbcfd6;
- background: #5d6675; }
- .theme-dark-auto .navbar .input-icon-addon {
- color: rgba(245, 247, 251, 0.64); }
- .theme-dark-auto .navbar .form-control {
- border-color: transparent;
- background-color: rgba(0, 0, 0, 0.1); }
- .theme-dark-auto .navbar .form-control::-webkit-input-placeholder {
- color: rgba(245, 247, 251, 0.64); }
- .theme-dark-auto .navbar .form-control::-moz-placeholder {
- color: rgba(245, 247, 251, 0.64); }
- .theme-dark-auto .navbar .form-control:-ms-input-placeholder {
- color: rgba(245, 247, 251, 0.64); }
- .theme-dark-auto .navbar .form-control::-ms-input-placeholder {
- color: rgba(245, 247, 251, 0.64); }
- .theme-dark-auto .navbar .form-control::placeholder {
- color: rgba(245, 247, 251, 0.64); } }
- .navbar .dropdown-menu {
- position: absolute;
- z-index: 1030; }
- .navbar .navbar-nav {
- min-height: 3rem; }
- .navbar .navbar-nav .nav-link {
- position: relative;
- min-width: 2rem;
- min-height: 2rem;
- justify-content: center;
- border-radius: 3px; }
- .navbar .navbar-nav .nav-link .badge {
- position: absolute;
- top: .375rem;
- right: .375rem;
- transform: translate(50%, -50%); }
-
-.navbar-expand-sm .navbar-collapse {
- flex-direction: column; }
- .navbar-expand-sm .navbar-collapse [class*="container"] {
- flex-direction: column;
- align-items: stretch; }
- .navbar-expand-sm .navbar-collapse .navbar-nav {
- margin-left: -0.75rem;
- margin-right: -0.75rem; }
- .navbar-expand-sm .navbar-collapse .navbar-nav .nav-link {
- padding: 0.5rem 0.75rem;
- justify-content: flex-start; }
- .navbar-expand-sm .navbar-collapse .dropdown-menu {
- padding: 0;
- background: transparent;
- position: static;
- color: inherit;
- box-shadow: none;
- border: none;
- -moz-columns: 1;
- columns: 1;
- min-width: 0; }
- .navbar-expand-sm .navbar-collapse .dropdown-menu .dropdown-item {
- min-width: 0;
- display: flex;
- width: auto;
- padding-left: 2.25rem; }
- .navbar-expand-sm .navbar-collapse .dropdown-toggle:after {
- margin-left: auto; }
- .navbar-expand-sm .navbar-collapse .nav-item.active:after {
- border-bottom-width: 0;
- border-left-width: 2px;
- right: auto;
- top: 0;
- bottom: 0; }
-
-@media (min-width: 33rem) {
- .navbar-expand-sm .navbar-collapse {
- width: auto;
- flex: 1 1 auto; }
- .navbar-expand-sm.navbar-dark .nav-item.active .nav-link,
- .navbar-expand-sm .navbar-dark .nav-item.active .nav-link {
- background-color: rgba(0, 0, 0, 0.1); }
- .navbar-expand-sm.navbar-light .nav-item.active,
- .navbar-expand-sm .navbar-light .nav-item.active {
- position: relative; }
- .navbar-expand-sm.navbar-light .nav-item.active:after,
- .navbar-expand-sm .navbar-light .nav-item.active:after {
- content: '';
- position: absolute;
- left: 0;
- right: 0;
- bottom: -.25rem;
- border: 0 solid #206bc4;
- border-bottom-width: 2px; } }
-
-@media (max-width: 32.98rem) {
- .navbar-expand-md .navbar-collapse {
- flex-direction: column; }
- .navbar-expand-md .navbar-collapse [class*="container"] {
- flex-direction: column;
- align-items: stretch; }
- .navbar-expand-md .navbar-collapse .navbar-nav {
- margin-left: -0.75rem;
- margin-right: -0.75rem; }
- .navbar-expand-md .navbar-collapse .navbar-nav .nav-link {
- padding: 0.5rem 0.75rem;
- justify-content: flex-start; }
- .navbar-expand-md .navbar-collapse .dropdown-menu {
- padding: 0;
- background: transparent;
- position: static;
- color: inherit;
- box-shadow: none;
- border: none;
- -moz-columns: 1;
- columns: 1;
- min-width: 0; }
- .navbar-expand-md .navbar-collapse .dropdown-menu .dropdown-item {
- min-width: 0;
- display: flex;
- width: auto;
- padding-left: 2.25rem; }
- .navbar-expand-md .navbar-collapse .dropdown-toggle:after {
- margin-left: auto; }
- .navbar-expand-md .navbar-collapse .nav-item.active:after {
- border-bottom-width: 0;
- border-left-width: 2px;
- right: auto;
- top: 0;
- bottom: 0; } }
-
-@media (min-width: 48rem) {
- .navbar-expand-md .navbar-collapse {
- width: auto;
- flex: 1 1 auto; }
- .navbar-expand-md.navbar-dark .nav-item.active .nav-link,
- .navbar-expand-md .navbar-dark .nav-item.active .nav-link {
- background-color: rgba(0, 0, 0, 0.1); }
- .navbar-expand-md.navbar-light .nav-item.active,
- .navbar-expand-md .navbar-light .nav-item.active {
- position: relative; }
- .navbar-expand-md.navbar-light .nav-item.active:after,
- .navbar-expand-md .navbar-light .nav-item.active:after {
- content: '';
- position: absolute;
- left: 0;
- right: 0;
- bottom: -.25rem;
- border: 0 solid #206bc4;
- border-bottom-width: 2px; } }
-
-@media (max-width: 47.98rem) {
- .navbar-expand-lg .navbar-collapse {
- flex-direction: column; }
- .navbar-expand-lg .navbar-collapse [class*="container"] {
- flex-direction: column;
- align-items: stretch; }
- .navbar-expand-lg .navbar-collapse .navbar-nav {
- margin-left: -0.75rem;
- margin-right: -0.75rem; }
- .navbar-expand-lg .navbar-collapse .navbar-nav .nav-link {
- padding: 0.5rem 0.75rem;
- justify-content: flex-start; }
- .navbar-expand-lg .navbar-collapse .dropdown-menu {
- padding: 0;
- background: transparent;
- position: static;
- color: inherit;
- box-shadow: none;
- border: none;
- -moz-columns: 1;
- columns: 1;
- min-width: 0; }
- .navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item {
- min-width: 0;
- display: flex;
- width: auto;
- padding-left: 2.25rem; }
- .navbar-expand-lg .navbar-collapse .dropdown-toggle:after {
- margin-left: auto; }
- .navbar-expand-lg .navbar-collapse .nav-item.active:after {
- border-bottom-width: 0;
- border-left-width: 2px;
- right: auto;
- top: 0;
- bottom: 0; } }
-
-@media (min-width: 64rem) {
- .navbar-expand-lg .navbar-collapse {
- width: auto;
- flex: 1 1 auto; }
- .navbar-expand-lg.navbar-dark .nav-item.active .nav-link,
- .navbar-expand-lg .navbar-dark .nav-item.active .nav-link {
- background-color: rgba(0, 0, 0, 0.1); }
- .navbar-expand-lg.navbar-light .nav-item.active,
- .navbar-expand-lg .navbar-light .nav-item.active {
- position: relative; }
- .navbar-expand-lg.navbar-light .nav-item.active:after,
- .navbar-expand-lg .navbar-light .nav-item.active:after {
- content: '';
- position: absolute;
- left: 0;
- right: 0;
- bottom: -.25rem;
- border: 0 solid #206bc4;
- border-bottom-width: 2px; } }
-
-@media (max-width: 63.98rem) {
- .navbar-expand-xl .navbar-collapse {
- flex-direction: column; }
- .navbar-expand-xl .navbar-collapse [class*="container"] {
- flex-direction: column;
- align-items: stretch; }
- .navbar-expand-xl .navbar-collapse .navbar-nav {
- margin-left: -0.75rem;
- margin-right: -0.75rem; }
- .navbar-expand-xl .navbar-collapse .navbar-nav .nav-link {
- padding: 0.5rem 0.75rem;
- justify-content: flex-start; }
- .navbar-expand-xl .navbar-collapse .dropdown-menu {
- padding: 0;
- background: transparent;
- position: static;
- color: inherit;
- box-shadow: none;
- border: none;
- -moz-columns: 1;
- columns: 1;
- min-width: 0; }
- .navbar-expand-xl .navbar-collapse .dropdown-menu .dropdown-item {
- min-width: 0;
- display: flex;
- width: auto;
- padding-left: 2.25rem; }
- .navbar-expand-xl .navbar-collapse .dropdown-toggle:after {
- margin-left: auto; }
- .navbar-expand-xl .navbar-collapse .nav-item.active:after {
- border-bottom-width: 0;
- border-left-width: 2px;
- right: auto;
- top: 0;
- bottom: 0; } }
-
-@media (min-width: 75.25rem) {
- .navbar-expand-xl .navbar-collapse {
- width: auto;
- flex: 1 1 auto; }
- .navbar-expand-xl.navbar-dark .nav-item.active .nav-link,
- .navbar-expand-xl .navbar-dark .nav-item.active .nav-link {
- background-color: rgba(0, 0, 0, 0.1); }
- .navbar-expand-xl.navbar-light .nav-item.active,
- .navbar-expand-xl .navbar-light .nav-item.active {
- position: relative; }
- .navbar-expand-xl.navbar-light .nav-item.active:after,
- .navbar-expand-xl .navbar-light .nav-item.active:after {
- content: '';
- position: absolute;
- left: 0;
- right: 0;
- bottom: -.25rem;
- border: 0 solid #206bc4;
- border-bottom-width: 2px; } }
-
-@media (max-width: 75.23rem) {
- .navbar-expand .navbar-collapse {
- flex-direction: column; }
- .navbar-expand .navbar-collapse [class*="container"] {
- flex-direction: column;
- align-items: stretch; }
- .navbar-expand .navbar-collapse .navbar-nav {
- margin-left: -0.75rem;
- margin-right: -0.75rem; }
- .navbar-expand .navbar-collapse .navbar-nav .nav-link {
- padding: 0.5rem 0.75rem;
- justify-content: flex-start; }
- .navbar-expand .navbar-collapse .dropdown-menu {
- padding: 0;
- background: transparent;
- position: static;
- color: inherit;
- box-shadow: none;
- border: none;
- -moz-columns: 1;
- columns: 1;
- min-width: 0; }
- .navbar-expand .navbar-collapse .dropdown-menu .dropdown-item {
- min-width: 0;
- display: flex;
- width: auto;
- padding-left: 2.25rem; }
- .navbar-expand .navbar-collapse .dropdown-toggle:after {
- margin-left: auto; }
- .navbar-expand .navbar-collapse .nav-item.active:after {
- border-bottom-width: 0;
- border-left-width: 2px;
- right: auto;
- top: 0;
- bottom: 0; } }
-
-.navbar-expand .navbar-collapse {
- width: auto;
- flex: 1 1 auto; }
-
-.navbar-expand.navbar-dark .nav-item.active .nav-link,
-.navbar-expand .navbar-dark .nav-item.active .nav-link {
- background-color: rgba(0, 0, 0, 0.1); }
-
-.navbar-expand.navbar-light .nav-item.active,
-.navbar-expand .navbar-light .nav-item.active {
- position: relative; }
- .navbar-expand.navbar-light .nav-item.active:after,
- .navbar-expand .navbar-light .nav-item.active:after {
- content: '';
- position: absolute;
- left: 0;
- right: 0;
- bottom: -.25rem;
- border: 0 solid #206bc4;
- border-bottom-width: 2px; }
-
-/**
-Navbar brand
- */
-.navbar-brand {
- display: inline-flex;
- align-items: center;
- font-weight: 500; }
-
-.navbar-brand-image {
- display: block;
- height: 2rem; }
-
-/**
-Navbar toggler
- */
-.navbar-toggler {
- border: 0;
- width: 2rem;
- height: 2rem;
- position: relative;
- display: flex;
- align-items: center;
- justify-content: center; }
-
-.navbar-toggler-icon {
- height: 2px;
- width: 1.25em;
- background: currentColor;
- border-radius: 10px;
- transition: 0.2s 0.2s top, 0.2s 0.2s bottom, 0.2s transform, 0s 0.2s opacity;
- position: relative; }
- .navbar-toggler-icon:before, .navbar-toggler-icon:after {
- content: '';
- display: block;
- height: inherit;
- width: inherit;
- border-radius: inherit;
- background: inherit;
- position: absolute;
- left: 0;
- transition: inherit; }
- .navbar-toggler-icon:before {
- top: -.45em; }
- .navbar-toggler-icon:after {
- bottom: -.45em; }
- .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
- transform: rotate(45deg);
- transition: .3s top, .3s bottom, .3s .3s transform, 0s .3s opacity; }
- .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
- top: 0;
- transform: rotate(-90deg); }
- .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
- bottom: 0;
- opacity: 0; }
-
-/**
-Navbar light
- */
-.navbar-light {
- box-shadow: inset 0 -1px 0 0 rgba(95, 102, 110, 0.2);
- background-color: #ffffff; }
-
-/**
-Navbar dark
- */
-.navbar-dark {
- background: #354052;
- color: rgba(255, 255, 255, 0.72); }
- .navbar-dark::-webkit-scrollbar {
- width: 6px;
- height: 6px;
- -webkit-transition: .3s background;
- transition: .3s background; }
- .navbar-dark::-webkit-scrollbar-thumb {
- border-radius: 5px;
- background: #dee1e7; }
- .navbar-dark::-webkit-scrollbar-corner {
- background: transparent; }
- .navbar-dark:hover::-webkit-scrollbar-thumb {
- background: #cbcfd6;
- background: #cbcfd6; }
- .navbar-dark .text-muted {
- color: rgba(255, 255, 255, 0.5184) !important; }
- .navbar-dark .navbar-brand {
- color: #ffffff; }
- .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
- color: #ffffff;
- opacity: .8; }
- .navbar-dark .navbar-nav .nav-link {
- color: rgba(255, 255, 255, 0.72); }
- .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
- color: #ffffff; }
- .navbar-dark .navbar-nav .nav-link.disabled {
- color: rgba(255, 255, 255, 0.3); }
- .navbar-dark .navbar-nav .show > .nav-link,
- .navbar-dark .navbar-nav .active > .nav-link,
- .navbar-dark .navbar-nav .nav-link.show,
- .navbar-dark .navbar-nav .nav-link.active {
- color: #ffffff; }
- .navbar-dark .navbar-toggler {
- color: #ffffff;
- border-color: transparent; }
- .navbar-dark .navbar-text {
- color: rgba(255, 255, 255, 0.72); }
- .navbar-dark .navbar-text a,
- .navbar-dark .navbar-text a:hover,
- .navbar-dark .navbar-text a:focus {
- color: rgba(255, 255, 255, 0.72); }
- .navbar-dark::-webkit-scrollbar {
- width: 6px;
- height: 6px;
- -webkit-transition: .3s background;
- transition: .3s background; }
- .navbar-dark::-webkit-scrollbar-thumb {
- border-radius: 5px;
- background: transparent; }
- .navbar-dark::-webkit-scrollbar-corner {
- background: transparent; }
- .navbar-dark:hover::-webkit-scrollbar-thumb {
- background: #cbcfd6;
- background: #5d6675; }
- .navbar-dark .input-icon-addon {
- color: rgba(245, 247, 251, 0.64); }
- .navbar-dark .form-control {
- border-color: transparent;
- background-color: rgba(0, 0, 0, 0.1); }
- .navbar-dark .form-control::-webkit-input-placeholder {
- color: rgba(245, 247, 251, 0.64); }
- .navbar-dark .form-control::-moz-placeholder {
- color: rgba(245, 247, 251, 0.64); }
- .navbar-dark .form-control:-ms-input-placeholder {
- color: rgba(245, 247, 251, 0.64); }
- .navbar-dark .form-control::-ms-input-placeholder {
- color: rgba(245, 247, 251, 0.64); }
- .navbar-dark .form-control::placeholder {
- color: rgba(245, 247, 251, 0.64); }
-
-/**
-Navbar nav
- */
-.navbar-nav {
- align-items: stretch; }
- .navbar-nav .nav-item {
- display: flex;
- flex-direction: column;
- justify-content: center; }
-
-/**
-Navbar side
- */
-.navbar-side {
- margin: 0;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-around; }
-
-/**
-Navbar vertical
- */
-@media (min-width: 33rem) {
- .navbar-vertical.navbar-expand-sm {
- width: 15rem;
- position: fixed;
- top: 0;
- left: 0;
- bottom: 0;
- z-index: 1030;
- align-items: flex-start;
- transition: .3s transform;
- overflow-x: auto; }
- .navbar-vertical.navbar-expand-sm.navbar-right {
- left: auto;
- right: 0; }
- .navbar-vertical.navbar-expand-sm .navbar-brand {
- padding: 0.75rem 0;
- justify-content: center; }
- .navbar-vertical.navbar-expand-sm .navbar-collapse {
- align-items: stretch; }
- .navbar-vertical.navbar-expand-sm .navbar-nav {
- flex-direction: column;
- flex-grow: 1;
- min-height: auto; }
- .navbar-vertical.navbar-expand-sm .navbar-nav .nav-link {
- padding-top: .5rem;
- padding-bottom: .5rem; }
- .navbar-vertical.navbar-expand-sm > [class*="container"] {
- flex-direction: column;
- align-items: stretch;
- min-height: 100%;
- justify-content: flex-start; }
- .navbar-vertical.navbar-expand-sm ~ .page {
- padding-left: 15rem; }
- .navbar-vertical.navbar-expand-sm ~ .page [class*="container"] {
- padding-left: 1.5rem;
- padding-right: 1.5rem; }
- .navbar-vertical.navbar-expand-sm.navbar-right ~ .page {
- padding-left: 0;
- padding-right: 15rem; }
- .navbar-vertical.navbar-expand-sm .navbar-collapse {
- flex-direction: column; }
- .navbar-vertical.navbar-expand-sm .navbar-collapse [class*="container"] {
- flex-direction: column;
- align-items: stretch; }
- .navbar-vertical.navbar-expand-sm .navbar-collapse .navbar-nav {
- margin-left: -0.75rem;
- margin-right: -0.75rem; }
- .navbar-vertical.navbar-expand-sm .navbar-collapse .navbar-nav .nav-link {
- padding: 0.5rem 0.75rem;
- justify-content: flex-start; }
- .navbar-vertical.navbar-expand-sm .navbar-collapse .dropdown-menu {
- padding: 0;
- background: transparent;
- position: static;
- color: inherit;
- box-shadow: none;
- border: none;
- -moz-columns: 1;
- columns: 1;
- min-width: 0; }
- .navbar-vertical.navbar-expand-sm .navbar-collapse .dropdown-menu .dropdown-item {
- min-width: 0;
- display: flex;
- width: auto;
- padding-left: 2.25rem; }
- .navbar-vertical.navbar-expand-sm .navbar-collapse .dropdown-toggle:after {
- margin-left: auto; }
- .navbar-vertical.navbar-expand-sm .navbar-collapse .nav-item.active:after {
- border-bottom-width: 0;
- border-left-width: 2px;
- right: auto;
- top: 0;
- bottom: 0; } }
-
-@media (min-width: 48rem) {
- .navbar-vertical.navbar-expand-md {
- width: 15rem;
- position: fixed;
- top: 0;
- left: 0;
- bottom: 0;
- z-index: 1030;
- align-items: flex-start;
- transition: .3s transform;
- overflow-x: auto; }
- .navbar-vertical.navbar-expand-md.navbar-right {
- left: auto;
- right: 0; }
- .navbar-vertical.navbar-expand-md .navbar-brand {
- padding: 0.75rem 0;
- justify-content: center; }
- .navbar-vertical.navbar-expand-md .navbar-collapse {
- align-items: stretch; }
- .navbar-vertical.navbar-expand-md .navbar-nav {
- flex-direction: column;
- flex-grow: 1;
- min-height: auto; }
- .navbar-vertical.navbar-expand-md .navbar-nav .nav-link {
- padding-top: .5rem;
- padding-bottom: .5rem; }
- .navbar-vertical.navbar-expand-md > [class*="container"] {
- flex-direction: column;
- align-items: stretch;
- min-height: 100%;
- justify-content: flex-start; }
- .navbar-vertical.navbar-expand-md ~ .page {
- padding-left: 15rem; }
- .navbar-vertical.navbar-expand-md ~ .page [class*="container"] {
- padding-left: 1.5rem;
- padding-right: 1.5rem; }
- .navbar-vertical.navbar-expand-md.navbar-right ~ .page {
- padding-left: 0;
- padding-right: 15rem; }
- .navbar-vertical.navbar-expand-md .navbar-collapse {
- flex-direction: column; }
- .navbar-vertical.navbar-expand-md .navbar-collapse [class*="container"] {
- flex-direction: column;
- align-items: stretch; }
- .navbar-vertical.navbar-expand-md .navbar-collapse .navbar-nav {
- margin-left: -0.75rem;
- margin-right: -0.75rem; }
- .navbar-vertical.navbar-expand-md .navbar-collapse .navbar-nav .nav-link {
- padding: 0.5rem 0.75rem;
- justify-content: flex-start; }
- .navbar-vertical.navbar-expand-md .navbar-collapse .dropdown-menu {
- padding: 0;
- background: transparent;
- position: static;
- color: inherit;
- box-shadow: none;
- border: none;
- -moz-columns: 1;
- columns: 1;
- min-width: 0; }
- .navbar-vertical.navbar-expand-md .navbar-collapse .dropdown-menu .dropdown-item {
- min-width: 0;
- display: flex;
- width: auto;
- padding-left: 2.25rem; }
- .navbar-vertical.navbar-expand-md .navbar-collapse .dropdown-toggle:after {
- margin-left: auto; }
- .navbar-vertical.navbar-expand-md .navbar-collapse .nav-item.active:after {
- border-bottom-width: 0;
- border-left-width: 2px;
- right: auto;
- top: 0;
- bottom: 0; } }
-
-@media (min-width: 64rem) {
- .navbar-vertical.navbar-expand-lg {
- width: 15rem;
- position: fixed;
- top: 0;
- left: 0;
- bottom: 0;
- z-index: 1030;
- align-items: flex-start;
- transition: .3s transform;
- overflow-x: auto; }
- .navbar-vertical.navbar-expand-lg.navbar-right {
- left: auto;
- right: 0; }
- .navbar-vertical.navbar-expand-lg .navbar-brand {
- padding: 0.75rem 0;
- justify-content: center; }
- .navbar-vertical.navbar-expand-lg .navbar-collapse {
- align-items: stretch; }
- .navbar-vertical.navbar-expand-lg .navbar-nav {
- flex-direction: column;
- flex-grow: 1;
- min-height: auto; }
- .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link {
- padding-top: .5rem;
- padding-bottom: .5rem; }
- .navbar-vertical.navbar-expand-lg > [class*="container"] {
- flex-direction: column;
- align-items: stretch;
- min-height: 100%;
- justify-content: flex-start; }
- .navbar-vertical.navbar-expand-lg ~ .page {
- padding-left: 15rem; }
- .navbar-vertical.navbar-expand-lg ~ .page [class*="container"] {
- padding-left: 1.5rem;
- padding-right: 1.5rem; }
- .navbar-vertical.navbar-expand-lg.navbar-right ~ .page {
- padding-left: 0;
- padding-right: 15rem; }
- .navbar-vertical.navbar-expand-lg .navbar-collapse {
- flex-direction: column; }
- .navbar-vertical.navbar-expand-lg .navbar-collapse [class*="container"] {
- flex-direction: column;
- align-items: stretch; }
- .navbar-vertical.navbar-expand-lg .navbar-collapse .navbar-nav {
- margin-left: -0.75rem;
- margin-right: -0.75rem; }
- .navbar-vertical.navbar-expand-lg .navbar-collapse .navbar-nav .nav-link {
- padding: 0.5rem 0.75rem;
- justify-content: flex-start; }
- .navbar-vertical.navbar-expand-lg .navbar-collapse .dropdown-menu {
- padding: 0;
- background: transparent;
- position: static;
- color: inherit;
- box-shadow: none;
- border: none;
- -moz-columns: 1;
- columns: 1;
- min-width: 0; }
- .navbar-vertical.navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item {
- min-width: 0;
- display: flex;
- width: auto;
- padding-left: 2.25rem; }
- .navbar-vertical.navbar-expand-lg .navbar-collapse .dropdown-toggle:after {
- margin-left: auto; }
- .navbar-vertical.navbar-expand-lg .navbar-collapse .nav-item.active:after {
- border-bottom-width: 0;
- border-left-width: 2px;
- right: auto;
- top: 0;
- bottom: 0; } }
-
-@media (min-width: 75.25rem) {
- .navbar-vertical.navbar-expand-xl {
- width: 15rem;
- position: fixed;
- top: 0;
- left: 0;
- bottom: 0;
- z-index: 1030;
- align-items: flex-start;
- transition: .3s transform;
- overflow-x: auto; }
- .navbar-vertical.navbar-expand-xl.navbar-right {
- left: auto;
- right: 0; }
- .navbar-vertical.navbar-expand-xl .navbar-brand {
- padding: 0.75rem 0;
- justify-content: center; }
- .navbar-vertical.navbar-expand-xl .navbar-collapse {
- align-items: stretch; }
- .navbar-vertical.navbar-expand-xl .navbar-nav {
- flex-direction: column;
- flex-grow: 1;
- min-height: auto; }
- .navbar-vertical.navbar-expand-xl .navbar-nav .nav-link {
- padding-top: .5rem;
- padding-bottom: .5rem; }
- .navbar-vertical.navbar-expand-xl > [class*="container"] {
- flex-direction: column;
- align-items: stretch;
- min-height: 100%;
- justify-content: flex-start; }
- .navbar-vertical.navbar-expand-xl ~ .page {
- padding-left: 15rem; }
- .navbar-vertical.navbar-expand-xl ~ .page [class*="container"] {
- padding-left: 1.5rem;
- padding-right: 1.5rem; }
- .navbar-vertical.navbar-expand-xl.navbar-right ~ .page {
- padding-left: 0;
- padding-right: 15rem; }
- .navbar-vertical.navbar-expand-xl .navbar-collapse {
- flex-direction: column; }
- .navbar-vertical.navbar-expand-xl .navbar-collapse [class*="container"] {
- flex-direction: column;
- align-items: stretch; }
- .navbar-vertical.navbar-expand-xl .navbar-collapse .navbar-nav {
- margin-left: -0.75rem;
- margin-right: -0.75rem; }
- .navbar-vertical.navbar-expand-xl .navbar-collapse .navbar-nav .nav-link {
- padding: 0.5rem 0.75rem;
- justify-content: flex-start; }
- .navbar-vertical.navbar-expand-xl .navbar-collapse .dropdown-menu {
- padding: 0;
- background: transparent;
- position: static;
- color: inherit;
- box-shadow: none;
- border: none;
- -moz-columns: 1;
- columns: 1;
- min-width: 0; }
- .navbar-vertical.navbar-expand-xl .navbar-collapse .dropdown-menu .dropdown-item {
- min-width: 0;
- display: flex;
- width: auto;
- padding-left: 2.25rem; }
- .navbar-vertical.navbar-expand-xl .navbar-collapse .dropdown-toggle:after {
- margin-left: auto; }
- .navbar-vertical.navbar-expand-xl .navbar-collapse .nav-item.active:after {
- border-bottom-width: 0;
- border-left-width: 2px;
- right: auto;
- top: 0;
- bottom: 0; } }
-
-.navbar-vertical.navbar-expand {
- width: 15rem;
- position: fixed;
- top: 0;
- left: 0;
- bottom: 0;
- z-index: 1030;
- align-items: flex-start;
- transition: .3s transform;
- overflow-x: auto; }
- .navbar-vertical.navbar-expand.navbar-right {
- left: auto;
- right: 0; }
- .navbar-vertical.navbar-expand .navbar-brand {
- padding: 0.75rem 0;
- justify-content: center; }
- .navbar-vertical.navbar-expand .navbar-collapse {
- align-items: stretch; }
- .navbar-vertical.navbar-expand .navbar-nav {
- flex-direction: column;
- flex-grow: 1;
- min-height: auto; }
- .navbar-vertical.navbar-expand .navbar-nav .nav-link {
- padding-top: .5rem;
- padding-bottom: .5rem; }
- .navbar-vertical.navbar-expand > [class*="container"] {
- flex-direction: column;
- align-items: stretch;
- min-height: 100%;
- justify-content: flex-start; }
- .navbar-vertical.navbar-expand ~ .page {
- padding-left: 15rem; }
- .navbar-vertical.navbar-expand ~ .page [class*="container"] {
- padding-left: 1.5rem;
- padding-right: 1.5rem; }
- .navbar-vertical.navbar-expand.navbar-right ~ .page {
- padding-left: 0;
- padding-right: 15rem; }
- .navbar-vertical.navbar-expand .navbar-collapse {
- flex-direction: column; }
- .navbar-vertical.navbar-expand .navbar-collapse [class*="container"] {
- flex-direction: column;
- align-items: stretch; }
- .navbar-vertical.navbar-expand .navbar-collapse .navbar-nav {
- margin-left: -0.75rem;
- margin-right: -0.75rem; }
- .navbar-vertical.navbar-expand .navbar-collapse .navbar-nav .nav-link {
- padding: 0.5rem 0.75rem;
- justify-content: flex-start; }
- .navbar-vertical.navbar-expand .navbar-collapse .dropdown-menu {
- padding: 0;
- background: transparent;
- position: static;
- color: inherit;
- box-shadow: none;
- border: none;
- -moz-columns: 1;
- columns: 1;
- min-width: 0; }
- .navbar-vertical.navbar-expand .navbar-collapse .dropdown-menu .dropdown-item {
- min-width: 0;
- display: flex;
- width: auto;
- padding-left: 2.25rem; }
- .navbar-vertical.navbar-expand .navbar-collapse .dropdown-toggle:after {
- margin-left: auto; }
- .navbar-vertical.navbar-expand .navbar-collapse .nav-item.active:after {
- border-bottom-width: 0;
- border-left-width: 2px;
- right: auto;
- top: 0;
- bottom: 0; }
-
-.navbar-overlap:after {
- content: '';
- height: 9rem;
- position: absolute;
- top: 100%;
- left: 0;
- right: 0;
- background: inherit;
- z-index: -1;
- box-shadow: inherit; }
-
-.page {
- display: flex;
- flex-direction: column;
- position: relative;
- min-height: 100vh; }
-
-.content {
- padding-top: 1.25rem;
- padding-bottom: 1.25rem;
- flex: 1;
- display: flex;
- flex-direction: column; }
- .content > [class*="container"] {
- flex: 1; }
- @media print {
- .content {
- margin: 0 !important; } }
-
-.page-header {
- display: flex;
- align-items: center;
- min-height: 2.25rem;
- margin: 0 0 1rem; }
- .page-header > * {
- flex: 1; }
-
-.page-pretitle {
- font-size: 0.625rem;
- font-weight: 500;
- text-transform: uppercase;
- letter-spacing: .04em;
- line-height: 1.6;
- color: #5f666e; }
-
-.page-title {
- margin: 0;
- font-size: 1.25rem;
- font-weight: 400;
- color: inherit; }
-
-.footer {
- border-top: 1px solid rgba(95, 102, 110, 0.2);
- background-color: #ffffff;
- padding: 1rem 0;
- color: #5f666e;
- margin-bottom: -1.25rem;
- margin-top: 1.25rem; }
-
-.footer-transparent {
- margin-top: 0;
- background-color: transparent;
- border-top: 0; }
-
-.alert-avatar {
- padding-left: 3.75rem; }
- .alert-avatar .avatar {
- position: absolute;
- top: .5rem;
- left: .75rem; }
-
-.alert a {
- display: inline-block;
- height: 100%;
- vertical-align: middle; }
- .alert a .icon {
- height: 100%; }
-
-.avatar {
- position: relative;
- width: 2rem;
- height: 2rem;
- font-size: 0.75rem;
- display: inline-flex;
- align-items: center;
- justify-content: center;
- font-weight: 400;
- color: #5f666e;
- text-align: center;
- text-transform: uppercase;
- vertical-align: bottom;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- background: #f1f3f8 no-repeat center/cover;
- border-radius: 50%; }
- .avatar .icon {
- font-size: 1.25em; }
- .avatar .badge {
- position: absolute;
- right: 0;
- bottom: 0;
- border-radius: 50%;
- box-shadow: 0 0 0 2px #fff; }
- a.avatar {
- cursor: pointer; }
-
-.avatar-sm {
- width: 1.25rem;
- height: 1.25rem;
- font-size: 0.625rem;
- line-height: 1.25rem; }
-
-.avatar-md {
- width: 2.5rem;
- height: 2.5rem;
- font-size: 1.25rem;
- line-height: 2.5rem; }
-
-.avatar-lg {
- width: 4.5rem;
- height: 4.5rem;
- font-size: 2.25rem;
- line-height: 4.5rem; }
-
-.avatar-xl {
- width: 6rem;
- height: 6rem;
- font-size: 3rem;
- line-height: 6rem; }
-
-.avatar-list {
- display: inline-flex;
- padding: 0;
- margin: 0 0 -.5rem; }
- .avatar-list .avatar {
- margin-bottom: .5rem; }
- .avatar-list .avatar:not(:last-child) {
- margin-right: .5rem; }
- .avatar-list a.avatar:hover {
- z-index: 1; }
-
-.avatar-list-stacked .avatar {
- margin-right: -.5rem !important;
- box-shadow: 0 0 0 2px #fff; }
- .card-footer .avatar-list-stacked .avatar {
- box-shadow: 0 0 0 2px rgba(53, 64, 82, 0.024); }
-
-.avatar-upload {
- width: 4rem;
- height: 4rem;
- border: 1px dashed rgba(95, 102, 110, 0.2);
- background: #ffffff;
- flex-direction: column;
- transition: .3s color, .3s background-color; }
- .avatar-upload svg {
- width: 1.5rem;
- height: 1.5rem;
- stroke-width: 1; }
- .avatar-upload:hover {
- border-color: #206bc4;
- color: #206bc4;
- text-decoration: none; }
-
-.avatar-upload-text {
- font-size: 0.625rem;
- line-height: 1;
- margin-top: .25rem; }
-
-.badge {
- display: inline-flex;
- justify-content: center;
- background: #cbcfd6;
- overflow: hidden;
- vertical-align: text-bottom;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none; }
- a.badge {
- color: #ffffff; }
- .badge:empty {
- display: inline-block;
- width: 0.5rem;
- height: 0.5rem;
- min-width: 0;
- min-height: auto;
- padding: 0;
- border-radius: 50%; }
-
-.badge-up {
- position: absolute;
- top: 25%;
- right: 0;
- min-width: 1.75em;
- min-height: 1.75em;
- padding: 0 .25rem;
- line-height: 1rem;
- background-clip: padding-box;
- transform: translate(0%, -50%); }
-
-.badge-outline {
- background-color: transparent;
- border: 1px solid currentColor; }
-
-.badge-pill {
- border-radius: 100px;
- min-width: 1.75em; }
-
-.badge-avatar {
- box-sizing: content-box;
- width: 1.75em;
- margin: 0 .5em 0 -.5em;
- color: rgba(245, 247, 251, 0.24);
- background: rgba(53, 64, 82, 0.24) no-repeat center/cover;
- vertical-align: text-bottom; }
-
-.badge-addon {
- padding: 0 .5rem;
- margin: 0 -.5em 0 .5em;
- min-width: 1.75em;
- background: rgba(53, 64, 82, 0.24);
- text-align: center;
- color: #ffffff;
- text-decoration: none; }
-
-.breadcrumb {
- padding: 0;
- margin: 0;
- background: transparent; }
-
-.breadcrumb-item.active a {
- color: inherit;
- pointer-events: none; }
-
-.breadcrumb-dots .breadcrumb-item + .breadcrumb-item:before {
- content: "·"; }
-
-.breadcrumb-arrows .breadcrumb-item + .breadcrumb-item:before {
- content: "›"; }
-
-.breadcrumb-bullets .breadcrumb-item + .breadcrumb-item:before {
- content: "•"; }
-
-.breadcrumb-alternate a {
- color: #5f666e; }
-
-.breadcrumb-alternate .breadcrumb-item.active {
- color: inherit; }
-
-.btn {
- font-weight: 500;
- display: inline-flex;
- align-items: center;
- justify-content: center; }
- .btn:not([class^="btn-outline"]):not([class*=" btn-outline"]):not([class^="btn-ghost"]):not([class*=" btn-ghost"]):not(:focus):not(.focus) {
- box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05), inset 0 2px 0 -1px rgba(255, 255, 255, 0.1); }
- .btn:not([class^="btn-outline"]):not([class*=" btn-outline"]):not([class^="btn-ghost"]):not([class*=" btn-ghost"]) svg.icon {
- filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.05)); }
- .btn:disabled, .btn.disabled {
- cursor: not-allowed; }
- .btn .icon {
- margin: 0 .25em 0 -.25em;
- font-size: 1.4285714em;
- vertical-align: sub; }
- .btn .avatar {
- width: 1.25rem;
- height: 1.25rem;
- vertical-align: text-top;
- margin: 0 .5em 0 -.25em; }
- .btn .icon-right {
- margin: 0 -.25em 0 .5em; }
- .btn svg.icon {
- width: 1em;
- height: 1em;
- stroke-width: 1.75; }
-
-.btn-white {
- color: #354052;
- background-color: #ffffff;
- border-color: rgba(95, 102, 110, 0.2);
- background-image: linear-gradient(-180deg, rgba(53, 64, 82, 0), rgba(53, 64, 82, 0.04) 100%);
- box-shadow: none !important; }
- .btn-white:hover {
- color: #000000;
- background-color: white;
- border-color: rgba(107, 115, 124, 0.2); }
- .btn-check:focus + .btn-white, .btn-white:focus {
- color: #000000;
- background-color: white;
- border-color: rgba(107, 115, 124, 0.2);
- box-shadow: 0 0 0 0.25rem rgba(69, 79, 93, 0.5); }
- .btn-check:checked + .btn-white,
- .btn-check:active + .btn-white, .btn-white:active, .btn-white.active,
- .show > .btn-white.dropdown-toggle {
- color: #000000;
- background-color: white;
- border-color: rgba(107, 115, 124, 0.2); }
- .btn-check:checked + .btn-white:focus,
- .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus,
- .show > .btn-white.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(69, 79, 93, 0.5); }
- .btn-white:disabled, .btn-white.disabled {
- color: #000000;
- background-color: #ffffff;
- border-color: rgba(95, 102, 110, 0.2); }
- .btn-white.active {
- background: #206bc4;
- color: #ffffff;
- z-index: 3 !important; }
-
-.btn-lg svg.icon, .btn-group-lg > .btn svg.icon {
- stroke-width: 2; }
-
-.btn-pill {
- padding-right: 1.5em;
- padding-left: 1.5em;
- border-radius: 10rem; }
- .btn-pill[class*="btn-icon"] {
- padding: 0.375rem 15px; }
-
-.btn-icon {
- min-width: calc(2.125rem + 2px); }
- .btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
- min-width: calc(1.3214286rem + 2px); }
- .btn-icon .icon {
- margin: 0 -1em; }
-
-.btn-link {
- box-shadow: none !important; }
-
-.btn-square {
- border-radius: 0; }
-
-.btn-list {
- display: flex;
- flex-wrap: wrap;
- margin-bottom: -.5rem !important;
- margin-right: -.5rem; }
- .btn-list > .btn,
- .btn-list > .dropdown {
- margin: 0 .5rem .5rem 0; }
- .btn-list > .btn-block {
- flex: 1;
- white-space: nowrap; }
-
-.btn-options {
- display: flex;
- align-items: center;
- padding: 0;
- color: #5f666e;
- cursor: pointer;
- background: none;
- border: none; }
- .btn-options:focus {
- outline: 0; }
- .btn-options .icon {
- width: 1rem;
- height: 1rem; }
-
-.btn-floating {
- position: fixed;
- z-index: 1030;
- bottom: 1.5rem;
- right: 1.5rem;
- border-radius: 50%; }
-
-.btn-loading {
- position: relative;
- color: transparent !important;
- text-shadow: none !important;
- pointer-events: none; }
- .btn-loading:after {
- content: '';
- display: inline-block;
- vertical-align: text-bottom;
- border: 1px solid currentColor;
- border-right-color: transparent;
- border-radius: 50%;
- color: #ffffff;
- position: absolute;
- width: 1rem;
- height: 1rem;
- left: calc(50% - .5rem);
- top: calc(50% - .5rem);
- -webkit-animation: spinner-border .75s linear infinite;
- animation: spinner-border .75s linear infinite; }
-
-.calendar {
- display: block;
- font-size: 0.765625rem;
- border: 1px solid rgba(95, 102, 110, 0.2);
- border-radius: 3px; }
-
-.calendar-nav {
- display: flex;
- align-items: center; }
-
-.calendar-title {
- flex: 1;
- text-align: center; }
-
-.calendar-body,
-.calendar-header {
- display: flex;
- flex-wrap: wrap;
- justify-content: flex-start;
- padding: .5rem 0; }
-
-.calendar-header {
- color: #5f666e; }
-
-.calendar-date {
- flex: 0 0 14.2857143%;
- max-width: 14.2857143%;
- padding: .2rem;
- text-align: center;
- border: 0; }
- .calendar-date.prev-month, .calendar-date.next-month {
- opacity: .25; }
- .calendar-date .date-item {
- position: relative;
- display: inline-block;
- width: 1.4rem;
- height: 1.4rem;
- line-height: 1.4rem;
- color: #66758c;
- text-align: center;
- text-decoration: none;
- white-space: nowrap;
- vertical-align: middle;
- cursor: pointer;
- background: 0 0;
- border: 1px solid transparent;
- border-radius: 50%;
- outline: 0;
- transition: background .3s, border .3s, box-shadow .32s, color .3s; }
- .calendar-date .date-item:hover {
- color: #206bc4;
- text-decoration: none;
- background: #fefeff;
- border-color: rgba(95, 102, 110, 0.2); }
- .calendar-date .date-today {
- color: #206bc4;
- border-color: rgba(95, 102, 110, 0.2); }
-
-.calendar-range {
- position: relative; }
- .calendar-range:before {
- position: absolute;
- top: 50%;
- right: 0;
- left: 0;
- height: 1.4rem;
- content: "";
- background: rgba(32, 107, 196, 0.1);
- transform: translateY(-50%); }
- .calendar-range.range-start .date-item, .calendar-range.range-end .date-item {
- color: #fff;
- background: #206bc4;
- border-color: #206bc4; }
- .calendar-range.range-start:before {
- left: 50%; }
- .calendar-range.range-end:before {
- right: 50%; }
-
-.card {
- margin-bottom: 1.25rem;
- box-shadow: rgba(53, 64, 82, 0.04) 0 2px 4px 0; }
- @media (max-width: 63.98rem) {
- .card {
- margin-bottom: 0.75rem; } }
- @media print {
- .card {
- border: none;
- box-shadow: none; } }
- a.card {
- color: inherit;
- transition: .3s box-shadow; }
- a.card:hover {
- text-decoration: none;
- box-shadow: rgba(53, 64, 82, 0.16) 0 2px 16px 0; }
-
-.card-group {
- margin-bottom: 1.5rem; }
-
-.card-inactive {
- pointer-events: none;
- box-shadow: none; }
- .card-inactive .card-body {
- opacity: .64; }
-
-.card-active {
- position: relative;
- background-color: rgba(32, 107, 196, 0.03); }
- .card-active:before {
- position: absolute;
- top: -1px;
- right: -1px;
- bottom: -1px;
- left: -1px;
- content: "";
- border: 1px solid #206bc4;
- border-radius: inherit; }
-
-.card-link {
- color: inherit; }
- .card-link:hover {
- color: inherit;
- text-decoration: none;
- box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08); }
-
-.card-btn {
- padding: 1rem 1rem;
- text-align: center;
- background: rgba(32, 107, 196, 0.02);
- transition: .3s background; }
- .card-btn:hover {
- text-decoration: none;
- background: rgba(32, 107, 196, 0.06); }
-
-.card-stacked {
- position: relative; }
- .card-stacked:after {
- position: absolute;
- top: -5px;
- right: 5px;
- left: 5px;
- height: 5px;
- content: "";
- background: #ffffff;
- border: 1px solid rgba(95, 102, 110, 0.2);
- border-radius: 3px 3px 0 0; }
-
-.card-cover {
- position: relative;
- padding: 1rem 1rem;
- background: #666666 no-repeat center/cover; }
- .card-cover:before {
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- content: "";
- background: rgba(53, 64, 82, 0.24); }
- .card-cover:first-child, .card-cover:first-child:before {
- border-radius: 3px 3px 0 0; }
-
-.card-cover-blurred:before {
- -webkit-backdrop-filter: blur(2px);
- backdrop-filter: blur(2px); }
-
-.card-actions {
- margin-left: auto;
- font-size: 0.75rem; }
- .card-actions a {
- text-decoration: none; }
-
-.card-header {
- display: flex;
- align-items: center;
- background: transparent; }
-
-.card-header-tabs {
- flex: 1;
- margin: -1rem -1rem; }
-
-.card-header-pills {
- flex: 1; }
-
-.card-footer {
- color: #5f666e; }
-
-.card-progress {
- height: .25rem; }
- .card-progress:last-child {
- border-radius: 0 0 2px 2px; }
- .card-progress:first-child {
- border-radius: 2px 2px 0 0; }
-
-.card-meta {
- color: #5f666e; }
-
-.card-title {
- display: block;
- margin: 0 0 1rem;
- font-size: 1rem;
- font-weight: 500;
- line-height: 1.5rem; }
- a.card-title:hover {
- color: inherit; }
- .card-header .card-title {
- margin: .125rem 0; }
-
-.card-subtitle {
- margin-top: -1rem;
- margin-bottom: 1rem;
- font-size: 0.75rem;
- color: #5f666e; }
-
-.card-body > :last-child {
- margin-bottom: 0; }
-
-.card-sm > .card-body {
- padding: .75rem; }
-
-@media (min-width: 48rem) {
- .card-md > .card-body {
- padding: 1.5rem; } }
-
-@media (min-width: 48rem) {
- .card-lg > .card-body {
- padding: 2rem; } }
-
-@media (min-width: 64rem) {
- .card-lg > .card-body {
- padding: 4rem; } }
-
-@media print {
- .card-body {
- padding: 0; } }
-
-.card-body + .card-body {
- border-top: 1px solid rgba(95, 102, 110, 0.2); }
-
-.card-body-scrollable {
- overflow: auto; }
-
-/**
-Card optinos
- */
-.card-options {
- top: 1.5rem;
- right: .75rem;
- display: flex;
- margin-left: auto; }
-
-.card-options-link {
- display: inline-block;
- min-width: 1rem;
- margin-left: .25rem;
- color: #5f666e; }
-
-.card-drop {
- line-height: 1;
- color: #5f666e; }
- .card-drop .icon {
- width: 1.5rem;
- height: 1.5rem;
- stroke-width: 1; }
-
-/**
-Card status
- */
-.card-status-top {
- position: absolute;
- top: 0;
- right: 0;
- left: 0;
- height: 2px;
- border-radius: 3px 3px 0 0; }
-
-.card-status-left {
- position: absolute;
- right: auto;
- bottom: 0;
- width: 2px;
- height: 100%;
- border-radius: 3px 0 0 3px; }
-
-.card-status-bottom {
- position: absolute;
- top: initial;
- bottom: 0;
- width: 100%;
- height: 2px;
- border-radius: 0 0 3px 3px; }
-
-/**
-Card table
- */
-.card-table {
- margin-bottom: 0; }
- .card-table tr td:first-child,
- .card-table tr th:first-child {
- padding-left: 1rem; }
- .card-table tr td:last-child,
- .card-table tr th:last-child {
- padding-right: 1rem; }
- .card-table thead tr:first-child td,
- .card-table thead tr:first-child th {
- border-top: 0; }
- .card-table tbody tr:last-child td,
- .card-table tbody tr:last-child th {
- border-bottom: 0; }
- .card-body + .card-table {
- border-top: 1px solid rgba(95, 102, 110, 0.2); }
-
-/*
-Card code
- */
-.card-code {
- padding: 0; }
- .card-code .highlight {
- margin: 0;
- border: 0; }
- .card-code pre {
- margin: 0;
- color: #ffffff;
- text-shadow: none;
- background: transparent; }
-
-/*
-Card chart
- */
-.card-chart {
- position: relative;
- z-index: 1;
- height: 3.5rem; }
-
-/**
-Card avatar
- */
-.card-avatar {
- box-shadow: 0 0 0 0.5rem #ffffff; }
-
-/*
-Card list group
- */
-.card-body + .card-list-group {
- border-top: 1px solid rgba(95, 102, 110, 0.2); }
-
-.card-list-group .list-group-item {
- padding-right: 1rem;
- padding-left: 1rem;
- border-right: 0;
- border-left: 0;
- border-radius: 0; }
- .card-list-group .list-group-item:last-child {
- border-bottom: 0; }
- .card-list-group .list-group-item:first-child {
- border-top: 0; }
-
-/**
-Card tabs
- */
-.card-tabs {
- margin-bottom: 1.5rem; }
- .card-tabs .nav-tabs {
- position: relative;
- z-index: 1000;
- border-bottom: 0; }
- .card-tabs .nav-tabs .nav-link {
- background: rgba(53, 64, 82, 0.024);
- border: 1px solid rgba(95, 102, 110, 0.2);
- border-bottom: 0; }
- .card-tabs .nav-tabs .nav-link.active, .card-tabs .nav-tabs .nav-link:active, .card-tabs .nav-tabs .nav-link:hover {
- border-color: rgba(95, 102, 110, 0.2); }
- .card-tabs .nav-tabs .nav-link.active {
- background: #ffffff; }
- .card-tabs .nav-tabs .nav-item:not(:first-child) .nav-link {
- border-top-left-radius: 0; }
- .card-tabs .nav-tabs .nav-item:not(:last-child) .nav-link {
- border-top-right-radius: 0; }
- .card-tabs .nav-tabs .nav-item + .nav-item {
- margin-left: -1px; }
- .card-tabs .nav-tabs-bottom {
- margin-bottom: 0; }
- .card-tabs .nav-tabs-bottom .nav-item {
- margin-top: -1px;
- margin-bottom: 0; }
- .card-tabs .nav-tabs-bottom .nav-item .nav-link {
- border-top-width: 0;
- border-bottom: 1px solid rgba(95, 102, 110, 0.2);
- border-top-left-radius: 0;
- border-top-right-radius: 0; }
- .card-tabs .card {
- margin: 0;
- border-top-left-radius: 0; }
-
-.close:focus {
- outline: none;
- color: #354052; }
-
-.dropdown-menu {
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- margin: 0; }
- .dropdown-menu.card {
- padding: 0;
- min-width: 25rem;
- display: none; }
- .dropdown-menu.card.show {
- display: flex; }
-
-.dropdown-item {
- min-width: 14rem;
- color: inherit;
- display: flex;
- align-items: center;
- margin: 0;
- line-height: 1.7142857; }
-
-.dropdown-item-icon {
- width: 1rem !important;
- font-size: 1rem !important;
- margin-right: .5rem;
- opacity: .64;
- text-align: center;
- stroke-width: 2px; }
-
-.dropdown-header {
- font-size: 0.625rem;
- font-weight: 500;
- text-transform: uppercase;
- letter-spacing: .04em;
- line-height: 1.6;
- color: #5f666e;
- padding-bottom: .25rem;
- pointer-events: none; }
-
-.dropdown-menu-scrollable {
- height: auto;
- max-height: 12rem;
- overflow-x: hidden; }
-
-.dropdown-menu-columns {
- -moz-columns: 2;
- columns: 2;
- -moz-column-gap: 0;
- column-gap: 0; }
- .dropdown-menu-columns .dropdown-item {
- display: inline-flex;
- min-width: 10rem; }
-
-.dropdown-menu-columns-2 {
- -moz-columns: 2;
- columns: 2; }
-
-.dropdown-menu-columns-3 {
- -moz-columns: 3;
- columns: 3; }
-
-.dropdown-menu-columns-4 {
- -moz-columns: 4;
- columns: 4; }
-
-.dropdown-menu-arrow {
- margin-top: .5rem; }
- .dropdown-menu-arrow:before {
- content: "";
- position: absolute;
- top: -4px;
- left: 12px;
- display: block;
- background: inherit;
- width: 14px;
- height: 14px;
- transform: rotate(45deg);
- transform-origin: center;
- border: 1px solid;
- border-color: inherit;
- z-index: -1;
- clip: rect(0px, 9px, 9px, 0px); }
- .dropdown-menu-arrow.dropdown-menu-right:before {
- right: 12px;
- left: auto; }
-
-.dropright > .dropdown-menu {
- margin-top: calc(-0.5rem - 1px);
- margin-left: 0; }
-
-.dropright .dropdown-toggle:after {
- margin-left: auto; }
-
-.dropdown-menu-card {
- padding: 0; }
- .dropdown-menu-card > .card {
- margin: 0;
- border: 0;
- box-shadow: none; }
-
-.empty {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- height: 100%;
- padding: 1rem;
- text-align: center; }
- @media (min-width: 48rem) {
- .empty {
- padding: 3rem; } }
- .empty .empty-icon {
- margin: 0 0 1rem;
- font-size: 2rem;
- font-weight: 400;
- line-height: 1; }
- .empty .empty-title,
- .empty .empty-subtitle {
- margin: 0 0 .5rem; }
- .empty .empty-action {
- margin-top: 1.5rem; }
-
-.empty-bordered {
- border: 1px solid rgba(95, 102, 110, 0.2);
- border-radius: 3px; }
-
-.col-separator {
- border-left: 1px solid rgba(95, 102, 110, 0.2); }
-
-.container-tight {
- --bs-gutter-x: 0.75rem;
- width: 100%;
- padding-right: calc(var(--bs-gutter-x) / 2);
- padding-left: calc(var(--bs-gutter-x) / 2);
- margin-right: auto;
- margin-left: auto;
- max-width: 35rem; }
-
-.container-narrow {
- --bs-gutter-x: 0.75rem;
- width: 100%;
- padding-right: calc(var(--bs-gutter-x) / 2);
- padding-left: calc(var(--bs-gutter-x) / 2);
- margin-right: auto;
- margin-left: auto;
- max-width: 45rem; }
-
-.row-0 {
- margin-right: 0;
- margin-left: 0; }
- .row-0 > .col,
- .row-0 > [class*="col-"] {
- padding-right: 0;
- padding-left: 0; }
- .row-0 .card {
- margin-bottom: 0; }
-
-.row-sm {
- margin-right: -0.375rem;
- margin-left: -0.375rem; }
- .row-sm > .col,
- .row-sm > [class*="col-"] {
- padding-right: 0.375rem;
- padding-left: 0.375rem; }
- .row-sm .card {
- margin-bottom: 0.75rem; }
-
-.row-md {
- margin-right: -1.5rem;
- margin-left: -1.5rem; }
- .row-md > .col,
- .row-md > [class*="col-"] {
- padding-right: 1.5rem;
- padding-left: 1.5rem; }
- .row-md .card {
- margin-bottom: 3rem; }
-
-.row-lg {
- margin-right: -3rem;
- margin-left: -3rem; }
- .row-lg > .col,
- .row-lg > [class*="col-"] {
- padding-right: 3rem;
- padding-left: 3rem; }
- .row-lg .card {
- margin-bottom: 6rem; }
-
-.row-deck > .col,
-.row-deck > [class*="col-"] {
- display: flex;
- align-items: stretch; }
- .row-deck > .col .card,
- .row-deck > [class*="col-"] .card {
- flex: 1 1 auto; }
-
-.row-cards {
- margin-left: -0.625rem;
- margin-right: -0.625rem; }
- .row-cards .row-cards {
- flex: 1; }
- .row-cards > * {
- padding-left: 0.625rem;
- padding-right: 0.625rem; }
- @media (max-width: 63.98rem) {
- .row-cards {
- margin-left: -0.375rem;
- margin-right: -0.375rem; }
- .row-cards > * {
- padding-left: 0.375rem;
- padding-right: 0.375rem; } }
-
-.icon {
- width: 1rem;
- height: 1rem;
- font-size: 1rem;
- vertical-align: text-bottom; }
- .icon:hover {
- text-decoration: none; }
-
-.icon-thin {
- stroke-width: 1.5; }
-
-.icon-md {
- width: 1.5rem;
- height: 1.5rem; }
-
-.icon-lg {
- width: 2rem;
- height: 2rem; }
-
-.icon-xl {
- width: 4rem;
- height: 4rem; }
- .icon-xl.icon-thin {
- stroke-width: 1; }
-
-.icons-list {
- display: flex;
- flex-wrap: wrap;
- padding: 0;
- margin: 0 -2px -1px 0;
- list-style: none; }
- .icons-list > li {
- flex: 1 0 4rem; }
-
-.icons-list-wrap {
- overflow: hidden; }
-
-.icons-list-item {
- display: flex;
- align-items: center;
- justify-content: center;
- height: 4rem;
- text-align: center;
- border-right: 1px solid rgba(95, 102, 110, 0.2);
- border-bottom: 1px solid rgba(95, 102, 110, 0.2); }
- .icons-list-item i {
- font-size: 1.25rem; }
-
-.img-responsive {
- background: no-repeat center/cover;
- padding-top: 75%; }
-
-.img-responsive-1x1 {
- padding-top: 100%; }
-
-.img-responsive-4x3 {
- padding-top: calc(3 / 4 * 100%); }
-
-.img-responsive-16x9 {
- padding-top: calc(9 / 16 * 100%); }
-
-.img-responsive-21x9 {
- padding-top: calc(9 / 21 * 100%); }
-
-textarea[cols] {
- height: auto; }
-
-/**
-Form label
- */
-.form-label {
- font-size: 0.875rem;
- font-weight: 500;
- display: block;
- margin-bottom: .5rem; }
- .form-label.required:after {
- content: "*";
- margin-left: .25rem;
- color: #cd201f; }
-
-.form-label-description {
- float: right;
- font-weight: 400;
- color: #5f666e;
- line-height: 1.5rem;
- font-size: 0.75rem; }
-
-/**
-Form hint
- */
-.form-hint {
- display: block;
- font-size: 0.75rem;
- color: #5f666e;
- line-height: 1.25rem; }
- .form-hint:last-child {
- margin-bottom: 0; }
- .form-hint + .form-control {
- margin-top: .25rem; }
- .form-label + .form-hint {
- margin-top: -.5rem; }
- .input-group + .form-hint,
- .form-control + .form-hint,
- .form-select + .form-hint {
- margin-top: .5rem; }
-
-/**
-Form control
- */
-.form-control:-webkit-autofill {
- box-shadow: 0 0 0 1000px #ffffff inset; }
-
-.form-control:disabled, .form-control.disabled {
- color: #5f666e;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none; }
-
-.form-control[size] {
- width: auto; }
-
-.form-control-light {
- background-color: #f5f7fb;
- border-color: transparent; }
-
-.form-control-dark {
- background-color: rgba(0, 0, 0, 0.1);
- color: #ffffff;
- border-color: transparent; }
- .form-control-dark:focus {
- background-color: rgba(0, 0, 0, 0.1);
- box-shadow: none;
- border-color: rgba(255, 255, 255, 0.24); }
- .form-control-dark::-webkit-input-placeholder {
- color: rgba(255, 255, 255, 0.6); }
- .form-control-dark::-moz-placeholder {
- color: rgba(255, 255, 255, 0.6); }
- .form-control-dark:-ms-input-placeholder {
- color: rgba(255, 255, 255, 0.6); }
- .form-control-dark::-ms-input-placeholder {
- color: rgba(255, 255, 255, 0.6); }
- .form-control-dark::placeholder {
- color: rgba(255, 255, 255, 0.6); }
-
-.form-control-rounded {
- border-radius: 10rem; }
-
-.form-control-flush {
- padding: 0;
- background: none !important;
- border-color: transparent !important;
- resize: none;
- box-shadow: none !important;
- line-height: inherit; }
-
-.form-footer {
- margin-top: 2rem; }
-
-.form-fieldset {
- padding: 1rem;
- margin-bottom: 1rem;
- background: rgba(53, 64, 82, 0.024);
- border: 1px solid rgba(95, 102, 110, 0.2);
- border-radius: 3px; }
-
-/**
-Form help
- */
-.form-help {
- display: inline-flex;
- font-weight: 500;
- align-items: center;
- justify-content: center;
- width: 1.125rem;
- height: 1.125rem;
- font-size: .75rem;
- color: #5f666e;
- text-align: center;
- text-decoration: none;
- cursor: pointer;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- background: rgba(145, 152, 163, 0.1);
- border-radius: 50%;
- transition: .3s background-color, .3s color; }
- .form-help:hover, .form-help[aria-describedby] {
- color: #ffffff;
- background: #206bc4; }
-
-/**
-Form switch
- */
-.form-check {
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none; }
- .form-check.form-check-highlight .form-check-input:not(:checked) ~ .form-check-label {
- opacity: .64; }
-
-.form-check-input {
- background-size: 1rem;
- margin-top: .25rem; }
- .form-switch .form-check-input {
- transition: .3s background-color, .3s background-position; }
-
-.form-check-label {
- line-height: 1.4285714;
- padding: .125rem 0; }
-
-.form-check-description {
- color: #5f666e;
- font-size: 0.75rem;
- line-height: 1.4285714; }
-
-/**
-Input group
- */
-.input-group-link {
- font-size: 0.75rem; }
-
-.input-group-flat:focus-within {
- box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.25);
- border-radius: 3px; }
- .input-group-flat:focus-within .form-control,
- .input-group-flat:focus-within .input-group-text {
- border-color: #7aade9 !important; }
-
-.input-group-flat .form-control:focus {
- border-color: rgba(95, 102, 110, 0.2);
- box-shadow: none; }
-
-.input-group-flat .form-control:not(:last-child) {
- border-right: 0; }
-
-.input-group-flat .form-control:not(:first-child) {
- border-left: 0; }
-
-.input-group-flat .input-group-text {
- background: transparent;
- transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
- .input-group-flat .input-group-text:first-child {
- padding-right: 0; }
- .input-group-flat .input-group-text:last-child {
- padding-left: 0; }
-
-/**
-Upload files
- */
-.form-file-button {
- margin-left: 0;
- border-left: 0; }
-
-/**
-Icon input
- */
-.input-icon {
- position: relative; }
- .input-icon .form-control:not(:last-child) {
- padding-right: 2.5rem; }
- .input-icon .form-control:not(:first-child) {
- padding-left: 2.5rem; }
-
-.input-icon-addon {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- display: flex;
- align-items: center;
- justify-content: center;
- min-width: 2.5rem;
- color: #5f666e;
- pointer-events: none;
- font-size: 1.2em; }
- .input-icon-addon:last-child {
- right: 0;
- left: auto; }
-
-/*
-Color Input
- */
-.form-colorinput {
- position: relative;
- display: inline-block;
- margin: 0;
- line-height: 1;
- cursor: pointer; }
-
-.form-colorinput-input {
- position: absolute;
- z-index: -1;
- opacity: 0; }
-
-.form-colorinput-color {
- display: block;
- width: 1.5rem;
- height: 1.5rem;
- color: #fff;
- border: 1px solid rgba(95, 102, 110, 0.2);
- border-radius: 3px;
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
- .form-colorinput-color:before {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- content: "";
- background: no-repeat center center/1rem;
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8.5l2.5 2.5l5.5 -5.5'/%3e%3c/svg%3e");
- opacity: 0;
- transition: .3s opacity; }
- .form-colorinput-input:checked ~ .form-colorinput-color:before {
- opacity: 1; }
- .form-colorinput-input:focus ~ .form-colorinput-color {
- border-color: #206bc4;
- box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.25); }
- .form-colorinput-light .form-colorinput-color:before {
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3e%3cpath fill='none' stroke='%23354052' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8.5l2.5 2.5l5.5 -5.5'/%3e%3c/svg%3e"); }
-
-/**
-Image check
- */
-.form-imagecheck {
- position: relative;
- margin: 0;
- cursor: pointer; }
-
-.form-imagecheck-input {
- position: absolute;
- z-index: -1;
- opacity: 0; }
-
-.form-imagecheck-figure {
- position: relative;
- display: block;
- margin: 0;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- border: 1px solid rgba(95, 102, 110, 0.2);
- border-radius: 3px; }
- .form-imagecheck-input:focus ~ .form-imagecheck-figure {
- border-color: #206bc4;
- box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.25); }
- .form-imagecheck-input:checked ~ .form-imagecheck-figure {
- border-color: rgba(95, 102, 110, 0.2); }
- .form-imagecheck-figure:before {
- position: absolute;
- top: .25rem;
- left: .25rem;
- z-index: 1;
- display: block;
- width: 1rem;
- height: 1rem;
- color: #fff;
- pointer-events: none;
- content: "";
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- background: #ffffff;
- border: 1px solid rgba(95, 102, 110, 0.2);
- border-radius: 3px;
- transition: .3s opacity; }
- .form-imagecheck-input:checked ~ .form-imagecheck-figure:before {
- background-color: #206bc4;
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8.5l2.5 2.5l5.5 -5.5'/%3e%3c/svg%3e");
- background-repeat: repeat;
- background-position: center;
- background-size: 1rem;
- border-color: rgba(95, 102, 110, 0.2); }
-
-.form-imagecheck-image {
- max-width: 100%;
- display: block;
- opacity: .64;
- transition: .3s opacity; }
- .form-imagecheck-image:first-child {
- border-top-left-radius: 2px;
- border-top-right-radius: 2px; }
- .form-imagecheck-image:last-child {
- border-bottom-right-radius: 2px;
- border-bottom-left-radius: 2px; }
- .form-imagecheck:hover .form-imagecheck-image,
- .form-imagecheck-input:focus ~ .form-imagecheck-figure .form-imagecheck-image,
- .form-imagecheck-input:checked ~ .form-imagecheck-figure .form-imagecheck-image {
- opacity: 1; }
-
-.form-imagecheck-caption {
- padding: .25rem;
- font-size: 0.765625rem;
- color: #5f666e;
- text-align: center;
- transition: .3s color; }
- .form-imagecheck:hover .form-imagecheck-caption,
- .form-imagecheck-input:focus ~ .form-imagecheck-figure .form-imagecheck-caption,
- .form-imagecheck-input:checked ~ .form-imagecheck-figure .form-imagecheck-caption {
- color: #212b36; }
-
-/*
-Select group
- */
-.form-selectgroup {
- display: inline-flex;
- margin: 0 -.5rem -.5rem 0;
- flex-wrap: wrap; }
- .form-selectgroup .form-selectgroup-item {
- margin: 0 .5rem .5rem 0; }
-
-.form-selectgroup-vertical {
- flex-direction: column; }
-
-.form-selectgroup-item {
- display: block;
- position: relative; }
-
-.form-selectgroup-input {
- position: absolute;
- top: 0;
- left: 0;
- z-index: -1;
- opacity: 0; }
-
-.form-selectgroup-label {
- position: relative;
- display: block;
- min-width: calc(1.4285714em + 0.875rem + 2px);
- margin: 0;
- padding: 0.4375rem 0.75rem;
- font-size: 0.875rem;
- line-height: 1.4285714;
- color: #5f666e;
- background: #ffffff;
- text-align: center;
- cursor: pointer;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- border: 1px solid rgba(95, 102, 110, 0.2);
- border-radius: 3px;
- transition: border-color .3s, background .3s, color .3s; }
- .form-selectgroup-label .icon:only-child {
- margin: 0 -.25rem; }
- .form-selectgroup-label:hover {
- color: #212b36; }
-
-.form-selectgroup-check {
- display: inline-block;
- width: 1rem;
- height: 1rem;
- border: 1px solid rgba(95, 102, 110, 0.2);
- vertical-align: middle; }
- .form-selectgroup-input[type="checkbox"] + .form-selectgroup-label .form-selectgroup-check {
- border-radius: 3px; }
- .form-selectgroup-input[type="radio"] + .form-selectgroup-label .form-selectgroup-check {
- border-radius: 50%; }
- .form-selectgroup-input:checked + .form-selectgroup-label .form-selectgroup-check {
- background-color: #206bc4;
- background-repeat: repeat;
- background-position: center;
- background-size: 1rem;
- border-color: rgba(95, 102, 110, 0.2); }
- .form-selectgroup-input[type="checkbox"]:checked + .form-selectgroup-label .form-selectgroup-check {
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8.5l2.5 2.5l5.5 -5.5'/%3e%3c/svg%3e"); }
- .form-selectgroup-input[type="radio"]:checked + .form-selectgroup-label .form-selectgroup-check {
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3ccircle r='3' fill='%23ffffff' cx='8' cy='8' /%3e%3c/svg%3e"); }
-
-.form-selectgroup-input:checked + .form-selectgroup-label {
- z-index: 1;
- color: #206bc4;
- background: rgba(32, 107, 196, 0.04);
- border-color: #7aade9;
- box-shadow: 0 1px 1px 0 rgba(32, 107, 196, 0.2); }
-
-.form-selectgroup-input:focus + .form-selectgroup-label {
- z-index: 2;
- color: #206bc4;
- border-color: #7aade9;
- box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.25); }
-
-/**
-Alternate version of form select group
- */
-.form-selectgroup-boxes .form-selectgroup-label {
- text-align: left;
- padding: 1rem 1rem;
- color: inherit; }
-
-.form-selectgroup-boxes .form-selectgroup-input:checked + .form-selectgroup-label {
- color: inherit; }
- .form-selectgroup-boxes .form-selectgroup-input:checked + .form-selectgroup-label .form-selectgroup-title {
- color: #206bc4; }
- .form-selectgroup-boxes .form-selectgroup-input:checked + .form-selectgroup-label .form-selectgroup-label-content {
- opacity: 1; }
-
-/**
-Select group
- */
-.form-selectgroup-pills {
- flex-wrap: wrap;
- align-items: flex-start; }
- .form-selectgroup-pills .form-selectgroup-item {
- flex-grow: 0; }
- .form-selectgroup-pills .form-selectgroup-label {
- border-radius: 50px; }
-
-/**
-Bootstrap color input
- */
-.form-control-color::-webkit-color-swatch {
- border: none; }
-
-/**
-Remove the cancel buttons in Chrome and Safari on macOS.
- */
-[type="search"]::-webkit-search-cancel-button {
- -webkit-appearance: none; }
-
-.form-control.is-valid-lite, .form-control.is-invalid-lite {
- border-color: rgba(95, 102, 110, 0.2); }
-
-.legend {
- display: inline-block;
- background: #e9ecf1;
- width: .75em;
- height: .75em;
- border-radius: 3px; }
-
-.list-item {
- position: relative;
- display: flex;
- flex-direction: column;
- min-width: 0;
- word-wrap: break-word; }
-
-.list-item-actions {
- margin-left: auto; }
-
-.list-bordered .list-item, .list-row .list-item {
- border-top: 1px solid rgba(95, 102, 110, 0.2);
- margin-top: -1px; }
- .list-bordered .list-item:first-child, .list-row .list-item:first-child {
- border-top: none; }
-
-.list-hoverable .list-item-actions {
- opacity: 0;
- transition: .3s opacity; }
-
-.list-hoverable .list-item:hover .list-item-actions,
-.list-hoverable .list-item-actions.show {
- opacity: 1; }
-
-.list-row .list-item {
- flex-direction: row;
- align-items: center;
- padding: 0.5rem 0.5rem; }
- .list-row .list-item > * {
- padding-left: 0.5rem;
- padding-right: 0.5rem; }
-
-.list-timeline {
- position: relative;
- padding: 0;
- margin: 0;
- list-style: none; }
- .list-timeline > li {
- position: relative;
- margin-bottom: 1.5rem; }
- .list-timeline > li:last-child {
- margin-bottom: 0; }
-
-.list-timeline-time {
- float: right;
- margin-left: 1rem;
- color: #5f666e; }
-
-.list-timeline-icon {
- position: absolute;
- top: 0;
- left: 0;
- display: flex;
- align-items: center;
- justify-content: center;
- width: 2.5rem;
- height: 2.5rem;
- color: #ffffff;
- text-align: center;
- background: #5f666e;
- border-radius: 50%; }
- .list-timeline-icon .icon {
- width: 1rem;
- height: 1rem; }
-
-.list-timeline-title {
- margin: 0;
- font-weight: 500; }
-
-.list-timeline-content {
- margin-left: 3.5rem; }
-
-@media screen and (min-width: 768px) {
- .list-timeline:not(.list-timeline-simple):before {
- position: absolute;
- top: 0;
- bottom: 0;
- left: calc(7.5rem + 2px);
- z-index: 1;
- display: block;
- width: 4px;
- content: "";
- background-color: #f5f7fb; }
- .list-timeline:not(.list-timeline-simple) > li {
- z-index: 2;
- min-height: 40px; }
- .list-timeline:not(.list-timeline-simple) .list-timeline-time {
- position: absolute;
- top: .5rem;
- left: 0;
- width: 5.5rem;
- margin: 0;
- text-align: right; }
- .list-timeline:not(.list-timeline-simple) .list-timeline-icon {
- top: 0;
- left: 6.5rem; }
- .list-timeline:not(.list-timeline-simple) .list-timeline-content {
- padding: .625rem 0 0 10rem;
- margin: 0; } }
-
-.list-group-transparent {
- margin: 0 -0.75rem; }
- .list-group-transparent .list-group-item {
- background: none;
- border: 0;
- border-radius: 3px; }
- .list-group-transparent .list-group-item .icon {
- color: #5f666e; }
- .list-group-transparent .list-group-item.active {
- font-weight: 500;
- color: inherit;
- background: rgba(32, 107, 196, 0.06); }
- .list-group-transparent .list-group-item.active .icon {
- color: inherit; }
-
-.list-separated-item {
- padding: 1rem 0; }
- .list-separated-item:first-child {
- padding-top: 0; }
- .list-separated-item:last-child {
- padding-bottom: 0; }
- .list-separated-item + .list-separated-item {
- border-top: 1px solid rgba(95, 102, 110, 0.2); }
-
-/**
-Inline list
- */
-.list-inline-dots .list-inline-item + .list-inline-item:before {
- content: '· ';
- margin-right: 0.5rem; }
-
-@-webkit-keyframes loader {
- from {
- transform: rotate(0deg); }
- to {
- transform: rotate(360deg); } }
-
-@keyframes loader {
- from {
- transform: rotate(0deg); }
- to {
- transform: rotate(360deg); } }
-
-.loader {
- position: relative;
- display: block;
- width: 2.5rem;
- height: 2.5rem;
- color: #206bc4;
- vertical-align: middle; }
- .loader:after {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- content: "";
- border: 1px solid;
- border-color: transparent;
- border-top-color: currentColor;
- border-left-color: currentColor;
- border-radius: 50%;
- -webkit-animation: loader .6s linear;
- animation: loader .6s linear;
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite; }
-
-/**
-Dimmer
-*/
-.dimmer {
- position: relative; }
- .dimmer .loader {
- position: absolute;
- top: 50%;
- right: 0;
- left: 0;
- display: none;
- margin: 0 auto;
- transform: translateY(-50%); }
- .dimmer.active .loader {
- display: block; }
- .dimmer.active .dimmer-content {
- pointer-events: none;
- opacity: .1; }
-
-.modal-content .close {
- position: absolute;
- top: 0;
- right: 0;
- font-size: 1rem;
- width: 3.5rem;
- height: 3.5rem;
- margin: 0;
- padding: 0;
- z-index: 10; }
-
-.modal-body::-webkit-scrollbar {
- width: 6px;
- height: 6px;
- -webkit-transition: .3s background;
- transition: .3s background; }
-
-.modal-body::-webkit-scrollbar-thumb {
- border-radius: 5px;
- background: #dee1e7; }
-
-.modal-body::-webkit-scrollbar-corner {
- background: transparent; }
-
-.modal-body:hover::-webkit-scrollbar-thumb {
- background: #cbcfd6;
- background: #cbcfd6; }
-
-.modal-body .modal-title {
- margin-bottom: 1rem; }
-
-.modal-body + .modal-body {
- border-top: 1px solid rgba(95, 102, 110, 0.1); }
-
-.modal-header {
- align-items: center;
- min-height: 3.5rem;
- background: #ffffff;
- padding: 0 3.5rem 0 1.5rem; }
-
-.modal-title {
- font-size: 1rem;
- font-weight: 500;
- line-height: 1.3333333; }
-
-.modal-footer {
- padding-top: 0;
- padding-bottom: .75rem; }
-
-.modal-blur {
- -webkit-backdrop-filter: blur(2px);
- backdrop-filter: blur(2px); }
-
-.modal-full-width {
- max-width: none;
- margin: 0 0.5rem; }
-
-.nav-tabs .icon {
- color: #5f666e; }
-
-.nav-tabs .nav-link {
- padding: 0.5rem 1rem;
- line-height: 20px;
- color: #5f666e;
- cursor: pointer;
- background: transparent;
- border: none;
- border-bottom: 1px solid transparent;
- transition: .3s color, .3s border-color; }
- .nav-tabs .nav-link:hover {
- color: #212b36;
- border-color: transparent; }
- .nav-tabs .nav-link.disabled {
- color: rgba(95, 102, 110, 0.2); }
- .nav-tabs .nav-link.active {
- color: #212b36;
- background: inherit;
- border-color: transparent;
- border-bottom-color: #206bc4; }
-
-.nav-tabs-alt .nav-link {
- font-size: 13px;
- font-weight: 500;
- text-transform: uppercase; }
-
-.nav-icon {
- line-height: 1;
- margin-right: .25rem; }
- .nav-icon .icon {
- display: block;
- stroke-width: 1.5; }
-
-.nav-link {
- display: flex;
- transition: .3s color;
- align-items: center; }
- .nav-link .icon {
- display: inline-block;
- font-size: 1rem; }
-
-.nav-link-icon {
- width: 1.25rem;
- height: 1rem;
- font-size: 1rem; }
- .nav-link-icon .icon {
- display: block; }
-
-.stars {
- display: inline-flex;
- color: #dee1e7;
- font-size: 0.75rem; }
- .stars .star:not(:first-child) {
- margin-left: .25rem; }
-
-.pagination {
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none; }
-
-.page-link {
- min-width: 1.5rem;
- border-radius: 3px; }
- .page-link:hover {
- background: transparent; }
-
-.page-item {
- text-align: center; }
- .page-item.page-prev, .page-item.page-next {
- flex: 0 0 50%;
- text-align: left; }
- .page-item.page-next {
- margin-left: auto;
- text-align: right; }
-
-.page-item-subtitle {
- margin-bottom: 2px;
- font-size: 12px;
- color: #5f666e;
- text-transform: uppercase; }
- .page-item.disabled .page-item-subtitle {
- color: rgba(95, 102, 110, 0.5); }
-
-.page-item-title {
- font-size: 1rem;
- font-weight: 400;
- color: #212b36; }
- .page-link:hover .page-item-title {
- color: #206bc4; }
- .page-item.disabled .page-item-title {
- color: rgba(95, 102, 110, 0.5); }
-
-@-webkit-keyframes progress-indeterminate {
- 0% {
- right: 100%;
- left: -35%; }
- 100%,
- 60% {
- right: -90%;
- left: 100%; } }
-
-@keyframes progress-indeterminate {
- 0% {
- right: 100%;
- left: -35%; }
- 100%,
- 60% {
- right: -90%;
- left: 100%; } }
-
-.progress {
- position: relative;
- width: 100%;
- line-height: 0.5rem;
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none; }
- .progress::-webkit-progress-bar {
- background: #f5f7fb; }
- .progress::-webkit-progress-value {
- background-color: #206bc4; }
- .progress::-moz-progress-bar {
- background-color: #206bc4; }
- .progress::-ms-fill {
- background-color: #206bc4;
- border: none; }
-
-.progress-sm {
- height: .25rem; }
-
-.progress-bar {
- height: 100%; }
-
-.progress-bar-indeterminate:after, .progress-bar-indeterminate:before {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- content: "";
- background-color: inherit;
- will-change: left, right; }
-
-.progress-bar-indeterminate:before {
- -webkit-animation: progress-indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
- animation: progress-indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
-
-.ribbon {
- position: absolute;
- top: .75rem;
- right: -0.25rem;
- z-index: 1;
- padding: .25rem .75rem;
- font-size: 0.625rem;
- font-weight: 500;
- line-height: 1.5rem;
- color: #fff;
- text-align: center;
- text-transform: uppercase;
- background: #206bc4;
- border-color: #206bc4; }
- .ribbon:before {
- position: absolute;
- right: 0;
- bottom: 100%;
- width: 0;
- height: 0;
- content: "";
- filter: brightness(70%);
- border: 0.125rem solid;
- border-color: inherit;
- border-top-color: transparent;
- border-right-color: transparent; }
- .ribbon.bg-blue {
- border-color: #206bc4; }
- .ribbon.bg-blue-lt {
- border-color: #d2e1f3 !important; }
- .ribbon.bg-azure {
- border-color: #45aaf2; }
- .ribbon.bg-azure-lt {
- border-color: #daeefc !important; }
- .ribbon.bg-indigo {
- border-color: #6574cd; }
- .ribbon.bg-indigo-lt {
- border-color: #e0e3f5 !important; }
- .ribbon.bg-purple {
- border-color: #a55eea; }
- .ribbon.bg-purple-lt {
- border-color: #eddffb !important; }
- .ribbon.bg-pink {
- border-color: #f66d9b; }
- .ribbon.bg-pink-lt {
- border-color: #fde2eb !important; }
- .ribbon.bg-red {
- border-color: #cd201f; }
- .ribbon.bg-red-lt {
- border-color: #f5d2d2 !important; }
- .ribbon.bg-orange {
- border-color: #ff922b; }
- .ribbon.bg-orange-lt {
- border-color: #ffe9d5 !important; }
- .ribbon.bg-yellow {
- border-color: #fab005; }
- .ribbon.bg-yellow-lt {
- border-color: #feefcd !important; }
- .ribbon.bg-lime {
- border-color: #94d82d; }
- .ribbon.bg-lime-lt {
- border-color: #eaf7d5 !important; }
- .ribbon.bg-green {
- border-color: #5eba00; }
- .ribbon.bg-green-lt {
- border-color: #dff1cc !important; }
- .ribbon.bg-teal {
- border-color: #2bcbba; }
- .ribbon.bg-teal-lt {
- border-color: #d5f5f1 !important; }
- .ribbon.bg-cyan {
- border-color: #17a2b8; }
- .ribbon.bg-cyan-lt {
- border-color: #d1ecf1 !important; }
- .ribbon.bg-gray {
- border-color: #a8aeb7; }
- .ribbon.bg-gray-lt {
- border-color: #eeeff1 !important; }
- .ribbon.bg-gray-dark {
- border-color: #545d6d; }
- .ribbon.bg-gray-dark-lt {
- border-color: #dddfe2 !important; }
- .ribbon.bg-dark {
- border-color: #354052; }
- .ribbon.bg-dark-lt {
- border-color: #d7d9dc !important; }
- .ribbon .icon {
- width: 1rem;
- height: 1rem; }
-
-.ribbon-top {
- top: -0.25rem;
- right: .75rem;
- width: 2rem;
- padding: .25rem 0; }
- .ribbon-top:before {
- top: 0;
- right: 100%;
- bottom: auto;
- border-color: inherit;
- border-top-color: transparent;
- border-left-color: transparent; }
- .ribbon-top.ribbon-left {
- right: auto;
- left: .75rem; }
- .ribbon-top.ribbon-left:before {
- top: 0;
- right: 100%;
- left: auto; }
-
-.ribbon-left {
- right: auto;
- left: -0.25rem; }
- .ribbon-left:before {
- top: auto;
- bottom: 100%;
- left: 0;
- border-color: inherit;
- border-top-color: transparent;
- border-left-color: transparent; }
-
-.ribbon-bottom {
- top: auto;
- bottom: .75rem; }
-
-.ribbon-bookmark {
- padding-left: .25rem; }
- .ribbon-bookmark:after {
- position: absolute;
- top: 0;
- right: 100%;
- display: block;
- width: 0;
- height: 0;
- content: "";
- border: 1rem solid;
- border-color: inherit;
- border-right-width: 0;
- border-left-color: transparent;
- border-left-width: .5rem; }
- .ribbon-bookmark.ribbon-left {
- padding-right: .5rem;
- padding-left: .5rem; }
- .ribbon-bookmark.ribbon-left:after {
- right: auto;
- left: 100%;
- border-right-color: transparent;
- border-right-width: .5rem;
- border-left-width: 0; }
- .ribbon-bookmark.ribbon-top {
- padding-right: 0;
- padding-bottom: .25rem;
- padding-left: 0; }
- .ribbon-bookmark.ribbon-top:after {
- top: 100%;
- right: 0;
- left: 0;
- border-color: inherit;
- border-width: 1rem;
- border-top-width: 0;
- border-bottom-color: transparent;
- border-bottom-width: .5rem; }
-
-.stamp {
- display: inline-flex;
- align-items: center;
- justify-content: center;
- min-width: 2.5rem;
- height: 2.5rem;
- line-height: 2.5rem;
- padding: 0 .25rem;
- font-size: 0.875rem;
- font-weight: 500;
- color: #5f666e;
- text-align: center;
- background: #f1f3f8;
- border-radius: 3px; }
- .stamp .icon {
- font-size: 1.25rem;
- vertical-align: middle; }
-
-.steps {
- display: flex;
- flex-wrap: nowrap;
- width: 100%;
- padding: 0;
- margin: 2rem 0;
- list-style: none; }
- .steps .step-item {
- padding-top: calc(0.5rem + 4px); }
- .steps .step-item:after {
- top: calc(0.25rem + 2px);
- height: 2px; }
- .steps .step-item:before {
- width: 0.5rem;
- height: 0.5rem; }
- .steps .step-item:after, .steps .step-item:before {
- color: #ffffff;
- background: #206bc4; }
- .steps .step-item.active:before {
- color: inherit;
- border-color: #206bc4; }
-
-.steps-blue .step-item:after, .steps-blue .step-item:before {
- color: #ffffff;
- background: #206bc4; }
-
-.steps-blue .step-item.active:before {
- color: inherit;
- border-color: #206bc4; }
-
-.steps-azure .step-item:after, .steps-azure .step-item:before {
- color: #ffffff;
- background: #45aaf2; }
-
-.steps-azure .step-item.active:before {
- color: inherit;
- border-color: #45aaf2; }
-
-.steps-indigo .step-item:after, .steps-indigo .step-item:before {
- color: #ffffff;
- background: #6574cd; }
-
-.steps-indigo .step-item.active:before {
- color: inherit;
- border-color: #6574cd; }
-
-.steps-purple .step-item:after, .steps-purple .step-item:before {
- color: #ffffff;
- background: #a55eea; }
-
-.steps-purple .step-item.active:before {
- color: inherit;
- border-color: #a55eea; }
-
-.steps-pink .step-item:after, .steps-pink .step-item:before {
- color: #ffffff;
- background: #f66d9b; }
-
-.steps-pink .step-item.active:before {
- color: inherit;
- border-color: #f66d9b; }
-
-.steps-red .step-item:after, .steps-red .step-item:before {
- color: #ffffff;
- background: #cd201f; }
-
-.steps-red .step-item.active:before {
- color: inherit;
- border-color: #cd201f; }
-
-.steps-orange .step-item:after, .steps-orange .step-item:before {
- color: #ffffff;
- background: #ff922b; }
-
-.steps-orange .step-item.active:before {
- color: inherit;
- border-color: #ff922b; }
-
-.steps-yellow .step-item:after, .steps-yellow .step-item:before {
- color: #ffffff;
- background: #fab005; }
-
-.steps-yellow .step-item.active:before {
- color: inherit;
- border-color: #fab005; }
-
-.steps-lime .step-item:after, .steps-lime .step-item:before {
- color: #ffffff;
- background: #94d82d; }
-
-.steps-lime .step-item.active:before {
- color: inherit;
- border-color: #94d82d; }
-
-.steps-green .step-item:after, .steps-green .step-item:before {
- color: #ffffff;
- background: #5eba00; }
-
-.steps-green .step-item.active:before {
- color: inherit;
- border-color: #5eba00; }
-
-.steps-teal .step-item:after, .steps-teal .step-item:before {
- color: #ffffff;
- background: #2bcbba; }
-
-.steps-teal .step-item.active:before {
- color: inherit;
- border-color: #2bcbba; }
-
-.steps-cyan .step-item:after, .steps-cyan .step-item:before {
- color: #ffffff;
- background: #17a2b8; }
-
-.steps-cyan .step-item.active:before {
- color: inherit;
- border-color: #17a2b8; }
-
-.steps-gray .step-item:after, .steps-gray .step-item:before {
- color: #ffffff;
- background: #a8aeb7; }
-
-.steps-gray .step-item.active:before {
- color: inherit;
- border-color: #a8aeb7; }
-
-.steps-gray-dark .step-item:after, .steps-gray-dark .step-item:before {
- color: #ffffff;
- background: #545d6d; }
-
-.steps-gray-dark .step-item.active:before {
- color: inherit;
- border-color: #545d6d; }
-
-.steps-dark .step-item:after, .steps-dark .step-item:before {
- color: #ffffff;
- background: #354052; }
-
-.steps-dark .step-item.active:before {
- color: inherit;
- border-color: #354052; }
-
-.step-item {
- position: relative;
- flex: 1 1 0;
- min-height: 1rem;
- margin-top: 0;
- color: inherit;
- text-align: center;
- cursor: default; }
- a.step-item {
- cursor: pointer; }
- a.step-item:hover {
- color: inherit; }
- .step-item:not(:first-child):after {
- position: absolute;
- left: -50%;
- width: 100%;
- content: "";
- transform: translateY(-50%); }
- .step-item:before {
- position: absolute;
- top: 0;
- left: 50%;
- z-index: 1;
- box-sizing: content-box;
- display: block;
- content: "";
- border: 2px solid #fff;
- border-radius: 50%;
- transform: translateX(-50%); }
- .step-item.active {
- font-weight: 500; }
- .step-item.active:before {
- background: #fff; }
- .step-item.active ~ .step-item {
- color: #5f666e; }
- .step-item.active ~ .step-item:after, .step-item.active ~ .step-item:before {
- background: #f3f5f5; }
- .step-item.active ~ .step-item:before {
- color: #5f666e !important; }
-
-.steps-counter {
- counter-reset: steps; }
- .steps-counter .step-item {
- padding-top: calc(1.5rem + 4px); }
- .steps-counter .step-item:after {
- top: calc(0.75rem + 2px);
- height: 2px; }
- .steps-counter .step-item:before {
- width: 1.5rem;
- height: 1.5rem; }
- .steps-counter .step-item {
- counter-increment: steps; }
- .steps-counter .step-item:before {
- font-size: 1rem;
- line-height: 1.5rem;
- content: counter(steps); }
- .steps-counter .step-item.active ~ .step-item:before {
- background: #fff; }
-
-.table thead th, .markdown > table thead th {
- color: #5f666e;
- background: rgba(53, 64, 82, 0.024);
- font-size: 0.625rem;
- font-weight: 500;
- text-transform: uppercase;
- letter-spacing: .04em;
- line-height: 1.6;
- color: #5f666e;
- padding-top: 0.5rem;
- padding-bottom: 0.5rem; }
- @media print {
- .table thead th, .markdown > table thead th {
- background: transparent; } }
-
-.table-nowrap > :not(caption) > * > * {
- white-space: nowrap; }
-
-.table-vcenter > :not(caption) > * > * {
- vertical-align: middle; }
-
-.table-center > :not(caption) > * > * {
- text-align: center; }
-
-.td-truncate {
- max-width: 1px;
- width: 100%; }
-
-.table-mobile {
- display: block; }
- .table-mobile thead {
- display: none; }
- .table-mobile tbody,
- .table-mobile tr {
- display: flex;
- flex-direction: column; }
- .table-mobile td {
- display: block;
- padding: 0.5rem 0.5rem !important;
- border: none;
- color: #212b36 !important; }
- .table-mobile td[data-label]:before {
- font-size: 0.625rem;
- font-weight: 500;
- text-transform: uppercase;
- letter-spacing: .04em;
- line-height: 1.6;
- color: #5f666e;
- content: attr(data-label);
- display: block; }
- .table-mobile tr {
- border-bottom: 1px solid rgba(95, 102, 110, 0.2); }
- .table-mobile .btn {
- display: block; }
-
-@media (max-width: 32.98rem) {
- .table-mobile-sm {
- display: block; }
- .table-mobile-sm thead {
- display: none; }
- .table-mobile-sm tbody,
- .table-mobile-sm tr {
- display: flex;
- flex-direction: column; }
- .table-mobile-sm td {
- display: block;
- padding: 0.5rem 0.5rem !important;
- border: none;
- color: #212b36 !important; }
- .table-mobile-sm td[data-label]:before {
- font-size: 0.625rem;
- font-weight: 500;
- text-transform: uppercase;
- letter-spacing: .04em;
- line-height: 1.6;
- color: #5f666e;
- content: attr(data-label);
- display: block; }
- .table-mobile-sm tr {
- border-bottom: 1px solid rgba(95, 102, 110, 0.2); }
- .table-mobile-sm .btn {
- display: block; } }
-
-@media (max-width: 47.98rem) {
- .table-mobile-md {
- display: block; }
- .table-mobile-md thead {
- display: none; }
- .table-mobile-md tbody,
- .table-mobile-md tr {
- display: flex;
- flex-direction: column; }
- .table-mobile-md td {
- display: block;
- padding: 0.5rem 0.5rem !important;
- border: none;
- color: #212b36 !important; }
- .table-mobile-md td[data-label]:before {
- font-size: 0.625rem;
- font-weight: 500;
- text-transform: uppercase;
- letter-spacing: .04em;
- line-height: 1.6;
- color: #5f666e;
- content: attr(data-label);
- display: block; }
- .table-mobile-md tr {
- border-bottom: 1px solid rgba(95, 102, 110, 0.2); }
- .table-mobile-md .btn {
- display: block; } }
-
-@media (max-width: 63.98rem) {
- .table-mobile-lg {
- display: block; }
- .table-mobile-lg thead {
- display: none; }
- .table-mobile-lg tbody,
- .table-mobile-lg tr {
- display: flex;
- flex-direction: column; }
- .table-mobile-lg td {
- display: block;
- padding: 0.5rem 0.5rem !important;
- border: none;
- color: #212b36 !important; }
- .table-mobile-lg td[data-label]:before {
- font-size: 0.625rem;
- font-weight: 500;
- text-transform: uppercase;
- letter-spacing: .04em;
- line-height: 1.6;
- color: #5f666e;
- content: attr(data-label);
- display: block; }
- .table-mobile-lg tr {
- border-bottom: 1px solid rgba(95, 102, 110, 0.2); }
- .table-mobile-lg .btn {
- display: block; } }
-
-@media (max-width: 75.23rem) {
- .table-mobile-xl {
- display: block; }
- .table-mobile-xl thead {
- display: none; }
- .table-mobile-xl tbody,
- .table-mobile-xl tr {
- display: flex;
- flex-direction: column; }
- .table-mobile-xl td {
- display: block;
- padding: 0.5rem 0.5rem !important;
- border: none;
- color: #212b36 !important; }
- .table-mobile-xl td[data-label]:before {
- font-size: 0.625rem;
- font-weight: 500;
- text-transform: uppercase;
- letter-spacing: .04em;
- line-height: 1.6;
- color: #5f666e;
- content: attr(data-label);
- display: block; }
- .table-mobile-xl tr {
- border-bottom: 1px solid rgba(95, 102, 110, 0.2); }
- .table-mobile-xl .btn {
- display: block; } }
-
-.toast-header {
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none; }
-
-.toast button[data-dismiss="toast"] {
- outline: none; }
-
-.toolbar {
- display: flex;
- flex-wrap: nowrap;
- flex-shrink: 0;
- margin: 0 -.5rem; }
- .toolbar > * {
- margin: 0 .5rem; }
-
-/**
-Horizontal rules
- */
-/**
-Hr text
- */
-.hr-text {
- display: flex;
- align-items: center;
- margin: 2rem 0;
- font-size: 0.625rem;
- font-weight: 500;
- text-transform: uppercase;
- letter-spacing: .04em;
- line-height: 1.6;
- color: #5f666e;
- height: 1px; }
- .hr-text:after, .hr-text:before {
- flex: 1 1 auto;
- height: 1px;
- background-color: currentColor;
- opacity: 0.1; }
- .hr-text:before {
- content: "";
- margin-right: .5rem; }
- .hr-text:after {
- content: "";
- margin-left: .5rem; }
- .hr-text > *:first-child {
- padding-right: .5rem;
- padding-left: 0;
- color: #5f666e; }
- .hr-text.hr-text-left:before {
- content: none; }
- .hr-text.hr-text-left > *:first-child {
- padding-right: .5rem;
- padding-left: .5rem; }
- .hr-text.hr-text-right:before {
- content: ""; }
- .hr-text.hr-text-right:after {
- content: none; }
- .hr-text.hr-text-right > *:first-child {
- padding-right: 0;
- padding-left: .5rem; }
- .card > .hr-text {
- margin: 0; }
-
-.hr-text-spaceless {
- margin: -.5rem 0; }
-
-.lead {
- line-height: 1.4; }
-
-a {
- -webkit-text-decoration-skip: ink;
- text-decoration-skip-ink: auto; }
-
-h1 a, .h1 a,
-h2 a,
-.h2 a,
-h3 a,
-.h3 a,
-h4 a,
-.h4 a,
-h5 a,
-.h5 a,
-h6 a,
-.h6 a,
-.h1 a,
-.h2 a,
-.h3 a,
-.h4 a,
-.h5 a,
-.h6 a {
- color: inherit; }
-
-h1, .h1 {
- line-height: 1.1428571; }
-
-h2, .h2 {
- line-height: 1.6; }
-
-h3, .h3 {
- line-height: 1.5; }
-
-h4, .h4 {
- line-height: 1.4285714; }
-
-h5, .h5 {
- line-height: 1.3333333; }
-
-h6, .h6 {
- line-height: 1.6; }
-
-strong,
-.strong,
-b {
- font-weight: 500; }
-
-blockquote {
- padding-left: 1rem;
- border-left: 2px solid rgba(95, 102, 110, 0.2); }
- blockquote p {
- margin-bottom: 1rem; }
- blockquote cite {
- display: block;
- text-align: right; }
- blockquote cite:before {
- content: "— "; }
-
-hr, .hr {
- margin: 2rem 0; }
-
-dl dd:last-child {
- margin-bottom: 0; }
-
-code {
- padding: 2px 4px;
- background: rgba(32, 107, 196, 0.03);
- border: 1px solid rgba(32, 107, 196, 0.064);
- border-radius: 3px; }
-
-pre {
- padding: 1rem;
- overflow: auto;
- font-size: 0.75rem;
- -webkit-hyphens: none;
- -ms-hyphens: none;
- hyphens: none;
- line-height: 1.25rem;
- -moz-tab-size: 3;
- -o-tab-size: 3;
- tab-size: 3;
- border-radius: 3px;
- white-space: pre-wrap; }
- pre code {
- padding: 0;
- background: none;
- border: none;
- border-radius: 0; }
-
-img {
- max-width: 100%; }
-
-/**
-Selection
- */
-::-moz-selection {
- color: #fff;
- background-color: #307fdd; }
-::selection {
- color: #fff;
- background-color: #307fdd; }
-
-/**
-Links
- */
-[class^="link-"].disabled, [class*=" link-"].disabled {
- color: #a8aeb7;
- pointer-events: none; }
-
-/**
-Subheader
- */
-.subheader {
- font-size: 0.625rem;
- font-weight: 500;
- text-transform: uppercase;
- letter-spacing: .04em;
- line-height: 1.6;
- color: #5f666e; }
-
-/**
-Markdown
- */
-.markdown > :first-child {
- margin-top: 0; }
-
-.markdown > :last-child,
-.markdown > :last-child .highlight {
- margin-bottom: 0; }
-
-.markdown > h1, .markdown > .h1, .markdown > h2, .markdown > .h2, .markdown > h3, .markdown > .h3, .markdown > h4, .markdown > .h4, .markdown > h5, .markdown > .h5, .markdown > h6, .markdown > .h6 {
- margin-top: 2rem; }
-
-@media (min-width: 48rem) {
- .markdown > hr, .markdown > .hr {
- margin-top: 3em;
- margin-bottom: 3em; } }
-
-.chart {
- display: block;
- min-height: 10rem; }
- .chart text {
- font-family: inherit; }
-
-.chart-sm {
- height: 2.5rem; }
-
-.chart-lg {
- height: 15rem; }
-
-.chart-square {
- height: 5.75rem; }
-
-/**
-Chart sparkline
- */
-.chart-sparkline {
- position: relative;
- width: 4rem;
- height: 2.5rem;
- line-height: 1; }
-
-.chart-sparkline-square {
- width: 2.5rem; }
-
-.chart-sparkline-wide {
- width: 6rem; }
-
-.chart-sparkline-label {
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 0.625rem; }
- .chart-sparkline-label .icon {
- width: 1rem;
- height: 1rem; }
-
-.bg-white-overlay {
- color: #fff;
- background-color: rgba(245, 247, 251, 0.24); }
-
-.bg-dark-overlay {
- color: #fff;
- background-color: rgba(53, 64, 82, 0.24); }
-
-.bg-cover {
- background-repeat: no-repeat;
- background-size: cover;
- background-position: center; }
-
-/**
-SOCIAL COLORS
- */
-.bg-facebook {
- color: #fff !important;
- background: #3b5998 !important; }
-
-.text-facebook {
- color: #3b5998 !important; }
-
-.bg-twitter {
- color: #fff !important;
- background: #1da1f2 !important; }
-
-.text-twitter {
- color: #1da1f2 !important; }
-
-.bg-google {
- color: #fff !important;
- background: #dc4e41 !important; }
-
-.text-google {
- color: #dc4e41 !important; }
-
-.bg-youtube {
- color: #fff !important;
- background: #ff0000 !important; }
-
-.text-youtube {
- color: #ff0000 !important; }
-
-.bg-vimeo {
- color: #fff !important;
- background: #1ab7ea !important; }
-
-.text-vimeo {
- color: #1ab7ea !important; }
-
-.bg-dribbble {
- color: #fff !important;
- background: #ea4c89 !important; }
-
-.text-dribbble {
- color: #ea4c89 !important; }
-
-.bg-github {
- color: #fff !important;
- background: #181717 !important; }
-
-.text-github {
- color: #181717 !important; }
-
-.bg-instagram {
- color: #fff !important;
- background: #e4405f !important; }
-
-.text-instagram {
- color: #e4405f !important; }
-
-.bg-pinterest {
- color: #fff !important;
- background: #bd081c !important; }
-
-.text-pinterest {
- color: #bd081c !important; }
-
-.bg-vk {
- color: #fff !important;
- background: #6383a8 !important; }
-
-.text-vk {
- color: #6383a8 !important; }
-
-.bg-rss {
- color: #fff !important;
- background: #ffa500 !important; }
-
-.text-rss {
- color: #ffa500 !important; }
-
-.bg-flickr {
- color: #fff !important;
- background: #0063dc !important; }
-
-.text-flickr {
- color: #0063dc !important; }
-
-.bg-bitbucket {
- color: #fff !important;
- background: #0052cc !important; }
-
-.text-bitbucket {
- color: #0052cc !important; }
-
-.bg-tabler {
- color: #fff !important;
- background: #206bc4 !important; }
-
-.text-tabler {
- color: #206bc4 !important; }
-
-.bg-blue {
- background: #206bc4; }
-
-.text-blue {
- color: #206bc4 !important; }
-
-.bg-blue-lt {
- color: #206bc4 !important;
- background: #d2e1f3 !important; }
-
-.bg-azure {
- background: #45aaf2; }
-
-.text-azure {
- color: #45aaf2 !important; }
-
-.bg-azure-lt {
- color: #45aaf2 !important;
- background: #daeefc !important; }
-
-.bg-indigo {
- background: #6574cd; }
-
-.text-indigo {
- color: #6574cd !important; }
-
-.bg-indigo-lt {
- color: #6574cd !important;
- background: #e0e3f5 !important; }
-
-.bg-purple {
- background: #a55eea; }
-
-.text-purple {
- color: #a55eea !important; }
-
-.bg-purple-lt {
- color: #a55eea !important;
- background: #eddffb !important; }
-
-.bg-pink {
- background: #f66d9b; }
-
-.text-pink {
- color: #f66d9b !important; }
-
-.bg-pink-lt {
- color: #f66d9b !important;
- background: #fde2eb !important; }
-
-.bg-red {
- background: #cd201f; }
-
-.text-red {
- color: #cd201f !important; }
-
-.bg-red-lt {
- color: #cd201f !important;
- background: #f5d2d2 !important; }
-
-.bg-orange {
- background: #ff922b; }
-
-.text-orange {
- color: #ff922b !important; }
-
-.bg-orange-lt {
- color: #ff922b !important;
- background: #ffe9d5 !important; }
-
-.bg-yellow {
- background: #fab005; }
-
-.text-yellow {
- color: #fab005 !important; }
-
-.bg-yellow-lt {
- color: #fab005 !important;
- background: #feefcd !important; }
-
-.bg-lime {
- background: #94d82d; }
-
-.text-lime {
- color: #94d82d !important; }
-
-.bg-lime-lt {
- color: #94d82d !important;
- background: #eaf7d5 !important; }
-
-.bg-green {
- background: #5eba00; }
-
-.text-green {
- color: #5eba00 !important; }
-
-.bg-green-lt {
- color: #5eba00 !important;
- background: #dff1cc !important; }
-
-.bg-teal {
- background: #2bcbba; }
-
-.text-teal {
- color: #2bcbba !important; }
-
-.bg-teal-lt {
- color: #2bcbba !important;
- background: #d5f5f1 !important; }
-
-.bg-cyan {
- background: #17a2b8; }
-
-.text-cyan {
- color: #17a2b8 !important; }
-
-.bg-cyan-lt {
- color: #17a2b8 !important;
- background: #d1ecf1 !important; }
-
-.bg-gray {
- background: #a8aeb7; }
-
-.text-gray {
- color: #a8aeb7 !important; }
-
-.bg-gray-lt {
- color: #a8aeb7 !important;
- background: #eeeff1 !important; }
-
-.bg-gray-dark {
- background: #545d6d; }
-
-.text-gray-dark {
- color: #545d6d !important; }
-
-.bg-gray-dark-lt {
- color: #545d6d !important;
- background: #dddfe2 !important; }
-
-.bg-dark {
- background: #354052; }
-
-.text-dark {
- color: #354052 !important; }
-
-.bg-dark-lt {
- color: #354052 !important;
- background: #d7d9dc !important; }
-
-/*
-Scrollable
-*/
-.scrollable {
- overflow-x: hidden;
- overflow-y: auto;
- -webkit-overflow-scrolling: touch; }
- .scrollable.hover {
- overflow-y: hidden; }
- .scrollable.hover > * {
- margin-top: -1px; }
- .scrollable.hover:hover, .scrollable.hover:focus, .scrollable.hover:active {
- overflow: visible;
- overflow-y: auto; }
- .touch .scrollable {
- overflow-y: auto !important; }
-
-.scroll-x,
-.scroll-y {
- overflow: hidden;
- -webkit-overflow-scrolling: touch; }
-
-.scroll-y {
- overflow-y: auto; }
-
-.scroll-x {
- overflow-x: auto; }
-
-.no-scroll {
- overflow: hidden; }
-
-.w-0 {
- width: 0 !important; }
-
-.h-0 {
- height: 0 !important; }
-
-.w-1 {
- width: 0.25rem !important; }
-
-.h-1 {
- height: 0.25rem !important; }
-
-.w-2 {
- width: 0.5rem !important; }
-
-.h-2 {
- height: 0.5rem !important; }
-
-.w-3 {
- width: 1rem !important; }
-
-.h-3 {
- height: 1rem !important; }
-
-.w-4 {
- width: 1.5rem !important; }
-
-.h-4 {
- height: 1.5rem !important; }
-
-.w-5 {
- width: 3rem !important; }
-
-.h-5 {
- height: 3rem !important; }
-
-.w-6 {
- width: 4.5rem !important; }
-
-.h-6 {
- height: 4.5rem !important; }
-
-.w-auto {
- width: auto !important; }
-
-.h-auto {
- height: auto !important; }
-
-.w-px {
- width: 1px !important; }
-
-.h-px {
- height: 1px !important; }
-
-.w-full {
- width: 100% !important; }
-
-.h-full {
- height: 100% !important; }
-
-.opacity-0 {
- opacity: 0 !important; }
-
-.opacity-5 {
- opacity: 0.05 !important; }
-
-.opacity-10 {
- opacity: 0.1 !important; }
-
-.opacity-15 {
- opacity: 0.15 !important; }
-
-.opacity-20 {
- opacity: 0.2 !important; }
-
-.opacity-25 {
- opacity: 0.25 !important; }
-
-.opacity-30 {
- opacity: 0.3 !important; }
-
-.opacity-35 {
- opacity: 0.35 !important; }
-
-.opacity-40 {
- opacity: 0.4 !important; }
-
-.opacity-45 {
- opacity: 0.45 !important; }
-
-.opacity-50 {
- opacity: 0.5 !important; }
-
-.opacity-55 {
- opacity: 0.55 !important; }
-
-.opacity-60 {
- opacity: 0.6 !important; }
-
-.opacity-65 {
- opacity: 0.65 !important; }
-
-.opacity-70 {
- opacity: 0.7 !important; }
-
-.opacity-75 {
- opacity: 0.75 !important; }
-
-.opacity-80 {
- opacity: 0.8 !important; }
-
-.opacity-85 {
- opacity: 0.85 !important; }
-
-.opacity-90 {
- opacity: 0.9 !important; }
-
-.opacity-95 {
- opacity: 0.95 !important; }
-
-.opacity-100 {
- opacity: 1 !important; }
-
-.hover-shadow-sm:hover {
- box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
-
-.hover-shadow:hover {
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
-
-.hover-shadow-lg:hover {
- box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
-
-.hover-shadow-none:hover {
- box-shadow: none !important; }
-
-/**
-Antialiasing
- */
-.antialiased {
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale; }
-
-.subpixel-antialiased {
- -webkit-font-smoothing: auto;
- -moz-osx-font-smoothing: auto; }
-
-@media not print {
- .theme-dark {
- color: #f5f7fb;
- background-color: #2f3949; }
- .theme-dark .card,
- .theme-dark .footer,
- .theme-dark .modal-content,
- .theme-dark .modal-header,
- .theme-dark .dropdown-menu,
- .theme-dark .flatpickr-calendar {
- background-color: #354052;
- color: inherit; }
- .theme-dark .card {
- border-color: transparent; }
- .theme-dark .btn-white,
- .theme-dark .form-file-button {
- color: #f5f7fb;
- background-color: #3b475b;
- border-color: rgba(95, 102, 110, 0.2);
- background-image: none; }
- .theme-dark .btn-white:hover,
- .theme-dark .form-file-button:hover {
- color: #f5f7fb;
- background-color: rgba(53, 64, 82, 0);
- border-color: rgba(95, 102, 110, 0.2); }
- .btn-check:focus + .theme-dark .btn-white, .theme-dark .btn-white:focus, .btn-check:focus +
- .theme-dark .form-file-button,
- .theme-dark .form-file-button:focus {
- color: #f5f7fb;
- background-color: rgba(53, 64, 82, 0);
- border-color: rgba(95, 102, 110, 0.2);
- box-shadow: 0 0 0 0.25rem rgba(187, 191, 197, 0.5); }
- .btn-check:checked + .theme-dark .btn-white,
- .btn-check:active + .theme-dark .btn-white, .theme-dark .btn-white:active, .theme-dark .btn-white.active,
- .show > .theme-dark .btn-white.dropdown-toggle, .btn-check:checked +
- .theme-dark .form-file-button,
- .btn-check:active +
- .theme-dark .form-file-button,
- .theme-dark .form-file-button:active,
- .theme-dark .form-file-button.active,
- .show >
- .theme-dark .form-file-button.dropdown-toggle {
- color: #ffffff;
- background-color: #4f5f7a;
- border-color: rgba(107, 115, 124, 0.2); }
- .btn-check:checked + .theme-dark .btn-white:focus,
- .btn-check:active + .theme-dark .btn-white:focus, .theme-dark .btn-white:active:focus, .theme-dark .btn-white.active:focus,
- .show > .theme-dark .btn-white.dropdown-toggle:focus, .btn-check:checked +
- .theme-dark .form-file-button:focus,
- .btn-check:active +
- .theme-dark .form-file-button:focus,
- .theme-dark .form-file-button:active:focus,
- .theme-dark .form-file-button.active:focus,
- .show >
- .theme-dark .form-file-button.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(187, 191, 197, 0.5); }
- .theme-dark .btn-white:disabled, .theme-dark .btn-white.disabled,
- .theme-dark .form-file-button:disabled,
- .theme-dark .form-file-button.disabled {
- color: #ffffff;
- background-color: #3b475b;
- border-color: rgba(95, 102, 110, 0.2); }
- .theme-dark .form-check-input:not(:checked),
- .theme-dark .form-select,
- .theme-dark .form-file-text,
- .theme-dark .form-control,
- .theme-dark .form-selectgroup-label,
- .theme-dark .flatpickr-input.flatpickr-input,
- .theme-dark .form-selectgroup-check,
- .theme-dark .form-imagecheck-figure:before {
- background-color: #2f3949;
- color: #f5f7fb; }
- .theme-dark .form-control-plaintext {
- color: #f5f7fb; }
- .theme-dark .input-group-flat .input-group-text {
- background-color: #2f3949; }
- .theme-dark .highlight {
- background-color: #2f3949; }
- .theme-dark .avatar {
- background-color: #3b475b; }
- .theme-dark .avatar-list-stacked .avatar {
- box-shadow: 0 0 0 2px #354052; }
- .theme-dark .markdown,
- .theme-dark .markdown > *,
- .theme-dark .close {
- color: inherit; }
- .theme-dark .apexcharts-text {
- fill: #f5f7fb; }
- .theme-dark .apexcharts-legend-text {
- color: inherit !important; }
- .theme-dark .navbar-brand-autodark {
- filter: brightness(0) invert(1); } }
-
-@media not print and (prefers-color-scheme: dark) {
- .theme-dark-auto {
- color: #f5f7fb;
- background-color: #2f3949; }
- .theme-dark-auto .card,
- .theme-dark-auto .footer,
- .theme-dark-auto .modal-content,
- .theme-dark-auto .modal-header,
- .theme-dark-auto .dropdown-menu,
- .theme-dark-auto .flatpickr-calendar {
- background-color: #354052;
- color: inherit; }
- .theme-dark-auto .card {
- border-color: transparent; }
- .theme-dark-auto .btn-white,
- .theme-dark-auto .form-file-button {
- color: #f5f7fb;
- background-color: #3b475b;
- border-color: rgba(95, 102, 110, 0.2);
- background-image: none; }
- .theme-dark-auto .btn-white:hover,
- .theme-dark-auto .form-file-button:hover {
- color: #f5f7fb;
- background-color: rgba(53, 64, 82, 0);
- border-color: rgba(95, 102, 110, 0.2); }
- .btn-check:focus + .theme-dark-auto .btn-white, .theme-dark-auto .btn-white:focus, .btn-check:focus +
- .theme-dark-auto .form-file-button,
- .theme-dark-auto .form-file-button:focus {
- color: #f5f7fb;
- background-color: rgba(53, 64, 82, 0);
- border-color: rgba(95, 102, 110, 0.2);
- box-shadow: 0 0 0 0.25rem rgba(187, 191, 197, 0.5); }
- .btn-check:checked + .theme-dark-auto .btn-white,
- .btn-check:active + .theme-dark-auto .btn-white, .theme-dark-auto .btn-white:active, .theme-dark-auto .btn-white.active,
- .show > .theme-dark-auto .btn-white.dropdown-toggle, .btn-check:checked +
- .theme-dark-auto .form-file-button,
- .btn-check:active +
- .theme-dark-auto .form-file-button,
- .theme-dark-auto .form-file-button:active,
- .theme-dark-auto .form-file-button.active,
- .show >
- .theme-dark-auto .form-file-button.dropdown-toggle {
- color: #ffffff;
- background-color: #4f5f7a;
- border-color: rgba(107, 115, 124, 0.2); }
- .btn-check:checked + .theme-dark-auto .btn-white:focus,
- .btn-check:active + .theme-dark-auto .btn-white:focus, .theme-dark-auto .btn-white:active:focus, .theme-dark-auto .btn-white.active:focus,
- .show > .theme-dark-auto .btn-white.dropdown-toggle:focus, .btn-check:checked +
- .theme-dark-auto .form-file-button:focus,
- .btn-check:active +
- .theme-dark-auto .form-file-button:focus,
- .theme-dark-auto .form-file-button:active:focus,
- .theme-dark-auto .form-file-button.active:focus,
- .show >
- .theme-dark-auto .form-file-button.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(187, 191, 197, 0.5); }
- .theme-dark-auto .btn-white:disabled, .theme-dark-auto .btn-white.disabled,
- .theme-dark-auto .form-file-button:disabled,
- .theme-dark-auto .form-file-button.disabled {
- color: #ffffff;
- background-color: #3b475b;
- border-color: rgba(95, 102, 110, 0.2); }
- .theme-dark-auto .form-check-input:not(:checked),
- .theme-dark-auto .form-select,
- .theme-dark-auto .form-file-text,
- .theme-dark-auto .form-control,
- .theme-dark-auto .form-selectgroup-label,
- .theme-dark-auto .flatpickr-input.flatpickr-input,
- .theme-dark-auto .form-selectgroup-check,
- .theme-dark-auto .form-imagecheck-figure:before {
- background-color: #2f3949;
- color: #f5f7fb; }
- .theme-dark-auto .form-control-plaintext {
- color: #f5f7fb; }
- .theme-dark-auto .input-group-flat .input-group-text {
- background-color: #2f3949; }
- .theme-dark-auto .highlight {
- background-color: #2f3949; }
- .theme-dark-auto .avatar {
- background-color: #3b475b; }
- .theme-dark-auto .avatar-list-stacked .avatar {
- box-shadow: 0 0 0 2px #354052; }
- .theme-dark-auto .markdown,
- .theme-dark-auto .markdown > *,
- .theme-dark-auto .close {
- color: inherit; }
- .theme-dark-auto .apexcharts-text {
- fill: #f5f7fb; }
- .theme-dark-auto .apexcharts-legend-text {
- color: inherit !important; }
- .theme-dark-auto .navbar-brand-autodark {
- filter: brightness(0) invert(1); } }
-
-.peity {
- stroke-linejoin: round;
- stroke-linecap: round; }
-
-.selectize-control {
- padding: 0;
- border: 0;
- height: auto; }
- .selectize-control.multi .selectize-input.has-items {
- padding-left: 6px; }
- .selectize-control.multi .selectize-input > div {
- font-size: 0.75rem;
- margin: 0 6px 2px 0;
- padding: 2px 8px;
- border-radius: 3px;
- background-color: rgba(145, 152, 163, 0.1);
- color: inherit; }
- .selectize-control .remove {
- font-size: inherit !important;
- font-weight: normal !important;
- border-left: 0 !important;
- color: #5f666e !important; }
- .selectize-control.is-valid {
- padding: 0; }
- .selectize-control.is-valid .selectize-input {
- border-color: #5eba00; }
- .selectize-control.is-valid .selectize-input.focus {
- box-shadow: 0 0 0 0.25rem rgba(94, 186, 0, 0.25); }
- .selectize-control.is-valid .selectize-dropdown {
- background: none;
- background-color: inherit;
- border-color: rgba(95, 102, 110, 0.2);
- padding-right: 0; }
- .selectize-control.is-invalid {
- padding: 0; }
- .selectize-control.is-invalid .selectize-input {
- border-color: #cd201f; }
- .selectize-control.is-invalid .selectize-input.focus {
- box-shadow: 0 0 0 0.25rem rgba(205, 32, 31, 0.25); }
- .selectize-control.is-invalid .selectize-dropdown {
- background: none;
- background-color: inherit;
- border-color: rgba(95, 102, 110, 0.2);
- padding-right: 0; }
-
-.selectize-input {
- display: flex !important;
- border: 1px solid rgba(95, 102, 110, 0.2);
- padding: 0.4375rem 0.75rem;
- font-size: 0.875rem;
- box-shadow: none;
- line-height: 1.4285714;
- background-color: inherit !important;
- color: inherit !important;
- flex-wrap: wrap; }
- .selectize-input.full {
- background-color: inherit; }
- .selectize-input.dropdown-active {
- border-radius: 3px; }
- .selectize-control.single .selectize-input {
- background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%2895, 102, 110, 0.44%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat right 0.75rem center/16px 12px; }
- .selectize-input.focus {
- border-color: #7aade9;
- box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.25); }
- .selectize-input:after {
- content: none !important; }
-
-.selectize-dropdown {
- height: auto;
- background: #ffffff;
- padding: 0.4375rem 0;
- margin-top: 1px; }
- .selectize-dropdown .option,
- .selectize-dropdown .option-header {
- padding: 0.25rem 0.75rem; }
- .selectize-dropdown .active {
- background: rgba(95, 102, 110, 0.06);
- color: inherit;
- cursor: pointer; }
-
-.jqvmap-zoomin,
-.jqvmap-zoomout {
- height: auto;
- width: auto;
- left: .5rem;
- border: 1px solid rgba(95, 102, 110, 0.2);
- background: #ffffff;
- color: #212b36; }
-
-.jqvmap-zoomin {
- top: .5rem; }
-
-.jqvmap-zoomout {
- top: 2rem; }
-
-.jqvmap-label {
- font-family: inherit;
- font-size: 0.625rem;
- line-height: 1;
- padding: .25rem;
- background: #354052; }
-
-.apexcharts-title-text {
- font-weight: 500 !important; }
-
-.apexcharts-tooltip-title {
- font-weight: 500 !important;
- padding-bottom: .25rem !important; }
-
-.apexcharts-gridline,
-.apexcharts-ycrosshairs,
-.apexcharts-xaxis-tick {
- stroke: rgba(95, 102, 110, 0.2) !important; }
-
-.apexcharts-tooltip {
- line-height: 1;
- color: #fff;
- background: #354052 !important;
- border: 0 !important;
- border-radius: 3px !important; }
-
-.apexcharts-tooltip-title {
- margin: 0 !important;
- background: transparent !important;
- border: 0 !important; }
-
-.apexcharts-tooltip-series-group {
- padding: 0 8px !important; }
-
-.apexcharts-tooltip-marker {
- width: .5rem;
- height: .5rem; }
-
-.apexcharts-gridline,
-.apexcharts-ycrosshairs,
-.apexcharts-xaxis-tick {
- stroke: #e9ecf1; }
-
-.apexcharts-yaxis-label,
-.apexcharts-xaxis-label {
- fill: #5f666e; }
-
-.fc-unthemed .fc-content,
-.fc-unthemed .fc-divider,
-.fc-unthemed .fc-list-heading td,
-.fc-unthemed .fc-list-view,
-.fc-unthemed .fc-popover,
-.fc-unthemed .fc-row,
-.fc-unthemed tbody,
-.fc-unthemed td,
-.fc-unthemed th,
-.fc-unthemed thead {
- border-color: rgba(95, 102, 110, 0.2); }
-
-.fc-unthemed .fc-toolbar h2, .fc-unthemed .fc-toolbar .h2 {
- font-size: 1.25rem;
- margin: 0; }
-
-.fc-unthemed .fc-button {
- color: #5f666e;
- background-color: #ffffff;
- border-color: rgba(95, 102, 110, 0.2);
- padding: 0.4375rem 1rem;
- font-size: 0.875rem;
- border-radius: 3px;
- transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
- .fc-unthemed .fc-button:hover {
- color: #000000;
- background-color: white;
- border-color: rgba(107, 115, 124, 0.2); }
- .btn-check:focus + .fc-unthemed .fc-button, .fc-unthemed .fc-button:focus {
- color: #000000;
- background-color: white;
- border-color: rgba(107, 115, 124, 0.2);
- box-shadow: 0 0 0 0.25rem rgba(95, 102, 110, 0.5); }
- .btn-check:checked + .fc-unthemed .fc-button,
- .btn-check:active + .fc-unthemed .fc-button, .fc-unthemed .fc-button:active, .fc-unthemed .fc-button.active,
- .show > .fc-unthemed .fc-button.dropdown-toggle {
- color: #000000;
- background-color: white;
- border-color: rgba(107, 115, 124, 0.2); }
- .btn-check:checked + .fc-unthemed .fc-button:focus,
- .btn-check:active + .fc-unthemed .fc-button:focus, .fc-unthemed .fc-button:active:focus, .fc-unthemed .fc-button.active:focus,
- .show > .fc-unthemed .fc-button.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.25rem rgba(95, 102, 110, 0.5); }
- .fc-unthemed .fc-button:disabled, .fc-unthemed .fc-button.disabled {
- color: #000000;
- background-color: #ffffff;
- border-color: rgba(95, 102, 110, 0.2); }
- @media (prefers-reduced-motion: reduce) {
- .fc-unthemed .fc-button {
- transition: none; } }
-
-.fc-unthemed .fc-widget-header {
- border: 0; }
-
-.fc-unthemed .fc-day-header {
- padding-bottom: .25rem;
- font-weight: 500; }
-
-.fc-unthemed.card-calendar .fc-day-grid-container {
- border-bottom: 0;
- border-left: 0; }
-
-.fc-unthemed .fc-time {
- font-weight: 500; }
-
-.fc-unthemed .fc-event {
- border-color: rgba(0, 0, 0, 0.05);
- color: #206bc4;
- background-color: #d2e1f3;
- padding: 0 .25rem; }
-
-.flatpickr-input.flatpickr-input {
- background: #ffffff; }
- .flatpickr-input.flatpickr-input.active {
- border-color: #7aade9;
- box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.25); }
-
-.flatpickr-calendar {
- background: #ffffff;
- border: 1px solid rgba(95, 102, 110, 0.2);
- border-radius: 3px;
- padding: .5rem;
- font-size: inherit;
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- margin-top: -1px; }
- .flatpickr-calendar:before, .flatpickr-calendar:after {
- content: none; }
- .flatpickr-calendar .flatpickr-innerContainer,
- .flatpickr-calendar .flatpickr-rContainer,
- .flatpickr-calendar .dayContainer,
- .flatpickr-calendar .flatpickr-days {
- width: 100%; }
- .flatpickr-calendar .dayContainer,
- .flatpickr-calendar .flatpickr-day {
- max-width: 100%;
- min-width: 0; }
- .flatpickr-calendar.inline {
- width: 100%;
- box-shadow: none;
- margin: 0; }
-
-.flatpickr-day {
- color: inherit;
- border-radius: 3px;
- display: flex;
- align-items: center;
- line-height: 1; }
- .flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
- color: inherit;
- opacity: .2; }
- .flatpickr-day.today {
- border-color: rgba(95, 102, 110, 0.2); }
- .flatpickr-day.selected {
- background-color: #206bc4; }
-
-span.flatpickr-weekday {
- font-size: 0.625rem;
- font-weight: 500;
- text-transform: uppercase;
- letter-spacing: .04em;
- line-height: 1.6;
- color: #5f666e; }
-
-.flatpickr-months {
- margin-bottom: .5rem; }
- .flatpickr-months .flatpickr-month {
- color: currentColor;
- fill: currentColor; }
- .flatpickr-months .flatpickr-current-month {
- font-weight: 400; }
- .flatpickr-months .flatpickr-monthDropdown-months {
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
- font-weight: inherit; }
- .flatpickr-months .flatpickr-prev-month,
- .flatpickr-months .flatpickr-next-month {
- position: static;
- color: #5f666e; }
- .flatpickr-months .flatpickr-prev-month:hover,
- .flatpickr-months .flatpickr-next-month:hover {
- color: #212b36; }
- .flatpickr-months .flatpickr-prev-month svg,
- .flatpickr-months .flatpickr-next-month svg {
- display: block;
- fill: currentColor !important; }
- .flatpickr-months .numInputWrapper .cur-year {
- font-weight: inherit; }
- .flatpickr-months .numInputWrapper .arrowUp,
- .flatpickr-months .numInputWrapper .arrowDown {
- display: none; }
-
-.flatpickr-day.inRange,
-.flatpickr-day.prevMonthDay.inRange,
-.flatpickr-day.nextMonthDay.inRange,
-.flatpickr-day.today.inRange,
-.flatpickr-day.prevMonthDay.today.inRange,
-.flatpickr-day.nextMonthDay.today.inRange,
-.flatpickr-day:hover,
-.flatpickr-day.prevMonthDay:hover,
-.flatpickr-day.nextMonthDay:hover,
-.flatpickr-day:focus,
-.flatpickr-day.prevMonthDay:focus,
-.flatpickr-day.nextMonthDay:focus {
- background: rgba(95, 102, 110, 0.06);
- border-color: transparent; }
-
-.noUi-target {
- border: 0;
- box-shadow: none;
- background: none;
- border-radius: 0;
- color: #206bc4; }
-
-.noUi-horizontal {
- height: 1.25rem;
- padding: .5rem 0; }
-
-.noUi-base {
- background: rgba(176, 181, 190, 0.24);
- border-radius: 1rem; }
-
-.noUi-handle {
- width: 1rem;
- height: 1rem;
- border: 2px solid #ffffff;
- box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
- border-radius: 1rem;
- background: currentColor;
- outline: 0; }
- .noUi-handle:before, .noUi-handle:after {
- content: none; }
- .noUi-horizontal .noUi-handle {
- width: 1rem;
- height: 1rem;
- top: -0.5rem;
- right: -0.5rem;
- margin: 1px 1px 0 0; }
- .noUi-handle.noUi-active, .noUi-handle:focus {
- box-shadow: 0 0 0 1px #f5f7fb, 0 0 0 0.25rem rgba(32, 107, 196, 0.25); }
-
-.noUi-connect {
- background: currentColor; }
-/*# sourceMappingURL=tabler.css.map */
\ No newline at end of file
diff --git a/dist/css/tabler.css.map b/dist/css/tabler.css.map
deleted file mode 100644
index ad9a343b6..000000000
Binary files a/dist/css/tabler.css.map and /dev/null differ
diff --git a/dist/css/tabler.min.css b/dist/css/tabler.min.css
deleted file mode 100644
index 82e30940b..000000000
--- a/dist/css/tabler.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-@charset "UTF-8";/*!
- * Tabler (v1.0.0-alpha.7)
- * Copyright 2018-2020 The Tabler Authors
- * Copyright 2018-2020 codecalm
- * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
- */:root{--bs-blue:#206bc4;--bs-azure:#45aaf2;--bs-indigo:#6574cd;--bs-purple:#a55eea;--bs-pink:#f66d9b;--bs-red:#cd201f;--bs-orange:#ff922b;--bs-yellow:#fab005;--bs-lime:#94d82d;--bs-green:#5eba00;--bs-teal:#2bcbba;--bs-cyan:#17a2b8;--bs-gray:#a8aeb7;--bs-gray-dark:#545d6d;--bs-dark:#354052;--bs-primary:#206bc4;--bs-secondary:#5f666e;--bs-success:#5eba00;--bs-info:#45aaf2;--bs-warning:#fab005;--bs-danger:#cd201f;--bs-light:#f5f7fb;--bs-dark:#354052;--bs-font-sans-serif:false,-apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Roboto,Helvetica Neue,sans-serif;--bs-font-monospace:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))}*,::after,::before{box-sizing:border-box}body{margin:0;font-family:var(--bs-font-sans-serif);font-size:.875rem;font-weight:400;line-height:1.7142857;color:#212b36;background-color:#f5f7fb;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}.hr,hr{margin:2rem 0;color:inherit;background-color:currentColor;border:0;opacity:.1}.hr:not([size]),hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h1,h1{font-size:1.75rem}}.h2,h2{font-size:1.25rem}.h3,h3{font-size:1rem}.h4,h4{font-size:.875rem}.h5,h5{font-size:.75rem}.h6,h6{font-size:.625rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.75rem}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#206bc4;text-decoration:none}a:hover{color:#154782}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.75rem;-ms-overflow-style:scrollbar}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.75rem;color:#206bc4;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.75rem;color:#fff;background-color:#354052;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:500}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#5f666e;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit;white-space:normal}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:.875rem;font-weight:400}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.75rem;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:.875rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.75rem;color:#a8aeb7}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#f5f7fb;border:1px solid #e9ecf1;border-radius:3px;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.75rem;color:#a8aeb7}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{--bs-gutter-x:0.75rem;width:100%;padding-right:calc(var(--bs-gutter-x)/ 2);padding-left:calc(var(--bs-gutter-x)/ 2);margin-right:auto;margin-left:auto}@media (min-width:33rem){.container,.container-sm{max-width:32.5rem}}@media (min-width:48rem){.container,.container-md,.container-sm{max-width:47.5rem}}@media (min-width:64rem){.container,.container-lg,.container-md,.container-sm{max-width:64rem}}@media (min-width:75.25rem){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:75.25rem}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x)/ -2);margin-left:calc(var(--bs-gutter-x)/ -2)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)/ 2);padding-left:calc(var(--bs-gutter-x)/ 2);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.3333333%}.col-2{flex:0 0 auto;width:16.6666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.3333333%}.col-5{flex:0 0 auto;width:41.6666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.3333333%}.col-8{flex:0 0 auto;width:66.6666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.3333333%}.col-11{flex:0 0 auto;width:91.6666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.3333333%}.offset-2{margin-left:16.6666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333%}.offset-5{margin-left:41.6666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333%}.offset-8{margin-left:66.6666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333%}.offset-11{margin-left:91.6666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}.g-6,.gx-6{--bs-gutter-x:4.5rem}.g-6,.gy-6{--bs-gutter-y:4.5rem}@media (min-width:33rem){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.3333333%}.col-sm-2{flex:0 0 auto;width:16.6666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.3333333%}.col-sm-5{flex:0 0 auto;width:41.6666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.3333333%}.col-sm-8{flex:0 0 auto;width:66.6666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.3333333%}.col-sm-11{flex:0 0 auto;width:91.6666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333%}.offset-sm-2{margin-left:16.6666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333%}.offset-sm-5{margin-left:41.6666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333%}.offset-sm-8{margin-left:66.6666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333%}.offset-sm-11{margin-left:91.6666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}.g-sm-6,.gx-sm-6{--bs-gutter-x:4.5rem}.g-sm-6,.gy-sm-6{--bs-gutter-y:4.5rem}}@media (min-width:48rem){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.3333333%}.col-md-2{flex:0 0 auto;width:16.6666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.3333333%}.col-md-5{flex:0 0 auto;width:41.6666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.3333333%}.col-md-8{flex:0 0 auto;width:66.6666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.3333333%}.col-md-11{flex:0 0 auto;width:91.6666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333%}.offset-md-2{margin-left:16.6666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333%}.offset-md-5{margin-left:41.6666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333%}.offset-md-8{margin-left:66.6666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333%}.offset-md-11{margin-left:91.6666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}.g-md-6,.gx-md-6{--bs-gutter-x:4.5rem}.g-md-6,.gy-md-6{--bs-gutter-y:4.5rem}}@media (min-width:64rem){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.3333333%}.col-lg-2{flex:0 0 auto;width:16.6666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.3333333%}.col-lg-5{flex:0 0 auto;width:41.6666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.3333333%}.col-lg-8{flex:0 0 auto;width:66.6666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.3333333%}.col-lg-11{flex:0 0 auto;width:91.6666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333%}.offset-lg-2{margin-left:16.6666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333%}.offset-lg-5{margin-left:41.6666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333%}.offset-lg-8{margin-left:66.6666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333%}.offset-lg-11{margin-left:91.6666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}.g-lg-6,.gx-lg-6{--bs-gutter-x:4.5rem}.g-lg-6,.gy-lg-6{--bs-gutter-y:4.5rem}}@media (min-width:75.25rem){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.3333333%}.col-xl-2{flex:0 0 auto;width:16.6666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.3333333%}.col-xl-5{flex:0 0 auto;width:41.6666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.3333333%}.col-xl-8{flex:0 0 auto;width:66.6666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.3333333%}.col-xl-11{flex:0 0 auto;width:91.6666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333%}.offset-xl-2{margin-left:16.6666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333%}.offset-xl-5{margin-left:41.6666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333%}.offset-xl-8{margin-left:66.6666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333%}.offset-xl-11{margin-left:91.6666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}.g-xl-6,.gx-xl-6{--bs-gutter-x:4.5rem}.g-xl-6,.gy-xl-6{--bs-gutter-y:4.5rem}}.markdown>table,.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212b36;--bs-table-striped-bg:rgba(53, 64, 82, 0.024);--bs-table-active-color:#212b36;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212b36;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212b36;vertical-align:top;border-color:rgba(95,102,110,.2)}.markdown>table>:not(caption)>*>*,.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);background-image:linear-gradient(var(--bs-table-accent-bg),var(--bs-table-accent-bg));border-bottom-width:1px}.markdown>table>tbody,.table>tbody{vertical-align:inherit}.markdown>table>thead,.table>thead{vertical-align:bottom}.markdown>table>:not(:last-child)>:last-child>*,.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.markdown>table>:not(caption)>*,.table-bordered>:not(caption)>*{border-width:1px 0}.markdown>table>:not(caption)>*>*,.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(even){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#e9f0f9;--bs-table-striped-bg:#dde4ed;--bs-table-striped-color:#000000;--bs-table-active-bg:#d2d8e0;--bs-table-active-color:#000000;--bs-table-hover-bg:#d8dee6;--bs-table-hover-color:#000000;color:#000;border-color:#d2d8e0}.table-secondary{--bs-table-bg:#eff0f1;--bs-table-striped-bg:#e3e4e5;--bs-table-striped-color:#000000;--bs-table-active-bg:#d7d8d9;--bs-table-active-color:#000000;--bs-table-hover-bg:#dddedf;--bs-table-hover-color:#000000;color:#000;border-color:#d7d8d9}.table-success{--bs-table-bg:#eff8e6;--bs-table-striped-bg:#e3ecdb;--bs-table-striped-color:#000000;--bs-table-active-bg:#d7dfcf;--bs-table-active-color:#000000;--bs-table-hover-bg:#dde5d5;--bs-table-hover-color:#000000;color:#000;border-color:#d7dfcf}.table-info{--bs-table-bg:#ecf7fe;--bs-table-striped-bg:#e0ebf1;--bs-table-striped-color:#000000;--bs-table-active-bg:#d4dee5;--bs-table-active-color:#000000;--bs-table-hover-bg:#dae4eb;--bs-table-hover-color:#000000;color:#000;border-color:#d4dee5}.table-warning{--bs-table-bg:#fff7e6;--bs-table-striped-bg:#f2ebdb;--bs-table-striped-color:#000000;--bs-table-active-bg:#e6decf;--bs-table-active-color:#000000;--bs-table-hover-bg:#ece4d5;--bs-table-hover-color:#000000;color:#000;border-color:#e6decf}.table-danger{--bs-table-bg:#fae9e9;--bs-table-striped-bg:#eedddd;--bs-table-striped-color:#000000;--bs-table-active-bg:#e1d2d2;--bs-table-active-color:#000000;--bs-table-hover-bg:#e7d8d8;--bs-table-hover-color:#000000;color:#000;border-color:#e1d2d2}.table-light{--bs-table-bg:#f5f7fb;--bs-table-striped-bg:#e9ebee;--bs-table-striped-color:#000000;--bs-table-active-bg:#dddee2;--bs-table-active-color:#000000;--bs-table-hover-bg:#e3e4e8;--bs-table-hover-color:#000000;color:#000;border-color:#dddee2}.table-dark{--bs-table-bg:#354052;--bs-table-striped-bg:#3f4a5b;--bs-table-striped-color:#ffffff;--bs-table-active-bg:#495363;--bs-table-active-color:#ffffff;--bs-table-hover-bg:#444e5f;--bs-table-hover-color:#ffffff;color:#fff;border-color:#495363}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:32.98rem){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:47.98rem){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:63.98rem){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:75.23rem){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.4375rem + 1px);padding-bottom:calc(.4375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.4285714}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.125rem + 1px);padding-bottom:calc(.125rem + 1px);font-size:.75rem}.form-text{margin-top:.25rem;font-size:.75rem;color:#5f666e}.form-control{display:block;width:100%;min-height:calc(1.4285714em + .875rem + 2px);padding:.4375rem .75rem;font-size:.875rem;font-weight:400;line-height:1.4285714;color:#212b36;background-color:#fff;background-clip:padding-box;border:1px solid rgba(95,102,110,.2);-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:3px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control:focus{color:inherit;background-color:#fff;border-color:#7aade9;outline:0;box-shadow:0 0 0 .25rem rgba(32,107,196,.25)}.form-control::-webkit-input-placeholder{color:#5f666e;opacity:1}.form-control::-moz-placeholder{color:#5f666e;opacity:1}.form-control:-ms-input-placeholder{color:#5f666e;opacity:1}.form-control::-ms-input-placeholder{color:#5f666e;opacity:1}.form-control::placeholder{color:#5f666e;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#f5f7fb;opacity:1}.form-control-plaintext{display:block;width:100%;padding:.4375rem 0;margin-bottom:0;line-height:1.4285714;color:#212b36;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.4285714em + .25rem + 2px);padding:.125rem .5rem;font-size:.75rem;border-radius:.2rem}.form-control-lg{min-height:calc(1.4285714em + 1rem + 2px);padding:.5rem 1.5rem;font-size:1.25rem;border-radius:.3rem}.form-control-color{max-width:3rem;padding:.4375rem}.form-control-color::-moz-color-swatch{border-radius:3px}.form-control-color::-webkit-color-swatch{border-radius:3px}.form-select{display:block;width:100%;height:calc(1.4285714em + .875rem + 2px);padding:.4375rem 1.75rem .4375rem .75rem;font-size:.875rem;font-weight:400;line-height:1.4285714;color:#212b36;vertical-align:middle;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%2895, 102, 110, 0.44%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid rgba(95,102,110,.2);border-radius:3px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-select:focus{border-color:#7aade9;outline:0;box-shadow:0 0 0 .25rem rgba(32,107,196,.25)}.form-select:focus::-ms-value{color:#212b36;background-color:#fff}.form-select[multiple],.form-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.form-select:disabled{color:#a8aeb7;background-color:#f1f3f8}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212b36}.form-select-sm{height:calc(1.4285714em + .25rem + 2px);padding-top:.125rem;padding-bottom:.125rem;padding-left:.5rem;font-size:.75rem}.form-select-lg{height:calc(1.4285714em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1.5rem;font-size:1.25rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5rem;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5rem}.form-check-input{width:1rem;height:1rem;margin-top:.3571429rem;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(95,102,110,.2);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact;transition:background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-check-input{transition:none}}.form-check-input[type=checkbox]{border-radius:3px}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#7aade9;outline:0;box-shadow:0 0 0 .25rem rgba(32,107,196,.25)}.form-check-input:checked{background-color:#206bc4;border-color:rgba(95,102,110,.2)}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8.5l2.5 2.5l5.5 -5.5'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3ccircle r='3' fill='%23ffffff' cx='8' cy='8' /%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#206bc4;border-color:#206bc4;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.25rem}.form-switch .form-check-input{width:1.75rem;margin-left:-2.25rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%2895, 102, 110, 0.2%29'/%3e%3c/svg%3e");background-position:left center;border-radius:1.75rem}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%237aade9'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.form-file{--bs-form-file-height:calc(1.4285714em + 0.875rem + 2px);position:relative}.form-file-input{position:relative;z-index:2;width:100%;height:var(--bs-form-file-height);margin:0;opacity:0}.form-file-input:focus-within~.form-file-label{border-color:#7aade9;box-shadow:0 0 0 .25rem rgba(32,107,196,.25)}.form-file-input:disabled~.form-file-label .form-file-text,.form-file-input[disabled]~.form-file-label .form-file-text{background-color:#f5f7fb}.form-file-label{position:absolute;top:0;right:0;left:0;z-index:1;display:flex;height:var(--bs-form-file-height);border-color:rgba(95,102,110,.2);border-radius:3px}.form-file-text{display:block;flex-grow:1;padding:.4375rem .75rem;overflow:hidden;font-weight:400;line-height:1.4285714;color:#212b36;text-overflow:ellipsis;white-space:nowrap;background-color:#fff;border-color:inherit;border-style:solid;border-width:1px;border-top-left-radius:inherit;border-bottom-left-radius:inherit}.form-file-button{display:block;flex-shrink:0;padding:.4375rem .75rem;margin-left:-1px;line-height:1.4285714;color:#212b36;background-color:rgba(53,64,82,.024);border-color:inherit;border-style:solid;border-width:1px;border-top-right-radius:inherit;border-bottom-right-radius:inherit}.form-file-sm{--bs-form-file-height:calc(1.4285714em + 0.25rem + 2px);font-size:.75rem}.form-file-sm .form-file-button,.form-file-sm .form-file-text{padding:.125rem .5rem}.form-file-lg{--bs-form-file-height:calc(1.4285714em + 1rem + 2px);font-size:1.25rem}.form-file-lg .form-file-button,.form-file-lg .form-file-text{padding:.5rem 1.5rem}.form-range{width:100%;height:1.25rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #f5f7fb,0 0 0 .25rem rgba(32,107,196,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #f5f7fb,0 0 0 .25rem rgba(32,107,196,.25)}.form-range:focus::-ms-thumb{box-shadow:0 0 0 1px #f5f7fb,0 0 0 .25rem rgba(32,107,196,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.375rem;background-color:#206bc4;border:2px solid #fff;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#a6c8f0}.form-range::-webkit-slider-runnable-track{width:100%;height:.25rem;color:transparent;cursor:pointer;background-color:rgba(176,181,190,.24);border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#206bc4;border:2px solid #fff;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#a6c8f0}.form-range::-moz-range-track{width:100%;height:.25rem;color:transparent;cursor:pointer;background-color:rgba(176,181,190,.24);border-color:transparent;border-radius:1rem}.form-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.125rem;margin-left:.125rem;background-color:#206bc4;border:2px solid #fff;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-ms-thumb{-ms-transition:none;transition:none}}.form-range::-ms-thumb:active{background-color:#a6c8f0}.form-range::-ms-track{width:100%;height:.25rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.form-range::-ms-fill-lower{background-color:rgba(176,181,190,.24);border-radius:1rem}.form-range::-ms-fill-upper{margin-right:15px;background-color:rgba(176,181,190,.24);border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#cbcfd6}.form-range:disabled::-moz-range-thumb{background-color:#cbcfd6}.form-range:disabled::-ms-thumb{background-color:#cbcfd6}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-file,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-file .form-file-input:focus~.form-file-label,.input-group>.form-select:focus{z-index:3}.input-group>.form-file>.form-file-input:focus{z-index:4}.input-group>.form-file:not(:last-child)>.form-file-label{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.form-file:not(:first-child)>.form-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.4375rem .75rem;font-size:.875rem;font-weight:400;line-height:1.4285714;color:#5f666e;text-align:center;white-space:nowrap;background-color:rgba(53,64,82,.024);border:1px solid rgba(95,102,110,.2);border-radius:3px}.input-group-lg>.form-control{min-height:calc(1.4285714em + 1rem + 2px)}.input-group-lg>.form-select{height:calc(1.4285714em + 1rem + 2px)}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1.5rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.form-control{min-height:calc(1.4285714em + .25rem + 2px)}.input-group-sm>.form-select{height:calc(1.4285714em + .25rem + 2px)}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.125rem .5rem;font-size:.75rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:1.75rem}.input-group>.dropdown-toggle:nth-last-child(n+3),.input-group>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.75rem;color:#5eba00}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.765625rem;color:#fff;background-color:rgba(94,186,0,.9);border-radius:3px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#5eba00;padding-right:calc(1.4285714em + .875rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235eba00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='20 6 9 17 4 12'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.3571429em + .21875rem) center;background-size:calc(.7142857em + .4375rem) calc(.7142857em + .4375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#5eba00;box-shadow:0 0 0 .25rem rgba(94,186,0,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.4285714em + .875rem);background-position:top calc(.3571429em + .21875rem) right calc(.3571429em + .21875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#5eba00;padding-right:calc(.75em + 2.40625rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%2895, 102, 110, 0.44%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235eba00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='20 6 9 17 4 12'%3e%3c/polyline%3e%3c/svg%3e");background-position:right .75rem center,center right 1.75rem;background-size:16px 12px,calc(.7142857em + .4375rem) calc(.7142857em + .4375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#5eba00;box-shadow:0 0 0 .25rem rgba(94,186,0,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#5eba00}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#5eba00}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(94,186,0,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#5eba00}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.form-file-input.is-valid~.form-file-label,.was-validated .form-file-input:valid~.form-file-label{border-color:#5eba00}.form-file-input.is-valid:focus~.form-file-label,.was-validated .form-file-input:valid:focus~.form-file-label{border-color:#5eba00;box-shadow:0 0 0 .25rem rgba(94,186,0,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.75rem;color:#cd201f}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.765625rem;color:#fff;background-color:rgba(205,32,31,.9);border-radius:3px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#cd201f;padding-right:calc(1.4285714em + .875rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23cd201f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.3571429em + .21875rem) center;background-size:calc(.7142857em + .4375rem) calc(.7142857em + .4375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#cd201f;box-shadow:0 0 0 .25rem rgba(205,32,31,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.4285714em + .875rem);background-position:top calc(.3571429em + .21875rem) right calc(.3571429em + .21875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#cd201f;padding-right:calc(.75em + 2.40625rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%2895, 102, 110, 0.44%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23cd201f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");background-position:right .75rem center,center right 1.75rem;background-size:16px 12px,calc(.7142857em + .4375rem) calc(.7142857em + .4375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#cd201f;box-shadow:0 0 0 .25rem rgba(205,32,31,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#cd201f}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#cd201f}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(205,32,31,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#cd201f}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.form-file-input.is-invalid~.form-file-label,.was-validated .form-file-input:invalid~.form-file-label{border-color:#cd201f}.form-file-input.is-invalid:focus~.form-file-label,.was-validated .form-file-input:invalid:focus~.form-file-label{border-color:#cd201f;box-shadow:0 0 0 .25rem rgba(205,32,31,.25)}.btn{display:inline-block;font-weight:500;line-height:1.4285714;color:#212b36;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.4375rem 1rem;font-size:.875rem;border-radius:3px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212b36}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(32,107,196,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#206bc4;border-color:#206bc4}.btn-primary:hover{color:#fff;background-color:#1b59a3;border-color:#195398}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#1b59a3;border-color:#195398;box-shadow:0 0 0 .25rem rgba(65,129,205,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#195398;border-color:#174d8d}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(65,129,205,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#206bc4;border-color:#206bc4}.btn-secondary{color:#fff;background-color:#5f666e;border-color:#5f666e}.btn-secondary:hover{color:#fff;background-color:#4d5359;border-color:#474d53}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#4d5359;border-color:#474d53;box-shadow:0 0 0 .25rem rgba(119,125,132,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#474d53;border-color:#41464c}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(119,125,132,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#5f666e;border-color:#5f666e}.btn-success{color:#fff;background-color:#5eba00;border-color:#5eba00}.btn-success:hover{color:#fff;background-color:#4b9400;border-color:#448700}.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#4b9400;border-color:#448700;box-shadow:0 0 0 .25rem rgba(118,196,38,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#448700;border-color:#3e7a00}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(118,196,38,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#5eba00;border-color:#5eba00}.btn-info{color:#fff;background-color:#45aaf2;border-color:#45aaf2}.btn-info:hover{color:#fff;background-color:#219af0;border-color:#1594ef}.btn-check:focus+.btn-info,.btn-info:focus{color:#fff;background-color:#219af0;border-color:#1594ef;box-shadow:0 0 0 .25rem rgba(97,183,244,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#1594ef;border-color:#108ee7}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(97,183,244,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#45aaf2;border-color:#45aaf2}.btn-warning{color:#fff;background-color:#fab005;border-color:#fab005}.btn-warning:hover{color:#fff;background-color:#d59604;border-color:#c88d04}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#fff;background-color:#d59604;border-color:#c88d04;box-shadow:0 0 0 .25rem rgba(251,188,43,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#fff;background-color:#c88d04;border-color:#bc8404}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(251,188,43,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#fff;background-color:#fab005;border-color:#fab005}.btn-danger{color:#fff;background-color:#cd201f;border-color:#cd201f}.btn-danger:hover{color:#fff;background-color:#ac1b1a;border-color:#a11918}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#ac1b1a;border-color:#a11918;box-shadow:0 0 0 .25rem rgba(213,65,65,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#a11918;border-color:#961717}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(213,65,65,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#cd201f;border-color:#cd201f}.btn-light{color:#000;background-color:#f5f7fb;border-color:#f5f7fb}.btn-light:hover{color:#000;background-color:#fff;border-color:#fff}.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#fff;border-color:#fff;box-shadow:0 0 0 .25rem rgba(208,210,213,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#fff;border-color:#fff}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(208,210,213,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f5f7fb;border-color:#f5f7fb}.btn-dark{color:#fff;background-color:#354052;border-color:#354052}.btn-dark:hover{color:#fff;background-color:#262e3b;border-color:#212833}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#262e3b;border-color:#212833;box-shadow:0 0 0 .25rem rgba(83,93,108,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#212833;border-color:#1c222b}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(83,93,108,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#354052;border-color:#354052}.btn-outline-primary{color:#206bc4;border-color:#206bc4}.btn-outline-primary:hover{color:#fff;background-color:#206bc4;border-color:#206bc4}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(32,107,196,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#206bc4;border-color:#206bc4}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(32,107,196,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#206bc4;background-color:transparent}.btn-outline-secondary{color:#5f666e;border-color:#5f666e}.btn-outline-secondary:hover{color:#fff;background-color:#5f666e;border-color:#5f666e}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(95,102,110,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#5f666e;border-color:#5f666e}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(95,102,110,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#5f666e;background-color:transparent}.btn-outline-success{color:#5eba00;border-color:#5eba00}.btn-outline-success:hover{color:#fff;background-color:#5eba00;border-color:#5eba00}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(94,186,0,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#5eba00;border-color:#5eba00}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(94,186,0,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#5eba00;background-color:transparent}.btn-outline-info{color:#45aaf2;border-color:#45aaf2}.btn-outline-info:hover{color:#fff;background-color:#45aaf2;border-color:#45aaf2}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(69,170,242,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#fff;background-color:#45aaf2;border-color:#45aaf2}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(69,170,242,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#45aaf2;background-color:transparent}.btn-outline-warning{color:#fab005;border-color:#fab005}.btn-outline-warning:hover{color:#fff;background-color:#fab005;border-color:#fab005}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(250,176,5,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#fff;background-color:#fab005;border-color:#fab005}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(250,176,5,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#fab005;background-color:transparent}.btn-outline-danger{color:#cd201f;border-color:#cd201f}.btn-outline-danger:hover{color:#fff;background-color:#cd201f;border-color:#cd201f}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(205,32,31,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#cd201f;border-color:#cd201f}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(205,32,31,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#cd201f;background-color:transparent}.btn-outline-light{color:#f5f7fb;border-color:#f5f7fb}.btn-outline-light:hover{color:#000;background-color:#f5f7fb;border-color:#f5f7fb}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(245,247,251,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f5f7fb;border-color:#f5f7fb}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(245,247,251,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f5f7fb;background-color:transparent}.btn-outline-dark{color:#354052;border-color:#354052}.btn-outline-dark:hover{color:#fff;background-color:#354052;border-color:#354052}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(53,64,82,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#354052;border-color:#354052}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(53,64,82,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#354052;background-color:transparent}.btn-link{font-weight:400;color:#206bc4;text-decoration:none}.btn-link:hover{color:#154782}.btn-link.disabled,.btn-link:disabled{color:#a8aeb7}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1.5rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.125rem .5rem;font-size:.75rem;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{content:"";display:inline-block;vertical-align:.306em;width:.36em;height:.36em;border-bottom:1px solid;border-left:1px solid;margin-right:.1em;margin-left:.4em;transform:rotate(-45deg)}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;min-width:14rem;padding:.5rem 0;margin:1px 0 0;font-size:.875rem;color:#212b36;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(95,102,110,.2);border-radius:3px}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:33rem){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:48rem){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:64rem){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:75.25rem){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:1px}.dropup .dropdown-toggle:after{content:"";display:inline-block;vertical-align:.306em;width:.36em;height:.36em;border-bottom:1px solid;border-left:1px solid;margin-right:.1em;margin-left:.4em;transform:rotate(135deg)}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:1px}.dropright .dropdown-toggle:after{content:"";display:inline-block;vertical-align:.306em;width:.36em;height:.36em;border-bottom:1px solid;border-left:1px solid;margin-right:.1em;margin-left:.4em;transform:rotate(-135deg)}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:1px}.dropleft .dropdown-toggle:before{content:"";display:inline-block;vertical-align:.306em;width:.36em;height:.36em;border-bottom:1px solid;border-left:1px solid;margin-right:.1em;margin-right:.4em;transform:rotate(45deg)}.dropleft .dropdown-toggle:after{content:none}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(95,102,110,.2)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#354052;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:inherit;background-color:rgba(95,102,110,.06)}.dropdown-item.active,.dropdown-item:active{color:#206bc4;text-decoration:none;background-color:rgba(32,107,196,.06)}.dropdown-item.disabled,.dropdown-item:disabled{color:#a8aeb7;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.765625rem;color:#a8aeb7;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#354052}.dropdown-menu-dark{color:#e9ecf1;background-color:#545d6d;border-color:rgba(95,102,110,.2)}.dropdown-menu-dark .dropdown-item{color:#e9ecf1}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:rgba(255,255,255,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#206bc4;background-color:rgba(32,107,196,.06)}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#cbcfd6}.dropdown-menu-dark .dropdown-divider{border-color:rgba(95,102,110,.2)}.dropdown-menu-dark .dropdown-item-text{color:#e9ecf1}.dropdown-menu-dark .dropdown-header{color:#cbcfd6}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:1.125rem;padding-left:1.125rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.25rem .75rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link.disabled{color:#a8aeb7;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #e9ecf1}.nav-tabs .nav-link{margin-bottom:-1px;border:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#f1f3f8 #f1f3f8 #e9ecf1}.nav-tabs .nav-link.disabled{color:#a8aeb7;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#7a828f;background-color:#f5f7fb;border-color:#e9ecf1 #e9ecf1 #f5f7fb}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:3px}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#206bc4}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.25rem;padding-bottom:.25rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.25rem;padding-bottom:.25rem;margin-right:0;font-size:1rem;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.25rem;padding-bottom:.25rem}.navbar-collapse{align-items:center;width:100%}.navbar-toggler{padding:0 0;font-size:1rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:3px;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}@media (min-width:33rem){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.75rem;padding-left:.75rem}.navbar-expand-sm .navbar-collapse{display:flex!important}.navbar-expand-sm .navbar-toggler{display:none}}@media (min-width:48rem){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.75rem;padding-left:.75rem}.navbar-expand-md .navbar-collapse{display:flex!important}.navbar-expand-md .navbar-toggler{display:none}}@media (min-width:64rem){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.75rem;padding-left:.75rem}.navbar-expand-lg .navbar-collapse{display:flex!important}.navbar-expand-lg .navbar-toggler{display:none}}@media (min-width:75.25rem){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.75rem;padding-left:.75rem}.navbar-expand-xl .navbar-collapse{display:flex!important}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.75rem;padding-left:.75rem}.navbar-expand .navbar-collapse{display:flex!important}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:#212b36}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:#212b36}.navbar-light .navbar-nav .nav-link{color:rgba(33,43,54,.72)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(33,43,54,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:#212b36}.navbar-light .navbar-toggler{color:rgba(33,43,54,.72);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 43, 54, 0.72%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(33,43,54,.72)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:#212b36}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.72)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.3)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.72);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.72%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.72)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(95,102,110,.2);border-radius:3px}.card>.hr,.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:2px;border-top-right-radius:2px}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:2px;border-bottom-left-radius:2px}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(53,64,82,.024);border-bottom:1px solid rgba(95,102,110,.2)}.card-header:first-child{border-radius:2px 2px 0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(53,64,82,.024);border-top:1px solid rgba(95,102,110,.2)}.card-footer:last-child{border-radius:0 0 2px 2px}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-tabs .nav-link.active{background-color:#fff;border-bottom-color:#fff}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:2px}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:2px;border-top-right-radius:2px}.card-img,.card-img-bottom{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.card-group>.card{margin-bottom:1.5rem}@media (min-width:33rem){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:flex;flex-wrap:wrap;padding:.5rem 1rem;margin-bottom:1rem;list-style:none;background-color:#f1f3f8;border-radius:3px}.breadcrumb-item{display:flex}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#a8aeb7;content:"/"}.breadcrumb-item.active{color:#a8aeb7}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#5f666e;background-color:transparent;border:0 solid #e9ecf1;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#154782;background-color:#f1f3f8;border-color:#e9ecf1}.page-link:focus{z-index:3;color:#154782;background-color:#f1f3f8;outline:0;box-shadow:0 0 0 .25rem rgba(32,107,196,.25)}.page-item:not(:first-child) .page-link{margin-left:0}.page-item.active .page-link{z-index:3;color:#fff;background-color:#206bc4;border-color:#206bc4}.page-item.disabled .page-link{color:rgba(95,102,110,.5);pointer-events:none;background-color:transparent;border-color:#e9ecf1}.page-link{padding:.25rem .25rem}.page-item:first-child .page-link{border-top-left-radius:3px;border-bottom-left-radius:3px}.page-item:last-child .page-link{border-top-right-radius:3px;border-bottom-right-radius:3px}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.09375rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.765625rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:500;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:3px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:3px}.alert-heading{color:inherit}.alert-link{font-weight:500}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;padding:1.25rem 1rem}.alert-primary{color:#061527;background-color:#d2e1f3;border-color:#a6c4e7}.alert-primary .alert-link{color:#000}.alert-secondary{color:#131416;background-color:#dfe0e2;border-color:#bfc2c5}.alert-secondary .alert-link{color:#000}.alert-success{color:#132500;background-color:#dff1cc;border-color:#bfe399}.alert-success .alert-link{color:#000}.alert-info{color:#0e2230;background-color:#daeefc;border-color:#b5ddfa}.alert-info .alert-link{color:#020609}.alert-warning{color:#322301;background-color:#feefcd;border-color:#fddf9b}.alert-warning .alert-link{color:#000}.alert-danger{color:#290606;background-color:#f5d2d2;border-color:#eba6a5}.alert-danger .alert-link{color:#000}.alert-light{color:#313132;background-color:#fdfdfe;border-color:#fbfcfd}.alert-light .alert-link{color:#181818}.alert-dark{color:#0b0d10;background-color:#d7d9dc;border-color:#aeb3ba}.alert-dark .alert-link{color:#000}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:.5rem}}@keyframes progress-bar-stripes{0%{background-position-x:.5rem}}.progress{display:flex;height:.5rem;overflow:hidden;font-size:.65625rem;background-color:rgba(176,181,190,.24);border-radius:3px}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#206bc4;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:.5rem .5rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:3px}.list-group-item-action{width:100%;color:inherit;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:inherit;text-decoration:none;background-color:#f5f7fb}.list-group-item-action:active{color:#212b36;background-color:#f1f3f8}.list-group-item{position:relative;display:block;padding:.5rem .75rem;background-color:inherit;border:1px solid rgba(95,102,110,.2)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#a8aeb7;pointer-events:none;background-color:inherit}.list-group-item.active{z-index:2;color:#fff;background-color:#206bc4;border-color:#206bc4}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:3px;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:3px;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:33rem){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:3px;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:3px;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:48rem){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:3px;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:3px;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:64rem){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:3px;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:3px;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:75.25rem){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:3px;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:3px;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#0d2b4e;background-color:#e9f0f9}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#0d2b4e;background-color:#d5e2f4}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#0d2b4e;border-color:#0d2b4e}.list-group-item-secondary{color:#26292c;background-color:#eff0f1}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#26292c;background-color:#e1e3e5}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#26292c;border-color:#26292c}.list-group-item-success{color:#264a00;background-color:#eff8e6}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#264a00;background-color:#e2f2d2}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#264a00;border-color:#264a00}.list-group-item-info{color:#1c4461;background-color:#ecf7fe}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#1c4461;background-color:#d4edfd}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#1c4461;border-color:#1c4461}.list-group-item-warning{color:#644602;background-color:#fff7e6}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#644602;background-color:#ffefcd}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#644602;border-color:#644602}.list-group-item-danger{color:#520d0c;background-color:#fae9e9}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#520d0c;background-color:#f5d4d4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#520d0c;border-color:#520d0c}.list-group-item-light{color:#626364;background-color:#fefeff}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#626364;background-color:#e5e5ff}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#626364;border-color:#626364}.list-group-item-dark{color:#151a21;background-color:#ebecee}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#151a21;background-color:#dddfe2}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#151a21;border-color:#151a21}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 16 16'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") no-repeat center center/1em auto;background-clip:content-box;border:0;border-radius:3px;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(32,107,196,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{max-width:350px;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(95,102,110,.2);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);opacity:0;border-radius:3px}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#5f666e;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:2px;border-top-right-radius:2px}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-1rem)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fbfbfb;background-clip:padding-box;border:1px solid rgba(95,102,110,.1);border-radius:3px;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#354052}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.24}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid rgba(95,102,110,.1);border-top-left-radius:2px;border-top-right-radius:2px}.modal-header .btn-close{padding:.75rem .75rem;margin:-.75rem -.75rem -.75rem auto}.modal-title{margin-bottom:0;line-height:1.7142857}.modal-body{position:relative;flex:1 1 auto;padding:1.5rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:1.125rem;border-top:0 solid rgba(95,102,110,.1);border-bottom-right-radius:2px;border-bottom-left-radius:2px}.modal-footer>*{margin:.375rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:33rem){.modal-dialog{max-width:540px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:380px}}@media (min-width:64rem){.modal-lg,.modal-xl{max-width:720px}}@media (min-width:75.25rem){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:32.98rem){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:47.98rem){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:63.98rem){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:75.23rem){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.7142857;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.765625rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .tooltip-arrow,.bs-tooltip-right .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .tooltip-arrow::before,.bs-tooltip-right .tooltip-arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .tooltip-arrow,.bs-tooltip-left .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .tooltip-arrow::before,.bs-tooltip-left .tooltip-arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:3px}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.7142857;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.765625rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(95,102,110,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(95,102,110,.25)}.bs-popover-auto[x-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.popover-arrow,.bs-popover-right>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.popover-arrow::before,.bs-popover-right>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(95,102,110,.25)}.bs-popover-auto[x-placement^=right]>.popover-arrow::after,.bs-popover-right>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(95,102,110,.25)}.bs-popover-auto[x-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.popover-arrow,.bs-popover-left>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.popover-arrow::before,.bs-popover-left>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(95,102,110,.25)}.bs-popover-auto[x-placement^=left]>.popover-arrow::after,.bs-popover-left>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212b36}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:1.5rem;height:1.5rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='15 18 9 12 15 6'%3e%3c/polyline%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='9 18 15 12 9 6'%3e%3c/polyline%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators li{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:1.5rem;height:1.5rem;vertical-align:text-bottom;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:1px}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:1.5rem;height:1.5rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#206bc4}.link-primary:focus,.link-primary:hover{color:#154782}.link-secondary{color:#5f666e}.link-secondary:focus,.link-secondary:hover{color:#3c4045}.link-success{color:#5eba00}.link-success:focus,.link-success:hover{color:#376e00}.link-info{color:#45aaf2}.link-info:focus,.link-info:hover{color:#0f86db}.link-warning{color:#fab005}.link-warning:focus,.link-warning:hover{color:#af7b04}.link-danger{color:#cd201f}.link-danger:focus,.link-danger:hover{color:#8b1615}.link-light{color:#f5f7fb}.link-light:focus,.link-light:hover{color:#fff}.link-dark{color:#354052}.link-dark:focus,.link-dark:hover{color:#171c24}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--aspect-ratio:100%}.ratio-4x3{--aspect-ratio:calc(3 / 4 * 100%)}.ratio-16x9{--aspect-ratio:calc(9 / 16 * 100%)}.ratio-21x9{--aspect-ratio:calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:33rem){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:48rem){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:64rem){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:75.25rem){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.visually-hidden,.visually-hidden-focusable:not(:focus){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.left-0{left:0!important}.left-50{left:50%!important}.left-100{left:100%!important}.right-0{right:0!important}.right-50{right:50%!important}.right-100{right:100%!important}.translate-middle{transform:translateX(-50%) translateY(-50%)!important}.border{border:1px solid rgba(95,102,110,.2)!important}.border-wide{border:2px solid rgba(95,102,110,.2)!important}.border-0{border:0!important}.border-top{border-top:1px solid rgba(95,102,110,.2)!important}.border-top-wide{border-top:2px solid rgba(95,102,110,.2)!important}.border-top-0{border-top:0!important}.border-right{border-right:1px solid rgba(95,102,110,.2)!important}.border-right-wide{border-right:2px solid rgba(95,102,110,.2)!important}.border-right-0{border-right:0!important}.border-bottom{border-bottom:1px solid rgba(95,102,110,.2)!important}.border-bottom-wide{border-bottom:2px solid rgba(95,102,110,.2)!important}.border-bottom-0{border-bottom:0!important}.border-left{border-left:1px solid rgba(95,102,110,.2)!important}.border-left-wide{border-left:2px solid rgba(95,102,110,.2)!important}.border-left-0{border-left:0!important}.border-primary{border-color:#206bc4!important}.border-secondary{border-color:#5f666e!important}.border-success{border-color:#5eba00!important}.border-info{border-color:#45aaf2!important}.border-warning{border-color:#fab005!important}.border-danger{border-color:#cd201f!important}.border-light{border-color:#f5f7fb!important}.border-dark{border-color:#354052!important}.border-white{border-color:#fff!important}.border-0{border-width:0!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-1{width:1%!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-1{height:1%!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{-ms-grid-row-align:center!important;align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-6{margin:4.5rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-6{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-6{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-6{margin-top:4.5rem!important}.mt-auto{margin-top:auto!important}.mr-0{-webkit-margin-end:0!important;margin-inline-end:0!important}.mr-1{-webkit-margin-end:.25rem!important;margin-inline-end:.25rem!important}.mr-2{-webkit-margin-end:.5rem!important;margin-inline-end:.5rem!important}.mr-3{-webkit-margin-end:1rem!important;margin-inline-end:1rem!important}.mr-4{-webkit-margin-end:1.5rem!important;margin-inline-end:1.5rem!important}.mr-5{-webkit-margin-end:3rem!important;margin-inline-end:3rem!important}.mr-6{-webkit-margin-end:4.5rem!important;margin-inline-end:4.5rem!important}.mr-auto{-webkit-margin-end:auto!important;margin-inline-end:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-6{margin-bottom:4.5rem!important}.mb-auto{margin-bottom:auto!important}.ml-0{-webkit-margin-start:0!important;margin-inline-start:0!important}.ml-1{-webkit-margin-start:.25rem!important;margin-inline-start:.25rem!important}.ml-2{-webkit-margin-start:.5rem!important;margin-inline-start:.5rem!important}.ml-3{-webkit-margin-start:1rem!important;margin-inline-start:1rem!important}.ml-4{-webkit-margin-start:1.5rem!important;margin-inline-start:1.5rem!important}.ml-5{-webkit-margin-start:3rem!important;margin-inline-start:3rem!important}.ml-6{-webkit-margin-start:4.5rem!important;margin-inline-start:4.5rem!important}.ml-auto{-webkit-margin-start:auto!important;margin-inline-start:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.p-6{padding:4.5rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.px-6{padding-right:4.5rem!important;padding-left:4.5rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-6{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pt-6{padding-top:4.5rem!important}.pr-0{-webkit-padding-end:0!important;padding-inline-end:0!important}.pr-1{-webkit-padding-end:.25rem!important;padding-inline-end:.25rem!important}.pr-2{-webkit-padding-end:.5rem!important;padding-inline-end:.5rem!important}.pr-3{-webkit-padding-end:1rem!important;padding-inline-end:1rem!important}.pr-4{-webkit-padding-end:1.5rem!important;padding-inline-end:1.5rem!important}.pr-5{-webkit-padding-end:3rem!important;padding-inline-end:3rem!important}.pr-6{-webkit-padding-end:4.5rem!important;padding-inline-end:4.5rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.pb-6{padding-bottom:4.5rem!important}.pl-0{-webkit-padding-start:0!important;padding-inline-start:0!important}.pl-1{-webkit-padding-start:.25rem!important;padding-inline-start:.25rem!important}.pl-2{-webkit-padding-start:.5rem!important;padding-inline-start:.5rem!important}.pl-3{-webkit-padding-start:1rem!important;padding-inline-start:1rem!important}.pl-4{-webkit-padding-start:1.5rem!important;padding-inline-start:1.5rem!important}.pl-5{-webkit-padding-start:3rem!important;padding-inline-start:3rem!important}.pl-6{-webkit-padding-start:4.5rem!important;padding-inline-start:4.5rem!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-medium{font-weight:500!important}.font-weight-semibold{font-weight:600!important}.font-weight-bold{font-weight:700!important}.font-weight-extrabold{font-weight:800!important}.font-weight-black{font-weight:900!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-left{text-align:start!important}.text-right{text-align:end!important}.text-center{text-align:center!important}.text-primary{color:#206bc4!important}.text-secondary{color:#5f666e!important}.text-success{color:#5eba00!important}.text-info{color:#45aaf2!important}.text-warning{color:#fab005!important}.text-danger{color:#cd201f!important}.text-light{color:#f5f7fb!important}.text-dark{color:#354052!important}.text-white{color:#fff!important}.text-body{color:#212b36!important}.text-muted{color:#5f666e!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-reset{color:inherit!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.4285714!important}.lh-base{line-height:1.7142857!important}.lh-lg{line-height:2.2857143!important}.bg-primary{background-color:#206bc4!important}.bg-secondary{background-color:#5f666e!important}.bg-success{background-color:#5eba00!important}.bg-info{background-color:#45aaf2!important}.bg-warning{background-color:#fab005!important}.bg-danger{background-color:#cd201f!important}.bg-light{background-color:#f5f7fb!important}.bg-dark{background-color:#354052!important}.bg-body{background-color:#f5f7fb!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.bg-gradient{background-image:var(--bs-gradient)!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.font-italic{font-style:italic!important}.font-normal{font-style:normal!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;-ms-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:3px!important}.rounded-sm{border-radius:.2rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.rounded-top{border-top-left-radius:3px!important;border-top-right-radius:3px!important}.rounded-right{border-top-right-radius:3px!important;border-bottom-right-radius:3px!important}.rounded-bottom{border-bottom-right-radius:3px!important;border-bottom-left-radius:3px!important}.rounded-left{border-bottom-left-radius:3px!important;border-top-left-radius:3px!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.object-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-scale-down{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-none{-o-object-fit:none!important;object-fit:none!important}.tracking-tight{letter-spacing:-.05em!important}.tracking-normal{letter-spacing:0!important}.tracking-wide{letter-spacing:.05em!important}.cursor-auto{cursor:auto!important}.cursor-pointer{cursor:pointer!important}.cursor-move{cursor:move!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-zoom-in{cursor:zoom-in!important}.cursor-zoom-out{cursor:zoom-out!important}.text-h1{font-size:1.75rem!important}.text-h2{font-size:1.25rem!important}.text-h3{font-size:1rem!important}.text-h4{font-size:.875rem!important}.text-h5{font-size:.75rem!important}.text-h6{font-size:.625rem!important}.leading-0{line-height:0!important}.leading-1{line-height:.25rem!important}.leading-2{line-height:.5rem!important}.leading-3{line-height:1rem!important}.leading-4{line-height:1.5rem!important}.leading-5{line-height:3rem!important}.leading-6{line-height:4.5rem!important}@media (min-width:33rem){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{-ms-grid-row-align:center!important;align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-6{margin:4.5rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-6{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-6{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-6{margin-top:4.5rem!important}.mt-sm-auto{margin-top:auto!important}.mr-sm-0{-webkit-margin-end:0!important;margin-inline-end:0!important}.mr-sm-1{-webkit-margin-end:.25rem!important;margin-inline-end:.25rem!important}.mr-sm-2{-webkit-margin-end:.5rem!important;margin-inline-end:.5rem!important}.mr-sm-3{-webkit-margin-end:1rem!important;margin-inline-end:1rem!important}.mr-sm-4{-webkit-margin-end:1.5rem!important;margin-inline-end:1.5rem!important}.mr-sm-5{-webkit-margin-end:3rem!important;margin-inline-end:3rem!important}.mr-sm-6{-webkit-margin-end:4.5rem!important;margin-inline-end:4.5rem!important}.mr-sm-auto{-webkit-margin-end:auto!important;margin-inline-end:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-6{margin-bottom:4.5rem!important}.mb-sm-auto{margin-bottom:auto!important}.ml-sm-0{-webkit-margin-start:0!important;margin-inline-start:0!important}.ml-sm-1{-webkit-margin-start:.25rem!important;margin-inline-start:.25rem!important}.ml-sm-2{-webkit-margin-start:.5rem!important;margin-inline-start:.5rem!important}.ml-sm-3{-webkit-margin-start:1rem!important;margin-inline-start:1rem!important}.ml-sm-4{-webkit-margin-start:1.5rem!important;margin-inline-start:1.5rem!important}.ml-sm-5{-webkit-margin-start:3rem!important;margin-inline-start:3rem!important}.ml-sm-6{-webkit-margin-start:4.5rem!important;margin-inline-start:4.5rem!important}.ml-sm-auto{-webkit-margin-start:auto!important;margin-inline-start:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.p-sm-6{padding:4.5rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.px-sm-6{padding-right:4.5rem!important;padding-left:4.5rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-sm-6{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pt-sm-6{padding-top:4.5rem!important}.pr-sm-0{-webkit-padding-end:0!important;padding-inline-end:0!important}.pr-sm-1{-webkit-padding-end:.25rem!important;padding-inline-end:.25rem!important}.pr-sm-2{-webkit-padding-end:.5rem!important;padding-inline-end:.5rem!important}.pr-sm-3{-webkit-padding-end:1rem!important;padding-inline-end:1rem!important}.pr-sm-4{-webkit-padding-end:1.5rem!important;padding-inline-end:1.5rem!important}.pr-sm-5{-webkit-padding-end:3rem!important;padding-inline-end:3rem!important}.pr-sm-6{-webkit-padding-end:4.5rem!important;padding-inline-end:4.5rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.pb-sm-6{padding-bottom:4.5rem!important}.pl-sm-0{-webkit-padding-start:0!important;padding-inline-start:0!important}.pl-sm-1{-webkit-padding-start:.25rem!important;padding-inline-start:.25rem!important}.pl-sm-2{-webkit-padding-start:.5rem!important;padding-inline-start:.5rem!important}.pl-sm-3{-webkit-padding-start:1rem!important;padding-inline-start:1rem!important}.pl-sm-4{-webkit-padding-start:1.5rem!important;padding-inline-start:1.5rem!important}.pl-sm-5{-webkit-padding-start:3rem!important;padding-inline-start:3rem!important}.pl-sm-6{-webkit-padding-start:4.5rem!important;padding-inline-start:4.5rem!important}.text-sm-left{text-align:start!important}.text-sm-right{text-align:end!important}.text-sm-center{text-align:center!important}}@media (min-width:48rem){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{-ms-grid-row-align:center!important;align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-6{margin:4.5rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-6{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-6{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-6{margin-top:4.5rem!important}.mt-md-auto{margin-top:auto!important}.mr-md-0{-webkit-margin-end:0!important;margin-inline-end:0!important}.mr-md-1{-webkit-margin-end:.25rem!important;margin-inline-end:.25rem!important}.mr-md-2{-webkit-margin-end:.5rem!important;margin-inline-end:.5rem!important}.mr-md-3{-webkit-margin-end:1rem!important;margin-inline-end:1rem!important}.mr-md-4{-webkit-margin-end:1.5rem!important;margin-inline-end:1.5rem!important}.mr-md-5{-webkit-margin-end:3rem!important;margin-inline-end:3rem!important}.mr-md-6{-webkit-margin-end:4.5rem!important;margin-inline-end:4.5rem!important}.mr-md-auto{-webkit-margin-end:auto!important;margin-inline-end:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-6{margin-bottom:4.5rem!important}.mb-md-auto{margin-bottom:auto!important}.ml-md-0{-webkit-margin-start:0!important;margin-inline-start:0!important}.ml-md-1{-webkit-margin-start:.25rem!important;margin-inline-start:.25rem!important}.ml-md-2{-webkit-margin-start:.5rem!important;margin-inline-start:.5rem!important}.ml-md-3{-webkit-margin-start:1rem!important;margin-inline-start:1rem!important}.ml-md-4{-webkit-margin-start:1.5rem!important;margin-inline-start:1.5rem!important}.ml-md-5{-webkit-margin-start:3rem!important;margin-inline-start:3rem!important}.ml-md-6{-webkit-margin-start:4.5rem!important;margin-inline-start:4.5rem!important}.ml-md-auto{-webkit-margin-start:auto!important;margin-inline-start:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.p-md-6{padding:4.5rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.px-md-6{padding-right:4.5rem!important;padding-left:4.5rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-md-6{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pt-md-6{padding-top:4.5rem!important}.pr-md-0{-webkit-padding-end:0!important;padding-inline-end:0!important}.pr-md-1{-webkit-padding-end:.25rem!important;padding-inline-end:.25rem!important}.pr-md-2{-webkit-padding-end:.5rem!important;padding-inline-end:.5rem!important}.pr-md-3{-webkit-padding-end:1rem!important;padding-inline-end:1rem!important}.pr-md-4{-webkit-padding-end:1.5rem!important;padding-inline-end:1.5rem!important}.pr-md-5{-webkit-padding-end:3rem!important;padding-inline-end:3rem!important}.pr-md-6{-webkit-padding-end:4.5rem!important;padding-inline-end:4.5rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.pb-md-6{padding-bottom:4.5rem!important}.pl-md-0{-webkit-padding-start:0!important;padding-inline-start:0!important}.pl-md-1{-webkit-padding-start:.25rem!important;padding-inline-start:.25rem!important}.pl-md-2{-webkit-padding-start:.5rem!important;padding-inline-start:.5rem!important}.pl-md-3{-webkit-padding-start:1rem!important;padding-inline-start:1rem!important}.pl-md-4{-webkit-padding-start:1.5rem!important;padding-inline-start:1.5rem!important}.pl-md-5{-webkit-padding-start:3rem!important;padding-inline-start:3rem!important}.pl-md-6{-webkit-padding-start:4.5rem!important;padding-inline-start:4.5rem!important}.text-md-left{text-align:start!important}.text-md-right{text-align:end!important}.text-md-center{text-align:center!important}}@media (min-width:64rem){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{-ms-grid-row-align:center!important;align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-6{margin:4.5rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-6{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-6{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-6{margin-top:4.5rem!important}.mt-lg-auto{margin-top:auto!important}.mr-lg-0{-webkit-margin-end:0!important;margin-inline-end:0!important}.mr-lg-1{-webkit-margin-end:.25rem!important;margin-inline-end:.25rem!important}.mr-lg-2{-webkit-margin-end:.5rem!important;margin-inline-end:.5rem!important}.mr-lg-3{-webkit-margin-end:1rem!important;margin-inline-end:1rem!important}.mr-lg-4{-webkit-margin-end:1.5rem!important;margin-inline-end:1.5rem!important}.mr-lg-5{-webkit-margin-end:3rem!important;margin-inline-end:3rem!important}.mr-lg-6{-webkit-margin-end:4.5rem!important;margin-inline-end:4.5rem!important}.mr-lg-auto{-webkit-margin-end:auto!important;margin-inline-end:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-6{margin-bottom:4.5rem!important}.mb-lg-auto{margin-bottom:auto!important}.ml-lg-0{-webkit-margin-start:0!important;margin-inline-start:0!important}.ml-lg-1{-webkit-margin-start:.25rem!important;margin-inline-start:.25rem!important}.ml-lg-2{-webkit-margin-start:.5rem!important;margin-inline-start:.5rem!important}.ml-lg-3{-webkit-margin-start:1rem!important;margin-inline-start:1rem!important}.ml-lg-4{-webkit-margin-start:1.5rem!important;margin-inline-start:1.5rem!important}.ml-lg-5{-webkit-margin-start:3rem!important;margin-inline-start:3rem!important}.ml-lg-6{-webkit-margin-start:4.5rem!important;margin-inline-start:4.5rem!important}.ml-lg-auto{-webkit-margin-start:auto!important;margin-inline-start:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.p-lg-6{padding:4.5rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.px-lg-6{padding-right:4.5rem!important;padding-left:4.5rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-lg-6{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pt-lg-6{padding-top:4.5rem!important}.pr-lg-0{-webkit-padding-end:0!important;padding-inline-end:0!important}.pr-lg-1{-webkit-padding-end:.25rem!important;padding-inline-end:.25rem!important}.pr-lg-2{-webkit-padding-end:.5rem!important;padding-inline-end:.5rem!important}.pr-lg-3{-webkit-padding-end:1rem!important;padding-inline-end:1rem!important}.pr-lg-4{-webkit-padding-end:1.5rem!important;padding-inline-end:1.5rem!important}.pr-lg-5{-webkit-padding-end:3rem!important;padding-inline-end:3rem!important}.pr-lg-6{-webkit-padding-end:4.5rem!important;padding-inline-end:4.5rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.pb-lg-6{padding-bottom:4.5rem!important}.pl-lg-0{-webkit-padding-start:0!important;padding-inline-start:0!important}.pl-lg-1{-webkit-padding-start:.25rem!important;padding-inline-start:.25rem!important}.pl-lg-2{-webkit-padding-start:.5rem!important;padding-inline-start:.5rem!important}.pl-lg-3{-webkit-padding-start:1rem!important;padding-inline-start:1rem!important}.pl-lg-4{-webkit-padding-start:1.5rem!important;padding-inline-start:1.5rem!important}.pl-lg-5{-webkit-padding-start:3rem!important;padding-inline-start:3rem!important}.pl-lg-6{-webkit-padding-start:4.5rem!important;padding-inline-start:4.5rem!important}.text-lg-left{text-align:start!important}.text-lg-right{text-align:end!important}.text-lg-center{text-align:center!important}}@media (min-width:75.25rem){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{-ms-grid-row-align:center!important;align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-6{margin:4.5rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-6{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-6{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-6{margin-top:4.5rem!important}.mt-xl-auto{margin-top:auto!important}.mr-xl-0{-webkit-margin-end:0!important;margin-inline-end:0!important}.mr-xl-1{-webkit-margin-end:.25rem!important;margin-inline-end:.25rem!important}.mr-xl-2{-webkit-margin-end:.5rem!important;margin-inline-end:.5rem!important}.mr-xl-3{-webkit-margin-end:1rem!important;margin-inline-end:1rem!important}.mr-xl-4{-webkit-margin-end:1.5rem!important;margin-inline-end:1.5rem!important}.mr-xl-5{-webkit-margin-end:3rem!important;margin-inline-end:3rem!important}.mr-xl-6{-webkit-margin-end:4.5rem!important;margin-inline-end:4.5rem!important}.mr-xl-auto{-webkit-margin-end:auto!important;margin-inline-end:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-6{margin-bottom:4.5rem!important}.mb-xl-auto{margin-bottom:auto!important}.ml-xl-0{-webkit-margin-start:0!important;margin-inline-start:0!important}.ml-xl-1{-webkit-margin-start:.25rem!important;margin-inline-start:.25rem!important}.ml-xl-2{-webkit-margin-start:.5rem!important;margin-inline-start:.5rem!important}.ml-xl-3{-webkit-margin-start:1rem!important;margin-inline-start:1rem!important}.ml-xl-4{-webkit-margin-start:1.5rem!important;margin-inline-start:1.5rem!important}.ml-xl-5{-webkit-margin-start:3rem!important;margin-inline-start:3rem!important}.ml-xl-6{-webkit-margin-start:4.5rem!important;margin-inline-start:4.5rem!important}.ml-xl-auto{-webkit-margin-start:auto!important;margin-inline-start:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.p-xl-6{padding:4.5rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.px-xl-6{padding-right:4.5rem!important;padding-left:4.5rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-xl-6{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pt-xl-6{padding-top:4.5rem!important}.pr-xl-0{-webkit-padding-end:0!important;padding-inline-end:0!important}.pr-xl-1{-webkit-padding-end:.25rem!important;padding-inline-end:.25rem!important}.pr-xl-2{-webkit-padding-end:.5rem!important;padding-inline-end:.5rem!important}.pr-xl-3{-webkit-padding-end:1rem!important;padding-inline-end:1rem!important}.pr-xl-4{-webkit-padding-end:1.5rem!important;padding-inline-end:1.5rem!important}.pr-xl-5{-webkit-padding-end:3rem!important;padding-inline-end:3rem!important}.pr-xl-6{-webkit-padding-end:4.5rem!important;padding-inline-end:4.5rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.pb-xl-6{padding-bottom:4.5rem!important}.pl-xl-0{-webkit-padding-start:0!important;padding-inline-start:0!important}.pl-xl-1{-webkit-padding-start:.25rem!important;padding-inline-start:.25rem!important}.pl-xl-2{-webkit-padding-start:.5rem!important;padding-inline-start:.5rem!important}.pl-xl-3{-webkit-padding-start:1rem!important;padding-inline-start:1rem!important}.pl-xl-4{-webkit-padding-start:1.5rem!important;padding-inline-start:1.5rem!important}.pl-xl-5{-webkit-padding-start:3rem!important;padding-inline-start:3rem!important}.pl-xl-6{-webkit-padding-start:4.5rem!important;padding-inline-start:4.5rem!important}.text-xl-left{text-align:start!important}.text-xl-right{text-align:end!important}.text-xl-center{text-align:center!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}html{font-size:16px;scroll-behavior:smooth}body{overflow-y:scroll;letter-spacing:0;touch-action:manipulation;text-rendering:optimizeLegibility;font-feature-settings:"liga" 0;position:relative}body .content ::-webkit-scrollbar{width:6px;height:6px;-webkit-transition:.3s background;transition:.3s background}body .content ::-webkit-scrollbar-thumb{border-radius:5px;background:#dee1e7}body .content ::-webkit-scrollbar-corner{background:0 0}body .content :hover::-webkit-scrollbar-thumb{background:#cbcfd6;background:#cbcfd6}@media print{body{background:0 0}}.navbar{align-items:stretch;min-height:3.5rem;background:0 0;color:rgba(33,43,54,.72)}.navbar-collapse .navbar{flex-grow:1}.navbar.collapsing{min-height:0}.navbar::-webkit-scrollbar{width:6px;height:6px;-webkit-transition:.3s background;transition:.3s background}.navbar::-webkit-scrollbar-thumb{border-radius:5px;background:#dee1e7}.navbar::-webkit-scrollbar-corner{background:0 0}.navbar:hover::-webkit-scrollbar-thumb{background:#cbcfd6;background:#cbcfd6}.navbar .text-muted{color:rgba(33,43,54,.5184)!important}.navbar .navbar-brand{color:#212b36}.navbar .navbar-brand:focus,.navbar .navbar-brand:hover{color:#212b36;opacity:.8}.navbar .navbar-nav .nav-link{color:rgba(33,43,54,.72)}.navbar .navbar-nav .nav-link:focus,.navbar .navbar-nav .nav-link:hover{color:#212b36}.navbar .navbar-nav .nav-link.disabled{color:rgba(33,43,54,.3)}.navbar .navbar-nav .active>.nav-link,.navbar .navbar-nav .nav-link.active,.navbar .navbar-nav .nav-link.show,.navbar .navbar-nav .show>.nav-link{color:#212b36}.navbar .navbar-toggler{color:#212b36;border-color:transparent}.navbar .navbar-text{color:rgba(33,43,54,.72)}.navbar .navbar-text a,.navbar .navbar-text a:focus,.navbar .navbar-text a:hover{color:rgba(33,43,54,.72)}@media not print{.theme-dark .navbar{background:#354052;color:rgba(255,255,255,.72)}.theme-dark .navbar::-webkit-scrollbar{width:6px;height:6px;-webkit-transition:.3s background;transition:.3s background}.theme-dark .navbar::-webkit-scrollbar-thumb{border-radius:5px;background:#dee1e7}.theme-dark .navbar::-webkit-scrollbar-corner{background:0 0}.theme-dark .navbar:hover::-webkit-scrollbar-thumb{background:#cbcfd6;background:#cbcfd6}.theme-dark .navbar .text-muted{color:rgba(255,255,255,.5184)!important}.theme-dark .navbar .navbar-brand{color:#fff}.theme-dark .navbar .navbar-brand:focus,.theme-dark .navbar .navbar-brand:hover{color:#fff;opacity:.8}.theme-dark .navbar .navbar-nav .nav-link{color:rgba(255,255,255,.72)}.theme-dark .navbar .navbar-nav .nav-link:focus,.theme-dark .navbar .navbar-nav .nav-link:hover{color:#fff}.theme-dark .navbar .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.3)}.theme-dark .navbar .navbar-nav .active>.nav-link,.theme-dark .navbar .navbar-nav .nav-link.active,.theme-dark .navbar .navbar-nav .nav-link.show,.theme-dark .navbar .navbar-nav .show>.nav-link{color:#fff}.theme-dark .navbar .navbar-toggler{color:#fff;border-color:transparent}.theme-dark .navbar .navbar-text{color:rgba(255,255,255,.72)}.theme-dark .navbar .navbar-text a,.theme-dark .navbar .navbar-text a:focus,.theme-dark .navbar .navbar-text a:hover{color:rgba(255,255,255,.72)}.theme-dark .navbar::-webkit-scrollbar{width:6px;height:6px;-webkit-transition:.3s background;transition:.3s background}.theme-dark .navbar::-webkit-scrollbar-thumb{border-radius:5px;background:0 0}.theme-dark .navbar::-webkit-scrollbar-corner{background:0 0}.theme-dark .navbar:hover::-webkit-scrollbar-thumb{background:#cbcfd6;background:#5d6675}.theme-dark .navbar .input-icon-addon{color:rgba(245,247,251,.64)}.theme-dark .navbar .form-control{border-color:transparent;background-color:rgba(0,0,0,.1)}.theme-dark .navbar .form-control::-webkit-input-placeholder{color:rgba(245,247,251,.64)}.theme-dark .navbar .form-control::-moz-placeholder{color:rgba(245,247,251,.64)}.theme-dark .navbar .form-control:-ms-input-placeholder{color:rgba(245,247,251,.64)}.theme-dark .navbar .form-control::-ms-input-placeholder{color:rgba(245,247,251,.64)}.theme-dark .navbar .form-control::placeholder{color:rgba(245,247,251,.64)}}@media not print and (prefers-color-scheme:dark){.theme-dark-auto .navbar{background:#354052;color:rgba(255,255,255,.72)}.theme-dark-auto .navbar::-webkit-scrollbar{width:6px;height:6px;-webkit-transition:.3s background;transition:.3s background}.theme-dark-auto .navbar::-webkit-scrollbar-thumb{border-radius:5px;background:#dee1e7}.theme-dark-auto .navbar::-webkit-scrollbar-corner{background:0 0}.theme-dark-auto .navbar:hover::-webkit-scrollbar-thumb{background:#cbcfd6;background:#cbcfd6}.theme-dark-auto .navbar .text-muted{color:rgba(255,255,255,.5184)!important}.theme-dark-auto .navbar .navbar-brand{color:#fff}.theme-dark-auto .navbar .navbar-brand:focus,.theme-dark-auto .navbar .navbar-brand:hover{color:#fff;opacity:.8}.theme-dark-auto .navbar .navbar-nav .nav-link{color:rgba(255,255,255,.72)}.theme-dark-auto .navbar .navbar-nav .nav-link:focus,.theme-dark-auto .navbar .navbar-nav .nav-link:hover{color:#fff}.theme-dark-auto .navbar .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.3)}.theme-dark-auto .navbar .navbar-nav .active>.nav-link,.theme-dark-auto .navbar .navbar-nav .nav-link.active,.theme-dark-auto .navbar .navbar-nav .nav-link.show,.theme-dark-auto .navbar .navbar-nav .show>.nav-link{color:#fff}.theme-dark-auto .navbar .navbar-toggler{color:#fff;border-color:transparent}.theme-dark-auto .navbar .navbar-text{color:rgba(255,255,255,.72)}.theme-dark-auto .navbar .navbar-text a,.theme-dark-auto .navbar .navbar-text a:focus,.theme-dark-auto .navbar .navbar-text a:hover{color:rgba(255,255,255,.72)}.theme-dark-auto .navbar::-webkit-scrollbar{width:6px;height:6px;-webkit-transition:.3s background;transition:.3s background}.theme-dark-auto .navbar::-webkit-scrollbar-thumb{border-radius:5px;background:0 0}.theme-dark-auto .navbar::-webkit-scrollbar-corner{background:0 0}.theme-dark-auto .navbar:hover::-webkit-scrollbar-thumb{background:#cbcfd6;background:#5d6675}.theme-dark-auto .navbar .input-icon-addon{color:rgba(245,247,251,.64)}.theme-dark-auto .navbar .form-control{border-color:transparent;background-color:rgba(0,0,0,.1)}.theme-dark-auto .navbar .form-control::-webkit-input-placeholder{color:rgba(245,247,251,.64)}.theme-dark-auto .navbar .form-control::-moz-placeholder{color:rgba(245,247,251,.64)}.theme-dark-auto .navbar .form-control:-ms-input-placeholder{color:rgba(245,247,251,.64)}.theme-dark-auto .navbar .form-control::-ms-input-placeholder{color:rgba(245,247,251,.64)}.theme-dark-auto .navbar .form-control::placeholder{color:rgba(245,247,251,.64)}}.navbar .dropdown-menu{position:absolute;z-index:1030}.navbar .navbar-nav{min-height:3rem}.navbar .navbar-nav .nav-link{position:relative;min-width:2rem;min-height:2rem;justify-content:center;border-radius:3px}.navbar .navbar-nav .nav-link .badge{position:absolute;top:.375rem;right:.375rem;transform:translate(50%,-50%)}.navbar-expand-sm .navbar-collapse{flex-direction:column}.navbar-expand-sm .navbar-collapse [class*=container]{flex-direction:column;align-items:stretch}.navbar-expand-sm .navbar-collapse .navbar-nav{margin-left:-.75rem;margin-right:-.75rem}.navbar-expand-sm .navbar-collapse .navbar-nav .nav-link{padding:.5rem .75rem;justify-content:flex-start}.navbar-expand-sm .navbar-collapse .dropdown-menu{padding:0;background:0 0;position:static;color:inherit;box-shadow:none;border:none;-moz-columns:1;columns:1;min-width:0}.navbar-expand-sm .navbar-collapse .dropdown-menu .dropdown-item{min-width:0;display:flex;width:auto;padding-left:2.25rem}.navbar-expand-sm .navbar-collapse .dropdown-toggle:after{margin-left:auto}.navbar-expand-sm .navbar-collapse .nav-item.active:after{border-bottom-width:0;border-left-width:2px;right:auto;top:0;bottom:0}@media (min-width:33rem){.navbar-expand-sm .navbar-collapse{width:auto;flex:1 1 auto}.navbar-expand-sm .navbar-dark .nav-item.active .nav-link,.navbar-expand-sm.navbar-dark .nav-item.active .nav-link{background-color:rgba(0,0,0,.1)}.navbar-expand-sm .navbar-light .nav-item.active,.navbar-expand-sm.navbar-light .nav-item.active{position:relative}.navbar-expand-sm .navbar-light .nav-item.active:after,.navbar-expand-sm.navbar-light .nav-item.active:after{content:'';position:absolute;left:0;right:0;bottom:-.25rem;border:0 solid #206bc4;border-bottom-width:2px}}@media (max-width:32.98rem){.navbar-expand-md .navbar-collapse{flex-direction:column}.navbar-expand-md .navbar-collapse [class*=container]{flex-direction:column;align-items:stretch}.navbar-expand-md .navbar-collapse .navbar-nav{margin-left:-.75rem;margin-right:-.75rem}.navbar-expand-md .navbar-collapse .navbar-nav .nav-link{padding:.5rem .75rem;justify-content:flex-start}.navbar-expand-md .navbar-collapse .dropdown-menu{padding:0;background:0 0;position:static;color:inherit;box-shadow:none;border:none;-moz-columns:1;columns:1;min-width:0}.navbar-expand-md .navbar-collapse .dropdown-menu .dropdown-item{min-width:0;display:flex;width:auto;padding-left:2.25rem}.navbar-expand-md .navbar-collapse .dropdown-toggle:after{margin-left:auto}.navbar-expand-md .navbar-collapse .nav-item.active:after{border-bottom-width:0;border-left-width:2px;right:auto;top:0;bottom:0}}@media (min-width:48rem){.navbar-expand-md .navbar-collapse{width:auto;flex:1 1 auto}.navbar-expand-md .navbar-dark .nav-item.active .nav-link,.navbar-expand-md.navbar-dark .nav-item.active .nav-link{background-color:rgba(0,0,0,.1)}.navbar-expand-md .navbar-light .nav-item.active,.navbar-expand-md.navbar-light .nav-item.active{position:relative}.navbar-expand-md .navbar-light .nav-item.active:after,.navbar-expand-md.navbar-light .nav-item.active:after{content:'';position:absolute;left:0;right:0;bottom:-.25rem;border:0 solid #206bc4;border-bottom-width:2px}}@media (max-width:47.98rem){.navbar-expand-lg .navbar-collapse{flex-direction:column}.navbar-expand-lg .navbar-collapse [class*=container]{flex-direction:column;align-items:stretch}.navbar-expand-lg .navbar-collapse .navbar-nav{margin-left:-.75rem;margin-right:-.75rem}.navbar-expand-lg .navbar-collapse .navbar-nav .nav-link{padding:.5rem .75rem;justify-content:flex-start}.navbar-expand-lg .navbar-collapse .dropdown-menu{padding:0;background:0 0;position:static;color:inherit;box-shadow:none;border:none;-moz-columns:1;columns:1;min-width:0}.navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item{min-width:0;display:flex;width:auto;padding-left:2.25rem}.navbar-expand-lg .navbar-collapse .dropdown-toggle:after{margin-left:auto}.navbar-expand-lg .navbar-collapse .nav-item.active:after{border-bottom-width:0;border-left-width:2px;right:auto;top:0;bottom:0}}@media (min-width:64rem){.navbar-expand-lg .navbar-collapse{width:auto;flex:1 1 auto}.navbar-expand-lg .navbar-dark .nav-item.active .nav-link,.navbar-expand-lg.navbar-dark .nav-item.active .nav-link{background-color:rgba(0,0,0,.1)}.navbar-expand-lg .navbar-light .nav-item.active,.navbar-expand-lg.navbar-light .nav-item.active{position:relative}.navbar-expand-lg .navbar-light .nav-item.active:after,.navbar-expand-lg.navbar-light .nav-item.active:after{content:'';position:absolute;left:0;right:0;bottom:-.25rem;border:0 solid #206bc4;border-bottom-width:2px}}@media (max-width:63.98rem){.navbar-expand-xl .navbar-collapse{flex-direction:column}.navbar-expand-xl .navbar-collapse [class*=container]{flex-direction:column;align-items:stretch}.navbar-expand-xl .navbar-collapse .navbar-nav{margin-left:-.75rem;margin-right:-.75rem}.navbar-expand-xl .navbar-collapse .navbar-nav .nav-link{padding:.5rem .75rem;justify-content:flex-start}.navbar-expand-xl .navbar-collapse .dropdown-menu{padding:0;background:0 0;position:static;color:inherit;box-shadow:none;border:none;-moz-columns:1;columns:1;min-width:0}.navbar-expand-xl .navbar-collapse .dropdown-menu .dropdown-item{min-width:0;display:flex;width:auto;padding-left:2.25rem}.navbar-expand-xl .navbar-collapse .dropdown-toggle:after{margin-left:auto}.navbar-expand-xl .navbar-collapse .nav-item.active:after{border-bottom-width:0;border-left-width:2px;right:auto;top:0;bottom:0}}@media (min-width:75.25rem){.navbar-expand-xl .navbar-collapse{width:auto;flex:1 1 auto}.navbar-expand-xl .navbar-dark .nav-item.active .nav-link,.navbar-expand-xl.navbar-dark .nav-item.active .nav-link{background-color:rgba(0,0,0,.1)}.navbar-expand-xl .navbar-light .nav-item.active,.navbar-expand-xl.navbar-light .nav-item.active{position:relative}.navbar-expand-xl .navbar-light .nav-item.active:after,.navbar-expand-xl.navbar-light .nav-item.active:after{content:'';position:absolute;left:0;right:0;bottom:-.25rem;border:0 solid #206bc4;border-bottom-width:2px}}@media (max-width:75.23rem){.navbar-expand .navbar-collapse{flex-direction:column}.navbar-expand .navbar-collapse [class*=container]{flex-direction:column;align-items:stretch}.navbar-expand .navbar-collapse .navbar-nav{margin-left:-.75rem;margin-right:-.75rem}.navbar-expand .navbar-collapse .navbar-nav .nav-link{padding:.5rem .75rem;justify-content:flex-start}.navbar-expand .navbar-collapse .dropdown-menu{padding:0;background:0 0;position:static;color:inherit;box-shadow:none;border:none;-moz-columns:1;columns:1;min-width:0}.navbar-expand .navbar-collapse .dropdown-menu .dropdown-item{min-width:0;display:flex;width:auto;padding-left:2.25rem}.navbar-expand .navbar-collapse .dropdown-toggle:after{margin-left:auto}.navbar-expand .navbar-collapse .nav-item.active:after{border-bottom-width:0;border-left-width:2px;right:auto;top:0;bottom:0}}.navbar-expand .navbar-collapse{width:auto;flex:1 1 auto}.navbar-expand .navbar-dark .nav-item.active .nav-link,.navbar-expand.navbar-dark .nav-item.active .nav-link{background-color:rgba(0,0,0,.1)}.navbar-expand .navbar-light .nav-item.active,.navbar-expand.navbar-light .nav-item.active{position:relative}.navbar-expand .navbar-light .nav-item.active:after,.navbar-expand.navbar-light .nav-item.active:after{content:'';position:absolute;left:0;right:0;bottom:-.25rem;border:0 solid #206bc4;border-bottom-width:2px}.navbar-brand{display:inline-flex;align-items:center;font-weight:500}.navbar-brand-image{display:block;height:2rem}.navbar-toggler{border:0;width:2rem;height:2rem;position:relative;display:flex;align-items:center;justify-content:center}.navbar-toggler-icon{height:2px;width:1.25em;background:currentColor;border-radius:10px;transition:.2s .2s top,.2s .2s bottom,.2s transform,0s .2s opacity;position:relative}.navbar-toggler-icon:after,.navbar-toggler-icon:before{content:'';display:block;height:inherit;width:inherit;border-radius:inherit;background:inherit;position:absolute;left:0;transition:inherit}.navbar-toggler-icon:before{top:-.45em}.navbar-toggler-icon:after{bottom:-.45em}.navbar-toggler[aria-expanded=true] .navbar-toggler-icon{transform:rotate(45deg);transition:.3s top,.3s bottom,.3s .3s transform,0s .3s opacity}.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before{top:0;transform:rotate(-90deg)}.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after{bottom:0;opacity:0}.navbar-light{box-shadow:inset 0 -1px 0 0 rgba(95,102,110,.2);background-color:#fff}.navbar-dark{background:#354052;color:rgba(255,255,255,.72)}.navbar-dark::-webkit-scrollbar{width:6px;height:6px;-webkit-transition:.3s background;transition:.3s background}.navbar-dark::-webkit-scrollbar-thumb{border-radius:5px;background:#dee1e7}.navbar-dark::-webkit-scrollbar-corner{background:0 0}.navbar-dark:hover::-webkit-scrollbar-thumb{background:#cbcfd6;background:#cbcfd6}.navbar-dark .text-muted{color:rgba(255,255,255,.5184)!important}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff;opacity:.8}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.72)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:#fff}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.3)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:#fff;border-color:transparent}.navbar-dark .navbar-text{color:rgba(255,255,255,.72)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:rgba(255,255,255,.72)}.navbar-dark::-webkit-scrollbar{width:6px;height:6px;-webkit-transition:.3s background;transition:.3s background}.navbar-dark::-webkit-scrollbar-thumb{border-radius:5px;background:0 0}.navbar-dark::-webkit-scrollbar-corner{background:0 0}.navbar-dark:hover::-webkit-scrollbar-thumb{background:#cbcfd6;background:#5d6675}.navbar-dark .input-icon-addon{color:rgba(245,247,251,.64)}.navbar-dark .form-control{border-color:transparent;background-color:rgba(0,0,0,.1)}.navbar-dark .form-control::-webkit-input-placeholder{color:rgba(245,247,251,.64)}.navbar-dark .form-control::-moz-placeholder{color:rgba(245,247,251,.64)}.navbar-dark .form-control:-ms-input-placeholder{color:rgba(245,247,251,.64)}.navbar-dark .form-control::-ms-input-placeholder{color:rgba(245,247,251,.64)}.navbar-dark .form-control::placeholder{color:rgba(245,247,251,.64)}.navbar-nav{align-items:stretch}.navbar-nav .nav-item{display:flex;flex-direction:column;justify-content:center}.navbar-side{margin:0;display:flex;flex-direction:row;align-items:center;justify-content:space-around}@media (min-width:33rem){.navbar-vertical.navbar-expand-sm{width:15rem;position:fixed;top:0;left:0;bottom:0;z-index:1030;align-items:flex-start;transition:.3s transform;overflow-x:auto}.navbar-vertical.navbar-expand-sm.navbar-right{left:auto;right:0}.navbar-vertical.navbar-expand-sm .navbar-brand{padding:.75rem 0;justify-content:center}.navbar-vertical.navbar-expand-sm .navbar-collapse{align-items:stretch}.navbar-vertical.navbar-expand-sm .navbar-nav{flex-direction:column;flex-grow:1;min-height:auto}.navbar-vertical.navbar-expand-sm .navbar-nav .nav-link{padding-top:.5rem;padding-bottom:.5rem}.navbar-vertical.navbar-expand-sm>[class*=container]{flex-direction:column;align-items:stretch;min-height:100%;justify-content:flex-start}.navbar-vertical.navbar-expand-sm~.page{padding-left:15rem}.navbar-vertical.navbar-expand-sm~.page [class*=container]{padding-left:1.5rem;padding-right:1.5rem}.navbar-vertical.navbar-expand-sm.navbar-right~.page{padding-left:0;padding-right:15rem}.navbar-vertical.navbar-expand-sm .navbar-collapse{flex-direction:column}.navbar-vertical.navbar-expand-sm .navbar-collapse [class*=container]{flex-direction:column;align-items:stretch}.navbar-vertical.navbar-expand-sm .navbar-collapse .navbar-nav{margin-left:-.75rem;margin-right:-.75rem}.navbar-vertical.navbar-expand-sm .navbar-collapse .navbar-nav .nav-link{padding:.5rem .75rem;justify-content:flex-start}.navbar-vertical.navbar-expand-sm .navbar-collapse .dropdown-menu{padding:0;background:0 0;position:static;color:inherit;box-shadow:none;border:none;-moz-columns:1;columns:1;min-width:0}.navbar-vertical.navbar-expand-sm .navbar-collapse .dropdown-menu .dropdown-item{min-width:0;display:flex;width:auto;padding-left:2.25rem}.navbar-vertical.navbar-expand-sm .navbar-collapse .dropdown-toggle:after{margin-left:auto}.navbar-vertical.navbar-expand-sm .navbar-collapse .nav-item.active:after{border-bottom-width:0;border-left-width:2px;right:auto;top:0;bottom:0}}@media (min-width:48rem){.navbar-vertical.navbar-expand-md{width:15rem;position:fixed;top:0;left:0;bottom:0;z-index:1030;align-items:flex-start;transition:.3s transform;overflow-x:auto}.navbar-vertical.navbar-expand-md.navbar-right{left:auto;right:0}.navbar-vertical.navbar-expand-md .navbar-brand{padding:.75rem 0;justify-content:center}.navbar-vertical.navbar-expand-md .navbar-collapse{align-items:stretch}.navbar-vertical.navbar-expand-md .navbar-nav{flex-direction:column;flex-grow:1;min-height:auto}.navbar-vertical.navbar-expand-md .navbar-nav .nav-link{padding-top:.5rem;padding-bottom:.5rem}.navbar-vertical.navbar-expand-md>[class*=container]{flex-direction:column;align-items:stretch;min-height:100%;justify-content:flex-start}.navbar-vertical.navbar-expand-md~.page{padding-left:15rem}.navbar-vertical.navbar-expand-md~.page [class*=container]{padding-left:1.5rem;padding-right:1.5rem}.navbar-vertical.navbar-expand-md.navbar-right~.page{padding-left:0;padding-right:15rem}.navbar-vertical.navbar-expand-md .navbar-collapse{flex-direction:column}.navbar-vertical.navbar-expand-md .navbar-collapse [class*=container]{flex-direction:column;align-items:stretch}.navbar-vertical.navbar-expand-md .navbar-collapse .navbar-nav{margin-left:-.75rem;margin-right:-.75rem}.navbar-vertical.navbar-expand-md .navbar-collapse .navbar-nav .nav-link{padding:.5rem .75rem;justify-content:flex-start}.navbar-vertical.navbar-expand-md .navbar-collapse .dropdown-menu{padding:0;background:0 0;position:static;color:inherit;box-shadow:none;border:none;-moz-columns:1;columns:1;min-width:0}.navbar-vertical.navbar-expand-md .navbar-collapse .dropdown-menu .dropdown-item{min-width:0;display:flex;width:auto;padding-left:2.25rem}.navbar-vertical.navbar-expand-md .navbar-collapse .dropdown-toggle:after{margin-left:auto}.navbar-vertical.navbar-expand-md .navbar-collapse .nav-item.active:after{border-bottom-width:0;border-left-width:2px;right:auto;top:0;bottom:0}}@media (min-width:64rem){.navbar-vertical.navbar-expand-lg{width:15rem;position:fixed;top:0;left:0;bottom:0;z-index:1030;align-items:flex-start;transition:.3s transform;overflow-x:auto}.navbar-vertical.navbar-expand-lg.navbar-right{left:auto;right:0}.navbar-vertical.navbar-expand-lg .navbar-brand{padding:.75rem 0;justify-content:center}.navbar-vertical.navbar-expand-lg .navbar-collapse{align-items:stretch}.navbar-vertical.navbar-expand-lg .navbar-nav{flex-direction:column;flex-grow:1;min-height:auto}.navbar-vertical.navbar-expand-lg .navbar-nav .nav-link{padding-top:.5rem;padding-bottom:.5rem}.navbar-vertical.navbar-expand-lg>[class*=container]{flex-direction:column;align-items:stretch;min-height:100%;justify-content:flex-start}.navbar-vertical.navbar-expand-lg~.page{padding-left:15rem}.navbar-vertical.navbar-expand-lg~.page [class*=container]{padding-left:1.5rem;padding-right:1.5rem}.navbar-vertical.navbar-expand-lg.navbar-right~.page{padding-left:0;padding-right:15rem}.navbar-vertical.navbar-expand-lg .navbar-collapse{flex-direction:column}.navbar-vertical.navbar-expand-lg .navbar-collapse [class*=container]{flex-direction:column;align-items:stretch}.navbar-vertical.navbar-expand-lg .navbar-collapse .navbar-nav{margin-left:-.75rem;margin-right:-.75rem}.navbar-vertical.navbar-expand-lg .navbar-collapse .navbar-nav .nav-link{padding:.5rem .75rem;justify-content:flex-start}.navbar-vertical.navbar-expand-lg .navbar-collapse .dropdown-menu{padding:0;background:0 0;position:static;color:inherit;box-shadow:none;border:none;-moz-columns:1;columns:1;min-width:0}.navbar-vertical.navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item{min-width:0;display:flex;width:auto;padding-left:2.25rem}.navbar-vertical.navbar-expand-lg .navbar-collapse .dropdown-toggle:after{margin-left:auto}.navbar-vertical.navbar-expand-lg .navbar-collapse .nav-item.active:after{border-bottom-width:0;border-left-width:2px;right:auto;top:0;bottom:0}}@media (min-width:75.25rem){.navbar-vertical.navbar-expand-xl{width:15rem;position:fixed;top:0;left:0;bottom:0;z-index:1030;align-items:flex-start;transition:.3s transform;overflow-x:auto}.navbar-vertical.navbar-expand-xl.navbar-right{left:auto;right:0}.navbar-vertical.navbar-expand-xl .navbar-brand{padding:.75rem 0;justify-content:center}.navbar-vertical.navbar-expand-xl .navbar-collapse{align-items:stretch}.navbar-vertical.navbar-expand-xl .navbar-nav{flex-direction:column;flex-grow:1;min-height:auto}.navbar-vertical.navbar-expand-xl .navbar-nav .nav-link{padding-top:.5rem;padding-bottom:.5rem}.navbar-vertical.navbar-expand-xl>[class*=container]{flex-direction:column;align-items:stretch;min-height:100%;justify-content:flex-start}.navbar-vertical.navbar-expand-xl~.page{padding-left:15rem}.navbar-vertical.navbar-expand-xl~.page [class*=container]{padding-left:1.5rem;padding-right:1.5rem}.navbar-vertical.navbar-expand-xl.navbar-right~.page{padding-left:0;padding-right:15rem}.navbar-vertical.navbar-expand-xl .navbar-collapse{flex-direction:column}.navbar-vertical.navbar-expand-xl .navbar-collapse [class*=container]{flex-direction:column;align-items:stretch}.navbar-vertical.navbar-expand-xl .navbar-collapse .navbar-nav{margin-left:-.75rem;margin-right:-.75rem}.navbar-vertical.navbar-expand-xl .navbar-collapse .navbar-nav .nav-link{padding:.5rem .75rem;justify-content:flex-start}.navbar-vertical.navbar-expand-xl .navbar-collapse .dropdown-menu{padding:0;background:0 0;position:static;color:inherit;box-shadow:none;border:none;-moz-columns:1;columns:1;min-width:0}.navbar-vertical.navbar-expand-xl .navbar-collapse .dropdown-menu .dropdown-item{min-width:0;display:flex;width:auto;padding-left:2.25rem}.navbar-vertical.navbar-expand-xl .navbar-collapse .dropdown-toggle:after{margin-left:auto}.navbar-vertical.navbar-expand-xl .navbar-collapse .nav-item.active:after{border-bottom-width:0;border-left-width:2px;right:auto;top:0;bottom:0}}.navbar-vertical.navbar-expand{width:15rem;position:fixed;top:0;left:0;bottom:0;z-index:1030;align-items:flex-start;transition:.3s transform;overflow-x:auto}.navbar-vertical.navbar-expand.navbar-right{left:auto;right:0}.navbar-vertical.navbar-expand .navbar-brand{padding:.75rem 0;justify-content:center}.navbar-vertical.navbar-expand .navbar-collapse{align-items:stretch}.navbar-vertical.navbar-expand .navbar-nav{flex-direction:column;flex-grow:1;min-height:auto}.navbar-vertical.navbar-expand .navbar-nav .nav-link{padding-top:.5rem;padding-bottom:.5rem}.navbar-vertical.navbar-expand>[class*=container]{flex-direction:column;align-items:stretch;min-height:100%;justify-content:flex-start}.navbar-vertical.navbar-expand~.page{padding-left:15rem}.navbar-vertical.navbar-expand~.page [class*=container]{padding-left:1.5rem;padding-right:1.5rem}.navbar-vertical.navbar-expand.navbar-right~.page{padding-left:0;padding-right:15rem}.navbar-vertical.navbar-expand .navbar-collapse{flex-direction:column}.navbar-vertical.navbar-expand .navbar-collapse [class*=container]{flex-direction:column;align-items:stretch}.navbar-vertical.navbar-expand .navbar-collapse .navbar-nav{margin-left:-.75rem;margin-right:-.75rem}.navbar-vertical.navbar-expand .navbar-collapse .navbar-nav .nav-link{padding:.5rem .75rem;justify-content:flex-start}.navbar-vertical.navbar-expand .navbar-collapse .dropdown-menu{padding:0;background:0 0;position:static;color:inherit;box-shadow:none;border:none;-moz-columns:1;columns:1;min-width:0}.navbar-vertical.navbar-expand .navbar-collapse .dropdown-menu .dropdown-item{min-width:0;display:flex;width:auto;padding-left:2.25rem}.navbar-vertical.navbar-expand .navbar-collapse .dropdown-toggle:after{margin-left:auto}.navbar-vertical.navbar-expand .navbar-collapse .nav-item.active:after{border-bottom-width:0;border-left-width:2px;right:auto;top:0;bottom:0}.navbar-overlap:after{content:'';height:9rem;position:absolute;top:100%;left:0;right:0;background:inherit;z-index:-1;box-shadow:inherit}.page{display:flex;flex-direction:column;position:relative;min-height:100vh}.content{padding-top:1.25rem;padding-bottom:1.25rem;flex:1;display:flex;flex-direction:column}.content>[class*=container]{flex:1}@media print{.content{margin:0!important}}.page-header{display:flex;align-items:center;min-height:2.25rem;margin:0 0 1rem}.page-header>*{flex:1}.page-pretitle{font-size:.625rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;line-height:1.6;color:#5f666e}.page-title{margin:0;font-size:1.25rem;font-weight:400;color:inherit}.footer{border-top:1px solid rgba(95,102,110,.2);background-color:#fff;padding:1rem 0;color:#5f666e;margin-bottom:-1.25rem;margin-top:1.25rem}.footer-transparent{margin-top:0;background-color:transparent;border-top:0}.alert-avatar{padding-left:3.75rem}.alert-avatar .avatar{position:absolute;top:.5rem;left:.75rem}.alert a{display:inline-block;height:100%;vertical-align:middle}.alert a .icon{height:100%}.avatar{position:relative;width:2rem;height:2rem;font-size:.75rem;display:inline-flex;align-items:center;justify-content:center;font-weight:400;color:#5f666e;text-align:center;text-transform:uppercase;vertical-align:bottom;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#f1f3f8 no-repeat center/cover;border-radius:50%}.avatar .icon{font-size:1.25em}.avatar .badge{position:absolute;right:0;bottom:0;border-radius:50%;box-shadow:0 0 0 2px #fff}a.avatar{cursor:pointer}.avatar-sm{width:1.25rem;height:1.25rem;font-size:.625rem;line-height:1.25rem}.avatar-md{width:2.5rem;height:2.5rem;font-size:1.25rem;line-height:2.5rem}.avatar-lg{width:4.5rem;height:4.5rem;font-size:2.25rem;line-height:4.5rem}.avatar-xl{width:6rem;height:6rem;font-size:3rem;line-height:6rem}.avatar-list{display:inline-flex;padding:0;margin:0 0 -.5rem}.avatar-list .avatar{margin-bottom:.5rem}.avatar-list .avatar:not(:last-child){margin-right:.5rem}.avatar-list a.avatar:hover{z-index:1}.avatar-list-stacked .avatar{margin-right:-.5rem!important;box-shadow:0 0 0 2px #fff}.card-footer .avatar-list-stacked .avatar{box-shadow:0 0 0 2px rgba(53,64,82,.024)}.avatar-upload{width:4rem;height:4rem;border:1px dashed rgba(95,102,110,.2);background:#fff;flex-direction:column;transition:.3s color,.3s background-color}.avatar-upload svg{width:1.5rem;height:1.5rem;stroke-width:1}.avatar-upload:hover{border-color:#206bc4;color:#206bc4;text-decoration:none}.avatar-upload-text{font-size:.625rem;line-height:1;margin-top:.25rem}.badge{display:inline-flex;justify-content:center;background:#cbcfd6;overflow:hidden;vertical-align:text-bottom;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}a.badge{color:#fff}.badge:empty{display:inline-block;width:.5rem;height:.5rem;min-width:0;min-height:auto;padding:0;border-radius:50%}.badge-up{position:absolute;top:25%;right:0;min-width:1.75em;min-height:1.75em;padding:0 .25rem;line-height:1rem;background-clip:padding-box;transform:translate(0,-50%)}.badge-outline{background-color:transparent;border:1px solid currentColor}.badge-pill{border-radius:100px;min-width:1.75em}.badge-avatar{box-sizing:content-box;width:1.75em;margin:0 .5em 0 -.5em;color:rgba(245,247,251,.24);background:rgba(53,64,82,.24) no-repeat center/cover;vertical-align:text-bottom}.badge-addon{padding:0 .5rem;margin:0 -.5em 0 .5em;min-width:1.75em;background:rgba(53,64,82,.24);text-align:center;color:#fff;text-decoration:none}.breadcrumb{padding:0;margin:0;background:0 0}.breadcrumb-item.active a{color:inherit;pointer-events:none}.breadcrumb-dots .breadcrumb-item+.breadcrumb-item:before{content:"·"}.breadcrumb-arrows .breadcrumb-item+.breadcrumb-item:before{content:"›"}.breadcrumb-bullets .breadcrumb-item+.breadcrumb-item:before{content:"•"}.breadcrumb-alternate a{color:#5f666e}.breadcrumb-alternate .breadcrumb-item.active{color:inherit}.btn{font-weight:500;display:inline-flex;align-items:center;justify-content:center}.btn:not([class^=btn-outline]):not([class*=" btn-outline"]):not([class^=btn-ghost]):not([class*=" btn-ghost"]):not(:focus):not(.focus){box-shadow:0 1px 3px 0 rgba(0,0,0,.05),inset 0 2px 0 -1px rgba(255,255,255,.1)}.btn:not([class^=btn-outline]):not([class*=" btn-outline"]):not([class^=btn-ghost]):not([class*=" btn-ghost"]) svg.icon{filter:drop-shadow(1px 1px 0 rgba(0, 0, 0, .05))}.btn.disabled,.btn:disabled{cursor:not-allowed}.btn .icon{margin:0 .25em 0 -.25em;font-size:1.4285714em;vertical-align:sub}.btn .avatar{width:1.25rem;height:1.25rem;vertical-align:text-top;margin:0 .5em 0 -.25em}.btn .icon-right{margin:0 -.25em 0 .5em}.btn svg.icon{width:1em;height:1em;stroke-width:1.75}.btn-white{color:#354052;background-color:#fff;border-color:rgba(95,102,110,.2);background-image:linear-gradient(-180deg,rgba(53,64,82,0),rgba(53,64,82,.04) 100%);box-shadow:none!important}.btn-white:hover{color:#000;background-color:#fff;border-color:rgba(107,115,124,.2)}.btn-check:focus+.btn-white,.btn-white:focus{color:#000;background-color:#fff;border-color:rgba(107,115,124,.2);box-shadow:0 0 0 .25rem rgba(69,79,93,.5)}.btn-check:active+.btn-white,.btn-check:checked+.btn-white,.btn-white.active,.btn-white:active,.show>.btn-white.dropdown-toggle{color:#000;background-color:#fff;border-color:rgba(107,115,124,.2)}.btn-check:active+.btn-white:focus,.btn-check:checked+.btn-white:focus,.btn-white.active:focus,.btn-white:active:focus,.show>.btn-white.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(69,79,93,.5)}.btn-white.disabled,.btn-white:disabled{color:#000;background-color:#fff;border-color:rgba(95,102,110,.2)}.btn-white.active{background:#206bc4;color:#fff;z-index:3!important}.btn-group-lg>.btn svg.icon,.btn-lg svg.icon{stroke-width:2}.btn-pill{padding-right:1.5em;padding-left:1.5em;border-radius:10rem}.btn-pill[class*=btn-icon]{padding:.375rem 15px}.btn-icon{min-width:calc(2.125rem + 2px)}.btn-group-sm>.btn-icon.btn,.btn-icon.btn-sm{min-width:calc(1.3214286rem + 2px)}.btn-icon .icon{margin:0 -1em}.btn-link{box-shadow:none!important}.btn-square{border-radius:0}.btn-list{display:flex;flex-wrap:wrap;margin-bottom:-.5rem!important;margin-right:-.5rem}.btn-list>.btn,.btn-list>.dropdown{margin:0 .5rem .5rem 0}.btn-list>.btn-block{flex:1;white-space:nowrap}.btn-options{display:flex;align-items:center;padding:0;color:#5f666e;cursor:pointer;background:0 0;border:none}.btn-options:focus{outline:0}.btn-options .icon{width:1rem;height:1rem}.btn-floating{position:fixed;z-index:1030;bottom:1.5rem;right:1.5rem;border-radius:50%}.btn-loading{position:relative;color:transparent!important;text-shadow:none!important;pointer-events:none}.btn-loading:after{content:'';display:inline-block;vertical-align:text-bottom;border:1px solid currentColor;border-right-color:transparent;border-radius:50%;color:#fff;position:absolute;width:1rem;height:1rem;left:calc(50% - .5rem);top:calc(50% - .5rem);-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.calendar{display:block;font-size:.765625rem;border:1px solid rgba(95,102,110,.2);border-radius:3px}.calendar-nav{display:flex;align-items:center}.calendar-title{flex:1;text-align:center}.calendar-body,.calendar-header{display:flex;flex-wrap:wrap;justify-content:flex-start;padding:.5rem 0}.calendar-header{color:#5f666e}.calendar-date{flex:0 0 14.2857143%;max-width:14.2857143%;padding:.2rem;text-align:center;border:0}.calendar-date.next-month,.calendar-date.prev-month{opacity:.25}.calendar-date .date-item{position:relative;display:inline-block;width:1.4rem;height:1.4rem;line-height:1.4rem;color:#66758c;text-align:center;text-decoration:none;white-space:nowrap;vertical-align:middle;cursor:pointer;background:0 0;border:1px solid transparent;border-radius:50%;outline:0;transition:background .3s,border .3s,box-shadow .32s,color .3s}.calendar-date .date-item:hover{color:#206bc4;text-decoration:none;background:#fefeff;border-color:rgba(95,102,110,.2)}.calendar-date .date-today{color:#206bc4;border-color:rgba(95,102,110,.2)}.calendar-range{position:relative}.calendar-range:before{position:absolute;top:50%;right:0;left:0;height:1.4rem;content:"";background:rgba(32,107,196,.1);transform:translateY(-50%)}.calendar-range.range-end .date-item,.calendar-range.range-start .date-item{color:#fff;background:#206bc4;border-color:#206bc4}.calendar-range.range-start:before{left:50%}.calendar-range.range-end:before{right:50%}.card{margin-bottom:1.25rem;box-shadow:rgba(53,64,82,.04) 0 2px 4px 0}@media (max-width:63.98rem){.card{margin-bottom:.75rem}}@media print{.card{border:none;box-shadow:none}}a.card{color:inherit;transition:.3s box-shadow}a.card:hover{text-decoration:none;box-shadow:rgba(53,64,82,.16) 0 2px 16px 0}.card-group{margin-bottom:1.5rem}.card-inactive{pointer-events:none;box-shadow:none}.card-inactive .card-body{opacity:.64}.card-active{position:relative;background-color:rgba(32,107,196,.03)}.card-active:before{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;content:"";border:1px solid #206bc4;border-radius:inherit}.card-link{color:inherit}.card-link:hover{color:inherit;text-decoration:none;box-shadow:0 1px 6px 0 rgba(0,0,0,.08)}.card-btn{padding:1rem 1rem;text-align:center;background:rgba(32,107,196,.02);transition:.3s background}.card-btn:hover{text-decoration:none;background:rgba(32,107,196,.06)}.card-stacked{position:relative}.card-stacked:after{position:absolute;top:-5px;right:5px;left:5px;height:5px;content:"";background:#fff;border:1px solid rgba(95,102,110,.2);border-radius:3px 3px 0 0}.card-cover{position:relative;padding:1rem 1rem;background:#666 no-repeat center/cover}.card-cover:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:rgba(53,64,82,.24)}.card-cover:first-child,.card-cover:first-child:before{border-radius:3px 3px 0 0}.card-cover-blurred:before{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.card-actions{margin-left:auto;font-size:.75rem}.card-actions a{text-decoration:none}.card-header{display:flex;align-items:center;background:0 0}.card-header-tabs{flex:1;margin:-1rem -1rem}.card-header-pills{flex:1}.card-footer{color:#5f666e}.card-progress{height:.25rem}.card-progress:last-child{border-radius:0 0 2px 2px}.card-progress:first-child{border-radius:2px 2px 0 0}.card-meta{color:#5f666e}.card-title{display:block;margin:0 0 1rem;font-size:1rem;font-weight:500;line-height:1.5rem}a.card-title:hover{color:inherit}.card-header .card-title{margin:.125rem 0}.card-subtitle{margin-top:-1rem;margin-bottom:1rem;font-size:.75rem;color:#5f666e}.card-body>:last-child{margin-bottom:0}.card-sm>.card-body{padding:.75rem}@media (min-width:48rem){.card-md>.card-body{padding:1.5rem}}@media (min-width:48rem){.card-lg>.card-body{padding:2rem}}@media (min-width:64rem){.card-lg>.card-body{padding:4rem}}@media print{.card-body{padding:0}}.card-body+.card-body{border-top:1px solid rgba(95,102,110,.2)}.card-body-scrollable{overflow:auto}.card-options{top:1.5rem;right:.75rem;display:flex;margin-left:auto}.card-options-link{display:inline-block;min-width:1rem;margin-left:.25rem;color:#5f666e}.card-drop{line-height:1;color:#5f666e}.card-drop .icon{width:1.5rem;height:1.5rem;stroke-width:1}.card-status-top{position:absolute;top:0;right:0;left:0;height:2px;border-radius:3px 3px 0 0}.card-status-left{position:absolute;right:auto;bottom:0;width:2px;height:100%;border-radius:3px 0 0 3px}.card-status-bottom{position:absolute;top:initial;bottom:0;width:100%;height:2px;border-radius:0 0 3px 3px}.card-table{margin-bottom:0}.card-table tr td:first-child,.card-table tr th:first-child{padding-left:1rem}.card-table tr td:last-child,.card-table tr th:last-child{padding-right:1rem}.card-table thead tr:first-child td,.card-table thead tr:first-child th{border-top:0}.card-table tbody tr:last-child td,.card-table tbody tr:last-child th{border-bottom:0}.card-body+.card-table{border-top:1px solid rgba(95,102,110,.2)}.card-code{padding:0}.card-code .highlight{margin:0;border:0}.card-code pre{margin:0;color:#fff;text-shadow:none;background:0 0}.card-chart{position:relative;z-index:1;height:3.5rem}.card-avatar{box-shadow:0 0 0 .5rem #fff}.card-body+.card-list-group{border-top:1px solid rgba(95,102,110,.2)}.card-list-group .list-group-item{padding-right:1rem;padding-left:1rem;border-right:0;border-left:0;border-radius:0}.card-list-group .list-group-item:last-child{border-bottom:0}.card-list-group .list-group-item:first-child{border-top:0}.card-tabs{margin-bottom:1.5rem}.card-tabs .nav-tabs{position:relative;z-index:1000;border-bottom:0}.card-tabs .nav-tabs .nav-link{background:rgba(53,64,82,.024);border:1px solid rgba(95,102,110,.2);border-bottom:0}.card-tabs .nav-tabs .nav-link.active,.card-tabs .nav-tabs .nav-link:active,.card-tabs .nav-tabs .nav-link:hover{border-color:rgba(95,102,110,.2)}.card-tabs .nav-tabs .nav-link.active{background:#fff}.card-tabs .nav-tabs .nav-item:not(:first-child) .nav-link{border-top-left-radius:0}.card-tabs .nav-tabs .nav-item:not(:last-child) .nav-link{border-top-right-radius:0}.card-tabs .nav-tabs .nav-item+.nav-item{margin-left:-1px}.card-tabs .nav-tabs-bottom{margin-bottom:0}.card-tabs .nav-tabs-bottom .nav-item{margin-top:-1px;margin-bottom:0}.card-tabs .nav-tabs-bottom .nav-item .nav-link{border-top-width:0;border-bottom:1px solid rgba(95,102,110,.2);border-top-left-radius:0;border-top-right-radius:0}.card-tabs .card{margin:0;border-top-left-radius:0}.close:focus{outline:0;color:#354052}.dropdown-menu{box-shadow:0 .5rem 1rem rgba(0,0,0,.15);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0}.dropdown-menu.card{padding:0;min-width:25rem;display:none}.dropdown-menu.card.show{display:flex}.dropdown-item{min-width:14rem;color:inherit;display:flex;align-items:center;margin:0;line-height:1.7142857}.dropdown-item-icon{width:1rem!important;font-size:1rem!important;margin-right:.5rem;opacity:.64;text-align:center;stroke-width:2px}.dropdown-header{font-size:.625rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;line-height:1.6;color:#5f666e;padding-bottom:.25rem;pointer-events:none}.dropdown-menu-scrollable{height:auto;max-height:12rem;overflow-x:hidden}.dropdown-menu-columns{-moz-columns:2;columns:2;-moz-column-gap:0;column-gap:0}.dropdown-menu-columns .dropdown-item{display:inline-flex;min-width:10rem}.dropdown-menu-columns-2{-moz-columns:2;columns:2}.dropdown-menu-columns-3{-moz-columns:3;columns:3}.dropdown-menu-columns-4{-moz-columns:4;columns:4}.dropdown-menu-arrow{margin-top:.5rem}.dropdown-menu-arrow:before{content:"";position:absolute;top:-4px;left:12px;display:block;background:inherit;width:14px;height:14px;transform:rotate(45deg);transform-origin:center;border:1px solid;border-color:inherit;z-index:-1;clip:rect(0,9px,9px,0)}.dropdown-menu-arrow.dropdown-menu-right:before{right:12px;left:auto}.dropright>.dropdown-menu{margin-top:calc(-.5rem - 1px);margin-left:0}.dropright .dropdown-toggle:after{margin-left:auto}.dropdown-menu-card{padding:0}.dropdown-menu-card>.card{margin:0;border:0;box-shadow:none}.empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:1rem;text-align:center}@media (min-width:48rem){.empty{padding:3rem}}.empty .empty-icon{margin:0 0 1rem;font-size:2rem;font-weight:400;line-height:1}.empty .empty-subtitle,.empty .empty-title{margin:0 0 .5rem}.empty .empty-action{margin-top:1.5rem}.empty-bordered{border:1px solid rgba(95,102,110,.2);border-radius:3px}.col-separator{border-left:1px solid rgba(95,102,110,.2)}.container-tight{--bs-gutter-x:0.75rem;width:100%;padding-right:calc(var(--bs-gutter-x)/ 2);padding-left:calc(var(--bs-gutter-x)/ 2);margin-right:auto;margin-left:auto;max-width:35rem}.container-narrow{--bs-gutter-x:0.75rem;width:100%;padding-right:calc(var(--bs-gutter-x)/ 2);padding-left:calc(var(--bs-gutter-x)/ 2);margin-right:auto;margin-left:auto;max-width:45rem}.row-0{margin-right:0;margin-left:0}.row-0>.col,.row-0>[class*=col-]{padding-right:0;padding-left:0}.row-0 .card{margin-bottom:0}.row-sm{margin-right:-.375rem;margin-left:-.375rem}.row-sm>.col,.row-sm>[class*=col-]{padding-right:.375rem;padding-left:.375rem}.row-sm .card{margin-bottom:.75rem}.row-md{margin-right:-1.5rem;margin-left:-1.5rem}.row-md>.col,.row-md>[class*=col-]{padding-right:1.5rem;padding-left:1.5rem}.row-md .card{margin-bottom:3rem}.row-lg{margin-right:-3rem;margin-left:-3rem}.row-lg>.col,.row-lg>[class*=col-]{padding-right:3rem;padding-left:3rem}.row-lg .card{margin-bottom:6rem}.row-deck>.col,.row-deck>[class*=col-]{display:flex;align-items:stretch}.row-deck>.col .card,.row-deck>[class*=col-] .card{flex:1 1 auto}.row-cards{margin-left:-.625rem;margin-right:-.625rem}.row-cards .row-cards{flex:1}.row-cards>*{padding-left:.625rem;padding-right:.625rem}@media (max-width:63.98rem){.row-cards{margin-left:-.375rem;margin-right:-.375rem}.row-cards>*{padding-left:.375rem;padding-right:.375rem}}.icon{width:1rem;height:1rem;font-size:1rem;vertical-align:text-bottom}.icon:hover{text-decoration:none}.icon-thin{stroke-width:1.5}.icon-md{width:1.5rem;height:1.5rem}.icon-lg{width:2rem;height:2rem}.icon-xl{width:4rem;height:4rem}.icon-xl.icon-thin{stroke-width:1}.icons-list{display:flex;flex-wrap:wrap;padding:0;margin:0 -2px -1px 0;list-style:none}.icons-list>li{flex:1 0 4rem}.icons-list-wrap{overflow:hidden}.icons-list-item{display:flex;align-items:center;justify-content:center;height:4rem;text-align:center;border-right:1px solid rgba(95,102,110,.2);border-bottom:1px solid rgba(95,102,110,.2)}.icons-list-item i{font-size:1.25rem}.img-responsive{background:no-repeat center/cover;padding-top:75%}.img-responsive-1x1{padding-top:100%}.img-responsive-4x3{padding-top:calc(3 / 4 * 100%)}.img-responsive-16x9{padding-top:calc(9 / 16 * 100%)}.img-responsive-21x9{padding-top:calc(9 / 21 * 100%)}textarea[cols]{height:auto}.form-label{font-size:.875rem;font-weight:500;display:block;margin-bottom:.5rem}.form-label.required:after{content:"*";margin-left:.25rem;color:#cd201f}.form-label-description{float:right;font-weight:400;color:#5f666e;line-height:1.5rem;font-size:.75rem}.form-hint{display:block;font-size:.75rem;color:#5f666e;line-height:1.25rem}.form-hint:last-child{margin-bottom:0}.form-hint+.form-control{margin-top:.25rem}.form-label+.form-hint{margin-top:-.5rem}.form-control+.form-hint,.form-select+.form-hint,.input-group+.form-hint{margin-top:.5rem}.form-control:-webkit-autofill{box-shadow:0 0 0 1000px #fff inset}.form-control.disabled,.form-control:disabled{color:#5f666e;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form-control[size]{width:auto}.form-control-light{background-color:#f5f7fb;border-color:transparent}.form-control-dark{background-color:rgba(0,0,0,.1);color:#fff;border-color:transparent}.form-control-dark:focus{background-color:rgba(0,0,0,.1);box-shadow:none;border-color:rgba(255,255,255,.24)}.form-control-dark::-webkit-input-placeholder{color:rgba(255,255,255,.6)}.form-control-dark::-moz-placeholder{color:rgba(255,255,255,.6)}.form-control-dark:-ms-input-placeholder{color:rgba(255,255,255,.6)}.form-control-dark::-ms-input-placeholder{color:rgba(255,255,255,.6)}.form-control-dark::placeholder{color:rgba(255,255,255,.6)}.form-control-rounded{border-radius:10rem}.form-control-flush{padding:0;background:0 0!important;border-color:transparent!important;resize:none;box-shadow:none!important;line-height:inherit}.form-footer{margin-top:2rem}.form-fieldset{padding:1rem;margin-bottom:1rem;background:rgba(53,64,82,.024);border:1px solid rgba(95,102,110,.2);border-radius:3px}.form-help{display:inline-flex;font-weight:500;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;font-size:.75rem;color:#5f666e;text-align:center;text-decoration:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:rgba(145,152,163,.1);border-radius:50%;transition:.3s background-color,.3s color}.form-help:hover,.form-help[aria-describedby]{color:#fff;background:#206bc4}.form-check{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form-check.form-check-highlight .form-check-input:not(:checked)~.form-check-label{opacity:.64}.form-check-input{background-size:1rem;margin-top:.25rem}.form-switch .form-check-input{transition:.3s background-color,.3s background-position}.form-check-label{line-height:1.4285714;padding:.125rem 0}.form-check-description{color:#5f666e;font-size:.75rem;line-height:1.4285714}.input-group-link{font-size:.75rem}.input-group-flat:focus-within{box-shadow:0 0 0 .25rem rgba(32,107,196,.25);border-radius:3px}.input-group-flat:focus-within .form-control,.input-group-flat:focus-within .input-group-text{border-color:#7aade9!important}.input-group-flat .form-control:focus{border-color:rgba(95,102,110,.2);box-shadow:none}.input-group-flat .form-control:not(:last-child){border-right:0}.input-group-flat .form-control:not(:first-child){border-left:0}.input-group-flat .input-group-text{background:0 0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.input-group-flat .input-group-text:first-child{padding-right:0}.input-group-flat .input-group-text:last-child{padding-left:0}.form-file-button{margin-left:0;border-left:0}.input-icon{position:relative}.input-icon .form-control:not(:last-child){padding-right:2.5rem}.input-icon .form-control:not(:first-child){padding-left:2.5rem}.input-icon-addon{position:absolute;top:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;min-width:2.5rem;color:#5f666e;pointer-events:none;font-size:1.2em}.input-icon-addon:last-child{right:0;left:auto}.form-colorinput{position:relative;display:inline-block;margin:0;line-height:1;cursor:pointer}.form-colorinput-input{position:absolute;z-index:-1;opacity:0}.form-colorinput-color{display:block;width:1.5rem;height:1.5rem;color:#fff;border:1px solid rgba(95,102,110,.2);border-radius:3px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.form-colorinput-color:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";background:no-repeat center center/1rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8.5l2.5 2.5l5.5 -5.5'/%3e%3c/svg%3e");opacity:0;transition:.3s opacity}.form-colorinput-input:checked~.form-colorinput-color:before{opacity:1}.form-colorinput-input:focus~.form-colorinput-color{border-color:#206bc4;box-shadow:0 0 0 .25rem rgba(32,107,196,.25)}.form-colorinput-light .form-colorinput-color:before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3e%3cpath fill='none' stroke='%23354052' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8.5l2.5 2.5l5.5 -5.5'/%3e%3c/svg%3e")}.form-imagecheck{position:relative;margin:0;cursor:pointer}.form-imagecheck-input{position:absolute;z-index:-1;opacity:0}.form-imagecheck-figure{position:relative;display:block;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid rgba(95,102,110,.2);border-radius:3px}.form-imagecheck-input:focus~.form-imagecheck-figure{border-color:#206bc4;box-shadow:0 0 0 .25rem rgba(32,107,196,.25)}.form-imagecheck-input:checked~.form-imagecheck-figure{border-color:rgba(95,102,110,.2)}.form-imagecheck-figure:before{position:absolute;top:.25rem;left:.25rem;z-index:1;display:block;width:1rem;height:1rem;color:#fff;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;border:1px solid rgba(95,102,110,.2);border-radius:3px;transition:.3s opacity}.form-imagecheck-input:checked~.form-imagecheck-figure:before{background-color:#206bc4;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8.5l2.5 2.5l5.5 -5.5'/%3e%3c/svg%3e");background-repeat:repeat;background-position:center;background-size:1rem;border-color:rgba(95,102,110,.2)}.form-imagecheck-image{max-width:100%;display:block;opacity:.64;transition:.3s opacity}.form-imagecheck-image:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.form-imagecheck-image:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.form-imagecheck-input:checked~.form-imagecheck-figure .form-imagecheck-image,.form-imagecheck-input:focus~.form-imagecheck-figure .form-imagecheck-image,.form-imagecheck:hover .form-imagecheck-image{opacity:1}.form-imagecheck-caption{padding:.25rem;font-size:.765625rem;color:#5f666e;text-align:center;transition:.3s color}.form-imagecheck-input:checked~.form-imagecheck-figure .form-imagecheck-caption,.form-imagecheck-input:focus~.form-imagecheck-figure .form-imagecheck-caption,.form-imagecheck:hover .form-imagecheck-caption{color:#212b36}.form-selectgroup{display:inline-flex;margin:0 -.5rem -.5rem 0;flex-wrap:wrap}.form-selectgroup .form-selectgroup-item{margin:0 .5rem .5rem 0}.form-selectgroup-vertical{flex-direction:column}.form-selectgroup-item{display:block;position:relative}.form-selectgroup-input{position:absolute;top:0;left:0;z-index:-1;opacity:0}.form-selectgroup-label{position:relative;display:block;min-width:calc(1.4285714em + .875rem + 2px);margin:0;padding:.4375rem .75rem;font-size:.875rem;line-height:1.4285714;color:#5f666e;background:#fff;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid rgba(95,102,110,.2);border-radius:3px;transition:border-color .3s,background .3s,color .3s}.form-selectgroup-label .icon:only-child{margin:0 -.25rem}.form-selectgroup-label:hover{color:#212b36}.form-selectgroup-check{display:inline-block;width:1rem;height:1rem;border:1px solid rgba(95,102,110,.2);vertical-align:middle}.form-selectgroup-input[type=checkbox]+.form-selectgroup-label .form-selectgroup-check{border-radius:3px}.form-selectgroup-input[type=radio]+.form-selectgroup-label .form-selectgroup-check{border-radius:50%}.form-selectgroup-input:checked+.form-selectgroup-label .form-selectgroup-check{background-color:#206bc4;background-repeat:repeat;background-position:center;background-size:1rem;border-color:rgba(95,102,110,.2)}.form-selectgroup-input[type=checkbox]:checked+.form-selectgroup-label .form-selectgroup-check{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8.5l2.5 2.5l5.5 -5.5'/%3e%3c/svg%3e")}.form-selectgroup-input[type=radio]:checked+.form-selectgroup-label .form-selectgroup-check{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3ccircle r='3' fill='%23ffffff' cx='8' cy='8' /%3e%3c/svg%3e")}.form-selectgroup-input:checked+.form-selectgroup-label{z-index:1;color:#206bc4;background:rgba(32,107,196,.04);border-color:#7aade9;box-shadow:0 1px 1px 0 rgba(32,107,196,.2)}.form-selectgroup-input:focus+.form-selectgroup-label{z-index:2;color:#206bc4;border-color:#7aade9;box-shadow:0 0 0 .25rem rgba(32,107,196,.25)}.form-selectgroup-boxes .form-selectgroup-label{text-align:left;padding:1rem 1rem;color:inherit}.form-selectgroup-boxes .form-selectgroup-input:checked+.form-selectgroup-label{color:inherit}.form-selectgroup-boxes .form-selectgroup-input:checked+.form-selectgroup-label .form-selectgroup-title{color:#206bc4}.form-selectgroup-boxes .form-selectgroup-input:checked+.form-selectgroup-label .form-selectgroup-label-content{opacity:1}.form-selectgroup-pills{flex-wrap:wrap;align-items:flex-start}.form-selectgroup-pills .form-selectgroup-item{flex-grow:0}.form-selectgroup-pills .form-selectgroup-label{border-radius:50px}.form-control-color::-webkit-color-swatch{border:none}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}.form-control.is-invalid-lite,.form-control.is-valid-lite{border-color:rgba(95,102,110,.2)}.legend{display:inline-block;background:#e9ecf1;width:.75em;height:.75em;border-radius:3px}.list-item{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word}.list-item-actions{margin-left:auto}.list-bordered .list-item,.list-row .list-item{border-top:1px solid rgba(95,102,110,.2);margin-top:-1px}.list-bordered .list-item:first-child,.list-row .list-item:first-child{border-top:none}.list-hoverable .list-item-actions{opacity:0;transition:.3s opacity}.list-hoverable .list-item-actions.show,.list-hoverable .list-item:hover .list-item-actions{opacity:1}.list-row .list-item{flex-direction:row;align-items:center;padding:.5rem .5rem}.list-row .list-item>*{padding-left:.5rem;padding-right:.5rem}.list-timeline{position:relative;padding:0;margin:0;list-style:none}.list-timeline>li{position:relative;margin-bottom:1.5rem}.list-timeline>li:last-child{margin-bottom:0}.list-timeline-time{float:right;margin-left:1rem;color:#5f666e}.list-timeline-icon{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;color:#fff;text-align:center;background:#5f666e;border-radius:50%}.list-timeline-icon .icon{width:1rem;height:1rem}.list-timeline-title{margin:0;font-weight:500}.list-timeline-content{margin-left:3.5rem}@media screen and (min-width:768px){.list-timeline:not(.list-timeline-simple):before{position:absolute;top:0;bottom:0;left:calc(7.5rem + 2px);z-index:1;display:block;width:4px;content:"";background-color:#f5f7fb}.list-timeline:not(.list-timeline-simple)>li{z-index:2;min-height:40px}.list-timeline:not(.list-timeline-simple) .list-timeline-time{position:absolute;top:.5rem;left:0;width:5.5rem;margin:0;text-align:right}.list-timeline:not(.list-timeline-simple) .list-timeline-icon{top:0;left:6.5rem}.list-timeline:not(.list-timeline-simple) .list-timeline-content{padding:.625rem 0 0 10rem;margin:0}}.list-group-transparent{margin:0 -.75rem}.list-group-transparent .list-group-item{background:0 0;border:0;border-radius:3px}.list-group-transparent .list-group-item .icon{color:#5f666e}.list-group-transparent .list-group-item.active{font-weight:500;color:inherit;background:rgba(32,107,196,.06)}.list-group-transparent .list-group-item.active .icon{color:inherit}.list-separated-item{padding:1rem 0}.list-separated-item:first-child{padding-top:0}.list-separated-item:last-child{padding-bottom:0}.list-separated-item+.list-separated-item{border-top:1px solid rgba(95,102,110,.2)}.list-inline-dots .list-inline-item+.list-inline-item:before{content:'· ';margin-right:.5rem}@-webkit-keyframes loader{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes loader{from{transform:rotate(0)}to{transform:rotate(360deg)}}.loader{position:relative;display:block;width:2.5rem;height:2.5rem;color:#206bc4;vertical-align:middle}.loader:after{position:absolute;top:0;left:0;width:100%;height:100%;content:"";border:1px solid;border-color:transparent;border-top-color:currentColor;border-left-color:currentColor;border-radius:50%;-webkit-animation:loader .6s linear;animation:loader .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.dimmer{position:relative}.dimmer .loader{position:absolute;top:50%;right:0;left:0;display:none;margin:0 auto;transform:translateY(-50%)}.dimmer.active .loader{display:block}.dimmer.active .dimmer-content{pointer-events:none;opacity:.1}.modal-content .close{position:absolute;top:0;right:0;font-size:1rem;width:3.5rem;height:3.5rem;margin:0;padding:0;z-index:10}.modal-body::-webkit-scrollbar{width:6px;height:6px;-webkit-transition:.3s background;transition:.3s background}.modal-body::-webkit-scrollbar-thumb{border-radius:5px;background:#dee1e7}.modal-body::-webkit-scrollbar-corner{background:0 0}.modal-body:hover::-webkit-scrollbar-thumb{background:#cbcfd6;background:#cbcfd6}.modal-body .modal-title{margin-bottom:1rem}.modal-body+.modal-body{border-top:1px solid rgba(95,102,110,.1)}.modal-header{align-items:center;min-height:3.5rem;background:#fff;padding:0 3.5rem 0 1.5rem}.modal-title{font-size:1rem;font-weight:500;line-height:1.3333333}.modal-footer{padding-top:0;padding-bottom:.75rem}.modal-blur{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-full-width{max-width:none;margin:0 .5rem}.nav-tabs .icon{color:#5f666e}.nav-tabs .nav-link{padding:.5rem 1rem;line-height:20px;color:#5f666e;cursor:pointer;background:0 0;border:none;border-bottom:1px solid transparent;transition:.3s color,.3s border-color}.nav-tabs .nav-link:hover{color:#212b36;border-color:transparent}.nav-tabs .nav-link.disabled{color:rgba(95,102,110,.2)}.nav-tabs .nav-link.active{color:#212b36;background:inherit;border-color:transparent;border-bottom-color:#206bc4}.nav-tabs-alt .nav-link{font-size:13px;font-weight:500;text-transform:uppercase}.nav-icon{line-height:1;margin-right:.25rem}.nav-icon .icon{display:block;stroke-width:1.5}.nav-link{display:flex;transition:.3s color;align-items:center}.nav-link .icon{display:inline-block;font-size:1rem}.nav-link-icon{width:1.25rem;height:1rem;font-size:1rem}.nav-link-icon .icon{display:block}.stars{display:inline-flex;color:#dee1e7;font-size:.75rem}.stars .star:not(:first-child){margin-left:.25rem}.pagination{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.page-link{min-width:1.5rem;border-radius:3px}.page-link:hover{background:0 0}.page-item{text-align:center}.page-item.page-next,.page-item.page-prev{flex:0 0 50%;text-align:left}.page-item.page-next{margin-left:auto;text-align:right}.page-item-subtitle{margin-bottom:2px;font-size:12px;color:#5f666e;text-transform:uppercase}.page-item.disabled .page-item-subtitle{color:rgba(95,102,110,.5)}.page-item-title{font-size:1rem;font-weight:400;color:#212b36}.page-link:hover .page-item-title{color:#206bc4}.page-item.disabled .page-item-title{color:rgba(95,102,110,.5)}@-webkit-keyframes progress-indeterminate{0%{right:100%;left:-35%}100%,60%{right:-90%;left:100%}}@keyframes progress-indeterminate{0%{right:100%;left:-35%}100%,60%{right:-90%;left:100%}}.progress{position:relative;width:100%;line-height:.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.progress::-webkit-progress-bar{background:#f5f7fb}.progress::-webkit-progress-value{background-color:#206bc4}.progress::-moz-progress-bar{background-color:#206bc4}.progress::-ms-fill{background-color:#206bc4;border:none}.progress-sm{height:.25rem}.progress-bar{height:100%}.progress-bar-indeterminate:after,.progress-bar-indeterminate:before{position:absolute;top:0;bottom:0;left:0;content:"";background-color:inherit;will-change:left,right}.progress-bar-indeterminate:before{-webkit-animation:progress-indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite;animation:progress-indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite}.ribbon{position:absolute;top:.75rem;right:-.25rem;z-index:1;padding:.25rem .75rem;font-size:.625rem;font-weight:500;line-height:1.5rem;color:#fff;text-align:center;text-transform:uppercase;background:#206bc4;border-color:#206bc4}.ribbon:before{position:absolute;right:0;bottom:100%;width:0;height:0;content:"";filter:brightness(70%);border:.125rem solid;border-color:inherit;border-top-color:transparent;border-right-color:transparent}.ribbon.bg-blue{border-color:#206bc4}.ribbon.bg-blue-lt{border-color:#d2e1f3!important}.ribbon.bg-azure{border-color:#45aaf2}.ribbon.bg-azure-lt{border-color:#daeefc!important}.ribbon.bg-indigo{border-color:#6574cd}.ribbon.bg-indigo-lt{border-color:#e0e3f5!important}.ribbon.bg-purple{border-color:#a55eea}.ribbon.bg-purple-lt{border-color:#eddffb!important}.ribbon.bg-pink{border-color:#f66d9b}.ribbon.bg-pink-lt{border-color:#fde2eb!important}.ribbon.bg-red{border-color:#cd201f}.ribbon.bg-red-lt{border-color:#f5d2d2!important}.ribbon.bg-orange{border-color:#ff922b}.ribbon.bg-orange-lt{border-color:#ffe9d5!important}.ribbon.bg-yellow{border-color:#fab005}.ribbon.bg-yellow-lt{border-color:#feefcd!important}.ribbon.bg-lime{border-color:#94d82d}.ribbon.bg-lime-lt{border-color:#eaf7d5!important}.ribbon.bg-green{border-color:#5eba00}.ribbon.bg-green-lt{border-color:#dff1cc!important}.ribbon.bg-teal{border-color:#2bcbba}.ribbon.bg-teal-lt{border-color:#d5f5f1!important}.ribbon.bg-cyan{border-color:#17a2b8}.ribbon.bg-cyan-lt{border-color:#d1ecf1!important}.ribbon.bg-gray{border-color:#a8aeb7}.ribbon.bg-gray-lt{border-color:#eeeff1!important}.ribbon.bg-gray-dark{border-color:#545d6d}.ribbon.bg-gray-dark-lt{border-color:#dddfe2!important}.ribbon.bg-dark{border-color:#354052}.ribbon.bg-dark-lt{border-color:#d7d9dc!important}.ribbon .icon{width:1rem;height:1rem}.ribbon-top{top:-.25rem;right:.75rem;width:2rem;padding:.25rem 0}.ribbon-top:before{top:0;right:100%;bottom:auto;border-color:inherit;border-top-color:transparent;border-left-color:transparent}.ribbon-top.ribbon-left{right:auto;left:.75rem}.ribbon-top.ribbon-left:before{top:0;right:100%;left:auto}.ribbon-left{right:auto;left:-.25rem}.ribbon-left:before{top:auto;bottom:100%;left:0;border-color:inherit;border-top-color:transparent;border-left-color:transparent}.ribbon-bottom{top:auto;bottom:.75rem}.ribbon-bookmark{padding-left:.25rem}.ribbon-bookmark:after{position:absolute;top:0;right:100%;display:block;width:0;height:0;content:"";border:1rem solid;border-color:inherit;border-right-width:0;border-left-color:transparent;border-left-width:.5rem}.ribbon-bookmark.ribbon-left{padding-right:.5rem;padding-left:.5rem}.ribbon-bookmark.ribbon-left:after{right:auto;left:100%;border-right-color:transparent;border-right-width:.5rem;border-left-width:0}.ribbon-bookmark.ribbon-top{padding-right:0;padding-bottom:.25rem;padding-left:0}.ribbon-bookmark.ribbon-top:after{top:100%;right:0;left:0;border-color:inherit;border-width:1rem;border-top-width:0;border-bottom-color:transparent;border-bottom-width:.5rem}.stamp{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;line-height:2.5rem;padding:0 .25rem;font-size:.875rem;font-weight:500;color:#5f666e;text-align:center;background:#f1f3f8;border-radius:3px}.stamp .icon{font-size:1.25rem;vertical-align:middle}.steps{display:flex;flex-wrap:nowrap;width:100%;padding:0;margin:2rem 0;list-style:none}.steps .step-item{padding-top:calc(.5rem + 4px)}.steps .step-item:after{top:calc(.25rem + 2px);height:2px}.steps .step-item:before{width:.5rem;height:.5rem}.steps .step-item:after,.steps .step-item:before{color:#fff;background:#206bc4}.steps .step-item.active:before{color:inherit;border-color:#206bc4}.steps-blue .step-item:after,.steps-blue .step-item:before{color:#fff;background:#206bc4}.steps-blue .step-item.active:before{color:inherit;border-color:#206bc4}.steps-azure .step-item:after,.steps-azure .step-item:before{color:#fff;background:#45aaf2}.steps-azure .step-item.active:before{color:inherit;border-color:#45aaf2}.steps-indigo .step-item:after,.steps-indigo .step-item:before{color:#fff;background:#6574cd}.steps-indigo .step-item.active:before{color:inherit;border-color:#6574cd}.steps-purple .step-item:after,.steps-purple .step-item:before{color:#fff;background:#a55eea}.steps-purple .step-item.active:before{color:inherit;border-color:#a55eea}.steps-pink .step-item:after,.steps-pink .step-item:before{color:#fff;background:#f66d9b}.steps-pink .step-item.active:before{color:inherit;border-color:#f66d9b}.steps-red .step-item:after,.steps-red .step-item:before{color:#fff;background:#cd201f}.steps-red .step-item.active:before{color:inherit;border-color:#cd201f}.steps-orange .step-item:after,.steps-orange .step-item:before{color:#fff;background:#ff922b}.steps-orange .step-item.active:before{color:inherit;border-color:#ff922b}.steps-yellow .step-item:after,.steps-yellow .step-item:before{color:#fff;background:#fab005}.steps-yellow .step-item.active:before{color:inherit;border-color:#fab005}.steps-lime .step-item:after,.steps-lime .step-item:before{color:#fff;background:#94d82d}.steps-lime .step-item.active:before{color:inherit;border-color:#94d82d}.steps-green .step-item:after,.steps-green .step-item:before{color:#fff;background:#5eba00}.steps-green .step-item.active:before{color:inherit;border-color:#5eba00}.steps-teal .step-item:after,.steps-teal .step-item:before{color:#fff;background:#2bcbba}.steps-teal .step-item.active:before{color:inherit;border-color:#2bcbba}.steps-cyan .step-item:after,.steps-cyan .step-item:before{color:#fff;background:#17a2b8}.steps-cyan .step-item.active:before{color:inherit;border-color:#17a2b8}.steps-gray .step-item:after,.steps-gray .step-item:before{color:#fff;background:#a8aeb7}.steps-gray .step-item.active:before{color:inherit;border-color:#a8aeb7}.steps-gray-dark .step-item:after,.steps-gray-dark .step-item:before{color:#fff;background:#545d6d}.steps-gray-dark .step-item.active:before{color:inherit;border-color:#545d6d}.steps-dark .step-item:after,.steps-dark .step-item:before{color:#fff;background:#354052}.steps-dark .step-item.active:before{color:inherit;border-color:#354052}.step-item{position:relative;flex:1 1 0;min-height:1rem;margin-top:0;color:inherit;text-align:center;cursor:default}a.step-item{cursor:pointer}a.step-item:hover{color:inherit}.step-item:not(:first-child):after{position:absolute;left:-50%;width:100%;content:"";transform:translateY(-50%)}.step-item:before{position:absolute;top:0;left:50%;z-index:1;box-sizing:content-box;display:block;content:"";border:2px solid #fff;border-radius:50%;transform:translateX(-50%)}.step-item.active{font-weight:500}.step-item.active:before{background:#fff}.step-item.active~.step-item{color:#5f666e}.step-item.active~.step-item:after,.step-item.active~.step-item:before{background:#f3f5f5}.step-item.active~.step-item:before{color:#5f666e!important}.steps-counter{counter-reset:steps}.steps-counter .step-item{padding-top:calc(1.5rem + 4px)}.steps-counter .step-item:after{top:calc(.75rem + 2px);height:2px}.steps-counter .step-item:before{width:1.5rem;height:1.5rem}.steps-counter .step-item{counter-increment:steps}.steps-counter .step-item:before{font-size:1rem;line-height:1.5rem;content:counter(steps)}.steps-counter .step-item.active~.step-item:before{background:#fff}.markdown>table thead th,.table thead th{color:#5f666e;background:rgba(53,64,82,.024);font-size:.625rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;line-height:1.6;color:#5f666e;padding-top:.5rem;padding-bottom:.5rem}@media print{.markdown>table thead th,.table thead th{background:0 0}}.table-nowrap>:not(caption)>*>*{white-space:nowrap}.table-vcenter>:not(caption)>*>*{vertical-align:middle}.table-center>:not(caption)>*>*{text-align:center}.td-truncate{max-width:1px;width:100%}.table-mobile{display:block}.table-mobile thead{display:none}.table-mobile tbody,.table-mobile tr{display:flex;flex-direction:column}.table-mobile td{display:block;padding:.5rem .5rem!important;border:none;color:#212b36!important}.table-mobile td[data-label]:before{font-size:.625rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;line-height:1.6;color:#5f666e;content:attr(data-label);display:block}.table-mobile tr{border-bottom:1px solid rgba(95,102,110,.2)}.table-mobile .btn{display:block}@media (max-width:32.98rem){.table-mobile-sm{display:block}.table-mobile-sm thead{display:none}.table-mobile-sm tbody,.table-mobile-sm tr{display:flex;flex-direction:column}.table-mobile-sm td{display:block;padding:.5rem .5rem!important;border:none;color:#212b36!important}.table-mobile-sm td[data-label]:before{font-size:.625rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;line-height:1.6;color:#5f666e;content:attr(data-label);display:block}.table-mobile-sm tr{border-bottom:1px solid rgba(95,102,110,.2)}.table-mobile-sm .btn{display:block}}@media (max-width:47.98rem){.table-mobile-md{display:block}.table-mobile-md thead{display:none}.table-mobile-md tbody,.table-mobile-md tr{display:flex;flex-direction:column}.table-mobile-md td{display:block;padding:.5rem .5rem!important;border:none;color:#212b36!important}.table-mobile-md td[data-label]:before{font-size:.625rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;line-height:1.6;color:#5f666e;content:attr(data-label);display:block}.table-mobile-md tr{border-bottom:1px solid rgba(95,102,110,.2)}.table-mobile-md .btn{display:block}}@media (max-width:63.98rem){.table-mobile-lg{display:block}.table-mobile-lg thead{display:none}.table-mobile-lg tbody,.table-mobile-lg tr{display:flex;flex-direction:column}.table-mobile-lg td{display:block;padding:.5rem .5rem!important;border:none;color:#212b36!important}.table-mobile-lg td[data-label]:before{font-size:.625rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;line-height:1.6;color:#5f666e;content:attr(data-label);display:block}.table-mobile-lg tr{border-bottom:1px solid rgba(95,102,110,.2)}.table-mobile-lg .btn{display:block}}@media (max-width:75.23rem){.table-mobile-xl{display:block}.table-mobile-xl thead{display:none}.table-mobile-xl tbody,.table-mobile-xl tr{display:flex;flex-direction:column}.table-mobile-xl td{display:block;padding:.5rem .5rem!important;border:none;color:#212b36!important}.table-mobile-xl td[data-label]:before{font-size:.625rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;line-height:1.6;color:#5f666e;content:attr(data-label);display:block}.table-mobile-xl tr{border-bottom:1px solid rgba(95,102,110,.2)}.table-mobile-xl .btn{display:block}}.toast-header{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.toast button[data-dismiss=toast]{outline:0}.toolbar{display:flex;flex-wrap:nowrap;flex-shrink:0;margin:0 -.5rem}.toolbar>*{margin:0 .5rem}.hr-text{display:flex;align-items:center;margin:2rem 0;font-size:.625rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;line-height:1.6;color:#5f666e;height:1px}.hr-text:after,.hr-text:before{flex:1 1 auto;height:1px;background-color:currentColor;opacity:.1}.hr-text:before{content:"";margin-right:.5rem}.hr-text:after{content:"";margin-left:.5rem}.hr-text>:first-child{padding-right:.5rem;padding-left:0;color:#5f666e}.hr-text.hr-text-left:before{content:none}.hr-text.hr-text-left>:first-child{padding-right:.5rem;padding-left:.5rem}.hr-text.hr-text-right:before{content:""}.hr-text.hr-text-right:after{content:none}.hr-text.hr-text-right>:first-child{padding-right:0;padding-left:.5rem}.card>.hr-text{margin:0}.hr-text-spaceless{margin:-.5rem 0}.lead{line-height:1.4}a{-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit}.h1,h1{line-height:1.1428571}.h2,h2{line-height:1.6}.h3,h3{line-height:1.5}.h4,h4{line-height:1.4285714}.h5,h5{line-height:1.3333333}.h6,h6{line-height:1.6}.strong,b,strong{font-weight:500}blockquote{padding-left:1rem;border-left:2px solid rgba(95,102,110,.2)}blockquote p{margin-bottom:1rem}blockquote cite{display:block;text-align:right}blockquote cite:before{content:"— "}.hr,hr{margin:2rem 0}dl dd:last-child{margin-bottom:0}code{padding:2px 4px;background:rgba(32,107,196,.03);border:1px solid rgba(32,107,196,.064);border-radius:3px}pre{padding:1rem;overflow:auto;font-size:.75rem;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;line-height:1.25rem;-moz-tab-size:3;-o-tab-size:3;tab-size:3;border-radius:3px;white-space:pre-wrap}pre code{padding:0;background:0 0;border:none;border-radius:0}img{max-width:100%}::-moz-selection{color:#fff;background-color:#307fdd}::selection{color:#fff;background-color:#307fdd}[class*=" link-"].disabled,[class^=link-].disabled{color:#a8aeb7;pointer-events:none}.subheader{font-size:.625rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;line-height:1.6;color:#5f666e}.markdown>:first-child{margin-top:0}.markdown>:last-child,.markdown>:last-child .highlight{margin-bottom:0}.markdown>.h1,.markdown>.h2,.markdown>.h3,.markdown>.h4,.markdown>.h5,.markdown>.h6,.markdown>h1,.markdown>h2,.markdown>h3,.markdown>h4,.markdown>h5,.markdown>h6{margin-top:2rem}@media (min-width:48rem){.markdown>.hr,.markdown>hr{margin-top:3em;margin-bottom:3em}}.chart{display:block;min-height:10rem}.chart text{font-family:inherit}.chart-sm{height:2.5rem}.chart-lg{height:15rem}.chart-square{height:5.75rem}.chart-sparkline{position:relative;width:4rem;height:2.5rem;line-height:1}.chart-sparkline-square{width:2.5rem}.chart-sparkline-wide{width:6rem}.chart-sparkline-label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:.625rem}.chart-sparkline-label .icon{width:1rem;height:1rem}.bg-white-overlay{color:#fff;background-color:rgba(245,247,251,.24)}.bg-dark-overlay{color:#fff;background-color:rgba(53,64,82,.24)}.bg-cover{background-repeat:no-repeat;background-size:cover;background-position:center}.bg-facebook{color:#fff!important;background:#3b5998!important}.text-facebook{color:#3b5998!important}.bg-twitter{color:#fff!important;background:#1da1f2!important}.text-twitter{color:#1da1f2!important}.bg-google{color:#fff!important;background:#dc4e41!important}.text-google{color:#dc4e41!important}.bg-youtube{color:#fff!important;background:red!important}.text-youtube{color:red!important}.bg-vimeo{color:#fff!important;background:#1ab7ea!important}.text-vimeo{color:#1ab7ea!important}.bg-dribbble{color:#fff!important;background:#ea4c89!important}.text-dribbble{color:#ea4c89!important}.bg-github{color:#fff!important;background:#181717!important}.text-github{color:#181717!important}.bg-instagram{color:#fff!important;background:#e4405f!important}.text-instagram{color:#e4405f!important}.bg-pinterest{color:#fff!important;background:#bd081c!important}.text-pinterest{color:#bd081c!important}.bg-vk{color:#fff!important;background:#6383a8!important}.text-vk{color:#6383a8!important}.bg-rss{color:#fff!important;background:orange!important}.text-rss{color:orange!important}.bg-flickr{color:#fff!important;background:#0063dc!important}.text-flickr{color:#0063dc!important}.bg-bitbucket{color:#fff!important;background:#0052cc!important}.text-bitbucket{color:#0052cc!important}.bg-tabler{color:#fff!important;background:#206bc4!important}.text-tabler{color:#206bc4!important}.bg-blue{background:#206bc4}.text-blue{color:#206bc4!important}.bg-blue-lt{color:#206bc4!important;background:#d2e1f3!important}.bg-azure{background:#45aaf2}.text-azure{color:#45aaf2!important}.bg-azure-lt{color:#45aaf2!important;background:#daeefc!important}.bg-indigo{background:#6574cd}.text-indigo{color:#6574cd!important}.bg-indigo-lt{color:#6574cd!important;background:#e0e3f5!important}.bg-purple{background:#a55eea}.text-purple{color:#a55eea!important}.bg-purple-lt{color:#a55eea!important;background:#eddffb!important}.bg-pink{background:#f66d9b}.text-pink{color:#f66d9b!important}.bg-pink-lt{color:#f66d9b!important;background:#fde2eb!important}.bg-red{background:#cd201f}.text-red{color:#cd201f!important}.bg-red-lt{color:#cd201f!important;background:#f5d2d2!important}.bg-orange{background:#ff922b}.text-orange{color:#ff922b!important}.bg-orange-lt{color:#ff922b!important;background:#ffe9d5!important}.bg-yellow{background:#fab005}.text-yellow{color:#fab005!important}.bg-yellow-lt{color:#fab005!important;background:#feefcd!important}.bg-lime{background:#94d82d}.text-lime{color:#94d82d!important}.bg-lime-lt{color:#94d82d!important;background:#eaf7d5!important}.bg-green{background:#5eba00}.text-green{color:#5eba00!important}.bg-green-lt{color:#5eba00!important;background:#dff1cc!important}.bg-teal{background:#2bcbba}.text-teal{color:#2bcbba!important}.bg-teal-lt{color:#2bcbba!important;background:#d5f5f1!important}.bg-cyan{background:#17a2b8}.text-cyan{color:#17a2b8!important}.bg-cyan-lt{color:#17a2b8!important;background:#d1ecf1!important}.bg-gray{background:#a8aeb7}.text-gray{color:#a8aeb7!important}.bg-gray-lt{color:#a8aeb7!important;background:#eeeff1!important}.bg-gray-dark{background:#545d6d}.text-gray-dark{color:#545d6d!important}.bg-gray-dark-lt{color:#545d6d!important;background:#dddfe2!important}.bg-dark{background:#354052}.text-dark{color:#354052!important}.bg-dark-lt{color:#354052!important;background:#d7d9dc!important}.scrollable{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.scrollable.hover{overflow-y:hidden}.scrollable.hover>*{margin-top:-1px}.scrollable.hover:active,.scrollable.hover:focus,.scrollable.hover:hover{overflow:visible;overflow-y:auto}.touch .scrollable{overflow-y:auto!important}.scroll-x,.scroll-y{overflow:hidden;-webkit-overflow-scrolling:touch}.scroll-y{overflow-y:auto}.scroll-x{overflow-x:auto}.no-scroll{overflow:hidden}.w-0{width:0!important}.h-0{height:0!important}.w-1{width:.25rem!important}.h-1{height:.25rem!important}.w-2{width:.5rem!important}.h-2{height:.5rem!important}.w-3{width:1rem!important}.h-3{height:1rem!important}.w-4{width:1.5rem!important}.h-4{height:1.5rem!important}.w-5{width:3rem!important}.h-5{height:3rem!important}.w-6{width:4.5rem!important}.h-6{height:4.5rem!important}.w-auto{width:auto!important}.h-auto{height:auto!important}.w-px{width:1px!important}.h-px{height:1px!important}.w-full{width:100%!important}.h-full{height:100%!important}.opacity-0{opacity:0!important}.opacity-5{opacity:.05!important}.opacity-10{opacity:.1!important}.opacity-15{opacity:.15!important}.opacity-20{opacity:.2!important}.opacity-25{opacity:.25!important}.opacity-30{opacity:.3!important}.opacity-35{opacity:.35!important}.opacity-40{opacity:.4!important}.opacity-45{opacity:.45!important}.opacity-50{opacity:.5!important}.opacity-55{opacity:.55!important}.opacity-60{opacity:.6!important}.opacity-65{opacity:.65!important}.opacity-70{opacity:.7!important}.opacity-75{opacity:.75!important}.opacity-80{opacity:.8!important}.opacity-85{opacity:.85!important}.opacity-90{opacity:.9!important}.opacity-95{opacity:.95!important}.opacity-100{opacity:1!important}.hover-shadow-sm:hover{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.hover-shadow:hover{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.hover-shadow-lg:hover{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.hover-shadow-none:hover{box-shadow:none!important}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.subpixel-antialiased{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}@media not print{.theme-dark{color:#f5f7fb;background-color:#2f3949}.theme-dark .card,.theme-dark .dropdown-menu,.theme-dark .flatpickr-calendar,.theme-dark .footer,.theme-dark .modal-content,.theme-dark .modal-header{background-color:#354052;color:inherit}.theme-dark .card{border-color:transparent}.theme-dark .btn-white,.theme-dark .form-file-button{color:#f5f7fb;background-color:#3b475b;border-color:rgba(95,102,110,.2);background-image:none}.theme-dark .btn-white:hover,.theme-dark .form-file-button:hover{color:#f5f7fb;background-color:rgba(53,64,82,0);border-color:rgba(95,102,110,.2)}.btn-check:focus+.theme-dark .btn-white,.btn-check:focus+.theme-dark .form-file-button,.theme-dark .btn-white:focus,.theme-dark .form-file-button:focus{color:#f5f7fb;background-color:rgba(53,64,82,0);border-color:rgba(95,102,110,.2);box-shadow:0 0 0 .25rem rgba(187,191,197,.5)}.btn-check:active+.theme-dark .btn-white,.btn-check:active+.theme-dark .form-file-button,.btn-check:checked+.theme-dark .btn-white,.btn-check:checked+.theme-dark .form-file-button,.show>.theme-dark .btn-white.dropdown-toggle,.show>.theme-dark .form-file-button.dropdown-toggle,.theme-dark .btn-white.active,.theme-dark .btn-white:active,.theme-dark .form-file-button.active,.theme-dark .form-file-button:active{color:#fff;background-color:#4f5f7a;border-color:rgba(107,115,124,.2)}.btn-check:active+.theme-dark .btn-white:focus,.btn-check:active+.theme-dark .form-file-button:focus,.btn-check:checked+.theme-dark .btn-white:focus,.btn-check:checked+.theme-dark .form-file-button:focus,.show>.theme-dark .btn-white.dropdown-toggle:focus,.show>.theme-dark .form-file-button.dropdown-toggle:focus,.theme-dark .btn-white.active:focus,.theme-dark .btn-white:active:focus,.theme-dark .form-file-button.active:focus,.theme-dark .form-file-button:active:focus{box-shadow:0 0 0 .25rem rgba(187,191,197,.5)}.theme-dark .btn-white.disabled,.theme-dark .btn-white:disabled,.theme-dark .form-file-button.disabled,.theme-dark .form-file-button:disabled{color:#fff;background-color:#3b475b;border-color:rgba(95,102,110,.2)}.theme-dark .flatpickr-input.flatpickr-input,.theme-dark .form-check-input:not(:checked),.theme-dark .form-control,.theme-dark .form-file-text,.theme-dark .form-imagecheck-figure:before,.theme-dark .form-select,.theme-dark .form-selectgroup-check,.theme-dark .form-selectgroup-label{background-color:#2f3949;color:#f5f7fb}.theme-dark .form-control-plaintext{color:#f5f7fb}.theme-dark .input-group-flat .input-group-text{background-color:#2f3949}.theme-dark .highlight{background-color:#2f3949}.theme-dark .avatar{background-color:#3b475b}.theme-dark .avatar-list-stacked .avatar{box-shadow:0 0 0 2px #354052}.theme-dark .close,.theme-dark .markdown,.theme-dark .markdown>*{color:inherit}.theme-dark .apexcharts-text{fill:#f5f7fb}.theme-dark .apexcharts-legend-text{color:inherit!important}.theme-dark .navbar-brand-autodark{filter:brightness(0) invert(1)}}@media not print and (prefers-color-scheme:dark){.theme-dark-auto{color:#f5f7fb;background-color:#2f3949}.theme-dark-auto .card,.theme-dark-auto .dropdown-menu,.theme-dark-auto .flatpickr-calendar,.theme-dark-auto .footer,.theme-dark-auto .modal-content,.theme-dark-auto .modal-header{background-color:#354052;color:inherit}.theme-dark-auto .card{border-color:transparent}.theme-dark-auto .btn-white,.theme-dark-auto .form-file-button{color:#f5f7fb;background-color:#3b475b;border-color:rgba(95,102,110,.2);background-image:none}.theme-dark-auto .btn-white:hover,.theme-dark-auto .form-file-button:hover{color:#f5f7fb;background-color:rgba(53,64,82,0);border-color:rgba(95,102,110,.2)}.btn-check:focus+.theme-dark-auto .btn-white,.btn-check:focus+.theme-dark-auto .form-file-button,.theme-dark-auto .btn-white:focus,.theme-dark-auto .form-file-button:focus{color:#f5f7fb;background-color:rgba(53,64,82,0);border-color:rgba(95,102,110,.2);box-shadow:0 0 0 .25rem rgba(187,191,197,.5)}.btn-check:active+.theme-dark-auto .btn-white,.btn-check:active+.theme-dark-auto .form-file-button,.btn-check:checked+.theme-dark-auto .btn-white,.btn-check:checked+.theme-dark-auto .form-file-button,.show>.theme-dark-auto .btn-white.dropdown-toggle,.show>.theme-dark-auto .form-file-button.dropdown-toggle,.theme-dark-auto .btn-white.active,.theme-dark-auto .btn-white:active,.theme-dark-auto .form-file-button.active,.theme-dark-auto .form-file-button:active{color:#fff;background-color:#4f5f7a;border-color:rgba(107,115,124,.2)}.btn-check:active+.theme-dark-auto .btn-white:focus,.btn-check:active+.theme-dark-auto .form-file-button:focus,.btn-check:checked+.theme-dark-auto .btn-white:focus,.btn-check:checked+.theme-dark-auto .form-file-button:focus,.show>.theme-dark-auto .btn-white.dropdown-toggle:focus,.show>.theme-dark-auto .form-file-button.dropdown-toggle:focus,.theme-dark-auto .btn-white.active:focus,.theme-dark-auto .btn-white:active:focus,.theme-dark-auto .form-file-button.active:focus,.theme-dark-auto .form-file-button:active:focus{box-shadow:0 0 0 .25rem rgba(187,191,197,.5)}.theme-dark-auto .btn-white.disabled,.theme-dark-auto .btn-white:disabled,.theme-dark-auto .form-file-button.disabled,.theme-dark-auto .form-file-button:disabled{color:#fff;background-color:#3b475b;border-color:rgba(95,102,110,.2)}.theme-dark-auto .flatpickr-input.flatpickr-input,.theme-dark-auto .form-check-input:not(:checked),.theme-dark-auto .form-control,.theme-dark-auto .form-file-text,.theme-dark-auto .form-imagecheck-figure:before,.theme-dark-auto .form-select,.theme-dark-auto .form-selectgroup-check,.theme-dark-auto .form-selectgroup-label{background-color:#2f3949;color:#f5f7fb}.theme-dark-auto .form-control-plaintext{color:#f5f7fb}.theme-dark-auto .input-group-flat .input-group-text{background-color:#2f3949}.theme-dark-auto .highlight{background-color:#2f3949}.theme-dark-auto .avatar{background-color:#3b475b}.theme-dark-auto .avatar-list-stacked .avatar{box-shadow:0 0 0 2px #354052}.theme-dark-auto .close,.theme-dark-auto .markdown,.theme-dark-auto .markdown>*{color:inherit}.theme-dark-auto .apexcharts-text{fill:#f5f7fb}.theme-dark-auto .apexcharts-legend-text{color:inherit!important}.theme-dark-auto .navbar-brand-autodark{filter:brightness(0) invert(1)}}.peity{stroke-linejoin:round;stroke-linecap:round}.selectize-control{padding:0;border:0;height:auto}.selectize-control.multi .selectize-input.has-items{padding-left:6px}.selectize-control.multi .selectize-input>div{font-size:.75rem;margin:0 6px 2px 0;padding:2px 8px;border-radius:3px;background-color:rgba(145,152,163,.1);color:inherit}.selectize-control .remove{font-size:inherit!important;font-weight:400!important;border-left:0!important;color:#5f666e!important}.selectize-control.is-valid{padding:0}.selectize-control.is-valid .selectize-input{border-color:#5eba00}.selectize-control.is-valid .selectize-input.focus{box-shadow:0 0 0 .25rem rgba(94,186,0,.25)}.selectize-control.is-valid .selectize-dropdown{background:0 0;background-color:inherit;border-color:rgba(95,102,110,.2);padding-right:0}.selectize-control.is-invalid{padding:0}.selectize-control.is-invalid .selectize-input{border-color:#cd201f}.selectize-control.is-invalid .selectize-input.focus{box-shadow:0 0 0 .25rem rgba(205,32,31,.25)}.selectize-control.is-invalid .selectize-dropdown{background:0 0;background-color:inherit;border-color:rgba(95,102,110,.2);padding-right:0}.selectize-input{display:flex!important;border:1px solid rgba(95,102,110,.2);padding:.4375rem .75rem;font-size:.875rem;box-shadow:none;line-height:1.4285714;background-color:inherit!important;color:inherit!important;flex-wrap:wrap}.selectize-input.full{background-color:inherit}.selectize-input.dropdown-active{border-radius:3px}.selectize-control.single .selectize-input{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%2895, 102, 110, 0.44%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat right .75rem center/16px 12px}.selectize-input.focus{border-color:#7aade9;box-shadow:0 0 0 .25rem rgba(32,107,196,.25)}.selectize-input:after{content:none!important}.selectize-dropdown{height:auto;background:#fff;padding:.4375rem 0;margin-top:1px}.selectize-dropdown .option,.selectize-dropdown .option-header{padding:.25rem .75rem}.selectize-dropdown .active{background:rgba(95,102,110,.06);color:inherit;cursor:pointer}.jqvmap-zoomin,.jqvmap-zoomout{height:auto;width:auto;left:.5rem;border:1px solid rgba(95,102,110,.2);background:#fff;color:#212b36}.jqvmap-zoomin{top:.5rem}.jqvmap-zoomout{top:2rem}.jqvmap-label{font-family:inherit;font-size:.625rem;line-height:1;padding:.25rem;background:#354052}.apexcharts-title-text{font-weight:500!important}.apexcharts-tooltip-title{font-weight:500!important;padding-bottom:.25rem!important}.apexcharts-gridline,.apexcharts-xaxis-tick,.apexcharts-ycrosshairs{stroke:rgba(95,102,110,.2)!important}.apexcharts-tooltip{line-height:1;color:#fff;background:#354052!important;border:0!important;border-radius:3px!important}.apexcharts-tooltip-title{margin:0!important;background:0 0!important;border:0!important}.apexcharts-tooltip-series-group{padding:0 8px!important}.apexcharts-tooltip-marker{width:.5rem;height:.5rem}.apexcharts-gridline,.apexcharts-xaxis-tick,.apexcharts-ycrosshairs{stroke:#e9ecf1}.apexcharts-xaxis-label,.apexcharts-yaxis-label{fill:#5f666e}.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:rgba(95,102,110,.2)}.fc-unthemed .fc-toolbar .h2,.fc-unthemed .fc-toolbar h2{font-size:1.25rem;margin:0}.fc-unthemed .fc-button{color:#5f666e;background-color:#fff;border-color:rgba(95,102,110,.2);padding:.4375rem 1rem;font-size:.875rem;border-radius:3px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.fc-unthemed .fc-button:hover{color:#000;background-color:#fff;border-color:rgba(107,115,124,.2)}.btn-check:focus+.fc-unthemed .fc-button,.fc-unthemed .fc-button:focus{color:#000;background-color:#fff;border-color:rgba(107,115,124,.2);box-shadow:0 0 0 .25rem rgba(95,102,110,.5)}.btn-check:active+.fc-unthemed .fc-button,.btn-check:checked+.fc-unthemed .fc-button,.fc-unthemed .fc-button.active,.fc-unthemed .fc-button:active,.show>.fc-unthemed .fc-button.dropdown-toggle{color:#000;background-color:#fff;border-color:rgba(107,115,124,.2)}.btn-check:active+.fc-unthemed .fc-button:focus,.btn-check:checked+.fc-unthemed .fc-button:focus,.fc-unthemed .fc-button.active:focus,.fc-unthemed .fc-button:active:focus,.show>.fc-unthemed .fc-button.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(95,102,110,.5)}.fc-unthemed .fc-button.disabled,.fc-unthemed .fc-button:disabled{color:#000;background-color:#fff;border-color:rgba(95,102,110,.2)}@media (prefers-reduced-motion:reduce){.fc-unthemed .fc-button{transition:none}}.fc-unthemed .fc-widget-header{border:0}.fc-unthemed .fc-day-header{padding-bottom:.25rem;font-weight:500}.fc-unthemed.card-calendar .fc-day-grid-container{border-bottom:0;border-left:0}.fc-unthemed .fc-time{font-weight:500}.fc-unthemed .fc-event{border-color:rgba(0,0,0,.05);color:#206bc4;background-color:#d2e1f3;padding:0 .25rem}.flatpickr-input.flatpickr-input{background:#fff}.flatpickr-input.flatpickr-input.active{border-color:#7aade9;box-shadow:0 0 0 .25rem rgba(32,107,196,.25)}.flatpickr-calendar{background:#fff;border:1px solid rgba(95,102,110,.2);border-radius:3px;padding:.5rem;font-size:inherit;box-shadow:0 .5rem 1rem rgba(0,0,0,.15);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-top:-1px}.flatpickr-calendar:after,.flatpickr-calendar:before{content:none}.flatpickr-calendar .dayContainer,.flatpickr-calendar .flatpickr-days,.flatpickr-calendar .flatpickr-innerContainer,.flatpickr-calendar .flatpickr-rContainer{width:100%}.flatpickr-calendar .dayContainer,.flatpickr-calendar .flatpickr-day{max-width:100%;min-width:0}.flatpickr-calendar.inline{width:100%;box-shadow:none;margin:0}.flatpickr-day{color:inherit;border-radius:3px;display:flex;align-items:center;line-height:1}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.nextMonthDay,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.prevMonthDay{color:inherit;opacity:.2}.flatpickr-day.today{border-color:rgba(95,102,110,.2)}.flatpickr-day.selected{background-color:#206bc4}span.flatpickr-weekday{font-size:.625rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;line-height:1.6;color:#5f666e}.flatpickr-months{margin-bottom:.5rem}.flatpickr-months .flatpickr-month{color:currentColor;fill:currentColor}.flatpickr-months .flatpickr-current-month{font-weight:400}.flatpickr-months .flatpickr-monthDropdown-months{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-weight:inherit}.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{position:static;color:#5f666e}.flatpickr-months .flatpickr-next-month:hover,.flatpickr-months .flatpickr-prev-month:hover{color:#212b36}.flatpickr-months .flatpickr-next-month svg,.flatpickr-months .flatpickr-prev-month svg{display:block;fill:currentColor!important}.flatpickr-months .numInputWrapper .cur-year{font-weight:inherit}.flatpickr-months .numInputWrapper .arrowDown,.flatpickr-months .numInputWrapper .arrowUp{display:none}.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.today.inRange,.flatpickr-day:focus,.flatpickr-day:hover{background:rgba(95,102,110,.06);border-color:transparent}.noUi-target{border:0;box-shadow:none;background:0 0;border-radius:0;color:#206bc4}.noUi-horizontal{height:1.25rem;padding:.5rem 0}.noUi-base{background:rgba(176,181,190,.24);border-radius:1rem}.noUi-handle{width:1rem;height:1rem;border:2px solid #fff;box-shadow:0 .1rem .25rem rgba(0,0,0,.1);border-radius:1rem;background:currentColor;outline:0}.noUi-handle:after,.noUi-handle:before{content:none}.noUi-horizontal .noUi-handle{width:1rem;height:1rem;top:-.5rem;right:-.5rem;margin:1px 1px 0 0}.noUi-handle.noUi-active,.noUi-handle:focus{box-shadow:0 0 0 1px #f5f7fb,0 0 0 .25rem rgba(32,107,196,.25)}.noUi-connect{background:currentColor}
-/*# sourceMappingURL=tabler.min.css.map */
\ No newline at end of file
diff --git a/dist/css/tabler.min.css.map b/dist/css/tabler.min.css.map
deleted file mode 100644
index 5e7474841..000000000
Binary files a/dist/css/tabler.min.css.map and /dev/null differ
diff --git a/dist/img/flags/ad.svg b/dist/img/flags/ad.svg
deleted file mode 100755
index 83f9a9d4a..000000000
--- a/dist/img/flags/ad.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ae.svg b/dist/img/flags/ae.svg
deleted file mode 100755
index 79361a56f..000000000
--- a/dist/img/flags/ae.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/af.svg b/dist/img/flags/af.svg
deleted file mode 100755
index e931411a0..000000000
--- a/dist/img/flags/af.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ag.svg b/dist/img/flags/ag.svg
deleted file mode 100755
index f990176e0..000000000
--- a/dist/img/flags/ag.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ai.svg b/dist/img/flags/ai.svg
deleted file mode 100755
index 94c79ca5d..000000000
--- a/dist/img/flags/ai.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/al.svg b/dist/img/flags/al.svg
deleted file mode 100755
index 0376623f4..000000000
--- a/dist/img/flags/al.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/am.svg b/dist/img/flags/am.svg
deleted file mode 100755
index 0698aa6cb..000000000
--- a/dist/img/flags/am.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ao.svg b/dist/img/flags/ao.svg
deleted file mode 100755
index e0ffd55dc..000000000
--- a/dist/img/flags/ao.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/aq.svg b/dist/img/flags/aq.svg
deleted file mode 100755
index b238e9310..000000000
--- a/dist/img/flags/aq.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ar.svg b/dist/img/flags/ar.svg
deleted file mode 100755
index 0349a30b7..000000000
--- a/dist/img/flags/ar.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/as.svg b/dist/img/flags/as.svg
deleted file mode 100755
index fa824d967..000000000
--- a/dist/img/flags/as.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/at.svg b/dist/img/flags/at.svg
deleted file mode 100755
index eb884b8bb..000000000
--- a/dist/img/flags/at.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/au.svg b/dist/img/flags/au.svg
deleted file mode 100755
index d9f3febfd..000000000
--- a/dist/img/flags/au.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/aw.svg b/dist/img/flags/aw.svg
deleted file mode 100755
index cb622e6b7..000000000
--- a/dist/img/flags/aw.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ax.svg b/dist/img/flags/ax.svg
deleted file mode 100755
index 77610aa1d..000000000
--- a/dist/img/flags/ax.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/az.svg b/dist/img/flags/az.svg
deleted file mode 100755
index 5efacae84..000000000
--- a/dist/img/flags/az.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ba.svg b/dist/img/flags/ba.svg
deleted file mode 100755
index 4c877aa2e..000000000
--- a/dist/img/flags/ba.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/bb.svg b/dist/img/flags/bb.svg
deleted file mode 100755
index 94ac735c6..000000000
--- a/dist/img/flags/bb.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/bd.svg b/dist/img/flags/bd.svg
deleted file mode 100755
index 45de3a682..000000000
--- a/dist/img/flags/bd.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/be.svg b/dist/img/flags/be.svg
deleted file mode 100755
index 2ffcf7af0..000000000
--- a/dist/img/flags/be.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/bf.svg b/dist/img/flags/bf.svg
deleted file mode 100755
index 4d28804dd..000000000
--- a/dist/img/flags/bf.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/bg.svg b/dist/img/flags/bg.svg
deleted file mode 100755
index 48f09f2a9..000000000
--- a/dist/img/flags/bg.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/bh.svg b/dist/img/flags/bh.svg
deleted file mode 100755
index 1fcc52020..000000000
--- a/dist/img/flags/bh.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/bi.svg b/dist/img/flags/bi.svg
deleted file mode 100755
index 7d02d9b55..000000000
--- a/dist/img/flags/bi.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/bj.svg b/dist/img/flags/bj.svg
deleted file mode 100755
index 10ae22123..000000000
--- a/dist/img/flags/bj.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/bl.svg b/dist/img/flags/bl.svg
deleted file mode 100755
index c685996c0..000000000
--- a/dist/img/flags/bl.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/bm.svg b/dist/img/flags/bm.svg
deleted file mode 100755
index cf9a3be10..000000000
--- a/dist/img/flags/bm.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/bn.svg b/dist/img/flags/bn.svg
deleted file mode 100755
index dd0a86c6e..000000000
--- a/dist/img/flags/bn.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/bo.svg b/dist/img/flags/bo.svg
deleted file mode 100755
index e2a74435a..000000000
--- a/dist/img/flags/bo.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/bq.svg b/dist/img/flags/bq.svg
deleted file mode 100755
index d4cdda791..000000000
--- a/dist/img/flags/bq.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/br.svg b/dist/img/flags/br.svg
deleted file mode 100755
index d02e603c9..000000000
--- a/dist/img/flags/br.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/bs.svg b/dist/img/flags/bs.svg
deleted file mode 100755
index 09436e1ae..000000000
--- a/dist/img/flags/bs.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/bt.svg b/dist/img/flags/bt.svg
deleted file mode 100755
index e063de169..000000000
--- a/dist/img/flags/bt.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/bv.svg b/dist/img/flags/bv.svg
deleted file mode 100755
index 62f9ff850..000000000
--- a/dist/img/flags/bv.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/bw.svg b/dist/img/flags/bw.svg
deleted file mode 100755
index 33c98b161..000000000
--- a/dist/img/flags/bw.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/by.svg b/dist/img/flags/by.svg
deleted file mode 100755
index a8e79aa34..000000000
--- a/dist/img/flags/by.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/bz.svg b/dist/img/flags/bz.svg
deleted file mode 100755
index ef53d38e3..000000000
--- a/dist/img/flags/bz.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ca.svg b/dist/img/flags/ca.svg
deleted file mode 100755
index 5d364163a..000000000
--- a/dist/img/flags/ca.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/cc.svg b/dist/img/flags/cc.svg
deleted file mode 100755
index 1a57a69f9..000000000
--- a/dist/img/flags/cc.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/cd.svg b/dist/img/flags/cd.svg
deleted file mode 100755
index 340bcb304..000000000
--- a/dist/img/flags/cd.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/cf.svg b/dist/img/flags/cf.svg
deleted file mode 100755
index 92b2dd56f..000000000
--- a/dist/img/flags/cf.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/cg.svg b/dist/img/flags/cg.svg
deleted file mode 100755
index c2399c9bc..000000000
--- a/dist/img/flags/cg.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ch.svg b/dist/img/flags/ch.svg
deleted file mode 100755
index d4580b2d7..000000000
--- a/dist/img/flags/ch.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ci.svg b/dist/img/flags/ci.svg
deleted file mode 100755
index 43741d1a0..000000000
--- a/dist/img/flags/ci.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ck.svg b/dist/img/flags/ck.svg
deleted file mode 100755
index 56ca75954..000000000
--- a/dist/img/flags/ck.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/cl.svg b/dist/img/flags/cl.svg
deleted file mode 100755
index 725acd9e4..000000000
--- a/dist/img/flags/cl.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/cm.svg b/dist/img/flags/cm.svg
deleted file mode 100755
index 99ee1000e..000000000
--- a/dist/img/flags/cm.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/cn.svg b/dist/img/flags/cn.svg
deleted file mode 100755
index c00e72f4d..000000000
--- a/dist/img/flags/cn.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/co.svg b/dist/img/flags/co.svg
deleted file mode 100755
index c53ea5bb3..000000000
--- a/dist/img/flags/co.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/cr.svg b/dist/img/flags/cr.svg
deleted file mode 100755
index de0876532..000000000
--- a/dist/img/flags/cr.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/cu.svg b/dist/img/flags/cu.svg
deleted file mode 100755
index 0895a0ab3..000000000
--- a/dist/img/flags/cu.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/cv.svg b/dist/img/flags/cv.svg
deleted file mode 100755
index 74a75c0fe..000000000
--- a/dist/img/flags/cv.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/cw.svg b/dist/img/flags/cw.svg
deleted file mode 100755
index 1edc7f749..000000000
--- a/dist/img/flags/cw.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/cx.svg b/dist/img/flags/cx.svg
deleted file mode 100755
index b6a30de4b..000000000
--- a/dist/img/flags/cx.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/cy.svg b/dist/img/flags/cy.svg
deleted file mode 100755
index 6ebbe0539..000000000
--- a/dist/img/flags/cy.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/cz.svg b/dist/img/flags/cz.svg
deleted file mode 100755
index addc41671..000000000
--- a/dist/img/flags/cz.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/de.svg b/dist/img/flags/de.svg
deleted file mode 100755
index 295bf6590..000000000
--- a/dist/img/flags/de.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/dj.svg b/dist/img/flags/dj.svg
deleted file mode 100755
index 7417441bf..000000000
--- a/dist/img/flags/dj.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/dk.svg b/dist/img/flags/dk.svg
deleted file mode 100755
index 784279c26..000000000
--- a/dist/img/flags/dk.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/dm.svg b/dist/img/flags/dm.svg
deleted file mode 100755
index f939451bc..000000000
--- a/dist/img/flags/dm.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/do.svg b/dist/img/flags/do.svg
deleted file mode 100755
index 0238de335..000000000
--- a/dist/img/flags/do.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/dz.svg b/dist/img/flags/dz.svg
deleted file mode 100755
index e00a779ab..000000000
--- a/dist/img/flags/dz.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ec.svg b/dist/img/flags/ec.svg
deleted file mode 100755
index 983e56745..000000000
--- a/dist/img/flags/ec.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ee.svg b/dist/img/flags/ee.svg
deleted file mode 100755
index 21743c96b..000000000
--- a/dist/img/flags/ee.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/eg.svg b/dist/img/flags/eg.svg
deleted file mode 100755
index 001fde5e0..000000000
--- a/dist/img/flags/eg.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/eh.svg b/dist/img/flags/eh.svg
deleted file mode 100755
index cf5af97b2..000000000
--- a/dist/img/flags/eh.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/er.svg b/dist/img/flags/er.svg
deleted file mode 100755
index ac781cce1..000000000
--- a/dist/img/flags/er.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/es-ct.svg b/dist/img/flags/es-ct.svg
deleted file mode 100755
index 7dd283afb..000000000
--- a/dist/img/flags/es-ct.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/es.svg b/dist/img/flags/es.svg
deleted file mode 100755
index 4d78f9b0a..000000000
--- a/dist/img/flags/es.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/et.svg b/dist/img/flags/et.svg
deleted file mode 100755
index 9554f583c..000000000
--- a/dist/img/flags/et.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/eu.svg b/dist/img/flags/eu.svg
deleted file mode 100755
index 887edbae5..000000000
--- a/dist/img/flags/eu.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/fi.svg b/dist/img/flags/fi.svg
deleted file mode 100755
index c6a6c4fbb..000000000
--- a/dist/img/flags/fi.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/fj.svg b/dist/img/flags/fj.svg
deleted file mode 100755
index b424cf67a..000000000
--- a/dist/img/flags/fj.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/fk.svg b/dist/img/flags/fk.svg
deleted file mode 100755
index 0e870dfb8..000000000
--- a/dist/img/flags/fk.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/fm.svg b/dist/img/flags/fm.svg
deleted file mode 100755
index 5fe1c268c..000000000
--- a/dist/img/flags/fm.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/fo.svg b/dist/img/flags/fo.svg
deleted file mode 100755
index 9eafc4187..000000000
--- a/dist/img/flags/fo.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/fr.svg b/dist/img/flags/fr.svg
deleted file mode 100755
index c685996c0..000000000
--- a/dist/img/flags/fr.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ga.svg b/dist/img/flags/ga.svg
deleted file mode 100755
index 0e8b64c34..000000000
--- a/dist/img/flags/ga.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/gb-eng.svg b/dist/img/flags/gb-eng.svg
deleted file mode 100755
index da9792d47..000000000
--- a/dist/img/flags/gb-eng.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/gb-nir.svg b/dist/img/flags/gb-nir.svg
deleted file mode 100755
index 0a41b5730..000000000
--- a/dist/img/flags/gb-nir.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/gb-sct.svg b/dist/img/flags/gb-sct.svg
deleted file mode 100755
index 7605b7f8c..000000000
--- a/dist/img/flags/gb-sct.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/gb-wls.svg b/dist/img/flags/gb-wls.svg
deleted file mode 100755
index c9031288c..000000000
--- a/dist/img/flags/gb-wls.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/gb.svg b/dist/img/flags/gb.svg
deleted file mode 100755
index 21fcf54df..000000000
--- a/dist/img/flags/gb.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/gd.svg b/dist/img/flags/gd.svg
deleted file mode 100755
index 6c954a9a9..000000000
--- a/dist/img/flags/gd.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ge.svg b/dist/img/flags/ge.svg
deleted file mode 100755
index d4d3cd2c6..000000000
--- a/dist/img/flags/ge.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/gf.svg b/dist/img/flags/gf.svg
deleted file mode 100755
index 718b04c6e..000000000
--- a/dist/img/flags/gf.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/gg.svg b/dist/img/flags/gg.svg
deleted file mode 100755
index 254ac6ae1..000000000
--- a/dist/img/flags/gg.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/gh.svg b/dist/img/flags/gh.svg
deleted file mode 100755
index 778f179bd..000000000
--- a/dist/img/flags/gh.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/gi.svg b/dist/img/flags/gi.svg
deleted file mode 100755
index 1053c9a6f..000000000
--- a/dist/img/flags/gi.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/gl.svg b/dist/img/flags/gl.svg
deleted file mode 100755
index 4ec8b3de1..000000000
--- a/dist/img/flags/gl.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/gm.svg b/dist/img/flags/gm.svg
deleted file mode 100755
index 36cb606fc..000000000
--- a/dist/img/flags/gm.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/gn.svg b/dist/img/flags/gn.svg
deleted file mode 100755
index 6764fe57b..000000000
--- a/dist/img/flags/gn.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/gp.svg b/dist/img/flags/gp.svg
deleted file mode 100755
index c685996c0..000000000
--- a/dist/img/flags/gp.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/gq.svg b/dist/img/flags/gq.svg
deleted file mode 100755
index 5adad6ef0..000000000
--- a/dist/img/flags/gq.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/gr.svg b/dist/img/flags/gr.svg
deleted file mode 100755
index 2bd8ab704..000000000
--- a/dist/img/flags/gr.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/gs.svg b/dist/img/flags/gs.svg
deleted file mode 100755
index 3cfb6d23a..000000000
--- a/dist/img/flags/gs.svg
+++ /dev/null
@@ -1 +0,0 @@
-L E O T E R R R R R E O O A A A M P P P I T T M G
\ No newline at end of file
diff --git a/dist/img/flags/gt.svg b/dist/img/flags/gt.svg
deleted file mode 100755
index 19693364a..000000000
--- a/dist/img/flags/gt.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/gu.svg b/dist/img/flags/gu.svg
deleted file mode 100755
index 69028921b..000000000
--- a/dist/img/flags/gu.svg
+++ /dev/null
@@ -1 +0,0 @@
-G U A M G U A M
\ No newline at end of file
diff --git a/dist/img/flags/gw.svg b/dist/img/flags/gw.svg
deleted file mode 100755
index 67bc070bc..000000000
--- a/dist/img/flags/gw.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/gy.svg b/dist/img/flags/gy.svg
deleted file mode 100755
index 28eabe9b2..000000000
--- a/dist/img/flags/gy.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/hk.svg b/dist/img/flags/hk.svg
deleted file mode 100755
index d9188690d..000000000
--- a/dist/img/flags/hk.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/hm.svg b/dist/img/flags/hm.svg
deleted file mode 100755
index d52466612..000000000
--- a/dist/img/flags/hm.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/hn.svg b/dist/img/flags/hn.svg
deleted file mode 100755
index 6266365a9..000000000
--- a/dist/img/flags/hn.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/hr.svg b/dist/img/flags/hr.svg
deleted file mode 100755
index a3da6eacf..000000000
--- a/dist/img/flags/hr.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ht.svg b/dist/img/flags/ht.svg
deleted file mode 100755
index 2e1270bdd..000000000
--- a/dist/img/flags/ht.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/hu.svg b/dist/img/flags/hu.svg
deleted file mode 100755
index dccf792ba..000000000
--- a/dist/img/flags/hu.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/id.svg b/dist/img/flags/id.svg
deleted file mode 100755
index 2950f15cd..000000000
--- a/dist/img/flags/id.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ie.svg b/dist/img/flags/ie.svg
deleted file mode 100755
index 4694ec2af..000000000
--- a/dist/img/flags/ie.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/il.svg b/dist/img/flags/il.svg
deleted file mode 100755
index 71b10381b..000000000
--- a/dist/img/flags/il.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/im.svg b/dist/img/flags/im.svg
deleted file mode 100755
index 3379547f8..000000000
--- a/dist/img/flags/im.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/in.svg b/dist/img/flags/in.svg
deleted file mode 100755
index bfe6c4eac..000000000
--- a/dist/img/flags/in.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/io.svg b/dist/img/flags/io.svg
deleted file mode 100755
index aea455a08..000000000
--- a/dist/img/flags/io.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/iq.svg b/dist/img/flags/iq.svg
deleted file mode 100755
index 4021cbf5d..000000000
--- a/dist/img/flags/iq.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ir.svg b/dist/img/flags/ir.svg
deleted file mode 100755
index 6e854baa6..000000000
--- a/dist/img/flags/ir.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/is.svg b/dist/img/flags/is.svg
deleted file mode 100755
index c5dd6a7ad..000000000
--- a/dist/img/flags/is.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/it.svg b/dist/img/flags/it.svg
deleted file mode 100755
index 51c162d86..000000000
--- a/dist/img/flags/it.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/je.svg b/dist/img/flags/je.svg
deleted file mode 100755
index 29a0ff978..000000000
--- a/dist/img/flags/je.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/jm.svg b/dist/img/flags/jm.svg
deleted file mode 100755
index cd807bd98..000000000
--- a/dist/img/flags/jm.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/jo.svg b/dist/img/flags/jo.svg
deleted file mode 100755
index 6b9e7906f..000000000
--- a/dist/img/flags/jo.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/jp.svg b/dist/img/flags/jp.svg
deleted file mode 100755
index 5447154af..000000000
--- a/dist/img/flags/jp.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ke.svg b/dist/img/flags/ke.svg
deleted file mode 100755
index 65b84a1b8..000000000
--- a/dist/img/flags/ke.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/kg.svg b/dist/img/flags/kg.svg
deleted file mode 100755
index 73f640351..000000000
--- a/dist/img/flags/kg.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/kh.svg b/dist/img/flags/kh.svg
deleted file mode 100755
index 412939b72..000000000
--- a/dist/img/flags/kh.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ki.svg b/dist/img/flags/ki.svg
deleted file mode 100755
index 9bc7ccf3e..000000000
--- a/dist/img/flags/ki.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/km.svg b/dist/img/flags/km.svg
deleted file mode 100755
index 75b1a3528..000000000
--- a/dist/img/flags/km.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/kn.svg b/dist/img/flags/kn.svg
deleted file mode 100755
index 47b982b9a..000000000
--- a/dist/img/flags/kn.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/kp.svg b/dist/img/flags/kp.svg
deleted file mode 100755
index d93c3da03..000000000
--- a/dist/img/flags/kp.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/kr.svg b/dist/img/flags/kr.svg
deleted file mode 100755
index 8a7fc9d14..000000000
--- a/dist/img/flags/kr.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/kw.svg b/dist/img/flags/kw.svg
deleted file mode 100755
index 26c8dfc12..000000000
--- a/dist/img/flags/kw.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ky.svg b/dist/img/flags/ky.svg
deleted file mode 100755
index 37214cd83..000000000
--- a/dist/img/flags/ky.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/kz.svg b/dist/img/flags/kz.svg
deleted file mode 100755
index ace51d192..000000000
--- a/dist/img/flags/kz.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/la.svg b/dist/img/flags/la.svg
deleted file mode 100755
index 1831221b0..000000000
--- a/dist/img/flags/la.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/lb.svg b/dist/img/flags/lb.svg
deleted file mode 100755
index 343014099..000000000
--- a/dist/img/flags/lb.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/lc.svg b/dist/img/flags/lc.svg
deleted file mode 100755
index 5b5474980..000000000
--- a/dist/img/flags/lc.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/li.svg b/dist/img/flags/li.svg
deleted file mode 100755
index f5b811a0b..000000000
--- a/dist/img/flags/li.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/lk.svg b/dist/img/flags/lk.svg
deleted file mode 100755
index 147ab0363..000000000
--- a/dist/img/flags/lk.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/lr.svg b/dist/img/flags/lr.svg
deleted file mode 100755
index cba612089..000000000
--- a/dist/img/flags/lr.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ls.svg b/dist/img/flags/ls.svg
deleted file mode 100755
index ad9e21be1..000000000
--- a/dist/img/flags/ls.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/lt.svg b/dist/img/flags/lt.svg
deleted file mode 100755
index c8e8ce71e..000000000
--- a/dist/img/flags/lt.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/lu.svg b/dist/img/flags/lu.svg
deleted file mode 100755
index ec2f3f3bb..000000000
--- a/dist/img/flags/lu.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/lv.svg b/dist/img/flags/lv.svg
deleted file mode 100755
index c5edae7cb..000000000
--- a/dist/img/flags/lv.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ly.svg b/dist/img/flags/ly.svg
deleted file mode 100755
index 8a6cd8de7..000000000
--- a/dist/img/flags/ly.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ma.svg b/dist/img/flags/ma.svg
deleted file mode 100755
index cb38ba682..000000000
--- a/dist/img/flags/ma.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/mc.svg b/dist/img/flags/mc.svg
deleted file mode 100755
index 6387108df..000000000
--- a/dist/img/flags/mc.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/md.svg b/dist/img/flags/md.svg
deleted file mode 100755
index bc884cfe3..000000000
--- a/dist/img/flags/md.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/me.svg b/dist/img/flags/me.svg
deleted file mode 100755
index 2115bbf41..000000000
--- a/dist/img/flags/me.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/mf.svg b/dist/img/flags/mf.svg
deleted file mode 100755
index c685996c0..000000000
--- a/dist/img/flags/mf.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/mg.svg b/dist/img/flags/mg.svg
deleted file mode 100755
index 3a4e73393..000000000
--- a/dist/img/flags/mg.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/mh.svg b/dist/img/flags/mh.svg
deleted file mode 100755
index 6b3853ae3..000000000
--- a/dist/img/flags/mh.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/mk.svg b/dist/img/flags/mk.svg
deleted file mode 100755
index 27ca5bc1c..000000000
--- a/dist/img/flags/mk.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ml.svg b/dist/img/flags/ml.svg
deleted file mode 100755
index 671ea9e4c..000000000
--- a/dist/img/flags/ml.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/mm.svg b/dist/img/flags/mm.svg
deleted file mode 100755
index 50023aa12..000000000
--- a/dist/img/flags/mm.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/mn.svg b/dist/img/flags/mn.svg
deleted file mode 100755
index ab007f2f8..000000000
--- a/dist/img/flags/mn.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/mo.svg b/dist/img/flags/mo.svg
deleted file mode 100755
index 37eac6003..000000000
--- a/dist/img/flags/mo.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/mp.svg b/dist/img/flags/mp.svg
deleted file mode 100755
index ac50b8a19..000000000
--- a/dist/img/flags/mp.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/mq.svg b/dist/img/flags/mq.svg
deleted file mode 100755
index c685996c0..000000000
--- a/dist/img/flags/mq.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/mr.svg b/dist/img/flags/mr.svg
deleted file mode 100755
index 18f3aac20..000000000
--- a/dist/img/flags/mr.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ms.svg b/dist/img/flags/ms.svg
deleted file mode 100755
index 2593d0a11..000000000
--- a/dist/img/flags/ms.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/mt.svg b/dist/img/flags/mt.svg
deleted file mode 100755
index 590c7d045..000000000
--- a/dist/img/flags/mt.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/mu.svg b/dist/img/flags/mu.svg
deleted file mode 100755
index 4596e6c76..000000000
--- a/dist/img/flags/mu.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/mv.svg b/dist/img/flags/mv.svg
deleted file mode 100755
index 8c35524c2..000000000
--- a/dist/img/flags/mv.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/mw.svg b/dist/img/flags/mw.svg
deleted file mode 100755
index 3c6937cef..000000000
--- a/dist/img/flags/mw.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/mx.svg b/dist/img/flags/mx.svg
deleted file mode 100755
index 5590e41ed..000000000
--- a/dist/img/flags/mx.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/my.svg b/dist/img/flags/my.svg
deleted file mode 100755
index ee11210da..000000000
--- a/dist/img/flags/my.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/mz.svg b/dist/img/flags/mz.svg
deleted file mode 100755
index dfed4a69d..000000000
--- a/dist/img/flags/mz.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/na.svg b/dist/img/flags/na.svg
deleted file mode 100755
index cddd951bb..000000000
--- a/dist/img/flags/na.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/nc.svg b/dist/img/flags/nc.svg
deleted file mode 100755
index c685996c0..000000000
--- a/dist/img/flags/nc.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ne.svg b/dist/img/flags/ne.svg
deleted file mode 100755
index 6d2cc4427..000000000
--- a/dist/img/flags/ne.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/nf.svg b/dist/img/flags/nf.svg
deleted file mode 100755
index 491870212..000000000
--- a/dist/img/flags/nf.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ng.svg b/dist/img/flags/ng.svg
deleted file mode 100755
index 85b7be573..000000000
--- a/dist/img/flags/ng.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ni.svg b/dist/img/flags/ni.svg
deleted file mode 100755
index f4d3e2b19..000000000
--- a/dist/img/flags/ni.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/nl.svg b/dist/img/flags/nl.svg
deleted file mode 100755
index 5cab4d9a2..000000000
--- a/dist/img/flags/nl.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/no.svg b/dist/img/flags/no.svg
deleted file mode 100755
index d0c7e802a..000000000
--- a/dist/img/flags/no.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/np.svg b/dist/img/flags/np.svg
deleted file mode 100755
index 170fe1402..000000000
--- a/dist/img/flags/np.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/nr.svg b/dist/img/flags/nr.svg
deleted file mode 100755
index 1b1b93a68..000000000
--- a/dist/img/flags/nr.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/nu.svg b/dist/img/flags/nu.svg
deleted file mode 100755
index a7ece6666..000000000
--- a/dist/img/flags/nu.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/nz.svg b/dist/img/flags/nz.svg
deleted file mode 100755
index d9a7f72ed..000000000
--- a/dist/img/flags/nz.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/om.svg b/dist/img/flags/om.svg
deleted file mode 100755
index 6ee8efee5..000000000
--- a/dist/img/flags/om.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/pa.svg b/dist/img/flags/pa.svg
deleted file mode 100755
index dad3b4646..000000000
--- a/dist/img/flags/pa.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/pe.svg b/dist/img/flags/pe.svg
deleted file mode 100755
index a20351153..000000000
--- a/dist/img/flags/pe.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/pf.svg b/dist/img/flags/pf.svg
deleted file mode 100755
index 123c864d9..000000000
--- a/dist/img/flags/pf.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/pg.svg b/dist/img/flags/pg.svg
deleted file mode 100755
index 254dcb197..000000000
--- a/dist/img/flags/pg.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ph.svg b/dist/img/flags/ph.svg
deleted file mode 100755
index b679573d2..000000000
--- a/dist/img/flags/ph.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/pk.svg b/dist/img/flags/pk.svg
deleted file mode 100755
index a09c059ba..000000000
--- a/dist/img/flags/pk.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/pl.svg b/dist/img/flags/pl.svg
deleted file mode 100755
index cefafa8ce..000000000
--- a/dist/img/flags/pl.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/pm.svg b/dist/img/flags/pm.svg
deleted file mode 100755
index c685996c0..000000000
--- a/dist/img/flags/pm.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/pn.svg b/dist/img/flags/pn.svg
deleted file mode 100755
index 3e0bdeff9..000000000
--- a/dist/img/flags/pn.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/pr.svg b/dist/img/flags/pr.svg
deleted file mode 100755
index dafc6fa70..000000000
--- a/dist/img/flags/pr.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ps.svg b/dist/img/flags/ps.svg
deleted file mode 100755
index 52c91bc52..000000000
--- a/dist/img/flags/ps.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/pt.svg b/dist/img/flags/pt.svg
deleted file mode 100755
index 02466e1c2..000000000
--- a/dist/img/flags/pt.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/pw.svg b/dist/img/flags/pw.svg
deleted file mode 100755
index b5087ca78..000000000
--- a/dist/img/flags/pw.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/py.svg b/dist/img/flags/py.svg
deleted file mode 100755
index f70b521b8..000000000
--- a/dist/img/flags/py.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/qa.svg b/dist/img/flags/qa.svg
deleted file mode 100755
index 1f2866d2f..000000000
--- a/dist/img/flags/qa.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/re.svg b/dist/img/flags/re.svg
deleted file mode 100755
index c685996c0..000000000
--- a/dist/img/flags/re.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ro.svg b/dist/img/flags/ro.svg
deleted file mode 100755
index 74d28c941..000000000
--- a/dist/img/flags/ro.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/rs.svg b/dist/img/flags/rs.svg
deleted file mode 100755
index 000470c7b..000000000
--- a/dist/img/flags/rs.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ru.svg b/dist/img/flags/ru.svg
deleted file mode 100755
index bb73b9af8..000000000
--- a/dist/img/flags/ru.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/rw.svg b/dist/img/flags/rw.svg
deleted file mode 100755
index e5af6f761..000000000
--- a/dist/img/flags/rw.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/sa.svg b/dist/img/flags/sa.svg
deleted file mode 100755
index 736a4242b..000000000
--- a/dist/img/flags/sa.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/sb.svg b/dist/img/flags/sb.svg
deleted file mode 100755
index 38ca74a85..000000000
--- a/dist/img/flags/sb.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/sc.svg b/dist/img/flags/sc.svg
deleted file mode 100755
index e852c2df7..000000000
--- a/dist/img/flags/sc.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/sd.svg b/dist/img/flags/sd.svg
deleted file mode 100755
index cd5aebcf7..000000000
--- a/dist/img/flags/sd.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/se.svg b/dist/img/flags/se.svg
deleted file mode 100755
index 5c88cf306..000000000
--- a/dist/img/flags/se.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/sg.svg b/dist/img/flags/sg.svg
deleted file mode 100755
index 6b144d63e..000000000
--- a/dist/img/flags/sg.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/sh.svg b/dist/img/flags/sh.svg
deleted file mode 100755
index daf4b9c42..000000000
--- a/dist/img/flags/sh.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/si.svg b/dist/img/flags/si.svg
deleted file mode 100755
index aee54c9d1..000000000
--- a/dist/img/flags/si.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/sj.svg b/dist/img/flags/sj.svg
deleted file mode 100755
index 26e3aec9a..000000000
--- a/dist/img/flags/sj.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/sk.svg b/dist/img/flags/sk.svg
deleted file mode 100755
index 02f36653d..000000000
--- a/dist/img/flags/sk.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/sl.svg b/dist/img/flags/sl.svg
deleted file mode 100755
index 1ba0f287a..000000000
--- a/dist/img/flags/sl.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/sm.svg b/dist/img/flags/sm.svg
deleted file mode 100755
index 2898140fb..000000000
--- a/dist/img/flags/sm.svg
+++ /dev/null
@@ -1 +0,0 @@
-L I B E R T A S
\ No newline at end of file
diff --git a/dist/img/flags/sn.svg b/dist/img/flags/sn.svg
deleted file mode 100755
index 717a0be98..000000000
--- a/dist/img/flags/sn.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/so.svg b/dist/img/flags/so.svg
deleted file mode 100755
index ac56662d2..000000000
--- a/dist/img/flags/so.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/sr.svg b/dist/img/flags/sr.svg
deleted file mode 100755
index e98c28652..000000000
--- a/dist/img/flags/sr.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ss.svg b/dist/img/flags/ss.svg
deleted file mode 100755
index e0671b1e5..000000000
--- a/dist/img/flags/ss.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/st.svg b/dist/img/flags/st.svg
deleted file mode 100755
index b4bd65ae7..000000000
--- a/dist/img/flags/st.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/sv.svg b/dist/img/flags/sv.svg
deleted file mode 100755
index b4ae63b92..000000000
--- a/dist/img/flags/sv.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/sx.svg b/dist/img/flags/sx.svg
deleted file mode 100755
index bf7382929..000000000
--- a/dist/img/flags/sx.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/sy.svg b/dist/img/flags/sy.svg
deleted file mode 100755
index 3f6867b35..000000000
--- a/dist/img/flags/sy.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/sz.svg b/dist/img/flags/sz.svg
deleted file mode 100755
index 6b6678570..000000000
--- a/dist/img/flags/sz.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/tc.svg b/dist/img/flags/tc.svg
deleted file mode 100755
index 49c6077d6..000000000
--- a/dist/img/flags/tc.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/td.svg b/dist/img/flags/td.svg
deleted file mode 100755
index 15002cc08..000000000
--- a/dist/img/flags/td.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/tf.svg b/dist/img/flags/tf.svg
deleted file mode 100755
index 4c6ba14ac..000000000
--- a/dist/img/flags/tf.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/tg.svg b/dist/img/flags/tg.svg
deleted file mode 100755
index f6a01f59d..000000000
--- a/dist/img/flags/tg.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/th.svg b/dist/img/flags/th.svg
deleted file mode 100755
index 79163c78e..000000000
--- a/dist/img/flags/th.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/tj.svg b/dist/img/flags/tj.svg
deleted file mode 100755
index f65a22a23..000000000
--- a/dist/img/flags/tj.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/tk.svg b/dist/img/flags/tk.svg
deleted file mode 100755
index e00e3603c..000000000
--- a/dist/img/flags/tk.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/tl.svg b/dist/img/flags/tl.svg
deleted file mode 100755
index 09a8e93e5..000000000
--- a/dist/img/flags/tl.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/tm.svg b/dist/img/flags/tm.svg
deleted file mode 100755
index 464c7fe78..000000000
--- a/dist/img/flags/tm.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/tn.svg b/dist/img/flags/tn.svg
deleted file mode 100755
index c2b0cd58c..000000000
--- a/dist/img/flags/tn.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/to.svg b/dist/img/flags/to.svg
deleted file mode 100755
index dd8912128..000000000
--- a/dist/img/flags/to.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/tr.svg b/dist/img/flags/tr.svg
deleted file mode 100755
index a98b72991..000000000
--- a/dist/img/flags/tr.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/tt.svg b/dist/img/flags/tt.svg
deleted file mode 100755
index 40d595a68..000000000
--- a/dist/img/flags/tt.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/tv.svg b/dist/img/flags/tv.svg
deleted file mode 100755
index 2c358df6f..000000000
--- a/dist/img/flags/tv.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/tw.svg b/dist/img/flags/tw.svg
deleted file mode 100755
index 5d000481a..000000000
--- a/dist/img/flags/tw.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/tz.svg b/dist/img/flags/tz.svg
deleted file mode 100755
index df5babfef..000000000
--- a/dist/img/flags/tz.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ua.svg b/dist/img/flags/ua.svg
deleted file mode 100755
index d4baa9780..000000000
--- a/dist/img/flags/ua.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ug.svg b/dist/img/flags/ug.svg
deleted file mode 100755
index 047cd1ed3..000000000
--- a/dist/img/flags/ug.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/um.svg b/dist/img/flags/um.svg
deleted file mode 100755
index 2e08fbaf1..000000000
--- a/dist/img/flags/um.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/un.svg b/dist/img/flags/un.svg
deleted file mode 100755
index c28b61526..000000000
--- a/dist/img/flags/un.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/us.svg b/dist/img/flags/us.svg
deleted file mode 100755
index 09aaba170..000000000
--- a/dist/img/flags/us.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/uy.svg b/dist/img/flags/uy.svg
deleted file mode 100755
index 4c474f924..000000000
--- a/dist/img/flags/uy.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/uz.svg b/dist/img/flags/uz.svg
deleted file mode 100755
index 563a421df..000000000
--- a/dist/img/flags/uz.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/va.svg b/dist/img/flags/va.svg
deleted file mode 100755
index 79dd72235..000000000
--- a/dist/img/flags/va.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/vc.svg b/dist/img/flags/vc.svg
deleted file mode 100755
index 17b5e909a..000000000
--- a/dist/img/flags/vc.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ve.svg b/dist/img/flags/ve.svg
deleted file mode 100755
index 6d730884a..000000000
--- a/dist/img/flags/ve.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/vg.svg b/dist/img/flags/vg.svg
deleted file mode 100755
index 94b83ef1b..000000000
--- a/dist/img/flags/vg.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/vi.svg b/dist/img/flags/vi.svg
deleted file mode 100755
index 79d39125f..000000000
--- a/dist/img/flags/vi.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/vn.svg b/dist/img/flags/vn.svg
deleted file mode 100755
index cd4207e00..000000000
--- a/dist/img/flags/vn.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/vu.svg b/dist/img/flags/vu.svg
deleted file mode 100755
index 750cc0d6f..000000000
--- a/dist/img/flags/vu.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/wf.svg b/dist/img/flags/wf.svg
deleted file mode 100755
index c685996c0..000000000
--- a/dist/img/flags/wf.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ws.svg b/dist/img/flags/ws.svg
deleted file mode 100755
index 10d90eaf3..000000000
--- a/dist/img/flags/ws.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/ye.svg b/dist/img/flags/ye.svg
deleted file mode 100755
index 651505d3e..000000000
--- a/dist/img/flags/ye.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/yt.svg b/dist/img/flags/yt.svg
deleted file mode 100755
index c685996c0..000000000
--- a/dist/img/flags/yt.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/za.svg b/dist/img/flags/za.svg
deleted file mode 100755
index 0f85d43b5..000000000
--- a/dist/img/flags/za.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/zm.svg b/dist/img/flags/zm.svg
deleted file mode 100755
index 738c48185..000000000
--- a/dist/img/flags/zm.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/flags/zw.svg b/dist/img/flags/zw.svg
deleted file mode 100755
index 6341d5630..000000000
--- a/dist/img/flags/zw.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/2checkout-dark.svg b/dist/img/payments/2checkout-dark.svg
deleted file mode 100644
index 55fa29aa7..000000000
--- a/dist/img/payments/2checkout-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/2checkout.svg b/dist/img/payments/2checkout.svg
deleted file mode 100644
index c9bedf56b..000000000
--- a/dist/img/payments/2checkout.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/alipay-dark.svg b/dist/img/payments/alipay-dark.svg
deleted file mode 100644
index 75c4cb8a7..000000000
--- a/dist/img/payments/alipay-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/alipay.svg b/dist/img/payments/alipay.svg
deleted file mode 100644
index 9b14e57cf..000000000
--- a/dist/img/payments/alipay.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/amazon-dark.svg b/dist/img/payments/amazon-dark.svg
deleted file mode 100644
index c0f5761dc..000000000
--- a/dist/img/payments/amazon-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/amazon.svg b/dist/img/payments/amazon.svg
deleted file mode 100644
index 0560260da..000000000
--- a/dist/img/payments/amazon.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/americanexpress-dark.svg b/dist/img/payments/americanexpress-dark.svg
deleted file mode 100644
index 9372150f6..000000000
--- a/dist/img/payments/americanexpress-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/americanexpress.svg b/dist/img/payments/americanexpress.svg
deleted file mode 100644
index 9d1da2e75..000000000
--- a/dist/img/payments/americanexpress.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/applepay-dark.svg b/dist/img/payments/applepay-dark.svg
deleted file mode 100644
index 45313fca2..000000000
--- a/dist/img/payments/applepay-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/applepay.svg b/dist/img/payments/applepay.svg
deleted file mode 100644
index 447de2693..000000000
--- a/dist/img/payments/applepay.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/bancontact-dark.svg b/dist/img/payments/bancontact-dark.svg
deleted file mode 100644
index 0209208f1..000000000
--- a/dist/img/payments/bancontact-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/bancontact.svg b/dist/img/payments/bancontact.svg
deleted file mode 100644
index da4d41f58..000000000
--- a/dist/img/payments/bancontact.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/bitcoin-dark.svg b/dist/img/payments/bitcoin-dark.svg
deleted file mode 100644
index f0e63fa30..000000000
--- a/dist/img/payments/bitcoin-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/bitcoin.svg b/dist/img/payments/bitcoin.svg
deleted file mode 100644
index ee8fa4567..000000000
--- a/dist/img/payments/bitcoin.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/bitpay-dark.svg b/dist/img/payments/bitpay-dark.svg
deleted file mode 100644
index d775dfb3d..000000000
--- a/dist/img/payments/bitpay-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/bitpay.svg b/dist/img/payments/bitpay.svg
deleted file mode 100644
index 37208193e..000000000
--- a/dist/img/payments/bitpay.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/blik-dark.svg b/dist/img/payments/blik-dark.svg
deleted file mode 100644
index ec6e1109b..000000000
--- a/dist/img/payments/blik-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/blik.svg b/dist/img/payments/blik.svg
deleted file mode 100644
index b44c11d9b..000000000
--- a/dist/img/payments/blik.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/cirrus-dark.svg b/dist/img/payments/cirrus-dark.svg
deleted file mode 100644
index b000f12e5..000000000
--- a/dist/img/payments/cirrus-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/cirrus.svg b/dist/img/payments/cirrus.svg
deleted file mode 100644
index f3848c85b..000000000
--- a/dist/img/payments/cirrus.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/clickandbuy-dark.svg b/dist/img/payments/clickandbuy-dark.svg
deleted file mode 100644
index d813c7e7f..000000000
--- a/dist/img/payments/clickandbuy-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/clickandbuy.svg b/dist/img/payments/clickandbuy.svg
deleted file mode 100644
index 58d0ba9a4..000000000
--- a/dist/img/payments/clickandbuy.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/coinkite-dark.svg b/dist/img/payments/coinkite-dark.svg
deleted file mode 100644
index 885ca6ec8..000000000
--- a/dist/img/payments/coinkite-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/coinkite.svg b/dist/img/payments/coinkite.svg
deleted file mode 100644
index cbe194e92..000000000
--- a/dist/img/payments/coinkite.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/dinersclub-dark.svg b/dist/img/payments/dinersclub-dark.svg
deleted file mode 100644
index 5d26f698b..000000000
--- a/dist/img/payments/dinersclub-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/dinersclub.svg b/dist/img/payments/dinersclub.svg
deleted file mode 100644
index e1e0a55f5..000000000
--- a/dist/img/payments/dinersclub.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/directdebit-dark.svg b/dist/img/payments/directdebit-dark.svg
deleted file mode 100644
index c5091ee5e..000000000
--- a/dist/img/payments/directdebit-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/directdebit.svg b/dist/img/payments/directdebit.svg
deleted file mode 100644
index e3edb0c50..000000000
--- a/dist/img/payments/directdebit.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/discover-dark.svg b/dist/img/payments/discover-dark.svg
deleted file mode 100644
index d6a51f09a..000000000
--- a/dist/img/payments/discover-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/discover.svg b/dist/img/payments/discover.svg
deleted file mode 100644
index cf8fdb13a..000000000
--- a/dist/img/payments/discover.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/dotpay-dark.svg b/dist/img/payments/dotpay-dark.svg
deleted file mode 100644
index 2e350d4a1..000000000
--- a/dist/img/payments/dotpay-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/dotpay.svg b/dist/img/payments/dotpay.svg
deleted file mode 100644
index 75cd67099..000000000
--- a/dist/img/payments/dotpay.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/dwolla-dark.svg b/dist/img/payments/dwolla-dark.svg
deleted file mode 100644
index 63fee0e09..000000000
--- a/dist/img/payments/dwolla-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/dwolla.svg b/dist/img/payments/dwolla.svg
deleted file mode 100644
index f8088ed7b..000000000
--- a/dist/img/payments/dwolla.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/ebay-dark.svg b/dist/img/payments/ebay-dark.svg
deleted file mode 100644
index eac7a2d2d..000000000
--- a/dist/img/payments/ebay-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/ebay.svg b/dist/img/payments/ebay.svg
deleted file mode 100644
index 1a457a305..000000000
--- a/dist/img/payments/ebay.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/eway-dark.svg b/dist/img/payments/eway-dark.svg
deleted file mode 100644
index d98f44173..000000000
--- a/dist/img/payments/eway-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/eway.svg b/dist/img/payments/eway.svg
deleted file mode 100644
index a81bc7a2d..000000000
--- a/dist/img/payments/eway.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/giropay-dark.svg b/dist/img/payments/giropay-dark.svg
deleted file mode 100644
index 4c78284ae..000000000
--- a/dist/img/payments/giropay-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/giropay.svg b/dist/img/payments/giropay.svg
deleted file mode 100644
index 61223fdcb..000000000
--- a/dist/img/payments/giropay.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/googlewallet-dark.svg b/dist/img/payments/googlewallet-dark.svg
deleted file mode 100644
index 032c9b610..000000000
--- a/dist/img/payments/googlewallet-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/googlewallet.svg b/dist/img/payments/googlewallet.svg
deleted file mode 100644
index bad376e5f..000000000
--- a/dist/img/payments/googlewallet.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/ingenico-dark.svg b/dist/img/payments/ingenico-dark.svg
deleted file mode 100644
index af3b5770f..000000000
--- a/dist/img/payments/ingenico-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/ingenico.svg b/dist/img/payments/ingenico.svg
deleted file mode 100644
index 7a7f30697..000000000
--- a/dist/img/payments/ingenico.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/jcb-dark.svg b/dist/img/payments/jcb-dark.svg
deleted file mode 100644
index 7b503b9ea..000000000
--- a/dist/img/payments/jcb-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/jcb.svg b/dist/img/payments/jcb.svg
deleted file mode 100644
index 5bdf38820..000000000
--- a/dist/img/payments/jcb.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/klarna-dark.svg b/dist/img/payments/klarna-dark.svg
deleted file mode 100644
index 119037f49..000000000
--- a/dist/img/payments/klarna-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/klarna.svg b/dist/img/payments/klarna.svg
deleted file mode 100644
index b9c913bdf..000000000
--- a/dist/img/payments/klarna.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/laser-dark.svg b/dist/img/payments/laser-dark.svg
deleted file mode 100644
index 93095a6bb..000000000
--- a/dist/img/payments/laser-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/laser.svg b/dist/img/payments/laser.svg
deleted file mode 100644
index f34555cae..000000000
--- a/dist/img/payments/laser.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/maestro-dark.svg b/dist/img/payments/maestro-dark.svg
deleted file mode 100644
index c88d14db2..000000000
--- a/dist/img/payments/maestro-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/maestro.svg b/dist/img/payments/maestro.svg
deleted file mode 100644
index fe6480e21..000000000
--- a/dist/img/payments/maestro.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/mastercard-dark.svg b/dist/img/payments/mastercard-dark.svg
deleted file mode 100644
index 76ad1ef4e..000000000
--- a/dist/img/payments/mastercard-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/mastercard.svg b/dist/img/payments/mastercard.svg
deleted file mode 100644
index 4b4fc5faf..000000000
--- a/dist/img/payments/mastercard.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/mir-dark.svg b/dist/img/payments/mir-dark.svg
deleted file mode 100644
index 971cadc97..000000000
--- a/dist/img/payments/mir-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/mir.svg b/dist/img/payments/mir.svg
deleted file mode 100644
index c55bff969..000000000
--- a/dist/img/payments/mir.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/monero-dark.svg b/dist/img/payments/monero-dark.svg
deleted file mode 100644
index 6c54579a0..000000000
--- a/dist/img/payments/monero-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/monero.svg b/dist/img/payments/monero.svg
deleted file mode 100644
index b5af0df57..000000000
--- a/dist/img/payments/monero.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/neteller-dark.svg b/dist/img/payments/neteller-dark.svg
deleted file mode 100644
index 7a63a797c..000000000
--- a/dist/img/payments/neteller-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/neteller.svg b/dist/img/payments/neteller.svg
deleted file mode 100644
index 965059ab7..000000000
--- a/dist/img/payments/neteller.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/ogone-dark.svg b/dist/img/payments/ogone-dark.svg
deleted file mode 100644
index dd09a9ad9..000000000
--- a/dist/img/payments/ogone-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/ogone.svg b/dist/img/payments/ogone.svg
deleted file mode 100644
index b970c4f4a..000000000
--- a/dist/img/payments/ogone.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/okpay-dark.svg b/dist/img/payments/okpay-dark.svg
deleted file mode 100644
index c09dcca95..000000000
--- a/dist/img/payments/okpay-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/okpay.svg b/dist/img/payments/okpay.svg
deleted file mode 100644
index f811d507f..000000000
--- a/dist/img/payments/okpay.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/paybox-dark.svg b/dist/img/payments/paybox-dark.svg
deleted file mode 100644
index f6246228e..000000000
--- a/dist/img/payments/paybox-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/paybox.svg b/dist/img/payments/paybox.svg
deleted file mode 100644
index d75a44785..000000000
--- a/dist/img/payments/paybox.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/paymill-dark.svg b/dist/img/payments/paymill-dark.svg
deleted file mode 100644
index f3651ac6d..000000000
--- a/dist/img/payments/paymill-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/paymill.svg b/dist/img/payments/paymill.svg
deleted file mode 100644
index 4a2c07fe5..000000000
--- a/dist/img/payments/paymill.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/payone-dark.svg b/dist/img/payments/payone-dark.svg
deleted file mode 100644
index a0d3f8e09..000000000
--- a/dist/img/payments/payone-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/payone.svg b/dist/img/payments/payone.svg
deleted file mode 100644
index d88bbc679..000000000
--- a/dist/img/payments/payone.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/payoneer-dark.svg b/dist/img/payments/payoneer-dark.svg
deleted file mode 100644
index 9a168ec7a..000000000
--- a/dist/img/payments/payoneer-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/payoneer.svg b/dist/img/payments/payoneer.svg
deleted file mode 100644
index 206cc3a3f..000000000
--- a/dist/img/payments/payoneer.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/paypal-dark.svg b/dist/img/payments/paypal-dark.svg
deleted file mode 100644
index a905f56a9..000000000
--- a/dist/img/payments/paypal-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/paypal.svg b/dist/img/payments/paypal.svg
deleted file mode 100644
index 12b3852c8..000000000
--- a/dist/img/payments/paypal.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/paysafecard-dark.svg b/dist/img/payments/paysafecard-dark.svg
deleted file mode 100644
index 06b94e91c..000000000
--- a/dist/img/payments/paysafecard-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/paysafecard.svg b/dist/img/payments/paysafecard.svg
deleted file mode 100644
index 05672f2b4..000000000
--- a/dist/img/payments/paysafecard.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/payu-dark.svg b/dist/img/payments/payu-dark.svg
deleted file mode 100644
index d745119c7..000000000
--- a/dist/img/payments/payu-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/payu.svg b/dist/img/payments/payu.svg
deleted file mode 100644
index 1b9e5b94f..000000000
--- a/dist/img/payments/payu.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/payza-dark.svg b/dist/img/payments/payza-dark.svg
deleted file mode 100644
index ba3018db5..000000000
--- a/dist/img/payments/payza-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/payza.svg b/dist/img/payments/payza.svg
deleted file mode 100644
index 5e92b4bc5..000000000
--- a/dist/img/payments/payza.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/przelewy24-dark.svg b/dist/img/payments/przelewy24-dark.svg
deleted file mode 100644
index 6a2a30851..000000000
--- a/dist/img/payments/przelewy24-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/przelewy24.svg b/dist/img/payments/przelewy24.svg
deleted file mode 100644
index 23b079c62..000000000
--- a/dist/img/payments/przelewy24.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/ripple-dark.svg b/dist/img/payments/ripple-dark.svg
deleted file mode 100644
index a5caec08a..000000000
--- a/dist/img/payments/ripple-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/ripple.svg b/dist/img/payments/ripple.svg
deleted file mode 100644
index 63acd39cd..000000000
--- a/dist/img/payments/ripple.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/sage-dark.svg b/dist/img/payments/sage-dark.svg
deleted file mode 100644
index 22eab06eb..000000000
--- a/dist/img/payments/sage-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/sage.svg b/dist/img/payments/sage.svg
deleted file mode 100644
index a3e9fb107..000000000
--- a/dist/img/payments/sage.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/sepa-dark.svg b/dist/img/payments/sepa-dark.svg
deleted file mode 100644
index ee173e2b6..000000000
--- a/dist/img/payments/sepa-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/sepa.svg b/dist/img/payments/sepa.svg
deleted file mode 100644
index 809e647b2..000000000
--- a/dist/img/payments/sepa.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/shopify-dark.svg b/dist/img/payments/shopify-dark.svg
deleted file mode 100644
index 9393699e3..000000000
--- a/dist/img/payments/shopify-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/shopify.svg b/dist/img/payments/shopify.svg
deleted file mode 100644
index d4b096e97..000000000
--- a/dist/img/payments/shopify.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/skrill-dark.svg b/dist/img/payments/skrill-dark.svg
deleted file mode 100644
index 47e1ad76c..000000000
--- a/dist/img/payments/skrill-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/skrill.svg b/dist/img/payments/skrill.svg
deleted file mode 100644
index bf8a67f9a..000000000
--- a/dist/img/payments/skrill.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/solo-dark.svg b/dist/img/payments/solo-dark.svg
deleted file mode 100644
index a973d20f4..000000000
--- a/dist/img/payments/solo-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/solo.svg b/dist/img/payments/solo.svg
deleted file mode 100644
index bdfa28c35..000000000
--- a/dist/img/payments/solo.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/square-dark.svg b/dist/img/payments/square-dark.svg
deleted file mode 100644
index 7edf43545..000000000
--- a/dist/img/payments/square-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/square.svg b/dist/img/payments/square.svg
deleted file mode 100644
index db0821abf..000000000
--- a/dist/img/payments/square.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/stripe-dark.svg b/dist/img/payments/stripe-dark.svg
deleted file mode 100644
index de6183d15..000000000
--- a/dist/img/payments/stripe-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/stripe.svg b/dist/img/payments/stripe.svg
deleted file mode 100644
index 4c42d8ef3..000000000
--- a/dist/img/payments/stripe.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/switch-dark.svg b/dist/img/payments/switch-dark.svg
deleted file mode 100644
index 41a2a9ade..000000000
--- a/dist/img/payments/switch-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/switch.svg b/dist/img/payments/switch.svg
deleted file mode 100644
index 4d6482302..000000000
--- a/dist/img/payments/switch.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/tpay-dark.svg b/dist/img/payments/tpay-dark.svg
deleted file mode 100644
index 0b20da0fc..000000000
--- a/dist/img/payments/tpay-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/tpay.svg b/dist/img/payments/tpay.svg
deleted file mode 100644
index 540e69b38..000000000
--- a/dist/img/payments/tpay.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/ukash-dark.svg b/dist/img/payments/ukash-dark.svg
deleted file mode 100644
index d2ed42e48..000000000
--- a/dist/img/payments/ukash-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/ukash.svg b/dist/img/payments/ukash.svg
deleted file mode 100644
index 1a89e5acd..000000000
--- a/dist/img/payments/ukash.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/unionpay-dark.svg b/dist/img/payments/unionpay-dark.svg
deleted file mode 100644
index b9e7eab4e..000000000
--- a/dist/img/payments/unionpay-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/unionpay.svg b/dist/img/payments/unionpay.svg
deleted file mode 100644
index 301416890..000000000
--- a/dist/img/payments/unionpay.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/verifone-dark.svg b/dist/img/payments/verifone-dark.svg
deleted file mode 100644
index 1281081a0..000000000
--- a/dist/img/payments/verifone-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/verifone.svg b/dist/img/payments/verifone.svg
deleted file mode 100644
index a5033a6d1..000000000
--- a/dist/img/payments/verifone.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/verisign-dark.svg b/dist/img/payments/verisign-dark.svg
deleted file mode 100644
index 2ccfd5e29..000000000
--- a/dist/img/payments/verisign-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/verisign.svg b/dist/img/payments/verisign.svg
deleted file mode 100644
index 645cf12ad..000000000
--- a/dist/img/payments/verisign.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/visa-dark.svg b/dist/img/payments/visa-dark.svg
deleted file mode 100644
index 5839bc229..000000000
--- a/dist/img/payments/visa-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/visa.svg b/dist/img/payments/visa.svg
deleted file mode 100644
index efaafc33b..000000000
--- a/dist/img/payments/visa.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/webmoney-dark.svg b/dist/img/payments/webmoney-dark.svg
deleted file mode 100644
index 568fc9346..000000000
--- a/dist/img/payments/webmoney-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/webmoney.svg b/dist/img/payments/webmoney.svg
deleted file mode 100644
index d5c36f7ad..000000000
--- a/dist/img/payments/webmoney.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/westernunion-dark.svg b/dist/img/payments/westernunion-dark.svg
deleted file mode 100644
index 433bd7d45..000000000
--- a/dist/img/payments/westernunion-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/westernunion.svg b/dist/img/payments/westernunion.svg
deleted file mode 100644
index 5a1c97c41..000000000
--- a/dist/img/payments/westernunion.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/worldpay-dark.svg b/dist/img/payments/worldpay-dark.svg
deleted file mode 100644
index 24a6abbba..000000000
--- a/dist/img/payments/worldpay-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/img/payments/worldpay.svg b/dist/img/payments/worldpay.svg
deleted file mode 100644
index 858f62976..000000000
--- a/dist/img/payments/worldpay.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/dist/js/tabler.min.js b/dist/js/tabler.min.js
deleted file mode 100644
index 2e7555ce6..000000000
--- a/dist/js/tabler.min.js
+++ /dev/null
@@ -1,6 +0,0 @@
-/*!
- * Tabler v1.0.0-alpha.7 (https://tabler.io)
- * Copyright 2018-2020 codecalm
- * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
- */'use strict';(function(){var a=[].slice.call(document.querySelectorAll("[data-toggle=\"tooltip\"]"));a.map(function(a){return new bootstrap.Tooltip(a,{delay:{show:50,hide:50},html:!0,placement:"auto"})});var b=[].slice.call(document.querySelectorAll("[data-toggle=\"popover\"]"));b.map(function(a){return new bootstrap.Popover(a,{delay:{show:50,hide:50},html:!0,placement:"auto"})})})();
-//# sourceMappingURL=tabler.min.js.map
diff --git a/dist/js/tabler.min.js.map b/dist/js/tabler.min.js.map
deleted file mode 100644
index 04c13297f..000000000
Binary files a/dist/js/tabler.min.js.map and /dev/null differ
diff --git a/dist/libs/apexcharts/dist/apexcharts.min.js b/dist/libs/apexcharts/dist/apexcharts.min.js
deleted file mode 100644
index 1932863b5..000000000
--- a/dist/libs/apexcharts/dist/apexcharts.min.js
+++ /dev/null
@@ -1,14 +0,0 @@
-/*!
- * ApexCharts v3.18.1
- * (c) 2018-2020 Juned Chhipa
- * Released under the MIT License.
- */
-!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t=t||self).ApexCharts=e()}(this,(function(){"use strict";function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(t,e){for(var i=0;i>16,n=i>>8&255,o=255&i;return"#"+(16777216+65536*(Math.round((a-r)*s)+r)+256*(Math.round((a-n)*s)+n)+(Math.round((a-o)*s)+o)).toString(16).slice(1)}},{key:"shadeColor",value:function(t,e){return i.isColorHex(e)?this.shadeHexColor(t,e):this.shadeRGBColor(t,e)}}],[{key:"bind",value:function(t,e){return function(){return t.apply(e,arguments)}}},{key:"isObject",value:function(e){return e&&"object"===t(e)&&!Array.isArray(e)&&null!=e}},{key:"listToArray",value:function(t){var e,i=[];for(e=0;ee.length?t:e}))),t.length>e.length?t:e}),0)}},{key:"hexToRgba",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"#999999",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:.6;"#"!==t.substring(0,1)&&(t="#999999");var i=t.replace("#","");i=i.match(new RegExp("(.{"+i.length/3+"})","g"));for(var a=0;a1&&void 0!==arguments[1]?arguments[1]:"x",i=t.toString().slice();return i=i.replace(/[` ~!@#$%^&*()_|+\-=?;:'",.<>{}[\]\\/]/gi,e)}},{key:"negToZero",value:function(t){return t<0?0:t}},{key:"moveIndexInArray",value:function(t,e,i){if(i>=t.length)for(var a=i-t.length+1;a--;)t.push(void 0);return t.splice(i,0,t.splice(e,1)[0]),t}},{key:"extractNumber",value:function(t){return parseFloat(t.replace(/[^\d.]*/g,""))}},{key:"findAncestor",value:function(t,e){for(;(t=t.parentElement)&&!t.classList.contains(e););return t}},{key:"setELstyles",value:function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t.style.key=e[i])}},{key:"isNumber",value:function(t){return!isNaN(t)&&parseFloat(Number(t))===t&&!isNaN(parseInt(t,10))}},{key:"isFloat",value:function(t){return Number(t)===t&&t%1!=0}},{key:"isSafari",value:function(){return/^((?!chrome|android).)*safari/i.test(navigator.userAgent)}},{key:"isFirefox",value:function(){return navigator.userAgent.toLowerCase().indexOf("firefox")>-1}},{key:"isIE11",value:function(){if(-1!==window.navigator.userAgent.indexOf("MSIE")||window.navigator.appVersion.indexOf("Trident/")>-1)return!0}},{key:"isIE",value:function(){var t=window.navigator.userAgent,e=t.indexOf("MSIE ");if(e>0)return parseInt(t.substring(e+5,t.indexOf(".",e)),10);if(t.indexOf("Trident/")>0){var i=t.indexOf("rv:");return parseInt(t.substring(i+3,t.indexOf(".",i)),10)}var a=t.indexOf("Edge/");return a>0&&parseInt(t.substring(a+5,t.indexOf(".",a)),10)}}]),i}(),u=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w}return a(t,[{key:"getDefaultFilter",value:function(t,e){var i=this.w;t.unfilter(!0),(new window.SVG.Filter).size("120%","180%","-5%","-40%"),"none"!==i.config.states.normal.filter?this.applyFilter(t,e,i.config.states.normal.filter.type,i.config.states.normal.filter.value):i.config.chart.dropShadow.enabled&&this.dropShadow(t,i.config.chart.dropShadow,e)}},{key:"addNormalFilter",value:function(t,e){var i=this.w;i.config.chart.dropShadow.enabled&&!t.node.classList.contains("apexcharts-marker")&&this.dropShadow(t,i.config.chart.dropShadow,e)}},{key:"addLightenFilter",value:function(t,e,i){var a=this,s=this.w,r=i.intensity;if(!g.isFirefox()){t.unfilter(!0);new window.SVG.Filter;t.filter((function(t){var i=s.config.chart.dropShadow;(i.enabled?a.addShadow(t,e,i):t).componentTransfer({rgb:{type:"linear",slope:1.5,intercept:r}})})),t.filterer.node.setAttribute("filterUnits","userSpaceOnUse"),this._scaleFilterSize(t.filterer.node)}}},{key:"addDarkenFilter",value:function(t,e,i){var a=this,s=this.w,r=i.intensity;if(!g.isFirefox()){t.unfilter(!0);new window.SVG.Filter;t.filter((function(t){var i=s.config.chart.dropShadow;(i.enabled?a.addShadow(t,e,i):t).componentTransfer({rgb:{type:"linear",slope:r}})})),t.filterer.node.setAttribute("filterUnits","userSpaceOnUse"),this._scaleFilterSize(t.filterer.node)}}},{key:"applyFilter",value:function(t,e,i){var a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:.5;switch(i){case"none":this.addNormalFilter(t,e);break;case"lighten":this.addLightenFilter(t,e,{intensity:a});break;case"darken":this.addDarkenFilter(t,e,{intensity:a})}}},{key:"addShadow",value:function(t,e,i){var a=i.blur,s=i.top,r=i.left,n=i.color,o=i.opacity,l=t.flood(Array.isArray(n)?n[e]:n,o).composite(t.sourceAlpha,"in").offset(r,s).gaussianBlur(a).merge(t.source);return t.blend(t.source,l)}},{key:"dropShadow",value:function(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,a=e.top,s=e.left,r=e.blur,n=e.color,o=e.opacity,l=e.noUserSpaceOnUse,h=this.w;return t.unfilter(!0),g.isIE()&&"radialBar"===h.config.chart.type?t:(n=Array.isArray(n)?n[i]:n,t.filter((function(t){var e=null;e=g.isSafari()||g.isFirefox()||g.isIE()?t.flood(n,o).composite(t.sourceAlpha,"in").offset(s,a).gaussianBlur(r):t.flood(n,o).composite(t.sourceAlpha,"in").offset(s,a).gaussianBlur(r).merge(t.source),t.blend(t.source,e)})),l||t.filterer.node.setAttribute("filterUnits","userSpaceOnUse"),this._scaleFilterSize(t.filterer.node),t)}},{key:"setSelectionFilter",value:function(t,e,i){var a=this.w;if(void 0!==a.globals.selectedDataPoints[e]&&a.globals.selectedDataPoints[e].indexOf(i)>-1){t.node.setAttribute("selected",!0);var s=a.config.states.active.filter;"none"!==s&&this.applyFilter(t,e,s.type,s.value)}}},{key:"_scaleFilterSize",value:function(t){!function(e){for(var i in e)e.hasOwnProperty(i)&&t.setAttribute(i,e[i])}({width:"200%",height:"200%",x:"-50%",y:"-50%"})}}]),t}(),f=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w,this.setEasingFunctions()}return a(t,[{key:"setEasingFunctions",value:function(){var t;if(!this.w.globals.easing){switch(this.w.config.chart.animations.easing){case"linear":t="-";break;case"easein":t="<";break;case"easeout":t=">";break;case"easeinout":t="<>";break;case"swing":t=function(t){var e=1.70158;return(t-=1)*t*((e+1)*t+e)+1};break;case"bounce":t=function(t){return t<1/2.75?7.5625*t*t:t<2/2.75?7.5625*(t-=1.5/2.75)*t+.75:t<2.5/2.75?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375};break;case"elastic":t=function(t){return t===!!t?t:Math.pow(2,-10*t)*Math.sin((t-.075)*(2*Math.PI)/.3)+1};break;default:t="<>"}this.w.globals.easing=t}}},{key:"animateLine",value:function(t,e,i,a){t.attr(e).animate(a).attr(i)}},{key:"animateCircleRadius",value:function(t,e,i,a,s,r){e||(e=0),t.attr({r:e}).animate(a,s).attr({r:i}).afterAll((function(){r()}))}},{key:"animateCircle",value:function(t,e,i,a,s){t.attr({r:e.r,cx:e.cx,cy:e.cy}).animate(a,s).attr({r:i.r,cx:i.cx,cy:i.cy})}},{key:"animateRect",value:function(t,e,i,a,s){t.attr(e).animate(a).attr(i).afterAll((function(){return s()}))}},{key:"animatePathsGradually",value:function(t){var e=t.el,i=t.realIndex,a=t.j,s=t.fill,r=t.pathFrom,n=t.pathTo,o=t.speed,l=t.delay,h=this.w,c=0;h.config.chart.animations.animateGradually.enabled&&(c=h.config.chart.animations.animateGradually.delay),h.config.chart.animations.dynamicAnimation.enabled&&h.globals.dataChanged&&"bar"!==h.config.chart.type&&(c=0),this.morphSVG(e,i,a,"line"!==h.config.chart.type||h.globals.comboCharts?s:"stroke",r,n,o,l*c)}},{key:"showDelayedElements",value:function(){this.w.globals.delayedElements.forEach((function(t){t.el.classList.remove("apexcharts-element-hidden")}))}},{key:"animationCompleted",value:function(t){var e=this.w;e.globals.animationEnded||(e.globals.animationEnded=!0,this.showDelayedElements(),"function"==typeof e.config.chart.events.animationEnd&&e.config.chart.events.animationEnd(this.ctx,{el:t,w:e}))}},{key:"morphSVG",value:function(t,e,i,a,s,r,n,o){var l=this,h=this.w;s||(s=t.attr("pathFrom")),r||(r=t.attr("pathTo"));var c=function(t){return"radar"===h.config.chart.type&&(n=1),"M 0 ".concat(h.globals.gridHeight)};(!s||s.indexOf("undefined")>-1||s.indexOf("NaN")>-1)&&(s=c()),(r.indexOf("undefined")>-1||r.indexOf("NaN")>-1)&&(r=c()),h.globals.shouldAnimate||(n=1),t.plot(s).animate(1,h.globals.easing,o).plot(s).animate(n,h.globals.easing,o).plot(r).afterAll((function(){g.isNumber(i)?i===h.globals.series[h.globals.maxValsInArrayIndex].length-2&&h.globals.shouldAnimate&&l.animationCompleted(t):"none"!==a&&h.globals.shouldAnimate&&(!h.globals.comboCharts&&e===h.globals.series.length-1||h.globals.comboCharts)&&l.animationCompleted(t),l.showDelayedElements()}))}}]),t}(),p=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w}return a(t,[{key:"drawLine",value:function(t,e,i,a){var s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"#a8a8a8",r=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0,n=arguments.length>6&&void 0!==arguments[6]?arguments[6]:null,o=this.w,l=o.globals.dom.Paper.line().attr({x1:t,y1:e,x2:i,y2:a,stroke:s,"stroke-dasharray":r,"stroke-width":n});return l}},{key:"drawRect",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,r=arguments.length>5&&void 0!==arguments[5]?arguments[5]:"#fefefe",n=arguments.length>6&&void 0!==arguments[6]?arguments[6]:1,o=arguments.length>7&&void 0!==arguments[7]?arguments[7]:null,l=arguments.length>8&&void 0!==arguments[8]?arguments[8]:null,h=arguments.length>9&&void 0!==arguments[9]?arguments[9]:0,c=this.w,d=c.globals.dom.Paper.rect();return d.attr({x:t,y:e,width:i>0?i:0,height:a>0?a:0,rx:s,ry:s,opacity:n,"stroke-width":null!==o?o:0,stroke:null!==l?l:"none","stroke-dasharray":h}),d.node.setAttribute("fill",r),d}},{key:"drawPolygon",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"#e1e1e1",i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"none",s=this.w,r=s.globals.dom.Paper.polygon(t).attr({fill:a,stroke:e,"stroke-width":i});return r}},{key:"drawCircle",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,i=this.w,a=i.globals.dom.Paper.circle(2*t);return null!==e&&a.attr(e),a}},{key:"drawPath",value:function(t){var e=t.d,i=void 0===e?"":e,a=t.stroke,s=void 0===a?"#a8a8a8":a,r=t.strokeWidth,n=void 0===r?1:r,o=t.fill,l=t.fillOpacity,h=void 0===l?1:l,c=t.strokeOpacity,d=void 0===c?1:c,g=t.classes,u=t.strokeLinecap,f=void 0===u?null:u,p=t.strokeDashArray,x=void 0===p?0:p,b=this.w;return null===f&&(f=b.config.stroke.lineCap),(i.indexOf("undefined")>-1||i.indexOf("NaN")>-1)&&(i="M 0 ".concat(b.globals.gridHeight)),b.globals.dom.Paper.path(i).attr({fill:o,"fill-opacity":h,stroke:s,"stroke-opacity":d,"stroke-linecap":f,"stroke-width":n,"stroke-dasharray":x,class:g})}},{key:"group",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,e=this.w,i=e.globals.dom.Paper.group();return null!==t&&i.attr(t),i}},{key:"move",value:function(t,e){var i=["M",t,e].join(" ");return i}},{key:"line",value:function(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,a=null;return null===i?a=["L",t,e].join(" "):"H"===i?a=["H",t].join(" "):"V"===i&&(a=["V",e].join(" ")),a}},{key:"curve",value:function(t,e,i,a,s,r){var n=["C",t,e,i,a,s,r].join(" ");return n}},{key:"quadraticCurve",value:function(t,e,i,a){return["Q",t,e,i,a].join(" ")}},{key:"arc",value:function(t,e,i,a,s,r,n){var o=arguments.length>7&&void 0!==arguments[7]&&arguments[7],l="A";o&&(l="a");var h=[l,t,e,i,a,s,r,n].join(" ");return h}},{key:"renderPaths",value:function(t){var e,i=t.j,a=t.realIndex,s=t.pathFrom,r=t.pathTo,o=t.stroke,l=t.strokeWidth,h=t.strokeLinecap,c=t.fill,d=t.animationDelay,g=t.initialSpeed,p=t.dataChangeSpeed,x=t.className,b=t.shouldClipToGrid,m=void 0===b||b,v=t.bindEventsOnPaths,y=void 0===v||v,w=t.drawShadow,k=void 0===w||w,A=this.w,S=new u(this.ctx),C=new f(this.ctx),L=this.w.config.chart.animations.enabled,P=L&&this.w.config.chart.animations.dynamicAnimation.enabled,T=!!(L&&!A.globals.resized||P&&A.globals.dataChanged&&A.globals.shouldAnimate);T?e=s:(e=r,A.globals.animationEnded=!0);var z=A.config.stroke.dashArray,I=0;I=Array.isArray(z)?z[a]:A.config.stroke.dashArray;var M=this.drawPath({d:e,stroke:o,strokeWidth:l,fill:c,fillOpacity:1,classes:x,strokeLinecap:h,strokeDashArray:I});if(M.attr("index",a),m&&M.attr({"clip-path":"url(#gridRectMask".concat(A.globals.cuid,")")}),"none"!==A.config.states.normal.filter.type)S.getDefaultFilter(M,a);else if(A.config.chart.dropShadow.enabled&&k&&(!A.config.chart.dropShadow.enabledOnSeries||A.config.chart.dropShadow.enabledOnSeries&&-1!==A.config.chart.dropShadow.enabledOnSeries.indexOf(a))){var X=A.config.chart.dropShadow;S.dropShadow(M,X,a)}y&&(M.node.addEventListener("mouseenter",this.pathMouseEnter.bind(this,M)),M.node.addEventListener("mouseleave",this.pathMouseLeave.bind(this,M)),M.node.addEventListener("mousedown",this.pathMouseDown.bind(this,M))),M.attr({pathTo:r,pathFrom:s});var E={el:M,j:i,realIndex:a,pathFrom:s,pathTo:r,fill:c,strokeWidth:l,delay:d};return!L||A.globals.resized||A.globals.dataChanged?!A.globals.resized&&A.globals.dataChanged||C.showDelayedElements():C.animatePathsGradually(n({},E,{speed:g})),A.globals.dataChanged&&P&&T&&C.animatePathsGradually(n({},E,{speed:p})),M}},{key:"drawPattern",value:function(t,e,i){var a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"#a8a8a8",s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,r=this.w,n=r.globals.dom.Paper.pattern(e,i,(function(r){"horizontalLines"===t?r.line(0,0,i,0).stroke({color:a,width:s+1}):"verticalLines"===t?r.line(0,0,0,e).stroke({color:a,width:s+1}):"slantedLines"===t?r.line(0,0,e,i).stroke({color:a,width:s}):"squares"===t?r.rect(e,i).fill("none").stroke({color:a,width:s}):"circles"===t&&r.circle(e).fill("none").stroke({color:a,width:s})}));return n}},{key:"drawGradient",value:function(t,e,i,a,s){var r,n=arguments.length>5&&void 0!==arguments[5]?arguments[5]:null,o=arguments.length>6&&void 0!==arguments[6]?arguments[6]:null,l=arguments.length>7&&void 0!==arguments[7]?arguments[7]:null,h=arguments.length>8&&void 0!==arguments[8]?arguments[8]:0,c=this.w;e.length<9&&0===e.indexOf("#")&&(e=g.hexToRgba(e,a)),i.length<9&&0===i.indexOf("#")&&(i=g.hexToRgba(i,s));var d=0,u=1,f=1,p=null;null!==o&&(d=void 0!==o[0]?o[0]/100:0,u=void 0!==o[1]?o[1]/100:1,f=void 0!==o[2]?o[2]/100:1,p=void 0!==o[3]?o[3]/100:null);var x=!("donut"!==c.config.chart.type&&"pie"!==c.config.chart.type&&"polarArea"!==c.config.chart.type&&"bubble"!==c.config.chart.type);if(r=null===l||0===l.length?c.globals.dom.Paper.gradient(x?"radial":"linear",(function(t){t.at(d,e,a),t.at(u,i,s),t.at(f,i,s),null!==p&&t.at(p,e,a)})):c.globals.dom.Paper.gradient(x?"radial":"linear",(function(t){(Array.isArray(l[h])?l[h]:l).forEach((function(e){t.at(e.offset/100,e.color,e.opacity)}))})),x){var b=c.globals.gridWidth/2,m=c.globals.gridHeight/2;"bubble"!==c.config.chart.type?r.attr({gradientUnits:"userSpaceOnUse",cx:b,cy:m,r:n}):r.attr({cx:.5,cy:.5,r:.8,fx:.2,fy:.2})}else"vertical"===t?r.from(0,0).to(0,1):"diagonal"===t?r.from(0,0).to(1,1):"horizontal"===t?r.from(0,1).to(1,1):"diagonal2"===t&&r.from(1,0).to(0,1);return r}},{key:"drawText",value:function(t){var e,i=t.x,a=t.y,s=t.text,r=t.textAnchor,n=t.fontSize,o=t.fontFamily,l=t.fontWeight,h=t.foreColor,c=t.opacity,d=t.cssClass,g=void 0===d?"":d,u=t.isPlainText,f=void 0===u||u,p=this.w;return void 0===s&&(s=""),r||(r="start"),h&&h.length||(h=p.config.chart.foreColor),o=o||p.config.chart.fontFamily,l=l||"regular",(e=Array.isArray(s)?p.globals.dom.Paper.text((function(t){for(var e=0;e-1){var o=i.globals.selectedDataPoints[s].indexOf(r);i.globals.selectedDataPoints[s].splice(o,1)}}else{if(!i.config.states.active.allowMultipleDataPointsSelection&&i.globals.selectedDataPoints.length>0){i.globals.selectedDataPoints=[];var l=i.globals.dom.Paper.select(".apexcharts-series path").members,h=i.globals.dom.Paper.select(".apexcharts-series circle, .apexcharts-series rect").members,c=function(t){Array.prototype.forEach.call(t,(function(t){t.node.setAttribute("selected","false"),a.getDefaultFilter(t,s)}))};c(l),c(h)}t.node.setAttribute("selected","true"),n="true",void 0===i.globals.selectedDataPoints[s]&&(i.globals.selectedDataPoints[s]=[]),i.globals.selectedDataPoints[s].push(r)}if("true"===n){var d=i.config.states.active.filter;"none"!==d&&a.applyFilter(t,s,d.type,d.value)}else"none"!==i.config.states.active.filter.type&&a.getDefaultFilter(t,s);"function"==typeof i.config.chart.events.dataPointSelection&&i.config.chart.events.dataPointSelection(e,this.ctx,{selectedDataPoints:i.globals.selectedDataPoints,seriesIndex:s,dataPointIndex:r,w:i}),e&&this.ctx.events.fireEvent("dataPointSelection",[e,this.ctx,{selectedDataPoints:i.globals.selectedDataPoints,seriesIndex:s,dataPointIndex:r,w:i}])}},{key:"rotateAroundCenter",value:function(t){var e=t.getBBox();return{x:e.x+e.width/2,y:e.y+e.height/2}}},{key:"getTextRects",value:function(t,e,i,a){var s=!(arguments.length>4&&void 0!==arguments[4])||arguments[4],r=this.w,n=this.drawText({x:-200,y:-200,text:t,textAnchor:"start",fontSize:e,fontFamily:i,foreColor:"#fff",opacity:0});a&&n.attr("transform",a),r.globals.dom.Paper.add(n);var o=n.bbox();return s||(o=n.node.getBoundingClientRect()),n.remove(),{width:o.width,height:o.height}}},{key:"placeTextWithEllipsis",value:function(t,e,i){if("function"==typeof t.getComputedTextLength&&(t.textContent=e,e.length>0&&t.getComputedTextLength()>=i/.8)){for(var a=e.length-3;a>0;a-=3)if(t.getSubStringLength(0,a)<=i/.8)return void(t.textContent=e.substring(0,a)+"...");t.textContent="."}}}],[{key:"setAttrs",value:function(t,e){for(var i in e)e.hasOwnProperty(i)&&t.setAttribute(i,e[i])}}]),t}(),x=function(){function t(i){e(this,t),this.w=i.w,this.annoCtx=i}return a(t,[{key:"setOrientations",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,i=this.w;if("vertical"===t.label.orientation){var a=null!==e?e:0,s=i.globals.dom.baseEl.querySelector(".apexcharts-xaxis-annotations .apexcharts-xaxis-annotation-label[rel='".concat(a,"']"));if(null!==s){var r=s.getBoundingClientRect();s.setAttribute("x",parseFloat(s.getAttribute("x"))-r.height+4),"top"===t.label.position?s.setAttribute("y",parseFloat(s.getAttribute("y"))+r.width):s.setAttribute("y",parseFloat(s.getAttribute("y"))-r.width);var n=this.annoCtx.graphics.rotateAroundCenter(s),o=n.x,l=n.y;s.setAttribute("transform","rotate(-90 ".concat(o," ").concat(l,")"))}}}},{key:"addBackgroundToAnno",value:function(t,e){var i=this.w;if(!e.label.text||e.label.text&&!e.label.text.trim())return null;var a=i.globals.dom.baseEl.querySelector(".apexcharts-grid").getBoundingClientRect(),s=t.getBoundingClientRect(),r=e.label.style.padding.left,n=e.label.style.padding.right,o=e.label.style.padding.top,l=e.label.style.padding.bottom;"vertical"===e.label.orientation&&(o=e.label.style.padding.left,l=e.label.style.padding.right,r=e.label.style.padding.top,n=e.label.style.padding.bottom);var h=s.left-a.left-r,c=s.top-a.top-o,d=this.annoCtx.graphics.drawRect(h,c,s.width+r+n,s.height+o+l,0,e.label.style.background,1,e.label.borderWidth,e.label.borderColor,0);return e.id&&d.node.classList.add(e.id),d}},{key:"annotationsBackground",value:function(){var t=this,e=this.w,i=function(i,a,s){var r=e.globals.dom.baseEl.querySelector(".apexcharts-".concat(s,"-annotations .apexcharts-").concat(s,"-annotation-label[rel='").concat(a,"']"));if(r){var n=r.parentNode,o=t.addBackgroundToAnno(r,i);o&&n.insertBefore(o.node,r)}};e.config.annotations.xaxis.map((function(t,e){i(t,e,"xaxis")})),e.config.annotations.yaxis.map((function(t,e){i(t,e,"yaxis")})),e.config.annotations.points.map((function(t,e){i(t,e,"point")}))}},{key:"makeAnnotationDraggable",value:function(t,e,i){var a=this.w.config.annotations[e][i];t.draggable().on("dragend",(function(t){var e=t.target.getAttribute("x"),i=t.target.getAttribute("y"),s=t.target.getAttribute("cx"),r=t.target.getAttribute("cy");a.x=e,a.y=i,s&&r&&(a.x=s,a.y=r)})),t.node.addEventListener("mousedown",(function(e){e.stopPropagation(),t.selectize({pointSize:8,rotationPoint:!1,pointType:"rect"}),t.resize().on("resizedone",(function(t){var e=t.target.getAttribute("width"),i=t.target.getAttribute("height"),s=t.target.getAttribute("r");a.width=e,a.height=i,s&&(a.radius=s)}))}))}},{key:"getStringX",value:function(t){var e=this.w,i=t;e.config.xaxis.convertedCatToNumeric&&e.globals.categoryLabels.length&&(t=e.globals.categoryLabels.indexOf(t)+1);var a=e.globals.labels.indexOf(t),s=e.globals.dom.baseEl.querySelector(".apexcharts-xaxis-texts-g text:nth-child("+(a+1)+")");return s&&(i=parseFloat(s.getAttribute("x"))),i}}]),t}(),b=function(){function t(i){e(this,t),this.w=i.w,this.annoCtx=i,this.invertAxis=this.annoCtx.invertAxis}return a(t,[{key:"addXaxisAnnotation",value:function(t,e,i){var a=this.w,s=this.invertAxis?a.globals.minY:a.globals.minX,r=this.invertAxis?a.globals.maxY:a.globals.maxX,n=this.invertAxis?a.globals.yRange[0]:a.globals.xRange,o=(t.x-s)/(n/a.globals.gridWidth);this.annoCtx.inversedReversedAxis&&(o=(r-t.x)/(n/a.globals.gridWidth));var l=t.label.text;"category"!==a.config.xaxis.type&&!a.config.xaxis.convertedCatToNumeric||this.invertAxis||a.globals.dataFormatXNumeric||(o=this.annoCtx.helpers.getStringX(t.x));var h=t.strokeDashArray;if(g.isNumber(o)){if(null===t.x2||void 0===t.x2){var c=this.annoCtx.graphics.drawLine(o+t.offsetX,0+t.offsetY,o+t.offsetX,a.globals.gridHeight+t.offsetY,t.borderColor,h,t.borderWidth);e.appendChild(c.node),t.id&&c.node.classList.add(t.id)}else{var d=(t.x2-s)/(n/a.globals.gridWidth);if(this.annoCtx.inversedReversedAxis&&(d=(r-t.x2)/(n/a.globals.gridWidth)),"category"!==a.config.xaxis.type&&!a.config.xaxis.convertedCatToNumeric||this.invertAxis||a.globals.dataFormatXNumeric||(d=this.annoCtx.helpers.getStringX(t.x2)),d0&&void 0!==arguments[0]?arguments[0]:null;return null===t?this.w.config.series.reduce((function(t,e){return t+e}),0):this.w.globals.series[t].reduce((function(t,e){return t+e}),0)}},{key:"isSeriesNull",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;return 0===(null===t?this.w.config.series.filter((function(t){return null!==t})):this.w.config.series[t].data.filter((function(t){return null!==t}))).length}},{key:"seriesHaveSameValues",value:function(t){return this.w.globals.series[t].every((function(t,e,i){return t===i[0]}))}},{key:"getCategoryLabels",value:function(t){var e=this.w,i=t.slice();return e.config.xaxis.convertedCatToNumeric&&(i=t.map((function(t){return e.config.xaxis.labels.formatter(t-e.globals.minX+1)}))),i}},{key:"getLargestSeries",value:function(){var t=this.w;t.globals.maxValsInArrayIndex=t.globals.series.map((function(t){return t.length})).indexOf(Math.max.apply(Math,t.globals.series.map((function(t){return t.length}))))}},{key:"getLargestMarkerSize",value:function(){var t=this.w,e=0;return t.globals.markers.size.forEach((function(t){e=Math.max(e,t)})),t.globals.markers.largestSize=e,e}},{key:"getSeriesTotals",value:function(){var t=this.w;t.globals.seriesTotals=t.globals.series.map((function(t,e){var i=0;if(Array.isArray(t))for(var a=0;at&&i.globals.seriesX[s][n]n){var h=n;n=a,a=h}var c=this.annoCtx.graphics.drawRect(0+t.offsetX,a+t.offsetY,s.globals.gridWidth+t.offsetX,n-a,0,t.fillColor,t.opacity,1,t.borderColor,r);c.node.classList.add("apexcharts-annotation-rect"),c.attr("clip-path","url(#gridRectMask".concat(s.globals.cuid,")")),e.appendChild(c.node),t.id&&c.node.classList.add(t.id)}var d="right"===t.label.position?s.globals.gridWidth:0,g=this.annoCtx.graphics.drawText({x:d+t.label.offsetX,y:(a||n)+t.label.offsetY-3,text:o,textAnchor:t.label.textAnchor,fontSize:t.label.style.fontSize,fontFamily:t.label.style.fontFamily,fontWeight:t.label.style.fontWeight,foreColor:t.label.style.color,cssClass:"apexcharts-yaxis-annotation-label ".concat(t.label.style.cssClass," ").concat(t.id?t.id:"")});g.attr({rel:i}),e.appendChild(g.node)}},{key:"_getY1Y2",value:function(t,e){var i,a="y1"===t?e.y:e.y2,s=this.w;if(this.annoCtx.invertAxis){var r=s.globals.labels.indexOf(a);s.config.xaxis.convertedCatToNumeric&&(r=s.globals.categoryLabels.indexOf(a));var n=s.globals.dom.baseEl.querySelector(".apexcharts-yaxis-texts-g text:nth-child("+(r+1)+")");n&&(i=parseFloat(n.getAttribute("y")))}else{var o;if(s.config.yaxis[e.yAxisIndex].logarithmic)o=(a=new m(this.annoCtx.ctx).getLogVal(a,e.yAxisIndex))/s.globals.yLogRatio[e.yAxisIndex];else o=(a-s.globals.minYArr[e.yAxisIndex])/(s.globals.yRange[e.yAxisIndex]/s.globals.gridHeight);i=s.globals.gridHeight-o,s.config.yaxis[e.yAxisIndex]&&s.config.yaxis[e.yAxisIndex].reversed&&(i=o)}return i}},{key:"drawYAxisAnnotations",value:function(){var t=this,e=this.w,i=this.annoCtx.graphics.group({class:"apexcharts-yaxis-annotations"});return e.config.annotations.yaxis.map((function(e,a){t.addYaxisAnnotation(e,i.node,a)})),i}}]),t}(),y=function(){function t(i){e(this,t),this.w=i.w,this.annoCtx=i}return a(t,[{key:"addPointAnnotation",value:function(t,e,i){var a=this.w,s=0,r=0,n=0;this.annoCtx.invertAxis&&console.warn("Point annotation is not supported in horizontal bar charts.");var o,l=parseFloat(t.y);if("string"==typeof t.x){var h=a.globals.labels.indexOf(t.x);a.config.xaxis.convertedCatToNumeric&&(h=a.globals.categoryLabels.indexOf(t.x)),s=this.annoCtx.helpers.getStringX(t.x),null===t.y&&(l=a.globals.series[t.seriesIndex][h])}else s=(t.x-a.globals.minX)/(a.globals.xRange/a.globals.gridWidth);a.config.yaxis[t.yAxisIndex].logarithmic?o=(l=new m(this.annoCtx.ctx).getLogVal(l,t.yAxisIndex))/a.globals.yLogRatio[t.yAxisIndex]:o=(l-a.globals.minYArr[t.yAxisIndex])/(a.globals.yRange[t.yAxisIndex]/a.globals.gridHeight);if(r=a.globals.gridHeight-o-parseFloat(t.label.style.fontSize)-t.marker.size,n=a.globals.gridHeight-o,a.config.yaxis[t.yAxisIndex]&&a.config.yaxis[t.yAxisIndex].reversed&&(r=o+parseFloat(t.label.style.fontSize)+t.marker.size,n=o),g.isNumber(s)){var c={pSize:t.marker.size,pWidth:t.marker.strokeWidth,pointFillColor:t.marker.fillColor,pointStrokeColor:t.marker.strokeColor,shape:t.marker.shape,pRadius:t.marker.radius,class:"apexcharts-point-annotation-marker ".concat(t.marker.cssClass," ").concat(t.id?t.id:"")},d=this.annoCtx.graphics.drawMarker(s+t.marker.offsetX,n+t.marker.offsetY,c);e.appendChild(d.node);var u=t.label.text?t.label.text:"",f=this.annoCtx.graphics.drawText({x:s+t.label.offsetX,y:r+t.label.offsetY,text:u,textAnchor:t.label.textAnchor,fontSize:t.label.style.fontSize,fontFamily:t.label.style.fontFamily,fontWeight:t.label.style.fontWeight,foreColor:t.label.style.color,cssClass:"apexcharts-point-annotation-label ".concat(t.label.style.cssClass," ").concat(t.id?t.id:"")});if(f.attr({rel:i}),e.appendChild(f.node),t.customSVG.SVG){var p=this.annoCtx.graphics.group({class:"apexcharts-point-annotations-custom-svg "+t.customSVG.cssClass});p.attr({transform:"translate(".concat(s+t.customSVG.offsetX,", ").concat(r+t.customSVG.offsetY,")")}),p.node.innerHTML=t.customSVG.SVG,e.appendChild(p.node)}if(t.image.path){var x=t.image.width?t.image.width:20,b=t.image.height?t.image.height:20;this.annoCtx.addImage({x:s+t.image.offsetX-x/2,y:r+t.image.offsetY-b/2,width:x,height:b,path:t.image.path,appendTo:".apexcharts-point-annotations"})}}}},{key:"drawPointAnnotations",value:function(){var t=this,e=this.w,i=this.annoCtx.graphics.group({class:"apexcharts-point-annotations"});return e.config.annotations.points.map((function(e,a){t.addPointAnnotation(e,i.node,a)})),i}}]),t}();var w,k,A={name:"en",options:{months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],toolbar:{exportToSVG:"Download SVG",exportToPNG:"Download PNG",exportToCSV:"Download CSV",menu:"Menu",selection:"Selection",selectionZoom:"Selection Zoom",zoomIn:"Zoom In",zoomOut:"Zoom Out",pan:"Panning",reset:"Reset Zoom"}}},S=function(){function t(){e(this,t),this.yAxis={show:!0,showAlways:!1,showForNullSeries:!0,seriesName:void 0,opposite:!1,reversed:!1,logarithmic:!1,tickAmount:void 0,forceNiceScale:!1,max:void 0,min:void 0,floating:!1,decimalsInFloat:void 0,labels:{show:!0,minWidth:0,maxWidth:160,offsetX:0,offsetY:0,align:void 0,rotate:0,padding:20,style:{colors:[],fontSize:"11px",fontWeight:400,fontFamily:void 0,cssClass:""},formatter:void 0},axisBorder:{show:!1,color:"#e0e0e0",width:1,offsetX:0,offsetY:0},axisTicks:{show:!1,color:"#e0e0e0",width:6,offsetX:0,offsetY:0},title:{text:void 0,rotate:90,offsetY:0,offsetX:0,style:{color:void 0,fontSize:"11px",fontWeight:900,fontFamily:void 0,cssClass:""}},tooltip:{enabled:!1,offsetX:0},crosshairs:{show:!0,position:"front",stroke:{color:"#b6b6b6",width:1,dashArray:0}}},this.pointAnnotation={x:0,y:null,yAxisIndex:0,seriesIndex:0,marker:{size:4,fillColor:"#fff",strokeWidth:2,strokeColor:"#333",shape:"circle",offsetX:0,offsetY:0,radius:2,cssClass:""},label:{borderColor:"#c2c2c2",borderWidth:1,text:void 0,textAnchor:"middle",offsetX:0,offsetY:0,style:{background:"#fff",color:void 0,fontSize:"11px",fontFamily:void 0,fontWeight:400,cssClass:"",padding:{left:5,right:5,top:2,bottom:2}}},customSVG:{SVG:void 0,cssClass:void 0,offsetX:0,offsetY:0},image:{path:void 0,width:20,height:20,offsetX:0,offsetY:0}},this.yAxisAnnotation={y:0,y2:null,strokeDashArray:1,fillColor:"#c2c2c2",borderColor:"#c2c2c2",borderWidth:1,opacity:.3,offsetX:0,offsetY:0,yAxisIndex:0,label:{borderColor:"#c2c2c2",borderWidth:1,text:void 0,textAnchor:"end",position:"right",offsetX:0,offsetY:-3,style:{background:"#fff",color:void 0,fontSize:"11px",fontFamily:void 0,fontWeight:400,cssClass:"",padding:{left:5,right:5,top:2,bottom:2}}}},this.xAxisAnnotation={x:0,x2:null,strokeDashArray:1,fillColor:"#c2c2c2",borderColor:"#c2c2c2",borderWidth:1,opacity:.3,offsetX:0,offsetY:0,label:{borderColor:"#c2c2c2",borderWidth:1,text:void 0,textAnchor:"middle",orientation:"vertical",position:"top",offsetX:0,offsetY:0,style:{background:"#fff",color:void 0,fontSize:"11px",fontFamily:void 0,fontWeight:400,cssClass:"",padding:{left:5,right:5,top:2,bottom:2}}}},this.text={x:0,y:0,text:"",textAnchor:"start",foreColor:void 0,fontSize:"13px",fontFamily:void 0,fontWeight:400,appendTo:".apexcharts-annotations",backgroundColor:"transparent",borderColor:"#c2c2c2",borderRadius:0,borderWidth:0,paddingLeft:4,paddingRight:4,paddingTop:2,paddingBottom:2},this.shape={x:0,y:0,type:"rect",width:"100%",height:50,appendTo:".apexcharts-annotations",backgroundColor:"#fff",opacity:1,borderWidth:0,borderRadius:4,borderColor:"#c2c2c2"}}return a(t,[{key:"init",value:function(){return{annotations:{position:"front",yaxis:[this.yAxisAnnotation],xaxis:[this.xAxisAnnotation],points:[this.pointAnnotation],texts:[],images:[],shapes:[]},chart:{animations:{enabled:!0,easing:"easeinout",speed:800,animateGradually:{delay:150,enabled:!0},dynamicAnimation:{enabled:!0,speed:350}},background:"transparent",locales:[A],defaultLocale:"en",dropShadow:{enabled:!1,enabledOnSeries:void 0,top:2,left:2,blur:4,color:"#000",opacity:.35},events:{animationEnd:void 0,beforeMount:void 0,mounted:void 0,updated:void 0,click:void 0,mouseMove:void 0,legendClick:void 0,markerClick:void 0,selection:void 0,dataPointSelection:void 0,dataPointMouseEnter:void 0,dataPointMouseLeave:void 0,beforeZoom:void 0,zoomed:void 0,scrolled:void 0},foreColor:"#373d3f",fontFamily:"Helvetica, Arial, sans-serif",height:"auto",parentHeightOffset:15,redrawOnParentResize:!0,id:void 0,group:void 0,offsetX:0,offsetY:0,selection:{enabled:!1,type:"x",fill:{color:"#24292e",opacity:.1},stroke:{width:1,color:"#24292e",opacity:.4,dashArray:3},xaxis:{min:void 0,max:void 0},yaxis:{min:void 0,max:void 0}},sparkline:{enabled:!1},brush:{enabled:!1,autoScaleYaxis:!0,target:void 0},stacked:!1,stackType:"normal",toolbar:{show:!0,offsetX:0,offsetY:0,tools:{download:!0,selection:!0,zoom:!0,zoomin:!0,zoomout:!0,pan:!0,reset:!0,customIcons:[]},autoSelected:"zoom"},type:"line",width:"100%",zoom:{enabled:!0,type:"x",autoScaleYaxis:!1,zoomedArea:{fill:{color:"#90CAF9",opacity:.4},stroke:{color:"#0D47A1",opacity:.4,width:1}}}},plotOptions:{bar:{horizontal:!1,columnWidth:"70%",barHeight:"70%",distributed:!1,startingShape:"flat",endingShape:"flat",rangeBarOverlap:!0,colors:{ranges:[],backgroundBarColors:[],backgroundBarOpacity:1,backgroundBarRadius:0},dataLabels:{position:"top",maxItems:100,hideOverflowingLabels:!0,orientation:"horizontal"}},bubble:{minBubbleRadius:void 0,maxBubbleRadius:void 0},candlestick:{colors:{upward:"#00B746",downward:"#EF403C"},wick:{useFillColor:!0}},heatmap:{radius:2,enableShades:!0,shadeIntensity:.5,reverseNegativeShade:!1,distributed:!1,useFillColorAsStroke:!1,colorScale:{inverse:!1,ranges:[],min:void 0,max:void 0}},radialBar:{inverseOrder:!1,startAngle:0,endAngle:360,offsetX:0,offsetY:0,hollow:{margin:5,size:"50%",background:"transparent",image:void 0,imageWidth:150,imageHeight:150,imageOffsetX:0,imageOffsetY:0,imageClipped:!0,position:"front",dropShadow:{enabled:!1,top:0,left:0,blur:3,color:"#000",opacity:.5}},track:{show:!0,startAngle:void 0,endAngle:void 0,background:"#f2f2f2",strokeWidth:"97%",opacity:1,margin:5,dropShadow:{enabled:!1,top:0,left:0,blur:3,color:"#000",opacity:.5}},dataLabels:{show:!0,name:{show:!0,fontSize:"16px",fontFamily:void 0,fontWeight:600,color:void 0,offsetY:0,formatter:function(t){return t}},value:{show:!0,fontSize:"14px",fontFamily:void 0,fontWeight:400,color:void 0,offsetY:16,formatter:function(t){return t+"%"}},total:{show:!1,label:"Total",fontSize:"16px",fontWeight:600,fontFamily:void 0,color:void 0,formatter:function(t){return t.globals.seriesTotals.reduce((function(t,e){return t+e}),0)/t.globals.series.length+"%"}}}},pie:{customScale:1,offsetX:0,offsetY:0,expandOnClick:!0,dataLabels:{offset:0,minAngleToShowLabel:10},donut:{size:"65%",background:"transparent",labels:{show:!1,name:{show:!0,fontSize:"16px",fontFamily:void 0,fontWeight:600,color:void 0,offsetY:-10,formatter:function(t){return t}},value:{show:!0,fontSize:"20px",fontFamily:void 0,fontWeight:400,color:void 0,offsetY:10,formatter:function(t){return t}},total:{show:!1,showAlways:!1,label:"Total",fontSize:"16px",fontWeight:400,fontFamily:void 0,color:void 0,formatter:function(t){return t.globals.seriesTotals.reduce((function(t,e){return t+e}),0)}}}}},polarArea:{rings:{strokeWidth:1,strokeColor:"#e8e8e8"}},radar:{size:void 0,offsetX:0,offsetY:0,polygons:{strokeWidth:1,strokeColors:"#e8e8e8",connectorColors:"#e8e8e8",fill:{colors:void 0}}}},colors:void 0,dataLabels:{enabled:!0,enabledOnSeries:void 0,formatter:function(t){return null!==t?t:""},textAnchor:"middle",distributed:!1,offsetX:0,offsetY:0,style:{fontSize:"12px",fontFamily:void 0,fontWeight:600,colors:void 0},background:{enabled:!0,foreColor:"#fff",borderRadius:2,padding:4,opacity:.9,borderWidth:1,borderColor:"#fff",dropShadow:{enabled:!1,top:1,left:1,blur:1,color:"#000",opacity:.45}},dropShadow:{enabled:!1,top:1,left:1,blur:1,color:"#000",opacity:.45}},fill:{type:"solid",colors:void 0,opacity:.85,gradient:{shade:"dark",type:"horizontal",shadeIntensity:.5,gradientToColors:void 0,inverseColors:!0,opacityFrom:1,opacityTo:1,stops:[0,50,100],colorStops:[]},image:{src:[],width:void 0,height:void 0},pattern:{style:"squares",width:6,height:6,strokeWidth:2}},grid:{show:!0,borderColor:"#e0e0e0",strokeDashArray:0,position:"back",xaxis:{lines:{show:!1}},yaxis:{lines:{show:!0}},row:{colors:void 0,opacity:.5},column:{colors:void 0,opacity:.5},padding:{top:0,right:10,bottom:0,left:12}},labels:[],legend:{show:!0,showForSingleSeries:!1,showForNullSeries:!0,showForZeroSeries:!0,floating:!1,position:"bottom",horizontalAlign:"center",inverseOrder:!1,fontSize:"12px",fontFamily:void 0,fontWeight:400,width:void 0,height:void 0,formatter:void 0,tooltipHoverFormatter:void 0,offsetX:-20,offsetY:0,labels:{colors:void 0,useSeriesColors:!1},markers:{width:12,height:12,strokeWidth:0,fillColors:void 0,strokeColor:"#fff",radius:12,customHTML:void 0,offsetX:0,offsetY:0,onClick:void 0},itemMargin:{horizontal:5,vertical:0},onItemClick:{toggleDataSeries:!0},onItemHover:{highlightDataSeries:!0}},markers:{discrete:[],size:0,colors:void 0,strokeColors:"#fff",strokeWidth:2,strokeOpacity:.9,strokeDashArray:0,fillOpacity:1,shape:"circle",radius:2,offsetX:0,offsetY:0,onClick:void 0,onDblClick:void 0,showNullDataPoints:!0,hover:{size:void 0,sizeOffset:3}},noData:{text:void 0,align:"center",verticalAlign:"middle",offsetX:0,offsetY:0,style:{color:void 0,fontSize:"14px",fontFamily:void 0}},responsive:[],series:void 0,states:{normal:{filter:{type:"none",value:0}},hover:{filter:{type:"lighten",value:.15}},active:{allowMultipleDataPointsSelection:!1,filter:{type:"darken",value:.65}}},title:{text:void 0,align:"left",margin:5,offsetX:0,offsetY:0,floating:!1,style:{fontSize:"14px",fontWeight:900,fontFamily:void 0,color:void 0}},subtitle:{text:void 0,align:"left",margin:5,offsetX:0,offsetY:30,floating:!1,style:{fontSize:"12px",fontWeight:400,fontFamily:void 0,color:void 0}},stroke:{show:!0,curve:"smooth",lineCap:"butt",width:2,colors:void 0,dashArray:0},tooltip:{enabled:!0,enabledOnSeries:void 0,shared:!0,followCursor:!1,intersect:!1,inverseOrder:!1,custom:void 0,fillSeriesColor:!1,theme:"light",style:{fontSize:"12px",fontFamily:void 0},onDatasetHover:{highlightDataSeries:!1},x:{show:!0,format:"dd MMM",formatter:void 0},y:{formatter:void 0,title:{formatter:function(t){return t}}},z:{formatter:void 0,title:"Size: "},marker:{show:!0,fillColors:void 0},items:{display:"flex"},fixed:{enabled:!1,position:"topRight",offsetX:0,offsetY:0}},xaxis:{type:"category",categories:[],convertedCatToNumeric:!1,sorted:!0,offsetX:0,offsetY:0,labels:{show:!0,rotate:-45,rotateAlways:!1,hideOverlappingLabels:!0,trim:!1,minHeight:void 0,maxHeight:120,showDuplicates:!0,style:{colors:[],fontSize:"12px",fontWeight:400,fontFamily:void 0,cssClass:""},offsetX:0,offsetY:0,format:void 0,formatter:void 0,datetimeUTC:!0,datetimeFormatter:{year:"yyyy",month:"MMM 'yy",day:"dd MMM",hour:"HH:mm",minute:"HH:mm:ss"}},axisBorder:{show:!0,color:"#e0e0e0",width:"100%",height:1,offsetX:0,offsetY:0},axisTicks:{show:!0,color:"#e0e0e0",height:6,offsetX:0,offsetY:0},tickAmount:void 0,tickPlacement:"on",min:void 0,max:void 0,range:void 0,floating:!1,position:"bottom",title:{text:void 0,offsetX:0,offsetY:0,style:{color:void 0,fontSize:"12px",fontWeight:900,fontFamily:void 0,cssClass:""}},crosshairs:{show:!0,width:1,position:"back",opacity:.9,stroke:{color:"#b6b6b6",width:1,dashArray:3},fill:{type:"solid",color:"#B1B9C4",gradient:{colorFrom:"#D8E3F0",colorTo:"#BED1E6",stops:[0,100],opacityFrom:.4,opacityTo:.5}},dropShadow:{enabled:!1,left:0,top:0,blur:1,opacity:.4}},tooltip:{enabled:!0,offsetY:0,formatter:void 0,style:{fontSize:"12px",fontFamily:void 0}}},yaxis:this.yAxis,theme:{mode:"light",palette:"palette1",monochrome:{enabled:!1,color:"#008FFB",shadeTo:"light",shadeIntensity:.65}}}}}]),t}(),C=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w,this.graphics=new p(this.ctx),this.w.globals.isBarHorizontal&&(this.invertAxis=!0),this.helpers=new x(this),this.xAxisAnnotations=new b(this),this.yAxisAnnotations=new v(this),this.pointsAnnotations=new y(this),this.w.globals.isBarHorizontal&&this.w.config.yaxis[0].reversed&&(this.inversedReversedAxis=!0),this.xDivision=this.w.globals.gridWidth/this.w.globals.dataPoints}return a(t,[{key:"drawAxesAnnotations",value:function(){var t=this.w;if(t.globals.axisCharts){for(var e=this.yAxisAnnotations.drawYAxisAnnotations(),i=this.xAxisAnnotations.drawXAxisAnnotations(),a=this.pointsAnnotations.drawPointAnnotations(),s=t.config.chart.animations.enabled,r=[e,i,a],n=[i.node,e.node,a.node],o=0;o<3;o++)t.globals.dom.elGraphical.add(r[o]),!s||t.globals.resized||t.globals.dataChanged||"scatter"!==t.config.chart.type&&"bubble"!==t.config.chart.type&&t.globals.dataPoints>1&&n[o].classList.add("apexcharts-element-hidden"),t.globals.delayedElements.push({el:n[o],index:0});this.helpers.annotationsBackground()}}},{key:"drawShapeAnnos",value:function(){var t=this;this.w.config.annotations.shapes.map((function(e,i){t.addShape(e,i)}))}},{key:"drawImageAnnos",value:function(){var t=this;this.w.config.annotations.images.map((function(e,i){t.addImage(e,i)}))}},{key:"drawTextAnnos",value:function(){var t=this;this.w.config.annotations.texts.map((function(e,i){t.addText(e,i)}))}},{key:"addXaxisAnnotation",value:function(t,e,i){this.xAxisAnnotations.addXaxisAnnotation(t,e,i)}},{key:"addYaxisAnnotation",value:function(t,e,i){this.yAxisAnnotations.addYaxisAnnotation(t,e,i)}},{key:"addPointAnnotation",value:function(t,e,i){this.pointsAnnotations.addPointAnnotation(t,e,i)}},{key:"addText",value:function(t,e){var i=t.x,a=t.y,s=t.text,r=t.textAnchor,n=t.foreColor,o=t.fontSize,l=t.fontFamily,h=t.fontWeight,c=t.cssClass,d=t.backgroundColor,g=t.borderWidth,u=t.strokeDashArray,f=t.borderRadius,p=t.borderColor,x=t.appendTo,b=void 0===x?".apexcharts-annotations":x,m=t.paddingLeft,v=void 0===m?4:m,y=t.paddingRight,w=void 0===y?4:y,k=t.paddingBottom,A=void 0===k?2:k,S=t.paddingTop,C=void 0===S?2:S,L=this.w,P=this.graphics.drawText({x:i,y:a,text:s,textAnchor:r||"start",fontSize:o||"12px",fontWeight:h||"regular",fontFamily:l||L.config.chart.fontFamily,foreColor:n||L.config.chart.foreColor,cssClass:c}),T=L.globals.dom.baseEl.querySelector(b);T&&T.appendChild(P.node);var z=P.bbox();if(t.draggable&&this.helpers.makeAnnotationDraggable(P,"texts",e),s){var I=this.graphics.drawRect(z.x-v,z.y-C,z.width+v+w,z.height+A+C,f,d||"transparent",1,g,p,u);T.insertBefore(I.node,P.node)}}},{key:"addShape",value:function(t,e){var i={type:t.type,x:t.x||0,y:t.y||0,width:t.width||"100%",height:t.height||50,circleRadius:t.radius||25,backgroundColor:t.backgroundColor||"#fff",opacity:t.opacity||1,borderWidth:t.borderWidth||0,borderRadius:t.borderRadius||4,borderColor:t.borderColor||"#c2c2c2",appendTo:t.appendTo||".apexcharts-annotations"},a=this.w;String(i.width).indexOf("%")>-1&&(i.width=parseInt(i.width,10)*parseInt(a.globals.svgWidth,10)/100);var s=null;s="circle"===i.type?this.graphics.drawCircle(i.circleRadius,{fill:i.backgroundColor,stroke:i.borderColor,"stroke-width":i.borderWidth,opacity:i.opacity,cx:i.x,cy:i.y}):this.graphics.drawRect(i.x,i.y,i.width,i.height,i.borderRadius,i.backgroundColor,i.opacity,i.borderWidth,i.borderColor);var r=a.globals.dom.baseEl.querySelector(i.appendTo);r&&r.appendChild(s.node),t.draggable&&(this.helpers.makeAnnotationDraggable(s,"shapes",e),s.node.classList.add("apexcharts-resizable-element"))}},{key:"addImage",value:function(t,e){var i=this.w,a=t.path,s=t.x,r=void 0===s?0:s,n=t.y,o=void 0===n?0:n,l=t.width,h=void 0===l?20:l,c=t.height,d=void 0===c?20:c,g=t.appendTo,u=void 0===g?".apexcharts-annotations":g,f=i.globals.dom.Paper.image(a);f.size(h,d).move(r,o);var p=i.globals.dom.baseEl.querySelector(u);p&&p.appendChild(f.node),t.draggable&&(this.helpers.makeAnnotationDraggable(f,"images",e),f.node.classList.add("apexcharts-resizable-element"))}},{key:"addXaxisAnnotationExternal",value:function(t,e,i){return this.addAnnotationExternal({params:t,pushToMemory:e,context:i,type:"xaxis",contextMethod:i.addXaxisAnnotation}),i}},{key:"addYaxisAnnotationExternal",value:function(t,e,i){return this.addAnnotationExternal({params:t,pushToMemory:e,context:i,type:"yaxis",contextMethod:i.addYaxisAnnotation}),i}},{key:"addPointAnnotationExternal",value:function(t,e,i){return void 0===this.invertAxis&&(this.invertAxis=i.w.globals.isBarHorizontal),this.addAnnotationExternal({params:t,pushToMemory:e,context:i,type:"point",contextMethod:i.addPointAnnotation}),i}},{key:"addAnnotationExternal",value:function(t){var e=t.params,i=t.pushToMemory,a=t.context,s=t.type,r=t.contextMethod,n=a,o=n.w,l=o.globals.dom.baseEl.querySelector(".apexcharts-".concat(s,"-annotations")),h=l.childNodes.length+1,c=new S,d=Object.assign({},"xaxis"===s?c.xAxisAnnotation:"yaxis"===s?c.yAxisAnnotation:c.pointAnnotation),u=g.extend(d,e);switch(s){case"xaxis":this.addXaxisAnnotation(u,l,h);break;case"yaxis":this.addYaxisAnnotation(u,l,h);break;case"point":this.addPointAnnotation(u,l,h)}var f=o.globals.dom.baseEl.querySelector(".apexcharts-".concat(s,"-annotations .apexcharts-").concat(s,"-annotation-label[rel='").concat(h,"']")),p=this.helpers.addBackgroundToAnno(f,u);return p&&l.insertBefore(p.node,f),i&&o.globals.memory.methodsToExec.push({context:n,id:u.id?u.id:g.randomId(),method:r,label:"addAnnotation",params:e}),a}},{key:"clearAnnotations",value:function(t){var e=t.w,i=e.globals.dom.baseEl.querySelectorAll(".apexcharts-yaxis-annotations, .apexcharts-xaxis-annotations, .apexcharts-point-annotations");e.globals.memory.methodsToExec.map((function(t,i){"addText"!==t.label&&"addAnnotation"!==t.label||e.globals.memory.methodsToExec.splice(i,1)})),i=g.listToArray(i),Array.prototype.forEach.call(i,(function(t){for(;t.firstChild;)t.removeChild(t.firstChild)}))}},{key:"removeAnnotation",value:function(t,e){var i=t.w,a=i.globals.dom.baseEl.querySelectorAll(".".concat(e));a&&(i.globals.memory.methodsToExec.map((function(t,a){t.id===e&&i.globals.memory.methodsToExec.splice(a,1)})),Array.prototype.forEach.call(a,(function(t){t.parentElement.removeChild(t)})))}}]),t}(),L=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w,this.opts=null,this.seriesIndex=0}return a(t,[{key:"clippedImgArea",value:function(t){var e=this.w,i=e.config,a=parseInt(e.globals.gridWidth,10),s=parseInt(e.globals.gridHeight,10),r=a>s?a:s,n=t.image,o=0,l=0;void 0===t.width&&void 0===t.height?void 0!==i.fill.image.width&&void 0!==i.fill.image.height?(o=i.fill.image.width+1,l=i.fill.image.height):(o=r+1,l=r):(o=t.width,l=t.height);var h=document.createElementNS(e.globals.SVGNS,"pattern");p.setAttrs(h,{id:t.patternID,patternUnits:t.patternUnits?t.patternUnits:"userSpaceOnUse",width:o+"px",height:l+"px"});var c=document.createElementNS(e.globals.SVGNS,"image");h.appendChild(c),c.setAttributeNS(window.SVG.xlink,"href",n),p.setAttrs(c,{x:0,y:0,preserveAspectRatio:"none",width:o+"px",height:l+"px"}),c.style.opacity=t.opacity,e.globals.dom.elDefs.node.appendChild(h)}},{key:"getSeriesIndex",value:function(t){var e=this.w;return("bar"===e.config.chart.type||"rangeBar"===e.config.chart.type)&&e.config.plotOptions.bar.distributed||"heatmap"===e.config.chart.type?this.seriesIndex=t.seriesNumber:this.seriesIndex=t.seriesNumber%e.globals.series.length,this.seriesIndex}},{key:"fillPath",value:function(t){var e=this.w;this.opts=t;var i,a,s,r=this.w.config;this.seriesIndex=this.getSeriesIndex(t);var n=this.getFillColors()[this.seriesIndex];"function"==typeof n&&(n=n({seriesIndex:this.seriesIndex,dataPointIndex:t.dataPointIndex,value:t.value,w:e}));var o=this.getFillType(this.seriesIndex),l=Array.isArray(r.fill.opacity)?r.fill.opacity[this.seriesIndex]:r.fill.opacity,h=n;if(t.color&&(n=t.color),-1===n.indexOf("rgb")?n.length<9&&(h=g.hexToRgba(n,l)):n.indexOf("rgba")>-1&&(l=g.getOpacityFromRGBA(n)),t.opacity&&(l=t.opacity),"pattern"===o&&(a=this.handlePatternFill(a,n,l,h)),"gradient"===o&&(s=this.handleGradientFill(n,l,this.seriesIndex)),"image"===o){var c=r.fill.image.src,d=t.patternID?t.patternID:"";this.clippedImgArea({opacity:l,image:Array.isArray(c)?t.seriesNumber-1&&(c=g.getOpacityFromRGBA(h));var d=void 0===s.fill.gradient.opacityTo?e:Array.isArray(s.fill.gradient.opacityTo)?s.fill.gradient.opacityTo[i]:s.fill.gradient.opacityTo;if(void 0===s.fill.gradient.gradientToColors||0===s.fill.gradient.gradientToColors.length)a="dark"===s.fill.gradient.shade?o.shadeColor(-1*parseFloat(s.fill.gradient.shadeIntensity),t.indexOf("rgb")>-1?g.rgb2hex(t):t):o.shadeColor(parseFloat(s.fill.gradient.shadeIntensity),t.indexOf("rgb")>-1?g.rgb2hex(t):t);else{var u=s.fill.gradient.gradientToColors[r.seriesNumber];a=u,u.indexOf("rgba")>-1&&(d=g.getOpacityFromRGBA(u))}if(s.fill.gradient.inverseColors){var f=h;h=a,a=f}return h.indexOf("rgb")>-1&&(h=g.rgb2hex(h)),a.indexOf("rgb")>-1&&(a=g.rgb2hex(a)),n.drawGradient(l,h,a,c,d,r.size,s.fill.gradient.stops,s.fill.gradient.colorStops,i)}}]),t}(),P=function(){function t(i,a){e(this,t),this.ctx=i,this.w=i.w}return a(t,[{key:"setGlobalMarkerSize",value:function(){var t=this.w;if(t.globals.markers.size=Array.isArray(t.config.markers.size)?t.config.markers.size:[t.config.markers.size],t.globals.markers.size.length>0){if(t.globals.markers.size.length4&&void 0!==arguments[4]&&arguments[4],n=this.w,o=e,l=t,h=null,c=new p(this.ctx);if((n.globals.markers.size[e]>0||r)&&(h=c.group({class:r?"":"apexcharts-series-markers"})).attr("clip-path","url(#gridRectMarkerMask".concat(n.globals.cuid,")")),l.x instanceof Array)for(var d=0;d0:n.config.markers.size>0;if(b||r){g.isNumber(l.y[d])?x+=" w".concat(g.randomId()):x="apexcharts-nullpoint";var m=this.getMarkerConfig(x,e,f);n.config.series[o].data[i]&&(n.config.series[o].data[i].fillColor&&(m.pointFillColor=n.config.series[o].data[i].fillColor),n.config.series[o].data[i].strokeColor&&(m.pointStrokeColor=n.config.series[o].data[i].strokeColor)),a&&(m.pSize=a),(s=c.drawMarker(l.x[d],l.y[d],m)).attr("rel",f),s.attr("j",f),s.attr("index",e),s.node.setAttribute("default-marker-size",m.pSize);var v=new u(this.ctx);v.setSelectionFilter(s,e,f),this.addEvents(s),h&&h.add(s)}else void 0===n.globals.pointsArray[e]&&(n.globals.pointsArray[e]=[]),n.globals.pointsArray[e].push([l.x[d],l.y[d]])}return h}},{key:"getMarkerConfig",value:function(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,a=this.w,s=this.getMarkerStyle(e),r=a.globals.markers.size[e],n=a.config.markers;return null!==i&&n.discrete.length&&n.discrete.map((function(t){t.seriesIndex===e&&t.dataPointIndex===i&&(s.pointStrokeColor=t.strokeColor,s.pointFillColor=t.fillColor,r=t.size)})),{pSize:r,pRadius:n.radius,pWidth:n.strokeWidth instanceof Array?n.strokeWidth[e]:n.strokeWidth,pointStrokeColor:s.pointStrokeColor,pointFillColor:s.pointFillColor,shape:n.shape instanceof Array?n.shape[e]:n.shape,class:t,pointStrokeOpacity:n.strokeOpacity instanceof Array?n.strokeOpacity[e]:n.strokeOpacity,pointStrokeDashArray:n.strokeDashArray instanceof Array?n.strokeDashArray[e]:n.strokeDashArray,pointFillOpacity:n.fillOpacity instanceof Array?n.fillOpacity[e]:n.fillOpacity,seriesIndex:e}}},{key:"addEvents",value:function(t){var e=this.w,i=new p(this.ctx);t.node.addEventListener("mouseenter",i.pathMouseEnter.bind(this.ctx,t)),t.node.addEventListener("mouseleave",i.pathMouseLeave.bind(this.ctx,t)),t.node.addEventListener("mousedown",i.pathMouseDown.bind(this.ctx,t)),t.node.addEventListener("click",e.config.markers.onClick),t.node.addEventListener("dblclick",e.config.markers.onDblClick),t.node.addEventListener("touchstart",i.pathMouseDown.bind(this.ctx,t),{passive:!0})}},{key:"getMarkerStyle",value:function(t){var e=this.w,i=e.globals.markers.colors,a=e.config.markers.strokeColor||e.config.markers.strokeColors;return{pointStrokeColor:a instanceof Array?a[t]:a,pointFillColor:i instanceof Array?i[t]:i}}}]),t}(),T=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w,this.initialAnim=this.w.config.chart.animations.enabled,this.dynamicAnim=this.initialAnim&&this.w.config.chart.animations.dynamicAnimation.enabled}return a(t,[{key:"draw",value:function(t,e,i){var a=this.w,s=new p(this.ctx),r=i.realIndex,n=i.pointsPos,o=i.zRatio,l=i.elParent,h=s.group({class:"apexcharts-series-markers apexcharts-series-".concat(a.config.chart.type)});if(h.attr("clip-path","url(#gridRectMarkerMask".concat(a.globals.cuid,")")),n.x instanceof Array)for(var c=0;cx.maxBubbleRadius&&(f=x.maxBubbleRadius)}a.config.chart.animations.enabled||(u=f);var b=n.x[c],m=n.y[c];if(u=u||0,null!==m&&void 0!==a.globals.series[r][d]||(g=!1),g){var v=this.drawPoint(b,m,u,f,r,d,e);h.add(v)}l.add(h)}}},{key:"drawPoint",value:function(t,e,i,a,s,r,n){var o=this.w,l=s,h=new f(this.ctx),c=new u(this.ctx),d=new L(this.ctx),g=new P(this.ctx),x=new p(this.ctx),b=g.getMarkerConfig("apexcharts-marker",l),m=d.fillPath({seriesNumber:s,dataPointIndex:r,patternUnits:"objectBoundingBox",value:o.globals.series[s][n]}),v=x.drawCircle(i);if(o.config.series[l].data[r]&&o.config.series[l].data[r].fillColor&&(m=o.config.series[l].data[r].fillColor),v.attr({cx:t,cy:e,fill:m,stroke:b.pointStrokeColor,"stroke-width":b.pWidth,"stroke-dasharray":b.pointStrokeDashArray,"stroke-opacity":b.pointStrokeOpacity}),o.config.chart.dropShadow.enabled){var y=o.config.chart.dropShadow;c.dropShadow(v,y,s)}if(this.initialAnim&&!o.globals.dataChanged){var w=1;o.globals.resized||(w=o.config.chart.animations.speed),h.animateCircleRadius(v,0,a,w,o.globals.easing,(function(){window.setTimeout((function(){h.animationCompleted(v)}),100)}))}if(o.globals.dataChanged)if(this.dynamicAnim){var k,A,S,C,T=o.config.chart.animations.dynamicAnimation.speed;null!=(C=o.globals.previousPaths[s]&&o.globals.previousPaths[s][n])&&(k=C.x,A=C.y,S=void 0!==C.r?C.r:a);for(var z=0;zf.x+f.width+2||e>f.y+f.height+2||t+c4&&void 0!==arguments[4]?arguments[4]:2,r=this.w,n=new p(this.ctx),o=r.config.dataLabels,l=0,h=0,c=i,d=null;if(!o.enabled||t.x instanceof Array!=!0)return d;d=n.group({class:"apexcharts-data-labels"});for(var g=0;ge.globals.gridWidth+20)&&(o="");var b=e.globals.dataLabels.style.colors[r];(("bar"===e.config.chart.type||"rangeBar"===e.config.chart.type)&&e.config.plotOptions.bar.distributed||e.config.dataLabels.distributed)&&(b=e.globals.dataLabels.style.colors[n]),d&&(b=d);var m=c.offsetX,v=c.offsetY;if("bar"!==e.config.chart.type&&"rangeBar"!==e.config.chart.type||(m=0,v=0),x.drawnextLabel){var y=i.drawText({width:100,height:parseInt(c.style.fontSize,10),x:a+m,y:s+v,foreColor:b,textAnchor:l||c.textAnchor,text:o,fontSize:c.style.fontSize,fontFamily:c.style.fontFamily,fontWeight:c.style.fontWeight||"normal"});if(y.attr({class:"apexcharts-datalabel",cx:a,cy:s}),c.dropShadow.enabled){var w=c.dropShadow;new u(this.ctx).dropShadow(y,w)}h.add(y),void 0===e.globals.lastDrawnDataLabelsIndexes[r]&&(e.globals.lastDrawnDataLabelsIndexes[r]=[]),e.globals.lastDrawnDataLabelsIndexes[r].push(n)}}}},{key:"addBackgroundToDataLabel",value:function(t,e){var i=this.w,a=i.config.dataLabels.background,s=a.padding,r=a.padding/2,n=e.width,o=e.height,l=new p(this.ctx).drawRect(e.x-s,e.y-r/2,n+2*s,o+r,a.borderRadius,"transparent"===i.config.chart.background?"#fff":i.config.chart.background,a.opacity,a.borderWidth,a.borderColor);a.dropShadow.enabled&&new u(this.ctx).dropShadow(l,a.dropShadow);return l}},{key:"dataLabelsBackground",value:function(){var t=this.w;if("bubble"!==t.config.chart.type)for(var e=t.globals.dom.baseEl.querySelectorAll(".apexcharts-datalabels text"),i=0;ii.globals.gridHeight&&(c=i.globals.gridHeight-g)),{bcx:n,bcy:r,dataLabelsX:e,dataLabelsY:c}}},{key:"calculateBarsDataLabelsPosition",value:function(t){var e=this.w,i=t.x,a=t.i,s=t.j,r=t.bcy,n=t.barHeight,o=t.barWidth,l=t.textRects,h=t.dataLabelsX,c=t.strokeWidth,d=t.barDataLabelsConfig,g=t.offX,u=t.offY,f=e.globals.gridHeight/e.globals.dataPoints;o=Math.abs(o);var p=r-(this.barCtx.isTimelineBar?0:f)+n/2+l.height/2+u-3,x=this.barCtx.series[a][s]<0,b=i;switch(this.barCtx.isReversed&&(b=i+o,i=e.globals.gridWidth-o),d.position){case"center":h=x?b-o/2-g:b-o/2+g;break;case"bottom":h=x?b+o-c-Math.round(l.width/2)-g:b-o+c+Math.round(l.width/2)+g;break;case"top":h=x?b-c+Math.round(l.width/2)-g:b-c-Math.round(l.width/2)+g}return e.config.chart.stacked||(h<0?h=h+l.width+c:h+l.width/2>e.globals.gridWidth&&(h=e.globals.gridWidth-l.width-c)),{bcx:i,bcy:r,dataLabelsX:h,dataLabelsY:p}}},{key:"drawCalculatedDataLabels",value:function(t){var e=t.x,i=t.y,a=t.val,s=t.i,r=t.j,o=t.textRects,l=t.barHeight,h=t.barWidth,c=t.dataLabelsConfig,d=this.w,g="rotate(0)";"vertical"===d.config.plotOptions.bar.dataLabels.orientation&&(g="rotate(-90, ".concat(e,", ").concat(i,")"));var u=new z(this.barCtx.ctx),f=new p(this.barCtx.ctx),x=c.formatter,b=null,m=d.globals.collapsedSeriesIndices.indexOf(s)>-1;if(c.enabled&&!m){b=f.group({class:"apexcharts-data-labels",transform:g});var v="";void 0!==a&&(v=x(a,{seriesIndex:s,dataPointIndex:r,w:d})),0===a&&d.config.chart.stacked&&(v="");var y=d.globals.series[s][r]<=0,w=d.config.plotOptions.bar.dataLabels.position;if("vertical"===d.config.plotOptions.bar.dataLabels.orientation&&("top"===w&&(c.textAnchor=y?"end":"start"),"center"===w&&(c.textAnchor="middle"),"bottom"===w&&(c.textAnchor=y?"end":"start")),this.barCtx.isTimelineBar&&this.barCtx.barOptions.dataLabels.hideOverflowingLabels)h0&&o.width/1.6>h||h<0&&o.width/1.6l&&(v="")));var k=n({},c);this.barCtx.isHorizontal&&a<0&&("start"===c.textAnchor?k.textAnchor="end":"end"===c.textAnchor&&(k.textAnchor="start")),u.plotDataLabelsText({x:e,y:i,text:v,i:s,j:r,parent:b,dataLabelsConfig:k,alwaysDrawDataLabel:!0,offsetCorrection:!0})}return b}}]),t}(),M=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w,this.legendInactiveClass="legend-mouseover-inactive"}return a(t,[{key:"getAllSeriesEls",value:function(){return this.w.globals.dom.baseEl.getElementsByClassName("apexcharts-series")}},{key:"getSeriesByName",value:function(t){return this.w.globals.dom.baseEl.querySelector("[seriesName='".concat(g.escapeString(t),"']"))}},{key:"isSeriesHidden",value:function(t){var e=this.getSeriesByName(t),i=parseInt(e.getAttribute("data:realIndex"),10);return{isHidden:e.classList.contains("apexcharts-series-collapsed"),realIndex:i}}},{key:"addCollapsedClassToSeries",value:function(t,e){var i=this.w;function a(i){for(var a=0;a0&&void 0!==arguments[0])||arguments[0],e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],i=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],a=this.w,s=a.globals.initialSeries.slice();a.config.series=s,a.globals.previousPaths=[],i&&(a.globals.collapsedSeries=[],a.globals.ancillaryCollapsedSeries=[],a.globals.collapsedSeriesIndices=[],a.globals.ancillaryCollapsedSeriesIndices=[]),t&&(e&&(a.globals.zoomed=!1,this.ctx.updateHelpers.revertDefaultAxisMinMax()),this.ctx.updateHelpers._updateSeries(s,a.config.chart.animations.dynamicAnimation.enabled))}},{key:"toggleSeriesOnHover",value:function(t,e){var i=this.w,a=i.globals.dom.baseEl.querySelectorAll(".apexcharts-series, .apexcharts-datalabels");if("mousemove"===t.type){var s=parseInt(e.getAttribute("rel"),10)-1,r=null,n=null;i.globals.axisCharts||"radialBar"===i.config.chart.type?i.globals.axisCharts?(r=i.globals.dom.baseEl.querySelector(".apexcharts-series[data\\:realIndex='".concat(s,"']")),n=i.globals.dom.baseEl.querySelector(".apexcharts-datalabels[data\\:realIndex='".concat(s,"']"))):r=i.globals.dom.baseEl.querySelector(".apexcharts-series[rel='".concat(s+1,"']")):r=i.globals.dom.baseEl.querySelector(".apexcharts-series[rel='".concat(s+1,"'] path"));for(var o=0;o=t.from&&a<=t.to&&s[e].classList.remove(i.legendInactiveClass)}}(a.config.plotOptions.heatmap.colorScale.ranges[n])}else"mouseout"===t.type&&r("remove")}},{key:"getActiveConfigSeriesIndex",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=this.w,i=0;if(e.config.series.length>1)for(var a=e.config.series.map((function(i,a){var s=!1;return t&&(s="bar"===e.config.series[a].type||"column"===e.config.series[a].type),i.data&&i.data.length>0&&!s?a:-1})),s=0;s0)for(var a=0;a0)for(var a=0;a0?t:[]}));return t}}]),t}(),X=function(){function t(i){e(this,t),this.w=i.w,this.barCtx=i}return a(t,[{key:"initVariables",value:function(t){var e=this.w;this.barCtx.series=t,this.barCtx.totalItems=0,this.barCtx.seriesLen=0,this.barCtx.visibleI=-1,this.barCtx.visibleItems=1;for(var i=0;i0&&(this.barCtx.seriesLen=this.barCtx.seriesLen+1,this.barCtx.totalItems+=t[i].length),e.globals.isXNumeric)for(var a=0;ae.globals.minX&&e.globals.seriesX[i][a]0&&(a=l.globals.minXDiff/c),(r=a/this.barCtx.seriesLen*parseInt(this.barCtx.barOptions.columnWidth,10)/100)<1&&(r=1)}n=l.globals.gridHeight-this.barCtx.baseLineY[this.barCtx.yaxisIndex]-(this.barCtx.isReversed?l.globals.gridHeight:0)+(this.barCtx.isReversed?2*this.barCtx.baseLineY[this.barCtx.yaxisIndex]:0),t=l.globals.padHorizontal+(a-r*this.barCtx.seriesLen)/2}return{x:t,y:e,yDivision:i,xDivision:a,barHeight:s,barWidth:r,zeroH:n,zeroW:o}}},{key:"getPathFillColor",value:function(t,e,i,a){var s=this.w,r=new L(this.barCtx.ctx),n=null,o=this.barCtx.barOptions.distributed?i:e;this.barCtx.barOptions.colors.ranges.length>0&&this.barCtx.barOptions.colors.ranges.map((function(a){t[e][i]>=a.from&&t[e][i]<=a.to&&(n=a.color)}));return s.config.series[e].data[i]&&s.config.series[e].data[i].fillColor&&(n=s.config.series[e].data[i].fillColor),r.fillPath({seriesNumber:this.barCtx.barOptions.distributed?o:a,dataPointIndex:i,color:n,value:t[e][i]})}},{key:"getStrokeWidth",value:function(t,e,i){var a=0,s=this.w;return void 0===this.barCtx.series[t][e]||null===this.barCtx.series[t][e]?this.barCtx.isNullValue=!0:this.barCtx.isNullValue=!1,s.config.stroke.show&&(this.barCtx.isNullValue||(a=Array.isArray(this.barCtx.strokeWidth)?this.barCtx.strokeWidth[i]:this.barCtx.strokeWidth)),a}},{key:"barBackground",value:function(t){var e=t.bc,i=t.i,a=t.x1,s=t.x2,r=t.y1,n=t.y2,o=t.elSeries,l=this.w,h=new p(this.barCtx.ctx),c=new M(this.barCtx.ctx).getActiveConfigSeriesIndex();if(this.barCtx.barOptions.colors.backgroundBarColors.length>0&&c===i){e>=this.barCtx.barOptions.colors.backgroundBarColors.length&&(e=0);var d=this.barCtx.barOptions.colors.backgroundBarColors[e],g=h.drawRect(void 0!==a?a:0,void 0!==r?r:0,void 0!==s?s:l.globals.gridWidth,void 0!==n?n:l.globals.gridHeight,this.barCtx.barOptions.colors.backgroundBarRadius,d,this.barCtx.barOptions.colors.backgroundBarOpacity);o.add(g),g.node.classList.add("apexcharts-backgroundBar")}}},{key:"getColumnPaths",value:function(t){var e=t.barWidth,i=t.barXPosition,a=t.yRatio,s=t.y1,r=t.y2,n=t.strokeWidth,o=t.series,l=t.realIndex,h=t.i,c=t.j,d=t.w,g=new p(this.barCtx.ctx);(n=Array.isArray(n)?n[l]:n)||(n=0);var u={barWidth:e,strokeWidth:n,yRatio:a,barXPosition:i,y1:s,y2:r},f=this.getRoundedBars(d,u,o,h,c),x=i,b=i+e,m=g.move(x,f.y1),v=g.move(x,f.y1);return d.globals.previousPaths.length>0&&(v=this.barCtx.getPreviousPath(l,c,!1)),{pathTo:m=m+g.line(x,f.y2)+f.endingPath+g.line(b-n,f.y2)+g.line(b-n,f.y1)+f.startingPath+"z",pathFrom:v=v+g.line(x,s)+g.line(b-n,s)+g.line(b-n,s)+g.line(b-n,s)+g.line(x,s)}}},{key:"getBarpaths",value:function(t){var e=t.barYPosition,i=t.barHeight,a=t.x1,s=t.x2,r=t.strokeWidth,n=t.series,o=t.realIndex,l=t.i,h=t.j,c=t.w,d=new p(this.barCtx.ctx);(r=Array.isArray(r)?r[o]:r)||(r=0);var g={barHeight:i,strokeWidth:r,barYPosition:e,x2:s,x1:a},u=this.getRoundedBars(c,g,n,l,h),f=d.move(u.x1,e),x=d.move(u.x1,e);c.globals.previousPaths.length>0&&(x=this.barCtx.getPreviousPath(o,h,!1));var b=e,m=e+i;return{pathTo:f=f+d.line(u.x2,b)+u.endingPath+d.line(u.x2,m-r)+d.line(u.x1,m-r)+u.startingPath+"z",pathFrom:x=x+d.line(a,b)+d.line(a,m-r)+d.line(a,m-r)+d.line(a,m-r)+d.line(a,b)}}},{key:"getRoundedBars",value:function(t,e,i,a,s){var r=new p(this.barCtx.ctx),n=Array.isArray(e.strokeWidth)?e.strokeWidth[a]:e.strokeWidth;if(n||(n=0),this.barCtx.isHorizontal){var o=null,l="",h=e.x2,c=e.x1;if(void 0!==i[a][s]||null!==i[a][s]){var d=i[a][s]<0,g=e.barHeight/2-n;switch(d&&(g=-e.barHeight/2-n),g>Math.abs(h-c)&&(g=Math.abs(h-c)),"rounded"===this.barCtx.barOptions.endingShape&&(h=e.x2-g/2),"rounded"===this.barCtx.barOptions.startingShape&&(c=e.x1+g/2),this.barCtx.barOptions.endingShape){case"flat":o=r.line(h,e.barYPosition+e.barHeight-n);break;case"rounded":o=r.quadraticCurve(h+g,e.barYPosition+(e.barHeight-n)/2,h,e.barYPosition+e.barHeight-n)}switch(this.barCtx.barOptions.startingShape){case"flat":l=r.line(c,e.barYPosition+e.barHeight-n);break;case"rounded":l=r.quadraticCurve(c-g,e.barYPosition+e.barHeight/2,c,e.barYPosition)}}return{endingPath:o,startingPath:l,x2:h,x1:c}}var u=null,f="",x=e.y2,b=e.y1;if(void 0!==i[a][s]||null!==i[a][s]){var m=i[a][s]<0,v=e.barWidth/2-n;switch(m&&(v=-e.barWidth/2-n),v>Math.abs(x-b)&&(v=Math.abs(x-b)),"rounded"===this.barCtx.barOptions.endingShape&&(x+=v/2),"rounded"===this.barCtx.barOptions.startingShape&&(b-=v/2),this.barCtx.barOptions.endingShape){case"flat":u=r.line(e.barXPosition+e.barWidth-n,x);break;case"rounded":u=r.quadraticCurve(e.barXPosition+(e.barWidth-n)/2,x-v,e.barXPosition+e.barWidth-n,x)}switch(this.barCtx.barOptions.startingShape){case"flat":f=r.line(e.barXPosition+e.barWidth-n,b);break;case"rounded":f=r.quadraticCurve(e.barXPosition+(e.barWidth-n)/2,b+v,e.barXPosition,b)}}return{endingPath:u,startingPath:f,y2:x,y1:b}}}]),t}(),E=function(){function t(i,a){e(this,t),this.ctx=i,this.w=i.w;var s=this.w;this.barOptions=s.config.plotOptions.bar,this.isHorizontal=this.barOptions.horizontal,this.strokeWidth=s.config.stroke.width,this.isNullValue=!1,this.isTimelineBar="datetime"===s.config.xaxis.type&&s.globals.seriesRangeBarTimeline.length,this.xyRatios=a,null!==this.xyRatios&&(this.xRatio=a.xRatio,this.initialXRatio=a.initialXRatio,this.yRatio=a.yRatio,this.invertedXRatio=a.invertedXRatio,this.invertedYRatio=a.invertedYRatio,this.baseLineY=a.baseLineY,this.baseLineInvertedY=a.baseLineInvertedY),this.yaxisIndex=0,this.seriesLen=0,this.barHelpers=new X(this)}return a(t,[{key:"draw",value:function(t,e){var i=this.w,a=new p(this.ctx),s=new m(this.ctx,i);t=s.getLogSeries(t),this.series=t,this.yRatio=s.getLogYRatios(this.yRatio),this.barHelpers.initVariables(t);var r=a.group({class:"apexcharts-bar-series apexcharts-plot-series"});i.config.dataLabels.enabled&&this.totalItems>this.barOptions.dataLabels.maxItems&&console.warn("WARNING: DataLabels are enabled but there are too many to display. This may cause performance issue when rendering.");for(var o=0,l=0;o0&&(this.visibleI=this.visibleI+1);var k=0,A=0;this.yRatio.length>1&&(this.yaxisIndex=y),this.isReversed=i.config.yaxis[this.yaxisIndex]&&i.config.yaxis[this.yaxisIndex].reversed;var S=this.barHelpers.initialPositions();x=S.y,k=S.barHeight,c=S.yDivision,u=S.zeroW,f=S.x,A=S.barWidth,h=S.xDivision,d=S.zeroH,this.horizontal||v.push(f+A/2);for(var C=a.group({class:"apexcharts-datalabels","data:realIndex":y}),L=0;L0&&v.push(f+A/2),b.push(x);var I=this.barHelpers.getPathFillColor(t,o,L,y);this.renderSeries({realIndex:y,pathFill:I,j:L,i:o,pathFrom:T.pathFrom,pathTo:T.pathTo,strokeWidth:P,elSeries:w,x:f,y:x,series:t,barHeight:k,barWidth:A,elDataLabelsWrap:C,visibleSeries:this.visibleI,type:"bar"})}i.globals.seriesXvalues[y]=v,i.globals.seriesYvalues[y]=b,r.add(w)}return r}},{key:"renderSeries",value:function(t){var e=t.realIndex,i=t.pathFill,a=t.lineFill,s=t.j,r=t.i,n=t.pathFrom,o=t.pathTo,l=t.strokeWidth,h=t.elSeries,c=t.x,d=t.y,g=t.y1,f=t.y2,x=t.series,b=t.barHeight,m=t.barWidth,v=t.barYPosition,y=t.elDataLabelsWrap,w=t.visibleSeries,k=t.type,A=this.w,S=new p(this.ctx);a||(a=this.barOptions.distributed?A.globals.stroke.colors[s]:A.globals.stroke.colors[e]),A.config.series[r].data[s]&&A.config.series[r].data[s].strokeColor&&(a=A.config.series[r].data[s].strokeColor),this.isNullValue&&(i="none");var C=s/A.config.chart.animations.animateGradually.delay*(A.config.chart.animations.speed/A.globals.dataPoints)/2.4,L=S.renderPaths({i:r,j:s,realIndex:e,pathFrom:n,pathTo:o,stroke:a,strokeWidth:l,strokeLineCap:A.config.stroke.lineCap,fill:i,animationDelay:C,initialSpeed:A.config.chart.animations.speed,dataChangeSpeed:A.config.chart.animations.dynamicAnimation.speed,className:"apexcharts-".concat(k,"-area")});L.attr("clip-path","url(#gridRectMask".concat(A.globals.cuid,")")),void 0!==g&&void 0!==f&&(L.attr("data-range-y1",g),L.attr("data-range-y2",f)),new u(this.ctx).setSelectionFilter(L,e,s),h.add(L);var P=new I(this).handleBarDataLabels({x:c,y:d,y1:g,y2:f,i:r,j:s,series:x,realIndex:e,barHeight:b,barWidth:m,barYPosition:v,renderedPath:L,visibleSeries:w});return null!==P&&y.add(P),h.add(y),h}},{key:"drawBarPaths",value:function(t){var e=t.indexes,i=t.barHeight,a=t.strokeWidth,s=t.zeroW,r=t.x,n=t.y,o=t.yDivision,l=t.elSeries,h=this.w,c=e.i,d=e.j,g=e.bc;h.globals.isXNumeric&&(n=(h.globals.seriesX[c][d]-h.globals.minX)/this.invertedXRatio-i);var u=n+i*this.visibleI;r=void 0===this.series[c][d]||null===this.series[c][d]?s:s+this.series[c][d]/this.invertedYRatio-2*(this.isReversed?this.series[c][d]/this.invertedYRatio:0);var f=this.barHelpers.getBarpaths({barYPosition:u,barHeight:i,x1:s,x2:r,strokeWidth:a,series:this.series,realIndex:e.realIndex,i:c,j:d,w:h});return h.globals.isXNumeric||(n+=o),this.barHelpers.barBackground({bc:g,i:c,y1:u-i*this.visibleI,y2:i*this.seriesLen,elSeries:l}),{pathTo:f.pathTo,pathFrom:f.pathFrom,x:r,y:n,barYPosition:u}}},{key:"drawColumnPaths",value:function(t){var e=t.indexes,i=t.x,a=t.y,s=t.xDivision,r=t.barWidth,n=t.zeroH,o=t.strokeWidth,l=t.elSeries,h=this.w,c=e.i,d=e.j,g=e.bc;if(h.globals.isXNumeric){var u=c;h.globals.seriesX[c].length||(u=h.globals.maxValsInArrayIndex),i=(h.globals.seriesX[u][d]-h.globals.minX)/this.xRatio-r*this.seriesLen/2}var f=i+r*this.visibleI;a=void 0===this.series[c][d]||null===this.series[c][d]?n:n-this.series[c][d]/this.yRatio[this.yaxisIndex]+2*(this.isReversed?this.series[c][d]/this.yRatio[this.yaxisIndex]:0);var p=this.barHelpers.getColumnPaths({barXPosition:f,barWidth:r,y1:n,y2:a,strokeWidth:o,series:this.series,realIndex:e.realIndex,i:c,j:d,w:h});return h.globals.isXNumeric||(i+=s),this.barHelpers.barBackground({bc:g,i:c,x1:f-o/2-r*this.visibleI,x2:r*this.seriesLen+o/2,elSeries:l}),{pathTo:p.pathTo,pathFrom:p.pathFrom,x:i,y:a,barXPosition:f}}},{key:"getPreviousPath",value:function(t,e){for(var i,a=this.w,s=0;s0&&parseInt(r.realIndex,10)===parseInt(t,10)&&void 0!==a.globals.previousPaths[s].paths[e]&&(i=a.globals.previousPaths[s].paths[e].d)}return i}}]),t}(),Y=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w,this.months31=[1,3,5,7,8,10,12],this.months30=[2,4,6,9,11],this.daysCntOfYear=[0,31,59,90,120,151,181,212,243,273,304,334]}return a(t,[{key:"isValidDate",value:function(t){return!isNaN(this.parseDate(t))}},{key:"getTimeStamp",value:function(t){return Date.parse(t)?this.w.config.xaxis.labels.datetimeUTC?new Date(new Date(t).toISOString().substr(0,25)).getTime():new Date(t).getTime():t}},{key:"getDate",value:function(t){return this.w.config.xaxis.labels.datetimeUTC?new Date(new Date(t).toUTCString()):new Date(t)}},{key:"parseDate",value:function(t){var e=Date.parse(t);if(!isNaN(e))return this.getTimeStamp(t);var i=Date.parse(t.replace(/-/g,"/").replace(/[a-z]+/gi," "));return i=this.getTimeStamp(i)}},{key:"formatDate",value:function(t,e){var i=this.w.globals.locale,a=this.w.config.xaxis.labels.datetimeUTC,s=["\0"].concat(d(i.months)),r=["\x01"].concat(d(i.shortMonths)),n=["\x02"].concat(d(i.days)),o=["\x03"].concat(d(i.shortDays));function l(t,e){var i=t+"";for(e=e||2;i.length12?u-12:0===u?12:u;e=(e=(e=(e=e.replace(/(^|[^\\])HH+/g,"$1"+l(u))).replace(/(^|[^\\])H/g,"$1"+u)).replace(/(^|[^\\])hh+/g,"$1"+l(f))).replace(/(^|[^\\])h/g,"$1"+f);var p=a?t.getUTCMinutes():t.getMinutes();e=(e=e.replace(/(^|[^\\])mm+/g,"$1"+l(p))).replace(/(^|[^\\])m/g,"$1"+p);var x=a?t.getUTCSeconds():t.getSeconds();e=(e=e.replace(/(^|[^\\])ss+/g,"$1"+l(x))).replace(/(^|[^\\])s/g,"$1"+x);var b=a?t.getUTCMilliseconds():t.getMilliseconds();e=e.replace(/(^|[^\\])fff+/g,"$1"+l(b,3)),b=Math.round(b/10),e=e.replace(/(^|[^\\])ff/g,"$1"+l(b)),b=Math.round(b/10);var m=u<12?"AM":"PM";e=(e=(e=e.replace(/(^|[^\\])f/g,"$1"+b)).replace(/(^|[^\\])TT+/g,"$1"+m)).replace(/(^|[^\\])T/g,"$1"+m.charAt(0));var v=m.toLowerCase();e=(e=e.replace(/(^|[^\\])tt+/g,"$1"+v)).replace(/(^|[^\\])t/g,"$1"+v.charAt(0));var y=-t.getTimezoneOffset(),w=a||!y?"Z":y>0?"+":"-";if(!a){var k=(y=Math.abs(y))%60;w+=l(Math.floor(y/60))+":"+l(k)}e=e.replace(/(^|[^\\])K/g,"$1"+w);var A=(a?t.getUTCDay():t.getDay())+1;return e=(e=(e=(e=(e=e.replace(new RegExp(n[0],"g"),n[A])).replace(new RegExp(o[0],"g"),o[A])).replace(new RegExp(s[0],"g"),s[c])).replace(new RegExp(r[0],"g"),r[c])).replace(/\\(.)/g,"$1")}},{key:"getTimeUnitsfromTimestamp",value:function(t,e,i){var a=this.w;void 0!==a.config.xaxis.min&&(t=a.config.xaxis.min),void 0!==a.config.xaxis.max&&(e=a.config.xaxis.max);var s=this.getDate(t),r=this.getDate(e),n=this.formatDate(s,"yyyy MM dd HH mm").split(" "),o=this.formatDate(r,"yyyy MM dd HH mm").split(" ");return{minMinute:parseInt(n[4],10),maxMinute:parseInt(o[4],10),minHour:parseInt(n[3],10),maxHour:parseInt(o[3],10),minDate:parseInt(n[2],10),maxDate:parseInt(o[2],10),minMonth:parseInt(n[1],10)-1,maxMonth:parseInt(o[1],10)-1,minYear:parseInt(n[0],10),maxYear:parseInt(o[0],10)}}},{key:"isLeapYear",value:function(t){return t%4==0&&t%100!=0||t%400==0}},{key:"calculcateLastDaysOfMonth",value:function(t,e,i){return this.determineDaysOfMonths(t,e)-i}},{key:"determineDaysOfYear",value:function(t){var e=365;return this.isLeapYear(t)&&(e=366),e}},{key:"determineRemainingDaysOfYear",value:function(t,e,i){var a=this.daysCntOfYear[e]+i;return e>1&&this.isLeapYear()&&a++,a}},{key:"determineDaysOfMonths",value:function(t,e){var i=30;switch(t=g.monthMod(t),!0){case this.months30.indexOf(t)>-1:2===t&&(i=this.isLeapYear(e)?29:28);break;case this.months31.indexOf(t)>-1:default:i=31}return i}}]),t}(),F=function(t){function i(){return e(this,i),c(this,l(i).apply(this,arguments))}return o(i,t),a(i,[{key:"draw",value:function(t,e){var i=this.w,a=new p(this.ctx);this.rangeBarOptions=this.w.config.plotOptions.rangeBar,this.series=t,this.seriesRangeStart=i.globals.seriesRangeStart,this.seriesRangeEnd=i.globals.seriesRangeEnd,this.barHelpers.initVariables(t);for(var s=a.group({class:"apexcharts-rangebar-series apexcharts-plot-series"}),r=0;r0&&(this.visibleI=this.visibleI+1);var b=0,m=0;this.yRatio.length>1&&(this.yaxisIndex=f);var v=this.barHelpers.initialPositions();d=v.y,h=v.zeroW,c=v.x,m=v.barWidth,o=v.xDivision,l=v.zeroH;for(var y=a.group({class:"apexcharts-datalabels","data:realIndex":f}),w=0;w0}));return a=s+r*this.visibleI+n*g,u>-1&&!l.config.plotOptions.bar.rangeBarOverlap&&(h=l.globals.seriesRangeBarTimeline[e][u].overlaps).indexOf(c)>-1&&(a=(r=o.barHeight/h.length)*this.visibleI+n*(100-parseInt(this.barOptions.barHeight,10))/100/2+r*(this.visibleI+h.indexOf(c))+n*g),{barYPosition:a,barHeight:r}}},{key:"drawRangeColumnPaths",value:function(t){var e=t.indexes,i=t.x,a=(t.strokeWidth,t.xDivision),s=t.barWidth,r=t.zeroH,n=this.w,o=e.i,l=e.j,h=this.yRatio[this.yaxisIndex],c=e.realIndex,d=this.getRangeValue(c,l),g=Math.min(d.start,d.end),u=Math.max(d.start,d.end);n.globals.isXNumeric&&(i=(n.globals.seriesX[o][l]-n.globals.minX)/this.xRatio-s/2);var f=i+s*this.visibleI;void 0===this.series[o][l]||null===this.series[o][l]?g=r:(g=r-g/h,u=r-u/h);var p=Math.abs(u-g),x=this.barHelpers.getColumnPaths({barXPosition:f,barWidth:s,y1:g,y2:u,strokeWidth:this.strokeWidth,series:this.seriesRangeEnd,i:c,j:l,w:n});return n.globals.isXNumeric||(i+=a),{pathTo:x.pathTo,pathFrom:x.pathFrom,barHeight:p,x:i,y:u,barXPosition:f}}},{key:"drawRangeBarPaths",value:function(t){var e=t.indexes,i=t.y,a=t.y1,s=t.y2,r=t.yDivision,n=t.barHeight,o=t.barYPosition,l=t.zeroW,h=this.w,c=l+a/this.invertedYRatio,d=l+s/this.invertedYRatio,g=Math.abs(d-c),u=this.barHelpers.getBarpaths({barYPosition:o,barHeight:n,x1:c,x2:d,strokeWidth:this.strokeWidth,series:this.seriesRangeEnd,i:e.realIndex,j:e.j,w:h});return h.globals.isXNumeric||(i+=r),{pathTo:u.pathTo,pathFrom:u.pathFrom,barWidth:g,x:d,y:i}}},{key:"getRangeValue",value:function(t,e){var i=this.w;return{start:i.globals.seriesRangeStart[t][e],end:i.globals.seriesRangeEnd[t][e]}}},{key:"getTooltipValues",value:function(t){var e=t.ctx,i=t.seriesIndex,a=t.dataPointIndex,s=t.y1,r=t.y2,n=t.w,o=n.globals.seriesRangeStart[i][a],l=n.globals.seriesRangeEnd[i][a],h=n.globals.labels[a],c=n.config.series[i].name,d=n.config.tooltip.y.formatter,g=n.config.tooltip.y.title.formatter,u={w:n,seriesIndex:i,dataPointIndex:a};"function"==typeof g&&(c=g(c,u)),s&&r&&(o=s,l=r,n.config.series[i].data[a].x&&(h=n.config.series[i].data[a].x+":"),"function"==typeof d&&(h=d(h,u)));var f="",p="",x=n.globals.colors[i];if(void 0===n.config.tooltip.x.formatter)if("datetime"===n.config.xaxis.type){var b=new Y(e);f=b.formatDate(b.getDate(o),n.config.tooltip.x.format),p=b.formatDate(b.getDate(l),n.config.tooltip.x.format)}else f=o,p=l;else f=n.config.tooltip.x.formatter(o),p=n.config.tooltip.x.formatter(l);return{start:o,end:l,startVal:f,endVal:p,ylabel:h,color:x,seriesName:c}}},{key:"buildCustomTooltipHTML",value:function(t){var e=t.color,i=t.seriesName;return'"}}]),i}(E),R=function(){function t(i){e(this,t),this.opts=i}return a(t,[{key:"line",value:function(){return{chart:{animations:{easing:"swing"}},dataLabels:{enabled:!1},stroke:{width:5,curve:"straight"},markers:{size:0,hover:{sizeOffset:6}},xaxis:{crosshairs:{width:1}}}}},{key:"sparkline",value:function(t){this.opts.yaxis[0].show=!1,this.opts.yaxis[0].title.text="",this.opts.yaxis[0].axisBorder.show=!1,this.opts.yaxis[0].axisTicks.show=!1,this.opts.yaxis[0].floating=!0;return g.extend(t,{grid:{show:!1,padding:{left:0,right:0,top:0,bottom:0}},legend:{show:!1},xaxis:{labels:{show:!1},tooltip:{enabled:!1},axisBorder:{show:!1},axisTicks:{show:!1}},chart:{toolbar:{show:!1},zoom:{enabled:!1}},dataLabels:{enabled:!1}})}},{key:"bar",value:function(){return{chart:{stacked:!1,animations:{easing:"swing"}},plotOptions:{bar:{dataLabels:{position:"center"}}},dataLabels:{style:{colors:["#fff"]},background:{enabled:!1}},stroke:{width:0,lineCap:"square"},fill:{opacity:.85},legend:{markers:{shape:"square",radius:2,size:8}},tooltip:{shared:!1},xaxis:{tooltip:{enabled:!1},tickPlacement:"between",crosshairs:{width:"barWidth",position:"back",fill:{type:"gradient"},dropShadow:{enabled:!1},stroke:{width:0}}}}}},{key:"candlestick",value:function(){return{stroke:{width:1,colors:["#333"]},fill:{opacity:1},dataLabels:{enabled:!1},tooltip:{shared:!0,custom:function(t){var e=t.seriesIndex,i=t.dataPointIndex,a=t.w;return'"}},states:{active:{filter:{type:"none"}}},xaxis:{crosshairs:{width:1}}}}},{key:"rangeBar",value:function(){return{stroke:{width:0,lineCap:"square"},plotOptions:{bar:{dataLabels:{position:"center"}}},dataLabels:{enabled:!1,formatter:function(t,e){e.ctx;var i=e.seriesIndex,a=e.dataPointIndex,s=e.w,r=s.globals.seriesRangeStart[i][a];return s.globals.seriesRangeEnd[i][a]-r},background:{enabled:!1},style:{colors:["#fff"]}},tooltip:{shared:!1,followCursor:!0,custom:function(t){return t.w.config.plotOptions&&t.w.config.plotOptions.bar&&t.w.config.plotOptions.bar.horizontal?function(t){var e=new F(t.ctx,null),i=e.getTooltipValues(t),a=i.color,s=i.seriesName,r=i.ylabel,n=i.startVal,o=i.endVal;return e.buildCustomTooltipHTML({color:a,seriesName:s,ylabel:r,start:n,end:o})}(t):function(t){var e=new F(t.ctx,null),i=e.getTooltipValues(t),a=i.color,s=i.seriesName,r=i.ylabel,n=i.start,o=i.end;return e.buildCustomTooltipHTML({color:a,seriesName:s,ylabel:r,start:n,end:o})}(t)}},xaxis:{tickPlacement:"between",tooltip:{enabled:!1},crosshairs:{stroke:{width:0}}}}}},{key:"area",value:function(){return{stroke:{width:4},fill:{type:"gradient",gradient:{inverseColors:!1,shade:"light",type:"vertical",opacityFrom:.65,opacityTo:.5,stops:[0,100,100]}},markers:{size:0,hover:{sizeOffset:6}},tooltip:{followCursor:!1}}}},{key:"brush",value:function(t){return g.extend(t,{chart:{toolbar:{autoSelected:"selection",show:!1},zoom:{enabled:!1}},dataLabels:{enabled:!1},stroke:{width:1},tooltip:{enabled:!1},xaxis:{tooltip:{enabled:!1}}})}},{key:"stacked100",value:function(t){t.dataLabels=t.dataLabels||{},t.dataLabels.formatter=t.dataLabels.formatter||void 0;var e=t.dataLabels.formatter;return t.yaxis.forEach((function(e,i){t.yaxis[i].min=0,t.yaxis[i].max=100})),"bar"===t.chart.type&&(t.dataLabels.formatter=e||function(t){return"number"==typeof t&&t?t.toFixed(0)+"%":t}),t}},{key:"convertCatToNumeric",value:function(t){return t.xaxis.convertedCatToNumeric=!0,t}},{key:"convertCatToNumericXaxis",value:function(t,e,i){t.xaxis.type="numeric",t.xaxis.labels=t.xaxis.labels||{},t.xaxis.labels.formatter=t.xaxis.labels.formatter||function(t){return g.isNumber(t)?Math.floor(t):t};var a=t.xaxis.labels.formatter,s=t.xaxis.categories&&t.xaxis.categories.length?t.xaxis.categories:t.labels;return i&&i.length&&(s=i.map((function(t){return t.toString()}))),s&&s.length&&(t.xaxis.labels.formatter=function(t){return g.isNumber(t)?a(s[Math.floor(t)-1]):a(t)}),t.xaxis.categories=[],t.labels=[],t.xaxis.tickAmount=t.xaxis.tickAmount||"dataPoints",t}},{key:"bubble",value:function(){return{dataLabels:{style:{colors:["#fff"]}},tooltip:{shared:!1,intersect:!0},xaxis:{crosshairs:{width:0}},fill:{type:"solid",gradient:{shade:"light",inverse:!0,shadeIntensity:.55,opacityFrom:.4,opacityTo:.8}}}}},{key:"scatter",value:function(){return{dataLabels:{enabled:!1},tooltip:{shared:!1,intersect:!0},markers:{size:6,strokeWidth:1,hover:{sizeOffset:2}}}}},{key:"heatmap",value:function(){return{chart:{stacked:!1},fill:{opacity:1},dataLabels:{style:{colors:["#fff"]}},stroke:{colors:["#fff"]},tooltip:{followCursor:!0,marker:{show:!1},x:{show:!1}},legend:{position:"top",markers:{shape:"square",size:10,offsetY:2}},grid:{padding:{right:20}}}}},{key:"pie",value:function(){return{chart:{toolbar:{show:!1}},plotOptions:{pie:{donut:{labels:{show:!1}}}},dataLabels:{formatter:function(t){return t.toFixed(1)+"%"},style:{colors:["#fff"]},dropShadow:{enabled:!0}},stroke:{colors:["#fff"]},fill:{opacity:1,gradient:{shade:"light",stops:[0,100]}},tooltip:{theme:"dark",fillSeriesColor:!0},legend:{position:"right"}}}},{key:"donut",value:function(){return{chart:{toolbar:{show:!1}},dataLabels:{formatter:function(t){return t.toFixed(1)+"%"},style:{colors:["#fff"]},dropShadow:{enabled:!0}},stroke:{colors:["#fff"]},fill:{opacity:1,gradient:{shade:"light",shadeIntensity:.35,stops:[80,100],opacityFrom:1,opacityTo:1}},tooltip:{theme:"dark",fillSeriesColor:!0},legend:{position:"right"}}}},{key:"polarArea",value:function(){return this.opts.yaxis[0].tickAmount=this.opts.yaxis[0].tickAmount?this.opts.yaxis[0].tickAmount:6,{chart:{toolbar:{show:!1}},dataLabels:{formatter:function(t){return t.toFixed(1)+"%"},enabled:!1},stroke:{show:!0,width:2},fill:{opacity:.7},tooltip:{theme:"dark",fillSeriesColor:!0},legend:{position:"right"}}}},{key:"radar",value:function(){return this.opts.yaxis[0].labels.offsetY=this.opts.yaxis[0].labels.offsetY?this.opts.yaxis[0].labels.offsetY:6,{dataLabels:{enabled:!1,style:{fontSize:"11px"}},stroke:{width:2},markers:{size:3,strokeWidth:1,strokeOpacity:1},fill:{opacity:.2},tooltip:{shared:!1,intersect:!0,followCursor:!0},grid:{show:!1},xaxis:{labels:{formatter:function(t){return t},style:{colors:["#a8a8a8"],fontSize:"11px"}},tooltip:{enabled:!1},crosshairs:{show:!1}}}}},{key:"radialBar",value:function(){return{chart:{animations:{dynamicAnimation:{enabled:!0,speed:800}},toolbar:{show:!1}},fill:{gradient:{shade:"dark",shadeIntensity:.4,inverseColors:!1,type:"diagonal2",opacityFrom:1,opacityTo:1,stops:[70,98,100]}},legend:{show:!1,position:"right"},tooltip:{enabled:!1,fillSeriesColor:!0}}}}]),t}(),D=function(){function i(t){e(this,i),this.opts=t}return a(i,[{key:"init",value:function(e){var i=e.responsiveOverride,a=this.opts,s=new S,r=new R(a);this.chartType=a.chart.type,"histogram"===this.chartType&&(a.chart.type="bar",a=g.extend({plotOptions:{bar:{columnWidth:"99.99%"}}},a)),a=this.extendYAxis(a),a=this.extendAnnotations(a);var n=s.init(),o={};if(a&&"object"===t(a)){var l={};l=-1!==["line","area","bar","candlestick","rangeBar","histogram","bubble","scatter","heatmap","pie","polarArea","donut","radar","radialBar"].indexOf(a.chart.type)?r[a.chart.type]():r.line(),a.chart.brush&&a.chart.brush.enabled&&(l=r.brush(l)),a.chart.stacked&&"100%"===a.chart.stackType&&(a=r.stacked100(a)),this.checkForDarkTheme(window.Apex),this.checkForDarkTheme(a),a.xaxis=a.xaxis||window.Apex.xaxis||{},i||(a.xaxis.convertedCatToNumeric=!1),((a=this.checkForCatToNumericXAxis(this.chartType,l,a)).chart.sparkline&&a.chart.sparkline.enabled||window.Apex.chart&&window.Apex.chart.sparkline&&window.Apex.chart.sparkline.enabled)&&(l=r.sparkline(l)),o=g.extend(n,l)}var h=g.extend(o,window.Apex);return n=g.extend(h,a),n=this.handleUserInputErrors(n)}},{key:"checkForCatToNumericXAxis",value:function(t,e,i){var a=new R(i),s="bar"===t&&i.plotOptions&&i.plotOptions.bar&&i.plotOptions.bar.horizontal,r="pie"===t||"polarArea"===t||"donut"===t||"radar"===t||"radialBar"===t||"heatmap"===t,n="datetime"!==i.xaxis.type&&"numeric"!==i.xaxis.type,o=i.xaxis.tickPlacement?i.xaxis.tickPlacement:e.xaxis&&e.xaxis.tickPlacement;return s||r||!n||"between"===o||(i=a.convertCatToNumeric(i)),i}},{key:"extendYAxis",value:function(t,e){var i=new S;(void 0===t.yaxis||!t.yaxis||Array.isArray(t.yaxis)&&0===t.yaxis.length)&&(t.yaxis={}),t.yaxis.constructor!==Array&&window.Apex.yaxis&&window.Apex.yaxis.constructor!==Array&&(t.yaxis=g.extend(t.yaxis,window.Apex.yaxis)),t.yaxis.constructor!==Array?t.yaxis=[g.extend(i.yAxis,t.yaxis)]:t.yaxis=g.extendArray(t.yaxis,i.yAxis);var a=!1;t.yaxis.forEach((function(t){t.logarithmic&&(a=!0)}));var s=t.series;return e&&!s&&(s=e.config.series),a&&s.length!==t.yaxis.length&&s.length&&(t.yaxis=s.map((function(e,a){if(e.name||(s[a].name="series-".concat(a+1)),t.yaxis[a])return t.yaxis[a].seriesName=s[a].name,t.yaxis[a];var r=g.extend(i.yAxis,t.yaxis[0]);return r.show=!1,r}))),a&&s.length>1&&s.length!==t.yaxis.length&&console.warn("A multi-series logarithmic chart should have equal number of series and y-axes. Please make sure to equalize both."),t}},{key:"extendAnnotations",value:function(t){return void 0===t.annotations&&(t.annotations={},t.annotations.yaxis=[],t.annotations.xaxis=[],t.annotations.points=[]),t=this.extendYAxisAnnotations(t),t=this.extendXAxisAnnotations(t),t=this.extendPointAnnotations(t)}},{key:"extendYAxisAnnotations",value:function(t){var e=new S;return t.annotations.yaxis=g.extendArray(void 0!==t.annotations.yaxis?t.annotations.yaxis:[],e.yAxisAnnotation),t}},{key:"extendXAxisAnnotations",value:function(t){var e=new S;return t.annotations.xaxis=g.extendArray(void 0!==t.annotations.xaxis?t.annotations.xaxis:[],e.xAxisAnnotation),t}},{key:"extendPointAnnotations",value:function(t){var e=new S;return t.annotations.points=g.extendArray(void 0!==t.annotations.points?t.annotations.points:[],e.pointAnnotation),t}},{key:"checkForDarkTheme",value:function(t){t.theme&&"dark"===t.theme.mode&&(t.tooltip||(t.tooltip={}),"light"!==t.tooltip.theme&&(t.tooltip.theme="dark"),t.chart.foreColor||(t.chart.foreColor="#f6f7f8"),t.theme.palette||(t.theme.palette="palette4"))}},{key:"handleUserInputErrors",value:function(t){var e=t;if(e.tooltip.shared&&e.tooltip.intersect)throw new Error("tooltip.shared cannot be enabled when tooltip.intersect is true. Turn off any other option by setting it to false.");if(("bar"===e.chart.type||"rangeBar"===e.chart.type)&&e.plotOptions.bar.horizontal){if(e.yaxis.length>1)throw new Error("Multiple Y Axis for bars are not supported. Switch to column chart by setting plotOptions.bar.horizontal=false");e.yaxis[0].reversed&&(e.yaxis[0].opposite=!0),e.xaxis.tooltip.enabled=!1,e.yaxis[0].tooltip.enabled=!1,e.chart.zoom.enabled=!1}return"bar"!==e.chart.type&&"rangeBar"!==e.chart.type||e.tooltip.shared&&("barWidth"===e.xaxis.crosshairs.width&&e.series.length>1&&(console.warn('crosshairs.width = "barWidth" is only supported in single series, not in a multi-series barChart.'),e.xaxis.crosshairs.width="tickWidth"),e.plotOptions.bar.horizontal&&(e.states.hover.type="none",e.tooltip.shared=!1),e.tooltip.followCursor||(console.warn("followCursor option in shared columns cannot be turned off. Please set %ctooltip.followCursor: true","color: blue;"),e.tooltip.followCursor=!0)),"candlestick"===e.chart.type&&e.yaxis[0].reversed&&(console.warn("Reversed y-axis in candlestick chart is not supported."),e.yaxis[0].reversed=!1),e.chart.group&&0===e.yaxis[0].labels.minWidth&&console.warn("It looks like you have multiple charts in synchronization. You must provide yaxis.labels.minWidth which must be EQUAL for all grouped charts to prevent incorrect behaviour."),Array.isArray(e.stroke.width)&&"line"!==e.chart.type&&"area"!==e.chart.type&&(console.warn("stroke.width option accepts array only for line and area charts. Reverted back to Number"),e.stroke.width=e.stroke.width[0]),e}}]),i}(),H=function(){function t(){e(this,t)}return a(t,[{key:"initGlobalVars",value:function(t){t.series=[],t.seriesCandleO=[],t.seriesCandleH=[],t.seriesCandleL=[],t.seriesCandleC=[],t.seriesRangeStart=[],t.seriesRangeEnd=[],t.seriesRangeBarTimeline=[],t.seriesPercent=[],t.seriesX=[],t.seriesZ=[],t.seriesNames=[],t.seriesTotals=[],t.seriesLog=[],t.stackedSeriesTotals=[],t.seriesXvalues=[],t.seriesYvalues=[],t.labels=[],t.categoryLabels=[],t.timescaleLabels=[],t.noLabelsProvided=!1,t.resizeTimer=null,t.selectionResizeTimer=null,t.delayedElements=[],t.pointsArray=[],t.dataLabelsRects=[],t.isXNumeric=!1,t.xaxisLabelsCount=0,t.skipLastTimelinelabel=!1,t.skipFirstTimelinelabel=!1,t.x2SpaceAvailable=0,t.isDataXYZ=!1,t.isMultiLineX=!1,t.isMultipleYAxis=!1,t.maxY=-Number.MAX_VALUE,t.minY=Number.MIN_VALUE,t.minYArr=[],t.maxYArr=[],t.maxX=-Number.MAX_VALUE,t.minX=Number.MAX_VALUE,t.initialMaxX=-Number.MAX_VALUE,t.initialMinX=Number.MAX_VALUE,t.maxDate=0,t.minDate=Number.MAX_VALUE,t.minZ=Number.MAX_VALUE,t.maxZ=-Number.MAX_VALUE,t.minXDiff=Number.MAX_VALUE,t.yAxisScale=[],t.xAxisScale=null,t.xAxisTicksPositions=[],t.yLabelsCoords=[],t.yTitleCoords=[],t.barPadForNumericAxis=0,t.padHorizontal=0,t.xRange=0,t.yRange=[],t.zRange=0,t.dataPoints=0,t.xTickAmount=0}},{key:"globalVars",value:function(t){return{chartID:null,cuid:null,events:{beforeMount:[],mounted:[],updated:[],clicked:[],selection:[],dataPointSelection:[],zoomed:[],scrolled:[]},colors:[],clientX:null,clientY:null,fill:{colors:[]},stroke:{colors:[]},dataLabels:{style:{colors:[]}},radarPolygons:{fill:{colors:[]}},markers:{colors:[],size:t.markers.size,largestSize:0},animationEnded:!1,isTouchDevice:"ontouchstart"in window||navigator.msMaxTouchPoints,isDirty:!1,isExecCalled:!1,initialConfig:null,lastXAxis:[],lastYAxis:[],columnSeries:null,labels:[],timescaleLabels:[],noLabelsProvided:!1,allSeriesCollapsed:!1,collapsedSeries:[],collapsedSeriesIndices:[],ancillaryCollapsedSeries:[],ancillaryCollapsedSeriesIndices:[],risingSeries:[],dataFormatXNumeric:!1,capturedSeriesIndex:-1,capturedDataPointIndex:-1,selectedDataPoints:[],goldenPadding:35,invalidLogScale:!1,ignoreYAxisIndexes:[],yAxisSameScaleIndices:[],maxValsInArrayIndex:0,radialSize:0,zoomEnabled:"zoom"===t.chart.toolbar.autoSelected&&t.chart.toolbar.tools.zoom&&t.chart.zoom.enabled,panEnabled:"pan"===t.chart.toolbar.autoSelected&&t.chart.toolbar.tools.pan,selectionEnabled:"selection"===t.chart.toolbar.autoSelected&&t.chart.toolbar.tools.selection,yaxis:null,mousedown:!1,lastClientPosition:{},visibleXRange:void 0,yValueDecimal:0,total:0,SVGNS:"http://www.w3.org/2000/svg",svgWidth:0,svgHeight:0,noData:!1,locale:{},dom:{},memory:{methodsToExec:[]},shouldAnimate:!0,skipLastTimelinelabel:!1,skipFirstTimelinelabel:!1,delayedElements:[],axisCharts:!0,isDataXYZ:!1,resized:!1,resizeTimer:null,comboCharts:!1,dataChanged:!1,previousPaths:[],allSeriesHasEqualX:!0,pointsArray:[],dataLabelsRects:[],lastDrawnDataLabelsIndexes:[],x2SpaceAvailable:0,hasNullValues:!1,easing:null,zoomed:!1,gridWidth:0,gridHeight:0,rotateXLabels:!1,defaultLabels:!1,xLabelFormatter:void 0,yLabelFormatters:[],xaxisTooltipFormatter:void 0,ttKeyFormatter:void 0,ttVal:void 0,ttZFormatter:void 0,LINE_HEIGHT_RATIO:1.618,xAxisLabelsHeight:0,yAxisLabelsWidth:0,scaleX:1,scaleY:1,translateX:0,translateY:0,translateYAxisX:[],yAxisWidths:[],translateXAxisY:0,translateXAxisX:0,tooltip:null}}},{key:"init",value:function(t){var e=this.globalVars(t);return this.initGlobalVars(e),e.initialConfig=g.extend({},t),e.initialSeries=JSON.parse(JSON.stringify(e.initialConfig.series)),e.lastXAxis=JSON.parse(JSON.stringify(e.initialConfig.xaxis)),e.lastYAxis=JSON.parse(JSON.stringify(e.initialConfig.yaxis)),e}}]),t}(),N=function(){function t(i){e(this,t),this.opts=i}return a(t,[{key:"init",value:function(){var t=new D(this.opts).init({responsiveOverride:!1});return{config:t,globals:(new H).init(t)}}}]),t}(),O=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w,this.twoDSeries=[],this.threeDSeries=[],this.twoDSeriesX=[],this.coreUtils=new m(this.ctx)}return a(t,[{key:"isMultiFormat",value:function(){return this.isFormatXY()||this.isFormat2DArray()}},{key:"isFormatXY",value:function(){var t=this.w.config.series.slice(),e=new M(this.ctx);if(this.activeSeriesIndex=e.getActiveConfigSeriesIndex(),void 0!==t[this.activeSeriesIndex].data&&t[this.activeSeriesIndex].data.length>0&&null!==t[this.activeSeriesIndex].data[0]&&void 0!==t[this.activeSeriesIndex].data[0].x&&null!==t[this.activeSeriesIndex].data[0])return!0}},{key:"isFormat2DArray",value:function(){var t=this.w.config.series.slice(),e=new M(this.ctx);if(this.activeSeriesIndex=e.getActiveConfigSeriesIndex(),void 0!==t[this.activeSeriesIndex].data&&t[this.activeSeriesIndex].data.length>0&&void 0!==t[this.activeSeriesIndex].data[0]&&null!==t[this.activeSeriesIndex].data[0]&&t[this.activeSeriesIndex].data[0].constructor===Array)return!0}},{key:"handleFormat2DArray",value:function(t,e){var i=this.w.config,a=this.w.globals;i.xaxis.sorted&&("datetime"===i.xaxis.type?t[e].data.sort((function(t,e){return new Date(t[0]).getTime()-new Date(e[0]).getTime()})):"numeric"===i.xaxis.type&&t[e].data.sort((function(t,e){return t[0]-e[0]})));for(var s=0;s-1&&(r=this.activeSeriesIndex),i.xaxis.sorted&&("datetime"===i.xaxis.type?t[e].data.sort((function(t,e){return new Date(t.x).getTime()-new Date(e.x).getTime()})):"numeric"===i.xaxis.type&&t[e].data.sort((function(t,e){return t.x-e.x})));for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:this.ctx,a=this.w.config,s=this.w.globals,r=new Y(i),n=a.labels.length>0?a.labels.slice():a.xaxis.categories.slice(),o=function(){for(var t=0;t0&&(this.twoDSeriesX=n,s.seriesX.push(this.twoDSeriesX))),s.labels.push(this.twoDSeriesX);var h=t[l].data.map((function(t){return g.parseNumber(t)}));s.series.push(h)}s.seriesZ.push(this.threeDSeries),void 0!==t[l].name?s.seriesNames.push(t[l].name):s.seriesNames.push("series-"+parseInt(l+1,10))}return this.w}},{key:"parseDataNonAxisCharts",value:function(t){var e=this.w.globals,i=this.w.config;e.series=t.slice(),e.seriesNames=i.labels.slice();for(var a=0;a0)i.labels=e.xaxis.categories;else if(e.labels.length>0)i.labels=e.labels.slice();else if(this.fallbackToCategory){if(i.labels=i.labels[0],i.seriesRangeBarTimeline.length&&(i.seriesRangeBarTimeline.map((function(t){t.forEach((function(t){i.labels.indexOf(t.x)<0&&t.x&&i.labels.push(t.x)}))})),i.labels=i.labels.filter((function(t,e,i){return i.indexOf(t)===e}))),e.xaxis.convertedCatToNumeric)new R(e).convertCatToNumericXaxis(e,this.ctx,i.seriesX[0]),this._generateExternalLabels(t)}else this._generateExternalLabels(t)}},{key:"_generateExternalLabels",value:function(t){var e=this.w.globals,i=this.w.config,a=[];if(e.axisCharts){if(e.series.length>0)for(var s=0;se.length?t:e}),0);t.globals.yAxisScale[0].niceMax=e,t.globals.yAxisScale[0].niceMin=e}}}]),t}(),B=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w}return a(t,[{key:"getLabel",value:function(t,e,i,a){var s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:[],r=arguments.length>5&&void 0!==arguments[5]?arguments[5]:"12px",n=this.w,o=void 0===t[a]?"":t[a],l=o,h=n.globals.xLabelFormatter,c=n.config.xaxis.labels.formatter,d=!1,g=new W(this.ctx),u=o;l=g.xLabelFormat(h,o,u),void 0!==c&&(l=c(o,t[a],a));var f=function(t){var i=null;return e.forEach((function(t){"month"===t.unit?i="year":"day"===t.unit?i="month":"hour"===t.unit?i="day":"minute"===t.unit&&(i="hour")})),i===t};e.length>0?(d=f(e[a].unit),i=e[a].position,l=e[a].value):"datetime"===n.config.xaxis.type&&void 0===c&&(l=""),void 0===l&&(l=""),l=Array.isArray(l)?l:l.toString();var x=new p(this.ctx),b={};return b=n.globals.rotateXLabels?x.getTextRects(l,parseInt(r,10),null,"rotate(".concat(n.config.xaxis.labels.rotate," 0 0)"),!1):x.getTextRects(l,parseInt(r,10)),!Array.isArray(l)&&(0===l.indexOf("NaN")||0===l.toLowerCase().indexOf("invalid")||l.toLowerCase().indexOf("infinity")>=0||s.indexOf(l)>=0&&!n.config.xaxis.labels.showDuplicates)&&(l=""),{x:i,text:l,textRect:b,isBold:d}}},{key:"checkForOverflowingLabels",value:function(t,e,i,a,s){var r=this.w;if(0===t&&r.globals.skipFirstTimelinelabel&&(e.text=""),t===i-1&&r.globals.skipLastTimelinelabel&&(e.text=""),r.config.xaxis.labels.hideOverlappingLabels&&a.length>0){var n=s[s.length-1];e.x0){!0===o.config.yaxis[s].opposite&&(t+=a.width);for(var c=e;c>=0;c--){var d=h+e/10+o.config.yaxis[s].labels.offsetY-1;o.globals.isBarHorizontal&&(d=r*c),"heatmap"===o.config.chart.type&&(d+=r/2);var g=l.drawLine(t+i.offsetX-a.width+a.offsetX,d+a.offsetY,t+i.offsetX+a.offsetX,d+a.offsetY,a.color);n.add(g),h+=r}}}}]),t}(),V=function(){function t(i){e(this,t),this.ctx=i,this.w=i.w}return a(t,[{key:"fixSvgStringForIe11",value:function(t){if(!g.isIE11())return t;var e=0,i=t.replace(/xmlns="http:\/\/www.w3.org\/2000\/svg"/g,(function(t){return 2===++e?'xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs"':t}));return i=(i=i.replace(/xmlns:NS\d+=""/g,"")).replace(/NS\d+:(\w+:\w+=")/g,"$1")}},{key:"getSvgString",value:function(){var t=this.w.globals.dom.Paper.svg();return this.fixSvgStringForIe11(t)}},{key:"cleanup",value:function(){var t=this.w,e=t.globals.dom.baseEl.getElementsByClassName("apexcharts-xcrosshairs"),i=t.globals.dom.baseEl.getElementsByClassName("apexcharts-ycrosshairs"),a=t.globals.dom.baseEl.querySelectorAll(".apexcharts-zoom-rect, .apexcharts-selection-rect");Array.prototype.forEach.call(a,(function(t){t.setAttribute("width",0)})),e&&e[0]&&(e[0].setAttribute("x",-500),e[0].setAttribute("x1",-500),e[0].setAttribute("x2",-500)),i&&i[0]&&(i[0].setAttribute("y",-100),i[0].setAttribute("y1",-100),i[0].setAttribute("y2",-100))}},{key:"svgUrl",value:function(){this.cleanup();var t=this.getSvgString(),e=new Blob([t],{type:"image/svg+xml;charset=utf-8"});return URL.createObjectURL(e)}},{key:"dataURI",value:function(){var t=this;return new Promise((function(e){var i=t.w;t.cleanup();var a=document.createElement("canvas");a.width=i.globals.svgWidth,a.height=parseInt(i.globals.dom.elWrap.style.height,10);var s="transparent"===i.config.chart.background?"#fff":i.config.chart.background,r=a.getContext("2d");r.fillStyle=s,r.fillRect(0,0,a.width,a.height);var n=t.getSvgString();if(window.canvg&&g.isIE11()){var o=window.canvg.Canvg.fromString(r,n,{ignoreClear:!0,ignoreDimensions:!0});o.start();var l=a.msToBlob();o.stop(),e({blob:l})}else{var h="data:image/svg+xml,"+encodeURIComponent(n),c=new Image;c.crossOrigin="anonymous",c.onload=function(){if(r.drawImage(c,0,0),a.msToBlob){var t=a.msToBlob();e({blob:t})}else{var i=a.toDataURL("image/png");e({imgURI:i})}},c.src=h}}))}},{key:"exportToSVG",value:function(){this.triggerDownload(this.svgUrl(),".svg")}},{key:"exportToPng",value:function(){var t=this;this.dataURI().then((function(e){var i=e.imgURI,a=e.blob;a?navigator.msSaveOrOpenBlob(a,t.w.globals.chartID+".png"):t.triggerDownload(i,".png")}))}},{key:"exportToCSV",value:function(t){var e=this,i=t.series,a=t.columnDelimiter,s=void 0===a?",":a,r=t.lineDelimiter,n=void 0===r?"\n":r,o=this.w,l=[],h=[],c="data:text/csv;charset=utf-8,",d=new O(this.ctx),g=new B(this.ctx),u=function(t){var i="";if(o.globals.axisCharts){if("category"===o.config.xaxis.type||o.config.xaxis.convertedCatToNumeric)if(o.globals.isBarHorizontal){var a=o.globals.yLabelFormatters[0],s=new M(e.ctx).getActiveConfigSeriesIndex();i=a(o.globals.labels[t],{seriesIndex:s,dataPointIndex:t,w:o})}else i=g.getLabel(o.globals.labels,o.globals.timescaleLabels,0,t).text;"datetime"===o.config.xaxis.type&&(o.config.xaxis.categories.length?i=o.config.xaxis.categories[t]:o.config.labels.length&&(i=o.config.labels[t]))}else i=o.config.labels[t];return i};l.push("category"),i.map((function(t,e){o.globals.axisCharts&&l.push(t.name?t.name:"series-".concat(e))})),o.globals.axisCharts||(l.push("value"),h.push(l.join(s))),i.map((function(t,e){o.globals.axisCharts?function(t,e){if(l.length&&0===e&&h.push(l.join(s)),t.data&&t.data.length)for(var a=0;a0&&!a.globals.isBarHorizontal&&(this.xaxisLabels=a.globals.timescaleLabels.slice()),this.drawnLabels=[],this.drawnLabelsRects=[],"top"===a.config.xaxis.position?this.offY=0:this.offY=a.globals.gridHeight+1,this.offY=this.offY+a.config.xaxis.axisBorder.offsetY,this.isCategoryBarHorizontal="bar"===a.config.chart.type&&a.config.plotOptions.bar.horizontal,this.xaxisFontSize=a.config.xaxis.labels.style.fontSize,this.xaxisFontFamily=a.config.xaxis.labels.style.fontFamily,this.xaxisForeColors=a.config.xaxis.labels.style.colors,this.xaxisBorderWidth=a.config.xaxis.axisBorder.width,this.isCategoryBarHorizontal&&(this.xaxisBorderWidth=a.config.yaxis[0].axisBorder.width.toString()),this.xaxisBorderWidth.indexOf("%")>-1?this.xaxisBorderWidth=a.globals.gridWidth*parseInt(this.xaxisBorderWidth,10)/100:this.xaxisBorderWidth=parseInt(this.xaxisBorderWidth,10),this.xaxisBorderHeight=a.config.xaxis.axisBorder.height,this.yaxis=a.config.yaxis[0]}return a(t,[{key:"drawXaxis",value:function(){var t,e=this,i=this.w,a=new p(this.ctx),s=a.group({class:"apexcharts-xaxis",transform:"translate(".concat(i.config.xaxis.offsetX,", ").concat(i.config.xaxis.offsetY,")")}),r=a.group({class:"apexcharts-xaxis-texts-g",transform:"translate(".concat(i.globals.translateXAxisX,", ").concat(i.globals.translateXAxisY,")")});s.add(r);for(var n=i.globals.padHorizontal,o=[],l=0;l1?h-1:h;t=i.globals.gridWidth/c,n=n+t/2+i.config.xaxis.labels.offsetX}else t=i.globals.gridWidth/o.length,n=n+t+i.config.xaxis.labels.offsetX;if(i.config.xaxis.labels.show)for(var d=function(s){var l=n-t/2+i.config.xaxis.labels.offsetX;0===s&&1===h&&t/2===n&&1===i.globals.dataPoints&&(l=i.globals.gridWidth/2);var c=e.axesUtils.getLabel(o,i.globals.timescaleLabels,l,s,e.drawnLabels,e.xaxisFontSize),d=28;i.globals.rotateXLabels&&(d=22);(c=e.axesUtils.checkForOverflowingLabels(s,c,h,e.drawnLabels,e.drawnLabelsRects)).text&&i.globals.xaxisLabelsCount++;var g=a.drawText({x:c.x,y:e.offY+i.config.xaxis.labels.offsetY+d-("top"===i.config.xaxis.position?i.globals.xAxisHeight+i.config.xaxis.axisTicks.height-2:0),text:c.text,textAnchor:"middle",fontWeight:c.isBold?600:i.config.xaxis.labels.style.fontWeight,fontSize:e.xaxisFontSize,fontFamily:e.xaxisFontFamily,foreColor:Array.isArray(e.xaxisForeColors)?i.config.xaxis.convertedCatToNumeric?e.xaxisForeColors[i.globals.minX+s-1]:e.xaxisForeColors[s]:e.xaxisForeColors,isPlainText:!1,cssClass:"apexcharts-xaxis-label "+i.config.xaxis.labels.style.cssClass});r.add(g);var u=document.createElementNS(i.globals.SVGNS,"title");u.textContent=c.text,g.node.appendChild(u),""!==c.text&&(e.drawnLabels.push(c.text),e.drawnLabelsRects.push(c)),n+=t},g=0;g<=h-1;g++)d(g);if(void 0!==i.config.xaxis.title.text){var u=a.group({class:"apexcharts-xaxis-title"}),f=a.drawText({x:i.globals.gridWidth/2+i.config.xaxis.title.offsetX,y:this.offY-parseFloat(this.xaxisFontSize)+i.globals.xAxisLabelsHeight+i.config.xaxis.title.offsetY,text:i.config.xaxis.title.text,textAnchor:"middle",fontSize:i.config.xaxis.title.style.fontSize,fontFamily:i.config.xaxis.title.style.fontFamily,fontWeight:i.config.xaxis.title.style.fontWeight,foreColor:i.config.xaxis.title.style.color,cssClass:"apexcharts-xaxis-title-text "+i.config.xaxis.title.style.cssClass});u.add(f),s.add(u)}if(i.config.xaxis.axisBorder.show){var x=0;"bar"===i.config.chart.type&&i.globals.isXNumeric&&(x-=15);var b=a.drawLine(i.globals.padHorizontal+x+i.config.xaxis.axisBorder.offsetX,this.offY,this.xaxisBorderWidth,this.offY,i.config.xaxis.axisBorder.color,0,this.xaxisBorderHeight);s.add(b)}return s}},{key:"drawXaxisInversed",value:function(t){var e,i,a=this.w,s=new p(this.ctx),r=a.config.yaxis[0].opposite?a.globals.translateYAxisX[t]:0,n=s.group({class:"apexcharts-yaxis apexcharts-xaxis-inversed",rel:t}),o=s.group({class:"apexcharts-yaxis-texts-g apexcharts-xaxis-inversed-texts-g",transform:"translate("+r+", 0)"});n.add(o);var l=[];if(a.config.yaxis[t].show)for(var h=0;hi.globals.gridWidth)){var s=this.offY+i.config.xaxis.axisTicks.offsetY,r=s+i.config.xaxis.axisTicks.height;if("top"===i.config.xaxis.position&&(r=s-i.config.xaxis.axisTicks.height),i.config.xaxis.axisTicks.show){var n=new p(this.ctx).drawLine(t+i.config.xaxis.axisTicks.offsetX,s+i.config.xaxis.offsetY,a+i.config.xaxis.axisTicks.offsetX,r+i.config.xaxis.offsetY,i.config.xaxis.axisTicks.color);e.add(n),n.node.classList.add("apexcharts-xaxis-tick")}}}},{key:"getXAxisTicksPositions",value:function(){var t=this.w,e=[],i=this.xaxisLabels.length,a=t.globals.padHorizontal;if(t.globals.timescaleLabels.length>0)for(var s=0;s0){var h=s[s.length-1].getBBox(),c=s[0].getBBox();h.x<-20&&s[s.length-1].parentNode.removeChild(s[s.length-1]),c.x+c.width>t.globals.gridWidth&&!t.globals.isBarHorizontal&&s[0].parentNode.removeChild(s[0]);for(var d=0;d0&&(this.xaxisLabels=a.globals.timescaleLabels.slice())}return a(t,[{key:"drawGridArea",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,e=this.w,i=new p(this.ctx);null===t&&(t=i.group({class:"apexcharts-grid"}));var a=i.drawLine(e.globals.padHorizontal,1,e.globals.padHorizontal,e.globals.gridHeight,"transparent"),s=i.drawLine(e.globals.padHorizontal,e.globals.gridHeight,e.globals.gridWidth,e.globals.gridHeight,"transparent");return t.add(s),t.add(a),t}},{key:"drawGrid",value:function(){var t=null;return this.w.globals.axisCharts&&(t=this.renderGrid(),this.drawGridArea(t.el)),t}},{key:"createGridMask",value:function(){var t=this.w,e=t.globals,i=new p(this.ctx),a=Array.isArray(t.config.stroke.width)?0:t.config.stroke.width;if(Array.isArray(t.config.stroke.width)){var s=0;t.config.stroke.width.forEach((function(t){s=Math.max(s,t)})),a=s}e.dom.elGridRectMask=document.createElementNS(e.SVGNS,"clipPath"),e.dom.elGridRectMask.setAttribute("id","gridRectMask".concat(e.cuid)),e.dom.elGridRectMarkerMask=document.createElementNS(e.SVGNS,"clipPath"),e.dom.elGridRectMarkerMask.setAttribute("id","gridRectMarkerMask".concat(e.cuid));var r=t.config.chart.type,n=0,o=0;("bar"===r||"rangeBar"===r||t.globals.comboBarCount>0)&&t.globals.isXNumeric&&!t.globals.isBarHorizontal&&(n=t.config.grid.padding.left,o=t.config.grid.padding.right,e.barPadForNumericAxis>n&&(n=e.barPadForNumericAxis,o=e.barPadForNumericAxis)),e.dom.elGridRect=i.drawRect(-a/2-n-2,-a/2,e.gridWidth+a+o+n+4,e.gridHeight+a,0,"#fff"),new m(this).getLargestMarkerSize();var l=t.globals.markers.largestSize+1;e.dom.elGridRectMarker=i.drawRect(2*-l,2*-l,e.gridWidth+4*l,e.gridHeight+4*l,0,"#fff"),e.dom.elGridRectMask.appendChild(e.dom.elGridRect.node),e.dom.elGridRectMarkerMask.appendChild(e.dom.elGridRectMarker.node);var h=e.dom.baseEl.querySelector("defs");h.appendChild(e.dom.elGridRectMask),h.appendChild(e.dom.elGridRectMarkerMask)}},{key:"_drawGridLines",value:function(t){var e=t.i,i=t.x1,a=t.y1,s=t.x2,r=t.y2,n=t.xCount,o=t.parent,l=this.w;0===e&&l.globals.skipFirstTimelinelabel||e===n-1&&l.globals.skipLastTimelinelabel||"radar"===l.config.chart.type||(l.config.grid.xaxis.lines.show&&this._drawGridLine({x1:i,y1:a,x2:s,y2:r,parent:o}),new G(this.ctx).drawXaxisTicks(i,this.elg))}},{key:"_drawGridLine",value:function(t){var e=t.x1,i=t.y1,a=t.x2,s=t.y2,r=t.parent,n=this.w,o=n.config.grid.strokeDashArray,l=new p(this).drawLine(e,i,a,s,n.config.grid.borderColor,o);l.node.classList.add("apexcharts-gridline"),r.add(l)}},{key:"_drawGridBandRect",value:function(t){var e=t.c,i=t.x1,a=t.y1,s=t.x2,r=t.y2,n=t.type,o=this.w,l=new p(this.ctx);if("column"!==n||"datetime"!==o.config.xaxis.type){var h=o.config.grid[n].colors[e],c=l.drawRect(i,a,s,r,0,h,o.config.grid[n].opacity);this.elg.add(c),c.attr("clip-path","url(#gridRectMask".concat(o.globals.cuid,")")),c.node.classList.add("apexcharts-grid-".concat(n))}}},{key:"_drawXYLines",value:function(t){var e=this,i=t.xCount,a=t.tickAmount,s=this.w;if(s.config.grid.xaxis.lines.show||s.config.xaxis.axisTicks.show){var r=s.globals.padHorizontal,n=s.globals.gridHeight;s.globals.timescaleLabels.length?function(t){for(var a=t.xC,s=t.x1,r=t.y1,n=t.x2,o=t.y2,l=0;l2));s++);return!t.globals.isBarHorizontal||this.isTimelineBar?(i=this.xaxisLabels.length,this.isTimelineBar&&(a=t.globals.labels.length),this._drawXYLines({xCount:i,tickAmount:a})):(i=a,a=t.globals.xTickAmount,this._drawInvertedXYLines({xCount:i,tickAmount:a})),this.drawGridBands(i,a),{el:this.elg,xAxisTickWidth:t.globals.gridWidth/i}}},{key:"drawGridBands",value:function(t,e){var i=this.w;if(void 0!==i.config.grid.row.colors&&i.config.grid.row.colors.length>0)for(var a=0,s=i.globals.gridHeight/e,r=i.globals.gridWidth,n=0,o=0;n