Showing
27 changed files
with
155 additions
and
3758 deletions
This diff could not be displayed because it is too large.
public/javascripts/bootstrap.bundle.js.map
0 → 100644
This diff could not be displayed because it is too large.
public/javascripts/bootstrap.bundle.min.js
0 → 100644
1 | +/*! | ||
2 | + * Bootstrap v4.4.1 (https://getbootstrap.com/) | ||
3 | + * Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) | ||
4 | + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) | ||
5 | + */ | ||
6 | +!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("jquery")):"function"==typeof define&&define.amd?define(["exports","jquery"],t):t((e=e||self).bootstrap={},e.jQuery)}(this,function(e,p){"use strict";function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}function s(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}function t(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),n.push.apply(n,i)}return n}function l(o){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?t(Object(r),!0).forEach(function(e){var t,n,i;t=o,i=r[n=e],n in t?Object.defineProperty(t,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[n]=i}):Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(r)):t(Object(r)).forEach(function(e){Object.defineProperty(o,e,Object.getOwnPropertyDescriptor(r,e))})}return o}p=p&&p.hasOwnProperty("default")?p.default:p;var n="transitionend";function o(e){var t=this,n=!1;return p(this).one(m.TRANSITION_END,function(){n=!0}),setTimeout(function(){n||m.triggerTransitionEnd(t)},e),this}var m={TRANSITION_END:"bsTransitionEnd",getUID:function(e){for(;e+=~~(1e6*Math.random()),document.getElementById(e););return e},getSelectorFromElement:function(e){var t=e.getAttribute("data-target");if(!t||"#"===t){var n=e.getAttribute("href");t=n&&"#"!==n?n.trim():""}try{return document.querySelector(t)?t:null}catch(e){return null}},getTransitionDurationFromElement:function(e){if(!e)return 0;var t=p(e).css("transition-duration"),n=p(e).css("transition-delay"),i=parseFloat(t),o=parseFloat(n);return i||o?(t=t.split(",")[0],n=n.split(",")[0],1e3*(parseFloat(t)+parseFloat(n))):0},reflow:function(e){return e.offsetHeight},triggerTransitionEnd:function(e){p(e).trigger(n)},supportsTransitionEnd:function(){return Boolean(n)},isElement:function(e){return(e[0]||e).nodeType},typeCheckConfig:function(e,t,n){for(var i in n)if(Object.prototype.hasOwnProperty.call(n,i)){var o=n[i],r=t[i],s=r&&m.isElement(r)?"element":(a=r,{}.toString.call(a).match(/\s([a-z]+)/i)[1].toLowerCase());if(!new RegExp(o).test(s))throw new Error(e.toUpperCase()+': Option "'+i+'" provided type "'+s+'" but expected type "'+o+'".')}var a},findShadowRoot:function(e){if(!document.documentElement.attachShadow)return null;if("function"!=typeof e.getRootNode)return e instanceof ShadowRoot?e:e.parentNode?m.findShadowRoot(e.parentNode):null;var t=e.getRootNode();return t instanceof ShadowRoot?t:null},jQueryDetection:function(){if("undefined"==typeof p)throw new TypeError("Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.");var e=p.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1===e[0]&&9===e[1]&&e[2]<1||4<=e[0])throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}};m.jQueryDetection(),p.fn.emulateTransitionEnd=o,p.event.special[m.TRANSITION_END]={bindType:n,delegateType:n,handle:function(e){if(p(e.target).is(this))return e.handleObj.handler.apply(this,arguments)}};var r="alert",a="bs.alert",c="."+a,h=p.fn[r],u={CLOSE:"close"+c,CLOSED:"closed"+c,CLICK_DATA_API:"click"+c+".data-api"},f="alert",d="fade",g="show",_=function(){function i(e){this._element=e}var e=i.prototype;return e.close=function(e){var t=this._element;e&&(t=this._getRootElement(e)),this._triggerCloseEvent(t).isDefaultPrevented()||this._removeElement(t)},e.dispose=function(){p.removeData(this._element,a),this._element=null},e._getRootElement=function(e){var t=m.getSelectorFromElement(e),n=!1;return t&&(n=document.querySelector(t)),n=n||p(e).closest("."+f)[0]},e._triggerCloseEvent=function(e){var t=p.Event(u.CLOSE);return p(e).trigger(t),t},e._removeElement=function(t){var n=this;if(p(t).removeClass(g),p(t).hasClass(d)){var e=m.getTransitionDurationFromElement(t);p(t).one(m.TRANSITION_END,function(e){return n._destroyElement(t,e)}).emulateTransitionEnd(e)}else this._destroyElement(t)},e._destroyElement=function(e){p(e).detach().trigger(u.CLOSED).remove()},i._jQueryInterface=function(n){return this.each(function(){var e=p(this),t=e.data(a);t||(t=new i(this),e.data(a,t)),"close"===n&&t[n](this)})},i._handleDismiss=function(t){return function(e){e&&e.preventDefault(),t.close(this)}},s(i,null,[{key:"VERSION",get:function(){return"4.4.1"}}]),i}();p(document).on(u.CLICK_DATA_API,'[data-dismiss="alert"]',_._handleDismiss(new _)),p.fn[r]=_._jQueryInterface,p.fn[r].Constructor=_,p.fn[r].noConflict=function(){return p.fn[r]=h,_._jQueryInterface};var v="button",y="bs.button",E="."+y,b=".data-api",w=p.fn[v],T="active",C="btn",S="focus",D='[data-toggle^="button"]',I='[data-toggle="buttons"]',A='[data-toggle="button"]',O='[data-toggle="buttons"] .btn',N='input:not([type="hidden"])',k=".active",L=".btn",P={CLICK_DATA_API:"click"+E+b,FOCUS_BLUR_DATA_API:"focus"+E+b+" blur"+E+b,LOAD_DATA_API:"load"+E+b},x=function(){function n(e){this._element=e}var e=n.prototype;return e.toggle=function(){var e=!0,t=!0,n=p(this._element).closest(I)[0];if(n){var i=this._element.querySelector(N);if(i){if("radio"===i.type)if(i.checked&&this._element.classList.contains(T))e=!1;else{var o=n.querySelector(k);o&&p(o).removeClass(T)}else"checkbox"===i.type?"LABEL"===this._element.tagName&&i.checked===this._element.classList.contains(T)&&(e=!1):e=!1;e&&(i.checked=!this._element.classList.contains(T),p(i).trigger("change")),i.focus(),t=!1}}this._element.hasAttribute("disabled")||this._element.classList.contains("disabled")||(t&&this._element.setAttribute("aria-pressed",!this._element.classList.contains(T)),e&&p(this._element).toggleClass(T))},e.dispose=function(){p.removeData(this._element,y),this._element=null},n._jQueryInterface=function(t){return this.each(function(){var e=p(this).data(y);e||(e=new n(this),p(this).data(y,e)),"toggle"===t&&e[t]()})},s(n,null,[{key:"VERSION",get:function(){return"4.4.1"}}]),n}();p(document).on(P.CLICK_DATA_API,D,function(e){var t=e.target;if(p(t).hasClass(C)||(t=p(t).closest(L)[0]),!t||t.hasAttribute("disabled")||t.classList.contains("disabled"))e.preventDefault();else{var n=t.querySelector(N);if(n&&(n.hasAttribute("disabled")||n.classList.contains("disabled")))return void e.preventDefault();x._jQueryInterface.call(p(t),"toggle")}}).on(P.FOCUS_BLUR_DATA_API,D,function(e){var t=p(e.target).closest(L)[0];p(t).toggleClass(S,/^focus(in)?$/.test(e.type))}),p(window).on(P.LOAD_DATA_API,function(){for(var e=[].slice.call(document.querySelectorAll(O)),t=0,n=e.length;t<n;t++){var i=e[t],o=i.querySelector(N);o.checked||o.hasAttribute("checked")?i.classList.add(T):i.classList.remove(T)}for(var r=0,s=(e=[].slice.call(document.querySelectorAll(A))).length;r<s;r++){var a=e[r];"true"===a.getAttribute("aria-pressed")?a.classList.add(T):a.classList.remove(T)}}),p.fn[v]=x._jQueryInterface,p.fn[v].Constructor=x,p.fn[v].noConflict=function(){return p.fn[v]=w,x._jQueryInterface};var j="carousel",H="bs.carousel",R="."+H,F=".data-api",M=p.fn[j],W={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0,touch:!0},U={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean",touch:"boolean"},B="next",q="prev",K="left",Q="right",V={SLIDE:"slide"+R,SLID:"slid"+R,KEYDOWN:"keydown"+R,MOUSEENTER:"mouseenter"+R,MOUSELEAVE:"mouseleave"+R,TOUCHSTART:"touchstart"+R,TOUCHMOVE:"touchmove"+R,TOUCHEND:"touchend"+R,POINTERDOWN:"pointerdown"+R,POINTERUP:"pointerup"+R,DRAG_START:"dragstart"+R,LOAD_DATA_API:"load"+R+F,CLICK_DATA_API:"click"+R+F},Y="carousel",z="active",X="slide",G="carousel-item-right",$="carousel-item-left",J="carousel-item-next",Z="carousel-item-prev",ee="pointer-event",te=".active",ne=".active.carousel-item",ie=".carousel-item",oe=".carousel-item img",re=".carousel-item-next, .carousel-item-prev",se=".carousel-indicators",ae="[data-slide], [data-slide-to]",le='[data-ride="carousel"]',ce={TOUCH:"touch",PEN:"pen"},he=function(){function r(e,t){this._items=null,this._interval=null,this._activeElement=null,this._isPaused=!1,this._isSliding=!1,this.touchTimeout=null,this.touchStartX=0,this.touchDeltaX=0,this._config=this._getConfig(t),this._element=e,this._indicatorsElement=this._element.querySelector(se),this._touchSupported="ontouchstart"in document.documentElement||0<navigator.maxTouchPoints,this._pointerEvent=Boolean(window.PointerEvent||window.MSPointerEvent),this._addEventListeners()}var e=r.prototype;return e.next=function(){this._isSliding||this._slide(B)},e.nextWhenVisible=function(){!document.hidden&&p(this._element).is(":visible")&&"hidden"!==p(this._element).css("visibility")&&this.next()},e.prev=function(){this._isSliding||this._slide(q)},e.pause=function(e){e||(this._isPaused=!0),this._element.querySelector(re)&&(m.triggerTransitionEnd(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},e.cycle=function(e){e||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config.interval&&!this._isPaused&&(this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))},e.to=function(e){var t=this;this._activeElement=this._element.querySelector(ne);var n=this._getItemIndex(this._activeElement);if(!(e>this._items.length-1||e<0))if(this._isSliding)p(this._element).one(V.SLID,function(){return t.to(e)});else{if(n===e)return this.pause(),void this.cycle();var i=n<e?B:q;this._slide(i,this._items[e])}},e.dispose=function(){p(this._element).off(R),p.removeData(this._element,H),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},e._getConfig=function(e){return e=l({},W,{},e),m.typeCheckConfig(j,e,U),e},e._handleSwipe=function(){var e=Math.abs(this.touchDeltaX);if(!(e<=40)){var t=e/this.touchDeltaX;(this.touchDeltaX=0)<t&&this.prev(),t<0&&this.next()}},e._addEventListeners=function(){var t=this;this._config.keyboard&&p(this._element).on(V.KEYDOWN,function(e){return t._keydown(e)}),"hover"===this._config.pause&&p(this._element).on(V.MOUSEENTER,function(e){return t.pause(e)}).on(V.MOUSELEAVE,function(e){return t.cycle(e)}),this._config.touch&&this._addTouchEventListeners()},e._addTouchEventListeners=function(){var t=this;if(this._touchSupported){var n=function(e){t._pointerEvent&&ce[e.originalEvent.pointerType.toUpperCase()]?t.touchStartX=e.originalEvent.clientX:t._pointerEvent||(t.touchStartX=e.originalEvent.touches[0].clientX)},i=function(e){t._pointerEvent&&ce[e.originalEvent.pointerType.toUpperCase()]&&(t.touchDeltaX=e.originalEvent.clientX-t.touchStartX),t._handleSwipe(),"hover"===t._config.pause&&(t.pause(),t.touchTimeout&&clearTimeout(t.touchTimeout),t.touchTimeout=setTimeout(function(e){return t.cycle(e)},500+t._config.interval))};p(this._element.querySelectorAll(oe)).on(V.DRAG_START,function(e){return e.preventDefault()}),this._pointerEvent?(p(this._element).on(V.POINTERDOWN,function(e){return n(e)}),p(this._element).on(V.POINTERUP,function(e){return i(e)}),this._element.classList.add(ee)):(p(this._element).on(V.TOUCHSTART,function(e){return n(e)}),p(this._element).on(V.TOUCHMOVE,function(e){return function(e){e.originalEvent.touches&&1<e.originalEvent.touches.length?t.touchDeltaX=0:t.touchDeltaX=e.originalEvent.touches[0].clientX-t.touchStartX}(e)}),p(this._element).on(V.TOUCHEND,function(e){return i(e)}))}},e._keydown=function(e){if(!/input|textarea/i.test(e.target.tagName))switch(e.which){case 37:e.preventDefault(),this.prev();break;case 39:e.preventDefault(),this.next()}},e._getItemIndex=function(e){return this._items=e&&e.parentNode?[].slice.call(e.parentNode.querySelectorAll(ie)):[],this._items.indexOf(e)},e._getItemByDirection=function(e,t){var n=e===B,i=e===q,o=this._getItemIndex(t),r=this._items.length-1;if((i&&0===o||n&&o===r)&&!this._config.wrap)return t;var s=(o+(e===q?-1:1))%this._items.length;return-1==s?this._items[this._items.length-1]:this._items[s]},e._triggerSlideEvent=function(e,t){var n=this._getItemIndex(e),i=this._getItemIndex(this._element.querySelector(ne)),o=p.Event(V.SLIDE,{relatedTarget:e,direction:t,from:i,to:n});return p(this._element).trigger(o),o},e._setActiveIndicatorElement=function(e){if(this._indicatorsElement){var t=[].slice.call(this._indicatorsElement.querySelectorAll(te));p(t).removeClass(z);var n=this._indicatorsElement.children[this._getItemIndex(e)];n&&p(n).addClass(z)}},e._slide=function(e,t){var n,i,o,r=this,s=this._element.querySelector(ne),a=this._getItemIndex(s),l=t||s&&this._getItemByDirection(e,s),c=this._getItemIndex(l),h=Boolean(this._interval);if(o=e===B?(n=$,i=J,K):(n=G,i=Z,Q),l&&p(l).hasClass(z))this._isSliding=!1;else if(!this._triggerSlideEvent(l,o).isDefaultPrevented()&&s&&l){this._isSliding=!0,h&&this.pause(),this._setActiveIndicatorElement(l);var u=p.Event(V.SLID,{relatedTarget:l,direction:o,from:a,to:c});if(p(this._element).hasClass(X)){p(l).addClass(i),m.reflow(l),p(s).addClass(n),p(l).addClass(n);var f=parseInt(l.getAttribute("data-interval"),10);f?(this._config.defaultInterval=this._config.defaultInterval||this._config.interval,this._config.interval=f):this._config.interval=this._config.defaultInterval||this._config.interval;var d=m.getTransitionDurationFromElement(s);p(s).one(m.TRANSITION_END,function(){p(l).removeClass(n+" "+i).addClass(z),p(s).removeClass(z+" "+i+" "+n),r._isSliding=!1,setTimeout(function(){return p(r._element).trigger(u)},0)}).emulateTransitionEnd(d)}else p(s).removeClass(z),p(l).addClass(z),this._isSliding=!1,p(this._element).trigger(u);h&&this.cycle()}},r._jQueryInterface=function(i){return this.each(function(){var e=p(this).data(H),t=l({},W,{},p(this).data());"object"==typeof i&&(t=l({},t,{},i));var n="string"==typeof i?i:t.slide;if(e||(e=new r(this,t),p(this).data(H,e)),"number"==typeof i)e.to(i);else if("string"==typeof n){if("undefined"==typeof e[n])throw new TypeError('No method named "'+n+'"');e[n]()}else t.interval&&t.ride&&(e.pause(),e.cycle())})},r._dataApiClickHandler=function(e){var t=m.getSelectorFromElement(this);if(t){var n=p(t)[0];if(n&&p(n).hasClass(Y)){var i=l({},p(n).data(),{},p(this).data()),o=this.getAttribute("data-slide-to");o&&(i.interval=!1),r._jQueryInterface.call(p(n),i),o&&p(n).data(H).to(o),e.preventDefault()}}},s(r,null,[{key:"VERSION",get:function(){return"4.4.1"}},{key:"Default",get:function(){return W}}]),r}();p(document).on(V.CLICK_DATA_API,ae,he._dataApiClickHandler),p(window).on(V.LOAD_DATA_API,function(){for(var e=[].slice.call(document.querySelectorAll(le)),t=0,n=e.length;t<n;t++){var i=p(e[t]);he._jQueryInterface.call(i,i.data())}}),p.fn[j]=he._jQueryInterface,p.fn[j].Constructor=he,p.fn[j].noConflict=function(){return p.fn[j]=M,he._jQueryInterface};var ue="collapse",fe="bs.collapse",de="."+fe,pe=p.fn[ue],me={toggle:!0,parent:""},ge={toggle:"boolean",parent:"(string|element)"},_e={SHOW:"show"+de,SHOWN:"shown"+de,HIDE:"hide"+de,HIDDEN:"hidden"+de,CLICK_DATA_API:"click"+de+".data-api"},ve="show",ye="collapse",Ee="collapsing",be="collapsed",we="width",Te="height",Ce=".show, .collapsing",Se='[data-toggle="collapse"]',De=function(){function a(t,e){this._isTransitioning=!1,this._element=t,this._config=this._getConfig(e),this._triggerArray=[].slice.call(document.querySelectorAll('[data-toggle="collapse"][href="#'+t.id+'"],[data-toggle="collapse"][data-target="#'+t.id+'"]'));for(var n=[].slice.call(document.querySelectorAll(Se)),i=0,o=n.length;i<o;i++){var r=n[i],s=m.getSelectorFromElement(r),a=[].slice.call(document.querySelectorAll(s)).filter(function(e){return e===t});null!==s&&0<a.length&&(this._selector=s,this._triggerArray.push(r))}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}var e=a.prototype;return e.toggle=function(){p(this._element).hasClass(ve)?this.hide():this.show()},e.show=function(){var e,t,n=this;if(!this._isTransitioning&&!p(this._element).hasClass(ve)&&(this._parent&&0===(e=[].slice.call(this._parent.querySelectorAll(Ce)).filter(function(e){return"string"==typeof n._config.parent?e.getAttribute("data-parent")===n._config.parent:e.classList.contains(ye)})).length&&(e=null),!(e&&(t=p(e).not(this._selector).data(fe))&&t._isTransitioning))){var i=p.Event(_e.SHOW);if(p(this._element).trigger(i),!i.isDefaultPrevented()){e&&(a._jQueryInterface.call(p(e).not(this._selector),"hide"),t||p(e).data(fe,null));var o=this._getDimension();p(this._element).removeClass(ye).addClass(Ee),this._element.style[o]=0,this._triggerArray.length&&p(this._triggerArray).removeClass(be).attr("aria-expanded",!0),this.setTransitioning(!0);var r="scroll"+(o[0].toUpperCase()+o.slice(1)),s=m.getTransitionDurationFromElement(this._element);p(this._element).one(m.TRANSITION_END,function(){p(n._element).removeClass(Ee).addClass(ye).addClass(ve),n._element.style[o]="",n.setTransitioning(!1),p(n._element).trigger(_e.SHOWN)}).emulateTransitionEnd(s),this._element.style[o]=this._element[r]+"px"}}},e.hide=function(){var e=this;if(!this._isTransitioning&&p(this._element).hasClass(ve)){var t=p.Event(_e.HIDE);if(p(this._element).trigger(t),!t.isDefaultPrevented()){var n=this._getDimension();this._element.style[n]=this._element.getBoundingClientRect()[n]+"px",m.reflow(this._element),p(this._element).addClass(Ee).removeClass(ye).removeClass(ve);var i=this._triggerArray.length;if(0<i)for(var o=0;o<i;o++){var r=this._triggerArray[o],s=m.getSelectorFromElement(r);if(null!==s)p([].slice.call(document.querySelectorAll(s))).hasClass(ve)||p(r).addClass(be).attr("aria-expanded",!1)}this.setTransitioning(!0);this._element.style[n]="";var a=m.getTransitionDurationFromElement(this._element);p(this._element).one(m.TRANSITION_END,function(){e.setTransitioning(!1),p(e._element).removeClass(Ee).addClass(ye).trigger(_e.HIDDEN)}).emulateTransitionEnd(a)}}},e.setTransitioning=function(e){this._isTransitioning=e},e.dispose=function(){p.removeData(this._element,fe),this._config=null,this._parent=null,this._element=null,this._triggerArray=null,this._isTransitioning=null},e._getConfig=function(e){return(e=l({},me,{},e)).toggle=Boolean(e.toggle),m.typeCheckConfig(ue,e,ge),e},e._getDimension=function(){return p(this._element).hasClass(we)?we:Te},e._getParent=function(){var e,n=this;m.isElement(this._config.parent)?(e=this._config.parent,"undefined"!=typeof this._config.parent.jquery&&(e=this._config.parent[0])):e=document.querySelector(this._config.parent);var t='[data-toggle="collapse"][data-parent="'+this._config.parent+'"]',i=[].slice.call(e.querySelectorAll(t));return p(i).each(function(e,t){n._addAriaAndCollapsedClass(a._getTargetFromElement(t),[t])}),e},e._addAriaAndCollapsedClass=function(e,t){var n=p(e).hasClass(ve);t.length&&p(t).toggleClass(be,!n).attr("aria-expanded",n)},a._getTargetFromElement=function(e){var t=m.getSelectorFromElement(e);return t?document.querySelector(t):null},a._jQueryInterface=function(i){return this.each(function(){var e=p(this),t=e.data(fe),n=l({},me,{},e.data(),{},"object"==typeof i&&i?i:{});if(!t&&n.toggle&&/show|hide/.test(i)&&(n.toggle=!1),t||(t=new a(this,n),e.data(fe,t)),"string"==typeof i){if("undefined"==typeof t[i])throw new TypeError('No method named "'+i+'"');t[i]()}})},s(a,null,[{key:"VERSION",get:function(){return"4.4.1"}},{key:"Default",get:function(){return me}}]),a}();p(document).on(_e.CLICK_DATA_API,Se,function(e){"A"===e.currentTarget.tagName&&e.preventDefault();var n=p(this),t=m.getSelectorFromElement(this),i=[].slice.call(document.querySelectorAll(t));p(i).each(function(){var e=p(this),t=e.data(fe)?"toggle":n.data();De._jQueryInterface.call(e,t)})}),p.fn[ue]=De._jQueryInterface,p.fn[ue].Constructor=De,p.fn[ue].noConflict=function(){return p.fn[ue]=pe,De._jQueryInterface};var Ie="undefined"!=typeof window&&"undefined"!=typeof document&&"undefined"!=typeof navigator,Ae=function(){for(var e=["Edge","Trident","Firefox"],t=0;t<e.length;t+=1)if(Ie&&0<=navigator.userAgent.indexOf(e[t]))return 1;return 0}();var Oe=Ie&&window.Promise?function(e){var t=!1;return function(){t||(t=!0,window.Promise.resolve().then(function(){t=!1,e()}))}}:function(e){var t=!1;return function(){t||(t=!0,setTimeout(function(){t=!1,e()},Ae))}};function Ne(e){return e&&"[object Function]"==={}.toString.call(e)}function ke(e,t){if(1!==e.nodeType)return[];var n=e.ownerDocument.defaultView.getComputedStyle(e,null);return t?n[t]:n}function Le(e){return"HTML"===e.nodeName?e:e.parentNode||e.host}function Pe(e){if(!e)return document.body;switch(e.nodeName){case"HTML":case"BODY":return e.ownerDocument.body;case"#document":return e.body}var t=ke(e),n=t.overflow,i=t.overflowX,o=t.overflowY;return/(auto|scroll|overlay)/.test(n+o+i)?e:Pe(Le(e))}function xe(e){return e&&e.referenceNode?e.referenceNode:e}var je=Ie&&!(!window.MSInputMethodContext||!document.documentMode),He=Ie&&/MSIE 10/.test(navigator.userAgent);function Re(e){return 11===e?je:10===e?He:je||He}function Fe(e){if(!e)return document.documentElement;for(var t=Re(10)?document.body:null,n=e.offsetParent||null;n===t&&e.nextElementSibling;)n=(e=e.nextElementSibling).offsetParent;var i=n&&n.nodeName;return i&&"BODY"!==i&&"HTML"!==i?-1!==["TH","TD","TABLE"].indexOf(n.nodeName)&&"static"===ke(n,"position")?Fe(n):n:e?e.ownerDocument.documentElement:document.documentElement}function Me(e){return null!==e.parentNode?Me(e.parentNode):e}function We(e,t){if(!(e&&e.nodeType&&t&&t.nodeType))return document.documentElement;var n=e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_FOLLOWING,i=n?e:t,o=n?t:e,r=document.createRange();r.setStart(i,0),r.setEnd(o,0);var s=r.commonAncestorContainer;if(e!==s&&t!==s||i.contains(o))return function(e){var t=e.nodeName;return"BODY"!==t&&("HTML"===t||Fe(e.firstElementChild)===e)}(s)?s:Fe(s);var a=Me(e);return a.host?We(a.host,t):We(e,Me(t).host)}function Ue(e,t){var n="top"===(1<arguments.length&&void 0!==t?t:"top")?"scrollTop":"scrollLeft",i=e.nodeName;if("BODY"!==i&&"HTML"!==i)return e[n];var o=e.ownerDocument.documentElement;return(e.ownerDocument.scrollingElement||o)[n]}function Be(e,t){var n="x"===t?"Left":"Top",i="Left"==n?"Right":"Bottom";return parseFloat(e["border"+n+"Width"],10)+parseFloat(e["border"+i+"Width"],10)}function qe(e,t,n,i){return Math.max(t["offset"+e],t["scroll"+e],n["client"+e],n["offset"+e],n["scroll"+e],Re(10)?parseInt(n["offset"+e])+parseInt(i["margin"+("Height"===e?"Top":"Left")])+parseInt(i["margin"+("Height"===e?"Bottom":"Right")]):0)}function Ke(e){var t=e.body,n=e.documentElement,i=Re(10)&&getComputedStyle(n);return{height:qe("Height",t,n,i),width:qe("Width",t,n,i)}}var Qe=function(e,t,n){return t&&Ve(e.prototype,t),n&&Ve(e,n),e};function Ve(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}function Ye(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var ze=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e};function Xe(e){return ze({},e,{right:e.left+e.width,bottom:e.top+e.height})}function Ge(e){var t={};try{if(Re(10)){t=e.getBoundingClientRect();var n=Ue(e,"top"),i=Ue(e,"left");t.top+=n,t.left+=i,t.bottom+=n,t.right+=i}else t=e.getBoundingClientRect()}catch(e){}var o={left:t.left,top:t.top,width:t.right-t.left,height:t.bottom-t.top},r="HTML"===e.nodeName?Ke(e.ownerDocument):{},s=r.width||e.clientWidth||o.width,a=r.height||e.clientHeight||o.height,l=e.offsetWidth-s,c=e.offsetHeight-a;if(l||c){var h=ke(e);l-=Be(h,"x"),c-=Be(h,"y"),o.width-=l,o.height-=c}return Xe(o)}function $e(e,t,n){var i=2<arguments.length&&void 0!==n&&n,o=Re(10),r="HTML"===t.nodeName,s=Ge(e),a=Ge(t),l=Pe(e),c=ke(t),h=parseFloat(c.borderTopWidth,10),u=parseFloat(c.borderLeftWidth,10);i&&r&&(a.top=Math.max(a.top,0),a.left=Math.max(a.left,0));var f=Xe({top:s.top-a.top-h,left:s.left-a.left-u,width:s.width,height:s.height});if(f.marginTop=0,f.marginLeft=0,!o&&r){var d=parseFloat(c.marginTop,10),p=parseFloat(c.marginLeft,10);f.top-=h-d,f.bottom-=h-d,f.left-=u-p,f.right-=u-p,f.marginTop=d,f.marginLeft=p}return(o&&!i?t.contains(l):t===l&&"BODY"!==l.nodeName)&&(f=function(e,t,n){var i=2<arguments.length&&void 0!==n&&n,o=Ue(t,"top"),r=Ue(t,"left"),s=i?-1:1;return e.top+=o*s,e.bottom+=o*s,e.left+=r*s,e.right+=r*s,e}(f,t)),f}function Je(e){if(!e||!e.parentElement||Re())return document.documentElement;for(var t=e.parentElement;t&&"none"===ke(t,"transform");)t=t.parentElement;return t||document.documentElement}function Ze(e,t,n,i,o){var r=4<arguments.length&&void 0!==o&&o,s={top:0,left:0},a=r?Je(e):We(e,xe(t));if("viewport"===i)s=function(e,t){var n=1<arguments.length&&void 0!==t&&t,i=e.ownerDocument.documentElement,o=$e(e,i),r=Math.max(i.clientWidth,window.innerWidth||0),s=Math.max(i.clientHeight,window.innerHeight||0),a=n?0:Ue(i),l=n?0:Ue(i,"left");return Xe({top:a-o.top+o.marginTop,left:l-o.left+o.marginLeft,width:r,height:s})}(a,r);else{var l=void 0;"scrollParent"===i?"BODY"===(l=Pe(Le(t))).nodeName&&(l=e.ownerDocument.documentElement):l="window"===i?e.ownerDocument.documentElement:i;var c=$e(l,a,r);if("HTML"!==l.nodeName||function e(t){var n=t.nodeName;if("BODY"===n||"HTML"===n)return!1;if("fixed"===ke(t,"position"))return!0;var i=Le(t);return!!i&&e(i)}(a))s=c;else{var h=Ke(e.ownerDocument),u=h.height,f=h.width;s.top+=c.top-c.marginTop,s.bottom=u+c.top,s.left+=c.left-c.marginLeft,s.right=f+c.left}}var d="number"==typeof(n=n||0);return s.left+=d?n:n.left||0,s.top+=d?n:n.top||0,s.right-=d?n:n.right||0,s.bottom-=d?n:n.bottom||0,s}function et(e,t,i,n,o,r){var s=5<arguments.length&&void 0!==r?r:0;if(-1===e.indexOf("auto"))return e;var a=Ze(i,n,s,o),l={top:{width:a.width,height:t.top-a.top},right:{width:a.right-t.right,height:a.height},bottom:{width:a.width,height:a.bottom-t.bottom},left:{width:t.left-a.left,height:a.height}},c=Object.keys(l).map(function(e){return ze({key:e},l[e],{area:function(e){return e.width*e.height}(l[e])})}).sort(function(e,t){return t.area-e.area}),h=c.filter(function(e){var t=e.width,n=e.height;return t>=i.clientWidth&&n>=i.clientHeight}),u=0<h.length?h[0].key:c[0].key,f=e.split("-")[1];return u+(f?"-"+f:"")}function tt(e,t,n,i){var o=3<arguments.length&&void 0!==i?i:null;return $e(n,o?Je(t):We(t,xe(n)),o)}function nt(e){var t=e.ownerDocument.defaultView.getComputedStyle(e),n=parseFloat(t.marginTop||0)+parseFloat(t.marginBottom||0),i=parseFloat(t.marginLeft||0)+parseFloat(t.marginRight||0);return{width:e.offsetWidth+i,height:e.offsetHeight+n}}function it(e){var t={left:"right",right:"left",bottom:"top",top:"bottom"};return e.replace(/left|right|bottom|top/g,function(e){return t[e]})}function ot(e,t,n){n=n.split("-")[0];var i=nt(e),o={width:i.width,height:i.height},r=-1!==["right","left"].indexOf(n),s=r?"top":"left",a=r?"left":"top",l=r?"height":"width",c=r?"width":"height";return o[s]=t[s]+t[l]/2-i[l]/2,o[a]=n===a?t[a]-i[c]:t[it(a)],o}function rt(e,t){return Array.prototype.find?e.find(t):e.filter(t)[0]}function st(e,n,t){return(void 0===t?e:e.slice(0,function(e,t,n){if(Array.prototype.findIndex)return e.findIndex(function(e){return e[t]===n});var i=rt(e,function(e){return e[t]===n});return e.indexOf(i)}(e,"name",t))).forEach(function(e){e.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var t=e.function||e.fn;e.enabled&&Ne(t)&&(n.offsets.popper=Xe(n.offsets.popper),n.offsets.reference=Xe(n.offsets.reference),n=t(n,e))}),n}function at(e,n){return e.some(function(e){var t=e.name;return e.enabled&&t===n})}function lt(e){for(var t=[!1,"ms","Webkit","Moz","O"],n=e.charAt(0).toUpperCase()+e.slice(1),i=0;i<t.length;i++){var o=t[i],r=o?""+o+n:e;if("undefined"!=typeof document.body.style[r])return r}return null}function ct(e){var t=e.ownerDocument;return t?t.defaultView:window}function ht(e,t,n,i){n.updateBound=i,ct(e).addEventListener("resize",n.updateBound,{passive:!0});var o=Pe(e);return function e(t,n,i,o){var r="BODY"===t.nodeName,s=r?t.ownerDocument.defaultView:t;s.addEventListener(n,i,{passive:!0}),r||e(Pe(s.parentNode),n,i,o),o.push(s)}(o,"scroll",n.updateBound,n.scrollParents),n.scrollElement=o,n.eventsEnabled=!0,n}function ut(){this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=function(e,t){return ct(e).removeEventListener("resize",t.updateBound),t.scrollParents.forEach(function(e){e.removeEventListener("scroll",t.updateBound)}),t.updateBound=null,t.scrollParents=[],t.scrollElement=null,t.eventsEnabled=!1,t}(this.reference,this.state))}function ft(e){return""!==e&&!isNaN(parseFloat(e))&&isFinite(e)}function dt(n,i){Object.keys(i).forEach(function(e){var t="";-1!==["width","height","top","right","bottom","left"].indexOf(e)&&ft(i[e])&&(t="px"),n.style[e]=i[e]+t})}function pt(e,t){function n(e){return e}var i=e.offsets,o=i.popper,r=i.reference,s=Math.round,a=Math.floor,l=s(r.width),c=s(o.width),h=-1!==["left","right"].indexOf(e.placement),u=-1!==e.placement.indexOf("-"),f=t?h||u||l%2==c%2?s:a:n,d=t?s:n;return{left:f(l%2==1&&c%2==1&&!u&&t?o.left-1:o.left),top:d(o.top),bottom:d(o.bottom),right:f(o.right)}}var mt=Ie&&/Firefox/i.test(navigator.userAgent);function gt(e,t,n){var i=rt(e,function(e){return e.name===t}),o=!!i&&e.some(function(e){return e.name===n&&e.enabled&&e.order<i.order});if(!o){var r="`"+t+"`",s="`"+n+"`";console.warn(s+" modifier is required by "+r+" modifier in order to work, be sure to include it before "+r+"!")}return o}var _t=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],vt=_t.slice(3);function yt(e,t){var n=1<arguments.length&&void 0!==t&&t,i=vt.indexOf(e),o=vt.slice(i+1).concat(vt.slice(0,i));return n?o.reverse():o}var Et="flip",bt="clockwise",wt="counterclockwise";function Tt(e,o,r,t){var s=[0,0],a=-1!==["right","left"].indexOf(t),n=e.split(/(\+|\-)/).map(function(e){return e.trim()}),i=n.indexOf(rt(n,function(e){return-1!==e.search(/,|\s/)}));n[i]&&-1===n[i].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var l=/\s*,\s*|\s+/,c=-1!==i?[n.slice(0,i).concat([n[i].split(l)[0]]),[n[i].split(l)[1]].concat(n.slice(i+1))]:[n];return(c=c.map(function(e,t){var n=(1===t?!a:a)?"height":"width",i=!1;return e.reduce(function(e,t){return""===e[e.length-1]&&-1!==["+","-"].indexOf(t)?(e[e.length-1]=t,i=!0,e):i?(e[e.length-1]+=t,i=!1,e):e.concat(t)},[]).map(function(e){return function(e,t,n,i){var o=e.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),r=+o[1],s=o[2];if(!r)return e;if(0!==s.indexOf("%"))return"vh"!==s&&"vw"!==s?r:("vh"===s?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*r;var a=void 0;switch(s){case"%p":a=n;break;case"%":case"%r":default:a=i}return Xe(a)[t]/100*r}(e,n,o,r)})})).forEach(function(n,i){n.forEach(function(e,t){ft(e)&&(s[i]+=e*("-"===n[t-1]?-1:1))})}),s}var Ct={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:{shift:{order:100,enabled:!0,fn:function(e){var t=e.placement,n=t.split("-")[0],i=t.split("-")[1];if(i){var o=e.offsets,r=o.reference,s=o.popper,a=-1!==["bottom","top"].indexOf(n),l=a?"left":"top",c=a?"width":"height",h={start:Ye({},l,r[l]),end:Ye({},l,r[l]+r[c]-s[c])};e.offsets.popper=ze({},s,h[i])}return e}},offset:{order:200,enabled:!0,fn:function(e,t){var n=t.offset,i=e.placement,o=e.offsets,r=o.popper,s=o.reference,a=i.split("-")[0],l=void 0;return l=ft(+n)?[+n,0]:Tt(n,r,s,a),"left"===a?(r.top+=l[0],r.left-=l[1]):"right"===a?(r.top+=l[0],r.left+=l[1]):"top"===a?(r.left+=l[0],r.top-=l[1]):"bottom"===a&&(r.left+=l[0],r.top+=l[1]),e.popper=r,e},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(e,i){var t=i.boundariesElement||Fe(e.instance.popper);e.instance.reference===t&&(t=Fe(t));var n=lt("transform"),o=e.instance.popper.style,r=o.top,s=o.left,a=o[n];o.top="",o.left="",o[n]="";var l=Ze(e.instance.popper,e.instance.reference,i.padding,t,e.positionFixed);o.top=r,o.left=s,o[n]=a,i.boundaries=l;var c=i.priority,h=e.offsets.popper,u={primary:function(e){var t=h[e];return h[e]<l[e]&&!i.escapeWithReference&&(t=Math.max(h[e],l[e])),Ye({},e,t)},secondary:function(e){var t="right"===e?"left":"top",n=h[t];return h[e]>l[e]&&!i.escapeWithReference&&(n=Math.min(h[t],l[e]-("right"===e?h.width:h.height))),Ye({},t,n)}};return c.forEach(function(e){var t=-1!==["left","top"].indexOf(e)?"primary":"secondary";h=ze({},h,u[t](e))}),e.offsets.popper=h,e},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(e){var t=e.offsets,n=t.popper,i=t.reference,o=e.placement.split("-")[0],r=Math.floor,s=-1!==["top","bottom"].indexOf(o),a=s?"right":"bottom",l=s?"left":"top",c=s?"width":"height";return n[a]<r(i[l])&&(e.offsets.popper[l]=r(i[l])-n[c]),n[l]>r(i[a])&&(e.offsets.popper[l]=r(i[a])),e}},arrow:{order:500,enabled:!0,fn:function(e,t){var n;if(!gt(e.instance.modifiers,"arrow","keepTogether"))return e;var i=t.element;if("string"==typeof i){if(!(i=e.instance.popper.querySelector(i)))return e}else if(!e.instance.popper.contains(i))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),e;var o=e.placement.split("-")[0],r=e.offsets,s=r.popper,a=r.reference,l=-1!==["left","right"].indexOf(o),c=l?"height":"width",h=l?"Top":"Left",u=h.toLowerCase(),f=l?"left":"top",d=l?"bottom":"right",p=nt(i)[c];a[d]-p<s[u]&&(e.offsets.popper[u]-=s[u]-(a[d]-p)),a[u]+p>s[d]&&(e.offsets.popper[u]+=a[u]+p-s[d]),e.offsets.popper=Xe(e.offsets.popper);var m=a[u]+a[c]/2-p/2,g=ke(e.instance.popper),_=parseFloat(g["margin"+h],10),v=parseFloat(g["border"+h+"Width"],10),y=m-e.offsets.popper[u]-_-v;return y=Math.max(Math.min(s[c]-p,y),0),e.arrowElement=i,e.offsets.arrow=(Ye(n={},u,Math.round(y)),Ye(n,f,""),n),e},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(m,g){if(at(m.instance.modifiers,"inner"))return m;if(m.flipped&&m.placement===m.originalPlacement)return m;var _=Ze(m.instance.popper,m.instance.reference,g.padding,g.boundariesElement,m.positionFixed),v=m.placement.split("-")[0],y=it(v),E=m.placement.split("-")[1]||"",b=[];switch(g.behavior){case Et:b=[v,y];break;case bt:b=yt(v);break;case wt:b=yt(v,!0);break;default:b=g.behavior}return b.forEach(function(e,t){if(v!==e||b.length===t+1)return m;v=m.placement.split("-")[0],y=it(v);var n=m.offsets.popper,i=m.offsets.reference,o=Math.floor,r="left"===v&&o(n.right)>o(i.left)||"right"===v&&o(n.left)<o(i.right)||"top"===v&&o(n.bottom)>o(i.top)||"bottom"===v&&o(n.top)<o(i.bottom),s=o(n.left)<o(_.left),a=o(n.right)>o(_.right),l=o(n.top)<o(_.top),c=o(n.bottom)>o(_.bottom),h="left"===v&&s||"right"===v&&a||"top"===v&&l||"bottom"===v&&c,u=-1!==["top","bottom"].indexOf(v),f=!!g.flipVariations&&(u&&"start"===E&&s||u&&"end"===E&&a||!u&&"start"===E&&l||!u&&"end"===E&&c),d=!!g.flipVariationsByContent&&(u&&"start"===E&&a||u&&"end"===E&&s||!u&&"start"===E&&c||!u&&"end"===E&&l),p=f||d;(r||h||p)&&(m.flipped=!0,(r||h)&&(v=b[t+1]),p&&(E=function(e){return"end"===e?"start":"start"===e?"end":e}(E)),m.placement=v+(E?"-"+E:""),m.offsets.popper=ze({},m.offsets.popper,ot(m.instance.popper,m.offsets.reference,m.placement)),m=st(m.instance.modifiers,m,"flip"))}),m},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(e){var t=e.placement,n=t.split("-")[0],i=e.offsets,o=i.popper,r=i.reference,s=-1!==["left","right"].indexOf(n),a=-1===["top","left"].indexOf(n);return o[s?"left":"top"]=r[n]-(a?o[s?"width":"height"]:0),e.placement=it(t),e.offsets.popper=Xe(o),e}},hide:{order:800,enabled:!0,fn:function(e){if(!gt(e.instance.modifiers,"hide","preventOverflow"))return e;var t=e.offsets.reference,n=rt(e.instance.modifiers,function(e){return"preventOverflow"===e.name}).boundaries;if(t.bottom<n.top||t.left>n.right||t.top>n.bottom||t.right<n.left){if(!0===e.hide)return e;e.hide=!0,e.attributes["x-out-of-boundaries"]=""}else{if(!1===e.hide)return e;e.hide=!1,e.attributes["x-out-of-boundaries"]=!1}return e}},computeStyle:{order:850,enabled:!0,fn:function(e,t){var n=t.x,i=t.y,o=e.offsets.popper,r=rt(e.instance.modifiers,function(e){return"applyStyle"===e.name}).gpuAcceleration;void 0!==r&&console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");var s=void 0!==r?r:t.gpuAcceleration,a=Fe(e.instance.popper),l=Ge(a),c={position:o.position},h=pt(e,window.devicePixelRatio<2||!mt),u="bottom"===n?"top":"bottom",f="right"===i?"left":"right",d=lt("transform"),p=void 0,m=void 0;if(m="bottom"==u?"HTML"===a.nodeName?-a.clientHeight+h.bottom:-l.height+h.bottom:h.top,p="right"==f?"HTML"===a.nodeName?-a.clientWidth+h.right:-l.width+h.right:h.left,s&&d)c[d]="translate3d("+p+"px, "+m+"px, 0)",c[u]=0,c[f]=0,c.willChange="transform";else{var g="bottom"==u?-1:1,_="right"==f?-1:1;c[u]=m*g,c[f]=p*_,c.willChange=u+", "+f}var v={"x-placement":e.placement};return e.attributes=ze({},v,e.attributes),e.styles=ze({},c,e.styles),e.arrowStyles=ze({},e.offsets.arrow,e.arrowStyles),e},gpuAcceleration:!0,x:"bottom",y:"right"},applyStyle:{order:900,enabled:!0,fn:function(e){return dt(e.instance.popper,e.styles),function(t,n){Object.keys(n).forEach(function(e){!1!==n[e]?t.setAttribute(e,n[e]):t.removeAttribute(e)})}(e.instance.popper,e.attributes),e.arrowElement&&Object.keys(e.arrowStyles).length&&dt(e.arrowElement,e.arrowStyles),e},onLoad:function(e,t,n,i,o){var r=tt(o,t,e,n.positionFixed),s=et(n.placement,r,t,e,n.modifiers.flip.boundariesElement,n.modifiers.flip.padding);return t.setAttribute("x-placement",s),dt(t,{position:n.positionFixed?"fixed":"absolute"}),n},gpuAcceleration:void 0}}},St=(Qe(Dt,[{key:"update",value:function(){return function(){if(!this.state.isDestroyed){var e={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=tt(this.state,this.popper,this.reference,this.options.positionFixed),e.placement=et(this.options.placement,e.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),e.originalPlacement=e.placement,e.positionFixed=this.options.positionFixed,e.offsets.popper=ot(this.popper,e.offsets.reference,e.placement),e.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",e=st(this.modifiers,e),this.state.isCreated?this.options.onUpdate(e):(this.state.isCreated=!0,this.options.onCreate(e))}}.call(this)}},{key:"destroy",value:function(){return function(){return this.state.isDestroyed=!0,at(this.modifiers,"applyStyle")&&(this.popper.removeAttribute("x-placement"),this.popper.style.position="",this.popper.style.top="",this.popper.style.left="",this.popper.style.right="",this.popper.style.bottom="",this.popper.style.willChange="",this.popper.style[lt("transform")]=""),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}.call(this)}},{key:"enableEventListeners",value:function(){return function(){this.state.eventsEnabled||(this.state=ht(this.reference,this.options,this.state,this.scheduleUpdate))}.call(this)}},{key:"disableEventListeners",value:function(){return ut.call(this)}}]),Dt);function Dt(e,t){var n=this,i=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{};!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,Dt),this.scheduleUpdate=function(){return requestAnimationFrame(n.update)},this.update=Oe(this.update.bind(this)),this.options=ze({},Dt.Defaults,i),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=e&&e.jquery?e[0]:e,this.popper=t&&t.jquery?t[0]:t,this.options.modifiers={},Object.keys(ze({},Dt.Defaults.modifiers,i.modifiers)).forEach(function(e){n.options.modifiers[e]=ze({},Dt.Defaults.modifiers[e]||{},i.modifiers?i.modifiers[e]:{})}),this.modifiers=Object.keys(this.options.modifiers).map(function(e){return ze({name:e},n.options.modifiers[e])}).sort(function(e,t){return e.order-t.order}),this.modifiers.forEach(function(e){e.enabled&&Ne(e.onLoad)&&e.onLoad(n.reference,n.popper,n.options,e,n.state)}),this.update();var o=this.options.eventsEnabled;o&&this.enableEventListeners(),this.state.eventsEnabled=o}St.Utils=("undefined"!=typeof window?window:global).PopperUtils,St.placements=_t,St.Defaults=Ct;var It="dropdown",At="bs.dropdown",Ot="."+At,Nt=".data-api",kt=p.fn[It],Lt=new RegExp("38|40|27"),Pt={HIDE:"hide"+Ot,HIDDEN:"hidden"+Ot,SHOW:"show"+Ot,SHOWN:"shown"+Ot,CLICK:"click"+Ot,CLICK_DATA_API:"click"+Ot+Nt,KEYDOWN_DATA_API:"keydown"+Ot+Nt,KEYUP_DATA_API:"keyup"+Ot+Nt},xt="disabled",jt="show",Ht="dropup",Rt="dropright",Ft="dropleft",Mt="dropdown-menu-right",Wt="position-static",Ut='[data-toggle="dropdown"]',Bt=".dropdown form",qt=".dropdown-menu",Kt=".navbar-nav",Qt=".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)",Vt="top-start",Yt="top-end",zt="bottom-start",Xt="bottom-end",Gt="right-start",$t="left-start",Jt={offset:0,flip:!0,boundary:"scrollParent",reference:"toggle",display:"dynamic",popperConfig:null},Zt={offset:"(number|string|function)",flip:"boolean",boundary:"(string|element)",reference:"(string|element)",display:"string",popperConfig:"(null|object)"},en=function(){function c(e,t){this._element=e,this._popper=null,this._config=this._getConfig(t),this._menu=this._getMenuElement(),this._inNavbar=this._detectNavbar(),this._addEventListeners()}var e=c.prototype;return e.toggle=function(){if(!this._element.disabled&&!p(this._element).hasClass(xt)){var e=p(this._menu).hasClass(jt);c._clearMenus(),e||this.show(!0)}},e.show=function(e){if(void 0===e&&(e=!1),!(this._element.disabled||p(this._element).hasClass(xt)||p(this._menu).hasClass(jt))){var t={relatedTarget:this._element},n=p.Event(Pt.SHOW,t),i=c._getParentFromElement(this._element);if(p(i).trigger(n),!n.isDefaultPrevented()){if(!this._inNavbar&&e){if("undefined"==typeof St)throw new TypeError("Bootstrap's dropdowns require Popper.js (https://popper.js.org/)");var o=this._element;"parent"===this._config.reference?o=i:m.isElement(this._config.reference)&&(o=this._config.reference,"undefined"!=typeof this._config.reference.jquery&&(o=this._config.reference[0])),"scrollParent"!==this._config.boundary&&p(i).addClass(Wt),this._popper=new St(o,this._menu,this._getPopperConfig())}"ontouchstart"in document.documentElement&&0===p(i).closest(Kt).length&&p(document.body).children().on("mouseover",null,p.noop),this._element.focus(),this._element.setAttribute("aria-expanded",!0),p(this._menu).toggleClass(jt),p(i).toggleClass(jt).trigger(p.Event(Pt.SHOWN,t))}}},e.hide=function(){if(!this._element.disabled&&!p(this._element).hasClass(xt)&&p(this._menu).hasClass(jt)){var e={relatedTarget:this._element},t=p.Event(Pt.HIDE,e),n=c._getParentFromElement(this._element);p(n).trigger(t),t.isDefaultPrevented()||(this._popper&&this._popper.destroy(),p(this._menu).toggleClass(jt),p(n).toggleClass(jt).trigger(p.Event(Pt.HIDDEN,e)))}},e.dispose=function(){p.removeData(this._element,At),p(this._element).off(Ot),this._element=null,(this._menu=null)!==this._popper&&(this._popper.destroy(),this._popper=null)},e.update=function(){this._inNavbar=this._detectNavbar(),null!==this._popper&&this._popper.scheduleUpdate()},e._addEventListeners=function(){var t=this;p(this._element).on(Pt.CLICK,function(e){e.preventDefault(),e.stopPropagation(),t.toggle()})},e._getConfig=function(e){return e=l({},this.constructor.Default,{},p(this._element).data(),{},e),m.typeCheckConfig(It,e,this.constructor.DefaultType),e},e._getMenuElement=function(){if(!this._menu){var e=c._getParentFromElement(this._element);e&&(this._menu=e.querySelector(qt))}return this._menu},e._getPlacement=function(){var e=p(this._element.parentNode),t=zt;return e.hasClass(Ht)?(t=Vt,p(this._menu).hasClass(Mt)&&(t=Yt)):e.hasClass(Rt)?t=Gt:e.hasClass(Ft)?t=$t:p(this._menu).hasClass(Mt)&&(t=Xt),t},e._detectNavbar=function(){return 0<p(this._element).closest(".navbar").length},e._getOffset=function(){var t=this,e={};return"function"==typeof this._config.offset?e.fn=function(e){return e.offsets=l({},e.offsets,{},t._config.offset(e.offsets,t._element)||{}),e}:e.offset=this._config.offset,e},e._getPopperConfig=function(){var e={placement:this._getPlacement(),modifiers:{offset:this._getOffset(),flip:{enabled:this._config.flip},preventOverflow:{boundariesElement:this._config.boundary}}};return"static"===this._config.display&&(e.modifiers.applyStyle={enabled:!1}),l({},e,{},this._config.popperConfig)},c._jQueryInterface=function(t){return this.each(function(){var e=p(this).data(At);if(e||(e=new c(this,"object"==typeof t?t:null),p(this).data(At,e)),"string"==typeof t){if("undefined"==typeof e[t])throw new TypeError('No method named "'+t+'"');e[t]()}})},c._clearMenus=function(e){if(!e||3!==e.which&&("keyup"!==e.type||9===e.which))for(var t=[].slice.call(document.querySelectorAll(Ut)),n=0,i=t.length;n<i;n++){var o=c._getParentFromElement(t[n]),r=p(t[n]).data(At),s={relatedTarget:t[n]};if(e&&"click"===e.type&&(s.clickEvent=e),r){var a=r._menu;if(p(o).hasClass(jt)&&!(e&&("click"===e.type&&/input|textarea/i.test(e.target.tagName)||"keyup"===e.type&&9===e.which)&&p.contains(o,e.target))){var l=p.Event(Pt.HIDE,s);p(o).trigger(l),l.isDefaultPrevented()||("ontouchstart"in document.documentElement&&p(document.body).children().off("mouseover",null,p.noop),t[n].setAttribute("aria-expanded","false"),r._popper&&r._popper.destroy(),p(a).removeClass(jt),p(o).removeClass(jt).trigger(p.Event(Pt.HIDDEN,s)))}}}},c._getParentFromElement=function(e){var t,n=m.getSelectorFromElement(e);return n&&(t=document.querySelector(n)),t||e.parentNode},c._dataApiKeydownHandler=function(e){if((/input|textarea/i.test(e.target.tagName)?!(32===e.which||27!==e.which&&(40!==e.which&&38!==e.which||p(e.target).closest(qt).length)):Lt.test(e.which))&&(e.preventDefault(),e.stopPropagation(),!this.disabled&&!p(this).hasClass(xt))){var t=c._getParentFromElement(this),n=p(t).hasClass(jt);if(n||27!==e.which)if(n&&(!n||27!==e.which&&32!==e.which)){var i=[].slice.call(t.querySelectorAll(Qt)).filter(function(e){return p(e).is(":visible")});if(0!==i.length){var o=i.indexOf(e.target);38===e.which&&0<o&&o--,40===e.which&&o<i.length-1&&o++,o<0&&(o=0),i[o].focus()}}else{if(27===e.which){var r=t.querySelector(Ut);p(r).trigger("focus")}p(this).trigger("click")}}},s(c,null,[{key:"VERSION",get:function(){return"4.4.1"}},{key:"Default",get:function(){return Jt}},{key:"DefaultType",get:function(){return Zt}}]),c}();p(document).on(Pt.KEYDOWN_DATA_API,Ut,en._dataApiKeydownHandler).on(Pt.KEYDOWN_DATA_API,qt,en._dataApiKeydownHandler).on(Pt.CLICK_DATA_API+" "+Pt.KEYUP_DATA_API,en._clearMenus).on(Pt.CLICK_DATA_API,Ut,function(e){e.preventDefault(),e.stopPropagation(),en._jQueryInterface.call(p(this),"toggle")}).on(Pt.CLICK_DATA_API,Bt,function(e){e.stopPropagation()}),p.fn[It]=en._jQueryInterface,p.fn[It].Constructor=en,p.fn[It].noConflict=function(){return p.fn[It]=kt,en._jQueryInterface};var tn="modal",nn="bs.modal",on="."+nn,rn=p.fn[tn],sn={backdrop:!0,keyboard:!0,focus:!0,show:!0},an={backdrop:"(boolean|string)",keyboard:"boolean",focus:"boolean",show:"boolean"},ln={HIDE:"hide"+on,HIDE_PREVENTED:"hidePrevented"+on,HIDDEN:"hidden"+on,SHOW:"show"+on,SHOWN:"shown"+on,FOCUSIN:"focusin"+on,RESIZE:"resize"+on,CLICK_DISMISS:"click.dismiss"+on,KEYDOWN_DISMISS:"keydown.dismiss"+on,MOUSEUP_DISMISS:"mouseup.dismiss"+on,MOUSEDOWN_DISMISS:"mousedown.dismiss"+on,CLICK_DATA_API:"click"+on+".data-api"},cn="modal-dialog-scrollable",hn="modal-scrollbar-measure",un="modal-backdrop",fn="modal-open",dn="fade",pn="show",mn="modal-static",gn=".modal-dialog",_n=".modal-body",vn='[data-toggle="modal"]',yn='[data-dismiss="modal"]',En=".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",bn=".sticky-top",wn=function(){function o(e,t){this._config=this._getConfig(t),this._element=e,this._dialog=e.querySelector(gn),this._backdrop=null,this._isShown=!1,this._isBodyOverflowing=!1,this._ignoreBackdropClick=!1,this._isTransitioning=!1,this._scrollbarWidth=0}var e=o.prototype;return e.toggle=function(e){return this._isShown?this.hide():this.show(e)},e.show=function(e){var t=this;if(!this._isShown&&!this._isTransitioning){p(this._element).hasClass(dn)&&(this._isTransitioning=!0);var n=p.Event(ln.SHOW,{relatedTarget:e});p(this._element).trigger(n),this._isShown||n.isDefaultPrevented()||(this._isShown=!0,this._checkScrollbar(),this._setScrollbar(),this._adjustDialog(),this._setEscapeEvent(),this._setResizeEvent(),p(this._element).on(ln.CLICK_DISMISS,yn,function(e){return t.hide(e)}),p(this._dialog).on(ln.MOUSEDOWN_DISMISS,function(){p(t._element).one(ln.MOUSEUP_DISMISS,function(e){p(e.target).is(t._element)&&(t._ignoreBackdropClick=!0)})}),this._showBackdrop(function(){return t._showElement(e)}))}},e.hide=function(e){var t=this;if(e&&e.preventDefault(),this._isShown&&!this._isTransitioning){var n=p.Event(ln.HIDE);if(p(this._element).trigger(n),this._isShown&&!n.isDefaultPrevented()){this._isShown=!1;var i=p(this._element).hasClass(dn);if(i&&(this._isTransitioning=!0),this._setEscapeEvent(),this._setResizeEvent(),p(document).off(ln.FOCUSIN),p(this._element).removeClass(pn),p(this._element).off(ln.CLICK_DISMISS),p(this._dialog).off(ln.MOUSEDOWN_DISMISS),i){var o=m.getTransitionDurationFromElement(this._element);p(this._element).one(m.TRANSITION_END,function(e){return t._hideModal(e)}).emulateTransitionEnd(o)}else this._hideModal()}}},e.dispose=function(){[window,this._element,this._dialog].forEach(function(e){return p(e).off(on)}),p(document).off(ln.FOCUSIN),p.removeData(this._element,nn),this._config=null,this._element=null,this._dialog=null,this._backdrop=null,this._isShown=null,this._isBodyOverflowing=null,this._ignoreBackdropClick=null,this._isTransitioning=null,this._scrollbarWidth=null},e.handleUpdate=function(){this._adjustDialog()},e._getConfig=function(e){return e=l({},sn,{},e),m.typeCheckConfig(tn,e,an),e},e._triggerBackdropTransition=function(){var e=this;if("static"===this._config.backdrop){var t=p.Event(ln.HIDE_PREVENTED);if(p(this._element).trigger(t),t.defaultPrevented)return;this._element.classList.add(mn);var n=m.getTransitionDurationFromElement(this._element);p(this._element).one(m.TRANSITION_END,function(){e._element.classList.remove(mn)}).emulateTransitionEnd(n),this._element.focus()}else this.hide()},e._showElement=function(e){var t=this,n=p(this._element).hasClass(dn),i=this._dialog?this._dialog.querySelector(_n):null;this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE||document.body.appendChild(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),p(this._dialog).hasClass(cn)&&i?i.scrollTop=0:this._element.scrollTop=0,n&&m.reflow(this._element),p(this._element).addClass(pn),this._config.focus&&this._enforceFocus();function o(){t._config.focus&&t._element.focus(),t._isTransitioning=!1,p(t._element).trigger(r)}var r=p.Event(ln.SHOWN,{relatedTarget:e});if(n){var s=m.getTransitionDurationFromElement(this._dialog);p(this._dialog).one(m.TRANSITION_END,o).emulateTransitionEnd(s)}else o()},e._enforceFocus=function(){var t=this;p(document).off(ln.FOCUSIN).on(ln.FOCUSIN,function(e){document!==e.target&&t._element!==e.target&&0===p(t._element).has(e.target).length&&t._element.focus()})},e._setEscapeEvent=function(){var t=this;this._isShown&&this._config.keyboard?p(this._element).on(ln.KEYDOWN_DISMISS,function(e){27===e.which&&t._triggerBackdropTransition()}):this._isShown||p(this._element).off(ln.KEYDOWN_DISMISS)},e._setResizeEvent=function(){var t=this;this._isShown?p(window).on(ln.RESIZE,function(e){return t.handleUpdate(e)}):p(window).off(ln.RESIZE)},e._hideModal=function(){var e=this;this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._isTransitioning=!1,this._showBackdrop(function(){p(document.body).removeClass(fn),e._resetAdjustments(),e._resetScrollbar(),p(e._element).trigger(ln.HIDDEN)})},e._removeBackdrop=function(){this._backdrop&&(p(this._backdrop).remove(),this._backdrop=null)},e._showBackdrop=function(e){var t=this,n=p(this._element).hasClass(dn)?dn:"";if(this._isShown&&this._config.backdrop){if(this._backdrop=document.createElement("div"),this._backdrop.className=un,n&&this._backdrop.classList.add(n),p(this._backdrop).appendTo(document.body),p(this._element).on(ln.CLICK_DISMISS,function(e){t._ignoreBackdropClick?t._ignoreBackdropClick=!1:e.target===e.currentTarget&&t._triggerBackdropTransition()}),n&&m.reflow(this._backdrop),p(this._backdrop).addClass(pn),!e)return;if(!n)return void e();var i=m.getTransitionDurationFromElement(this._backdrop);p(this._backdrop).one(m.TRANSITION_END,e).emulateTransitionEnd(i)}else if(!this._isShown&&this._backdrop){p(this._backdrop).removeClass(pn);var o=function(){t._removeBackdrop(),e&&e()};if(p(this._element).hasClass(dn)){var r=m.getTransitionDurationFromElement(this._backdrop);p(this._backdrop).one(m.TRANSITION_END,o).emulateTransitionEnd(r)}else o()}else e&&e()},e._adjustDialog=function(){var e=this._element.scrollHeight>document.documentElement.clientHeight;!this._isBodyOverflowing&&e&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!e&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},e._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},e._checkScrollbar=function(){var e=document.body.getBoundingClientRect();this._isBodyOverflowing=e.left+e.right<window.innerWidth,this._scrollbarWidth=this._getScrollbarWidth()},e._setScrollbar=function(){var o=this;if(this._isBodyOverflowing){var e=[].slice.call(document.querySelectorAll(En)),t=[].slice.call(document.querySelectorAll(bn));p(e).each(function(e,t){var n=t.style.paddingRight,i=p(t).css("padding-right");p(t).data("padding-right",n).css("padding-right",parseFloat(i)+o._scrollbarWidth+"px")}),p(t).each(function(e,t){var n=t.style.marginRight,i=p(t).css("margin-right");p(t).data("margin-right",n).css("margin-right",parseFloat(i)-o._scrollbarWidth+"px")});var n=document.body.style.paddingRight,i=p(document.body).css("padding-right");p(document.body).data("padding-right",n).css("padding-right",parseFloat(i)+this._scrollbarWidth+"px")}p(document.body).addClass(fn)},e._resetScrollbar=function(){var e=[].slice.call(document.querySelectorAll(En));p(e).each(function(e,t){var n=p(t).data("padding-right");p(t).removeData("padding-right"),t.style.paddingRight=n||""});var t=[].slice.call(document.querySelectorAll(""+bn));p(t).each(function(e,t){var n=p(t).data("margin-right");"undefined"!=typeof n&&p(t).css("margin-right",n).removeData("margin-right")});var n=p(document.body).data("padding-right");p(document.body).removeData("padding-right"),document.body.style.paddingRight=n||""},e._getScrollbarWidth=function(){var e=document.createElement("div");e.className=hn,document.body.appendChild(e);var t=e.getBoundingClientRect().width-e.clientWidth;return document.body.removeChild(e),t},o._jQueryInterface=function(n,i){return this.each(function(){var e=p(this).data(nn),t=l({},sn,{},p(this).data(),{},"object"==typeof n&&n?n:{});if(e||(e=new o(this,t),p(this).data(nn,e)),"string"==typeof n){if("undefined"==typeof e[n])throw new TypeError('No method named "'+n+'"');e[n](i)}else t.show&&e.show(i)})},s(o,null,[{key:"VERSION",get:function(){return"4.4.1"}},{key:"Default",get:function(){return sn}}]),o}();p(document).on(ln.CLICK_DATA_API,vn,function(e){var t,n=this,i=m.getSelectorFromElement(this);i&&(t=document.querySelector(i));var o=p(t).data(nn)?"toggle":l({},p(t).data(),{},p(this).data());"A"!==this.tagName&&"AREA"!==this.tagName||e.preventDefault();var r=p(t).one(ln.SHOW,function(e){e.isDefaultPrevented()||r.one(ln.HIDDEN,function(){p(n).is(":visible")&&n.focus()})});wn._jQueryInterface.call(p(t),o,this)}),p.fn[tn]=wn._jQueryInterface,p.fn[tn].Constructor=wn,p.fn[tn].noConflict=function(){return p.fn[tn]=rn,wn._jQueryInterface};var Tn=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],Cn={"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},Sn=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,Dn=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i;function In(e,r,t){if(0===e.length)return e;if(t&&"function"==typeof t)return t(e);for(var n=(new window.DOMParser).parseFromString(e,"text/html"),s=Object.keys(r),a=[].slice.call(n.body.querySelectorAll("*")),i=function(e){var t=a[e],n=t.nodeName.toLowerCase();if(-1===s.indexOf(t.nodeName.toLowerCase()))return t.parentNode.removeChild(t),"continue";var i=[].slice.call(t.attributes),o=[].concat(r["*"]||[],r[n]||[]);i.forEach(function(e){!function(e,t){var n=e.nodeName.toLowerCase();if(-1!==t.indexOf(n))return-1===Tn.indexOf(n)||Boolean(e.nodeValue.match(Sn)||e.nodeValue.match(Dn));for(var i=t.filter(function(e){return e instanceof RegExp}),o=0,r=i.length;o<r;o++)if(n.match(i[o]))return!0;return!1}(e,o)&&t.removeAttribute(e.nodeName)})},o=0,l=a.length;o<l;o++)i(o);return n.body.innerHTML}var An="tooltip",On="bs.tooltip",Nn="."+On,kn=p.fn[An],Ln="bs-tooltip",Pn=new RegExp("(^|\\s)"+Ln+"\\S+","g"),xn=["sanitize","whiteList","sanitizeFn"],jn={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(number|string|function)",container:"(string|element|boolean)",fallbackPlacement:"(string|array)",boundary:"(string|element)",sanitize:"boolean",sanitizeFn:"(null|function)",whiteList:"object",popperConfig:"(null|object)"},Hn={AUTO:"auto",TOP:"top",RIGHT:"right",BOTTOM:"bottom",LEFT:"left"},Rn={animation:!0,template:'<div class="tooltip" role="tooltip"><div class="arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent",sanitize:!0,sanitizeFn:null,whiteList:Cn,popperConfig:null},Fn="show",Mn="out",Wn={HIDE:"hide"+Nn,HIDDEN:"hidden"+Nn,SHOW:"show"+Nn,SHOWN:"shown"+Nn,INSERTED:"inserted"+Nn,CLICK:"click"+Nn,FOCUSIN:"focusin"+Nn,FOCUSOUT:"focusout"+Nn,MOUSEENTER:"mouseenter"+Nn,MOUSELEAVE:"mouseleave"+Nn},Un="fade",Bn="show",qn=".tooltip-inner",Kn=".arrow",Qn="hover",Vn="focus",Yn="click",zn="manual",Xn=function(){function i(e,t){if("undefined"==typeof St)throw new TypeError("Bootstrap's tooltips require Popper.js (https://popper.js.org/)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=e,this.config=this._getConfig(t),this.tip=null,this._setListeners()}var e=i.prototype;return e.enable=function(){this._isEnabled=!0},e.disable=function(){this._isEnabled=!1},e.toggleEnabled=function(){this._isEnabled=!this._isEnabled},e.toggle=function(e){if(this._isEnabled)if(e){var t=this.constructor.DATA_KEY,n=p(e.currentTarget).data(t);n||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),p(e.currentTarget).data(t,n)),n._activeTrigger.click=!n._activeTrigger.click,n._isWithActiveTrigger()?n._enter(null,n):n._leave(null,n)}else{if(p(this.getTipElement()).hasClass(Bn))return void this._leave(null,this);this._enter(null,this)}},e.dispose=function(){clearTimeout(this._timeout),p.removeData(this.element,this.constructor.DATA_KEY),p(this.element).off(this.constructor.EVENT_KEY),p(this.element).closest(".modal").off("hide.bs.modal",this._hideModalHandler),this.tip&&p(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},e.show=function(){var t=this;if("none"===p(this.element).css("display"))throw new Error("Please use show on visible elements");var e=p.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){p(this.element).trigger(e);var n=m.findShadowRoot(this.element),i=p.contains(null!==n?n:this.element.ownerDocument.documentElement,this.element);if(e.isDefaultPrevented()||!i)return;var o=this.getTipElement(),r=m.getUID(this.constructor.NAME);o.setAttribute("id",r),this.element.setAttribute("aria-describedby",r),this.setContent(),this.config.animation&&p(o).addClass(Un);var s="function"==typeof this.config.placement?this.config.placement.call(this,o,this.element):this.config.placement,a=this._getAttachment(s);this.addAttachmentClass(a);var l=this._getContainer();p(o).data(this.constructor.DATA_KEY,this),p.contains(this.element.ownerDocument.documentElement,this.tip)||p(o).appendTo(l),p(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new St(this.element,o,this._getPopperConfig(a)),p(o).addClass(Bn),"ontouchstart"in document.documentElement&&p(document.body).children().on("mouseover",null,p.noop);var c=function(){t.config.animation&&t._fixTransition();var e=t._hoverState;t._hoverState=null,p(t.element).trigger(t.constructor.Event.SHOWN),e===Mn&&t._leave(null,t)};if(p(this.tip).hasClass(Un)){var h=m.getTransitionDurationFromElement(this.tip);p(this.tip).one(m.TRANSITION_END,c).emulateTransitionEnd(h)}else c()}},e.hide=function(e){function t(){n._hoverState!==Fn&&i.parentNode&&i.parentNode.removeChild(i),n._cleanTipClass(),n.element.removeAttribute("aria-describedby"),p(n.element).trigger(n.constructor.Event.HIDDEN),null!==n._popper&&n._popper.destroy(),e&&e()}var n=this,i=this.getTipElement(),o=p.Event(this.constructor.Event.HIDE);if(p(this.element).trigger(o),!o.isDefaultPrevented()){if(p(i).removeClass(Bn),"ontouchstart"in document.documentElement&&p(document.body).children().off("mouseover",null,p.noop),this._activeTrigger[Yn]=!1,this._activeTrigger[Vn]=!1,this._activeTrigger[Qn]=!1,p(this.tip).hasClass(Un)){var r=m.getTransitionDurationFromElement(i);p(i).one(m.TRANSITION_END,t).emulateTransitionEnd(r)}else t();this._hoverState=""}},e.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},e.isWithContent=function(){return Boolean(this.getTitle())},e.addAttachmentClass=function(e){p(this.getTipElement()).addClass(Ln+"-"+e)},e.getTipElement=function(){return this.tip=this.tip||p(this.config.template)[0],this.tip},e.setContent=function(){var e=this.getTipElement();this.setElementContent(p(e.querySelectorAll(qn)),this.getTitle()),p(e).removeClass(Un+" "+Bn)},e.setElementContent=function(e,t){"object"!=typeof t||!t.nodeType&&!t.jquery?this.config.html?(this.config.sanitize&&(t=In(t,this.config.whiteList,this.config.sanitizeFn)),e.html(t)):e.text(t):this.config.html?p(t).parent().is(e)||e.empty().append(t):e.text(p(t).text())},e.getTitle=function(){var e=this.element.getAttribute("data-original-title");return e=e||("function"==typeof this.config.title?this.config.title.call(this.element):this.config.title)},e._getPopperConfig=function(e){var t=this;return l({},{placement:e,modifiers:{offset:this._getOffset(),flip:{behavior:this.config.fallbackPlacement},arrow:{element:Kn},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(e){e.originalPlacement!==e.placement&&t._handlePopperPlacementChange(e)},onUpdate:function(e){return t._handlePopperPlacementChange(e)}},{},this.config.popperConfig)},e._getOffset=function(){var t=this,e={};return"function"==typeof this.config.offset?e.fn=function(e){return e.offsets=l({},e.offsets,{},t.config.offset(e.offsets,t.element)||{}),e}:e.offset=this.config.offset,e},e._getContainer=function(){return!1===this.config.container?document.body:m.isElement(this.config.container)?p(this.config.container):p(document).find(this.config.container)},e._getAttachment=function(e){return Hn[e.toUpperCase()]},e._setListeners=function(){var i=this;this.config.trigger.split(" ").forEach(function(e){if("click"===e)p(i.element).on(i.constructor.Event.CLICK,i.config.selector,function(e){return i.toggle(e)});else if(e!==zn){var t=e===Qn?i.constructor.Event.MOUSEENTER:i.constructor.Event.FOCUSIN,n=e===Qn?i.constructor.Event.MOUSELEAVE:i.constructor.Event.FOCUSOUT;p(i.element).on(t,i.config.selector,function(e){return i._enter(e)}).on(n,i.config.selector,function(e){return i._leave(e)})}}),this._hideModalHandler=function(){i.element&&i.hide()},p(this.element).closest(".modal").on("hide.bs.modal",this._hideModalHandler),this.config.selector?this.config=l({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},e._fixTitle=function(){var e=typeof this.element.getAttribute("data-original-title");!this.element.getAttribute("title")&&"string"==e||(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},e._enter=function(e,t){var n=this.constructor.DATA_KEY;(t=t||p(e.currentTarget).data(n))||(t=new this.constructor(e.currentTarget,this._getDelegateConfig()),p(e.currentTarget).data(n,t)),e&&(t._activeTrigger["focusin"===e.type?Vn:Qn]=!0),p(t.getTipElement()).hasClass(Bn)||t._hoverState===Fn?t._hoverState=Fn:(clearTimeout(t._timeout),t._hoverState=Fn,t.config.delay&&t.config.delay.show?t._timeout=setTimeout(function(){t._hoverState===Fn&&t.show()},t.config.delay.show):t.show())},e._leave=function(e,t){var n=this.constructor.DATA_KEY;(t=t||p(e.currentTarget).data(n))||(t=new this.constructor(e.currentTarget,this._getDelegateConfig()),p(e.currentTarget).data(n,t)),e&&(t._activeTrigger["focusout"===e.type?Vn:Qn]=!1),t._isWithActiveTrigger()||(clearTimeout(t._timeout),t._hoverState=Mn,t.config.delay&&t.config.delay.hide?t._timeout=setTimeout(function(){t._hoverState===Mn&&t.hide()},t.config.delay.hide):t.hide())},e._isWithActiveTrigger=function(){for(var e in this._activeTrigger)if(this._activeTrigger[e])return!0;return!1},e._getConfig=function(e){var t=p(this.element).data();return Object.keys(t).forEach(function(e){-1!==xn.indexOf(e)&&delete t[e]}),"number"==typeof(e=l({},this.constructor.Default,{},t,{},"object"==typeof e&&e?e:{})).delay&&(e.delay={show:e.delay,hide:e.delay}),"number"==typeof e.title&&(e.title=e.title.toString()),"number"==typeof e.content&&(e.content=e.content.toString()),m.typeCheckConfig(An,e,this.constructor.DefaultType),e.sanitize&&(e.template=In(e.template,e.whiteList,e.sanitizeFn)),e},e._getDelegateConfig=function(){var e={};if(this.config)for(var t in this.config)this.constructor.Default[t]!==this.config[t]&&(e[t]=this.config[t]);return e},e._cleanTipClass=function(){var e=p(this.getTipElement()),t=e.attr("class").match(Pn);null!==t&&t.length&&e.removeClass(t.join(""))},e._handlePopperPlacementChange=function(e){var t=e.instance;this.tip=t.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(e.placement))},e._fixTransition=function(){var e=this.getTipElement(),t=this.config.animation;null===e.getAttribute("x-placement")&&(p(e).removeClass(Un),this.config.animation=!1,this.hide(),this.show(),this.config.animation=t)},i._jQueryInterface=function(n){return this.each(function(){var e=p(this).data(On),t="object"==typeof n&&n;if((e||!/dispose|hide/.test(n))&&(e||(e=new i(this,t),p(this).data(On,e)),"string"==typeof n)){if("undefined"==typeof e[n])throw new TypeError('No method named "'+n+'"');e[n]()}})},s(i,null,[{key:"VERSION",get:function(){return"4.4.1"}},{key:"Default",get:function(){return Rn}},{key:"NAME",get:function(){return An}},{key:"DATA_KEY",get:function(){return On}},{key:"Event",get:function(){return Wn}},{key:"EVENT_KEY",get:function(){return Nn}},{key:"DefaultType",get:function(){return jn}}]),i}();p.fn[An]=Xn._jQueryInterface,p.fn[An].Constructor=Xn,p.fn[An].noConflict=function(){return p.fn[An]=kn,Xn._jQueryInterface};var Gn="popover",$n="bs.popover",Jn="."+$n,Zn=p.fn[Gn],ei="bs-popover",ti=new RegExp("(^|\\s)"+ei+"\\S+","g"),ni=l({},Xn.Default,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>'}),ii=l({},Xn.DefaultType,{content:"(string|element|function)"}),oi="fade",ri="show",si=".popover-header",ai=".popover-body",li={HIDE:"hide"+Jn,HIDDEN:"hidden"+Jn,SHOW:"show"+Jn,SHOWN:"shown"+Jn,INSERTED:"inserted"+Jn,CLICK:"click"+Jn,FOCUSIN:"focusin"+Jn,FOCUSOUT:"focusout"+Jn,MOUSEENTER:"mouseenter"+Jn,MOUSELEAVE:"mouseleave"+Jn},ci=function(e){function i(){return e.apply(this,arguments)||this}!function(e,t){e.prototype=Object.create(t.prototype),(e.prototype.constructor=e).__proto__=t}(i,e);var t=i.prototype;return t.isWithContent=function(){return this.getTitle()||this._getContent()},t.addAttachmentClass=function(e){p(this.getTipElement()).addClass(ei+"-"+e)},t.getTipElement=function(){return this.tip=this.tip||p(this.config.template)[0],this.tip},t.setContent=function(){var e=p(this.getTipElement());this.setElementContent(e.find(si),this.getTitle());var t=this._getContent();"function"==typeof t&&(t=t.call(this.element)),this.setElementContent(e.find(ai),t),e.removeClass(oi+" "+ri)},t._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},t._cleanTipClass=function(){var e=p(this.getTipElement()),t=e.attr("class").match(ti);null!==t&&0<t.length&&e.removeClass(t.join(""))},i._jQueryInterface=function(n){return this.each(function(){var e=p(this).data($n),t="object"==typeof n?n:null;if((e||!/dispose|hide/.test(n))&&(e||(e=new i(this,t),p(this).data($n,e)),"string"==typeof n)){if("undefined"==typeof e[n])throw new TypeError('No method named "'+n+'"');e[n]()}})},s(i,null,[{key:"VERSION",get:function(){return"4.4.1"}},{key:"Default",get:function(){return ni}},{key:"NAME",get:function(){return Gn}},{key:"DATA_KEY",get:function(){return $n}},{key:"Event",get:function(){return li}},{key:"EVENT_KEY",get:function(){return Jn}},{key:"DefaultType",get:function(){return ii}}]),i}(Xn);p.fn[Gn]=ci._jQueryInterface,p.fn[Gn].Constructor=ci,p.fn[Gn].noConflict=function(){return p.fn[Gn]=Zn,ci._jQueryInterface};var hi="scrollspy",ui="bs.scrollspy",fi="."+ui,di=p.fn[hi],pi={offset:10,method:"auto",target:""},mi={offset:"number",method:"string",target:"(string|element)"},gi={ACTIVATE:"activate"+fi,SCROLL:"scroll"+fi,LOAD_DATA_API:"load"+fi+".data-api"},_i="dropdown-item",vi="active",yi='[data-spy="scroll"]',Ei=".nav, .list-group",bi=".nav-link",wi=".nav-item",Ti=".list-group-item",Ci=".dropdown",Si=".dropdown-item",Di=".dropdown-toggle",Ii="offset",Ai="position",Oi=function(){function n(e,t){var n=this;this._element=e,this._scrollElement="BODY"===e.tagName?window:e,this._config=this._getConfig(t),this._selector=this._config.target+" "+bi+","+this._config.target+" "+Ti+","+this._config.target+" "+Si,this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,p(this._scrollElement).on(gi.SCROLL,function(e){return n._process(e)}),this.refresh(),this._process()}var e=n.prototype;return e.refresh=function(){var t=this,e=this._scrollElement===this._scrollElement.window?Ii:Ai,o="auto"===this._config.method?e:this._config.method,r=o===Ai?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),[].slice.call(document.querySelectorAll(this._selector)).map(function(e){var t,n=m.getSelectorFromElement(e);if(n&&(t=document.querySelector(n)),t){var i=t.getBoundingClientRect();if(i.width||i.height)return[p(t)[o]().top+r,n]}return null}).filter(function(e){return e}).sort(function(e,t){return e[0]-t[0]}).forEach(function(e){t._offsets.push(e[0]),t._targets.push(e[1])})},e.dispose=function(){p.removeData(this._element,ui),p(this._scrollElement).off(fi),this._element=null,this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null},e._getConfig=function(e){if("string"!=typeof(e=l({},pi,{},"object"==typeof e&&e?e:{})).target){var t=p(e.target).attr("id");t||(t=m.getUID(hi),p(e.target).attr("id",t)),e.target="#"+t}return m.typeCheckConfig(hi,e,mi),e},e._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},e._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},e._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},e._process=function(){var e=this._getScrollTop()+this._config.offset,t=this._getScrollHeight(),n=this._config.offset+t-this._getOffsetHeight();if(this._scrollHeight!==t&&this.refresh(),n<=e){var i=this._targets[this._targets.length-1];this._activeTarget!==i&&this._activate(i)}else{if(this._activeTarget&&e<this._offsets[0]&&0<this._offsets[0])return this._activeTarget=null,void this._clear();for(var o=this._offsets.length;o--;){this._activeTarget!==this._targets[o]&&e>=this._offsets[o]&&("undefined"==typeof this._offsets[o+1]||e<this._offsets[o+1])&&this._activate(this._targets[o])}}},e._activate=function(t){this._activeTarget=t,this._clear();var e=this._selector.split(",").map(function(e){return e+'[data-target="'+t+'"],'+e+'[href="'+t+'"]'}),n=p([].slice.call(document.querySelectorAll(e.join(","))));n.hasClass(_i)?(n.closest(Ci).find(Di).addClass(vi),n.addClass(vi)):(n.addClass(vi),n.parents(Ei).prev(bi+", "+Ti).addClass(vi),n.parents(Ei).prev(wi).children(bi).addClass(vi)),p(this._scrollElement).trigger(gi.ACTIVATE,{relatedTarget:t})},e._clear=function(){[].slice.call(document.querySelectorAll(this._selector)).filter(function(e){return e.classList.contains(vi)}).forEach(function(e){return e.classList.remove(vi)})},n._jQueryInterface=function(t){return this.each(function(){var e=p(this).data(ui);if(e||(e=new n(this,"object"==typeof t&&t),p(this).data(ui,e)),"string"==typeof t){if("undefined"==typeof e[t])throw new TypeError('No method named "'+t+'"');e[t]()}})},s(n,null,[{key:"VERSION",get:function(){return"4.4.1"}},{key:"Default",get:function(){return pi}}]),n}();p(window).on(gi.LOAD_DATA_API,function(){for(var e=[].slice.call(document.querySelectorAll(yi)),t=e.length;t--;){var n=p(e[t]);Oi._jQueryInterface.call(n,n.data())}}),p.fn[hi]=Oi._jQueryInterface,p.fn[hi].Constructor=Oi,p.fn[hi].noConflict=function(){return p.fn[hi]=di,Oi._jQueryInterface};var Ni="bs.tab",ki="."+Ni,Li=p.fn.tab,Pi={HIDE:"hide"+ki,HIDDEN:"hidden"+ki,SHOW:"show"+ki,SHOWN:"shown"+ki,CLICK_DATA_API:"click"+ki+".data-api"},xi="dropdown-menu",ji="active",Hi="disabled",Ri="fade",Fi="show",Mi=".dropdown",Wi=".nav, .list-group",Ui=".active",Bi="> li > .active",qi='[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',Ki=".dropdown-toggle",Qi="> .dropdown-menu .active",Vi=function(){function i(e){this._element=e}var e=i.prototype;return e.show=function(){var n=this;if(!(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&p(this._element).hasClass(ji)||p(this._element).hasClass(Hi))){var e,i,t=p(this._element).closest(Wi)[0],o=m.getSelectorFromElement(this._element);if(t){var r="UL"===t.nodeName||"OL"===t.nodeName?Bi:Ui;i=(i=p.makeArray(p(t).find(r)))[i.length-1]}var s=p.Event(Pi.HIDE,{relatedTarget:this._element}),a=p.Event(Pi.SHOW,{relatedTarget:i});if(i&&p(i).trigger(s),p(this._element).trigger(a),!a.isDefaultPrevented()&&!s.isDefaultPrevented()){o&&(e=document.querySelector(o)),this._activate(this._element,t);var l=function(){var e=p.Event(Pi.HIDDEN,{relatedTarget:n._element}),t=p.Event(Pi.SHOWN,{relatedTarget:i});p(i).trigger(e),p(n._element).trigger(t)};e?this._activate(e,e.parentNode,l):l()}}},e.dispose=function(){p.removeData(this._element,Ni),this._element=null},e._activate=function(e,t,n){function i(){return o._transitionComplete(e,r,n)}var o=this,r=(!t||"UL"!==t.nodeName&&"OL"!==t.nodeName?p(t).children(Ui):p(t).find(Bi))[0],s=n&&r&&p(r).hasClass(Ri);if(r&&s){var a=m.getTransitionDurationFromElement(r);p(r).removeClass(Fi).one(m.TRANSITION_END,i).emulateTransitionEnd(a)}else i()},e._transitionComplete=function(e,t,n){if(t){p(t).removeClass(ji);var i=p(t.parentNode).find(Qi)[0];i&&p(i).removeClass(ji),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!1)}if(p(e).addClass(ji),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!0),m.reflow(e),e.classList.contains(Ri)&&e.classList.add(Fi),e.parentNode&&p(e.parentNode).hasClass(xi)){var o=p(e).closest(Mi)[0];if(o){var r=[].slice.call(o.querySelectorAll(Ki));p(r).addClass(ji)}e.setAttribute("aria-expanded",!0)}n&&n()},i._jQueryInterface=function(n){return this.each(function(){var e=p(this),t=e.data(Ni);if(t||(t=new i(this),e.data(Ni,t)),"string"==typeof n){if("undefined"==typeof t[n])throw new TypeError('No method named "'+n+'"');t[n]()}})},s(i,null,[{key:"VERSION",get:function(){return"4.4.1"}}]),i}();p(document).on(Pi.CLICK_DATA_API,qi,function(e){e.preventDefault(),Vi._jQueryInterface.call(p(this),"show")}),p.fn.tab=Vi._jQueryInterface,p.fn.tab.Constructor=Vi,p.fn.tab.noConflict=function(){return p.fn.tab=Li,Vi._jQueryInterface};var Yi="toast",zi="bs.toast",Xi="."+zi,Gi=p.fn[Yi],$i={CLICK_DISMISS:"click.dismiss"+Xi,HIDE:"hide"+Xi,HIDDEN:"hidden"+Xi,SHOW:"show"+Xi,SHOWN:"shown"+Xi},Ji="fade",Zi="hide",eo="show",to="showing",no={animation:"boolean",autohide:"boolean",delay:"number"},io={animation:!0,autohide:!0,delay:500},oo='[data-dismiss="toast"]',ro=function(){function i(e,t){this._element=e,this._config=this._getConfig(t),this._timeout=null,this._setListeners()}var e=i.prototype;return e.show=function(){var e=this,t=p.Event($i.SHOW);if(p(this._element).trigger(t),!t.isDefaultPrevented()){this._config.animation&&this._element.classList.add(Ji);var n=function(){e._element.classList.remove(to),e._element.classList.add(eo),p(e._element).trigger($i.SHOWN),e._config.autohide&&(e._timeout=setTimeout(function(){e.hide()},e._config.delay))};if(this._element.classList.remove(Zi),m.reflow(this._element),this._element.classList.add(to),this._config.animation){var i=m.getTransitionDurationFromElement(this._element);p(this._element).one(m.TRANSITION_END,n).emulateTransitionEnd(i)}else n()}},e.hide=function(){if(this._element.classList.contains(eo)){var e=p.Event($i.HIDE);p(this._element).trigger(e),e.isDefaultPrevented()||this._close()}},e.dispose=function(){clearTimeout(this._timeout),this._timeout=null,this._element.classList.contains(eo)&&this._element.classList.remove(eo),p(this._element).off($i.CLICK_DISMISS),p.removeData(this._element,zi),this._element=null,this._config=null},e._getConfig=function(e){return e=l({},io,{},p(this._element).data(),{},"object"==typeof e&&e?e:{}),m.typeCheckConfig(Yi,e,this.constructor.DefaultType),e},e._setListeners=function(){var e=this;p(this._element).on($i.CLICK_DISMISS,oo,function(){return e.hide()})},e._close=function(){function e(){t._element.classList.add(Zi),p(t._element).trigger($i.HIDDEN)}var t=this;if(this._element.classList.remove(eo),this._config.animation){var n=m.getTransitionDurationFromElement(this._element);p(this._element).one(m.TRANSITION_END,e).emulateTransitionEnd(n)}else e()},i._jQueryInterface=function(n){return this.each(function(){var e=p(this),t=e.data(zi);if(t||(t=new i(this,"object"==typeof n&&n),e.data(zi,t)),"string"==typeof n){if("undefined"==typeof t[n])throw new TypeError('No method named "'+n+'"');t[n](this)}})},s(i,null,[{key:"VERSION",get:function(){return"4.4.1"}},{key:"DefaultType",get:function(){return no}},{key:"Default",get:function(){return io}}]),i}();p.fn[Yi]=ro._jQueryInterface,p.fn[Yi].Constructor=ro,p.fn[Yi].noConflict=function(){return p.fn[Yi]=Gi,ro._jQueryInterface},e.Alert=_,e.Button=x,e.Carousel=he,e.Collapse=De,e.Dropdown=en,e.Modal=wn,e.Popover=ci,e.Scrollspy=Oi,e.Tab=Vi,e.Toast=ro,e.Tooltip=Xn,e.Util=m,Object.defineProperty(e,"__esModule",{value:!0})}); | ||
7 | +//# sourceMappingURL=bootstrap.bundle.min.js.map | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
This diff could not be displayed because it is too large.
public/javascripts/bootstrap.esm.js
deleted
100644 → 0
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
public/javascripts/bootstrap.js.map
0 → 100644
This diff could not be displayed because it is too large.
public/javascripts/bootstrap.min.js
0 → 100644
1 | +/*! | ||
2 | + * Bootstrap v4.4.1 (https://getbootstrap.com/) | ||
3 | + * Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) | ||
4 | + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) | ||
5 | + */ | ||
6 | +!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("jquery"),require("popper.js")):"function"==typeof define&&define.amd?define(["exports","jquery","popper.js"],e):e((t=t||self).bootstrap={},t.jQuery,t.Popper)}(this,function(t,g,u){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function s(t,e,n){return e&&i(t.prototype,e),n&&i(t,n),t}function e(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,i)}return n}function l(o){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?e(Object(r),!0).forEach(function(t){var e,n,i;e=o,i=r[n=t],n in e?Object.defineProperty(e,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[n]=i}):Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(r)):e(Object(r)).forEach(function(t){Object.defineProperty(o,t,Object.getOwnPropertyDescriptor(r,t))})}return o}g=g&&g.hasOwnProperty("default")?g.default:g,u=u&&u.hasOwnProperty("default")?u.default:u;var n="transitionend";function o(t){var e=this,n=!1;return g(this).one(_.TRANSITION_END,function(){n=!0}),setTimeout(function(){n||_.triggerTransitionEnd(e)},t),this}var _={TRANSITION_END:"bsTransitionEnd",getUID:function(t){for(;t+=~~(1e6*Math.random()),document.getElementById(t););return t},getSelectorFromElement:function(t){var e=t.getAttribute("data-target");if(!e||"#"===e){var n=t.getAttribute("href");e=n&&"#"!==n?n.trim():""}try{return document.querySelector(e)?e:null}catch(t){return null}},getTransitionDurationFromElement:function(t){if(!t)return 0;var e=g(t).css("transition-duration"),n=g(t).css("transition-delay"),i=parseFloat(e),o=parseFloat(n);return i||o?(e=e.split(",")[0],n=n.split(",")[0],1e3*(parseFloat(e)+parseFloat(n))):0},reflow:function(t){return t.offsetHeight},triggerTransitionEnd:function(t){g(t).trigger(n)},supportsTransitionEnd:function(){return Boolean(n)},isElement:function(t){return(t[0]||t).nodeType},typeCheckConfig:function(t,e,n){for(var i in n)if(Object.prototype.hasOwnProperty.call(n,i)){var o=n[i],r=e[i],s=r&&_.isElement(r)?"element":(a=r,{}.toString.call(a).match(/\s([a-z]+)/i)[1].toLowerCase());if(!new RegExp(o).test(s))throw new Error(t.toUpperCase()+': Option "'+i+'" provided type "'+s+'" but expected type "'+o+'".')}var a},findShadowRoot:function(t){if(!document.documentElement.attachShadow)return null;if("function"!=typeof t.getRootNode)return t instanceof ShadowRoot?t:t.parentNode?_.findShadowRoot(t.parentNode):null;var e=t.getRootNode();return e instanceof ShadowRoot?e:null},jQueryDetection:function(){if("undefined"==typeof g)throw new TypeError("Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.");var t=g.fn.jquery.split(" ")[0].split(".");if(t[0]<2&&t[1]<9||1===t[0]&&9===t[1]&&t[2]<1||4<=t[0])throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}};_.jQueryDetection(),g.fn.emulateTransitionEnd=o,g.event.special[_.TRANSITION_END]={bindType:n,delegateType:n,handle:function(t){if(g(t.target).is(this))return t.handleObj.handler.apply(this,arguments)}};var r="alert",a="bs.alert",c="."+a,h=g.fn[r],f={CLOSE:"close"+c,CLOSED:"closed"+c,CLICK_DATA_API:"click"+c+".data-api"},d="alert",m="fade",p="show",v=function(){function i(t){this._element=t}var t=i.prototype;return t.close=function(t){var e=this._element;t&&(e=this._getRootElement(t)),this._triggerCloseEvent(e).isDefaultPrevented()||this._removeElement(e)},t.dispose=function(){g.removeData(this._element,a),this._element=null},t._getRootElement=function(t){var e=_.getSelectorFromElement(t),n=!1;return e&&(n=document.querySelector(e)),n=n||g(t).closest("."+d)[0]},t._triggerCloseEvent=function(t){var e=g.Event(f.CLOSE);return g(t).trigger(e),e},t._removeElement=function(e){var n=this;if(g(e).removeClass(p),g(e).hasClass(m)){var t=_.getTransitionDurationFromElement(e);g(e).one(_.TRANSITION_END,function(t){return n._destroyElement(e,t)}).emulateTransitionEnd(t)}else this._destroyElement(e)},t._destroyElement=function(t){g(t).detach().trigger(f.CLOSED).remove()},i._jQueryInterface=function(n){return this.each(function(){var t=g(this),e=t.data(a);e||(e=new i(this),t.data(a,e)),"close"===n&&e[n](this)})},i._handleDismiss=function(e){return function(t){t&&t.preventDefault(),e.close(this)}},s(i,null,[{key:"VERSION",get:function(){return"4.4.1"}}]),i}();g(document).on(f.CLICK_DATA_API,'[data-dismiss="alert"]',v._handleDismiss(new v)),g.fn[r]=v._jQueryInterface,g.fn[r].Constructor=v,g.fn[r].noConflict=function(){return g.fn[r]=h,v._jQueryInterface};var y="button",E="bs.button",C="."+E,T=".data-api",b=g.fn[y],S="active",D="btn",I="focus",w='[data-toggle^="button"]',A='[data-toggle="buttons"]',N='[data-toggle="button"]',O='[data-toggle="buttons"] .btn',k='input:not([type="hidden"])',P=".active",L=".btn",j={CLICK_DATA_API:"click"+C+T,FOCUS_BLUR_DATA_API:"focus"+C+T+" blur"+C+T,LOAD_DATA_API:"load"+C+T},H=function(){function n(t){this._element=t}var t=n.prototype;return t.toggle=function(){var t=!0,e=!0,n=g(this._element).closest(A)[0];if(n){var i=this._element.querySelector(k);if(i){if("radio"===i.type)if(i.checked&&this._element.classList.contains(S))t=!1;else{var o=n.querySelector(P);o&&g(o).removeClass(S)}else"checkbox"===i.type?"LABEL"===this._element.tagName&&i.checked===this._element.classList.contains(S)&&(t=!1):t=!1;t&&(i.checked=!this._element.classList.contains(S),g(i).trigger("change")),i.focus(),e=!1}}this._element.hasAttribute("disabled")||this._element.classList.contains("disabled")||(e&&this._element.setAttribute("aria-pressed",!this._element.classList.contains(S)),t&&g(this._element).toggleClass(S))},t.dispose=function(){g.removeData(this._element,E),this._element=null},n._jQueryInterface=function(e){return this.each(function(){var t=g(this).data(E);t||(t=new n(this),g(this).data(E,t)),"toggle"===e&&t[e]()})},s(n,null,[{key:"VERSION",get:function(){return"4.4.1"}}]),n}();g(document).on(j.CLICK_DATA_API,w,function(t){var e=t.target;if(g(e).hasClass(D)||(e=g(e).closest(L)[0]),!e||e.hasAttribute("disabled")||e.classList.contains("disabled"))t.preventDefault();else{var n=e.querySelector(k);if(n&&(n.hasAttribute("disabled")||n.classList.contains("disabled")))return void t.preventDefault();H._jQueryInterface.call(g(e),"toggle")}}).on(j.FOCUS_BLUR_DATA_API,w,function(t){var e=g(t.target).closest(L)[0];g(e).toggleClass(I,/^focus(in)?$/.test(t.type))}),g(window).on(j.LOAD_DATA_API,function(){for(var t=[].slice.call(document.querySelectorAll(O)),e=0,n=t.length;e<n;e++){var i=t[e],o=i.querySelector(k);o.checked||o.hasAttribute("checked")?i.classList.add(S):i.classList.remove(S)}for(var r=0,s=(t=[].slice.call(document.querySelectorAll(N))).length;r<s;r++){var a=t[r];"true"===a.getAttribute("aria-pressed")?a.classList.add(S):a.classList.remove(S)}}),g.fn[y]=H._jQueryInterface,g.fn[y].Constructor=H,g.fn[y].noConflict=function(){return g.fn[y]=b,H._jQueryInterface};var R="carousel",x="bs.carousel",F="."+x,U=".data-api",W=g.fn[R],q={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0,touch:!0},M={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean",touch:"boolean"},K="next",Q="prev",B="left",V="right",Y={SLIDE:"slide"+F,SLID:"slid"+F,KEYDOWN:"keydown"+F,MOUSEENTER:"mouseenter"+F,MOUSELEAVE:"mouseleave"+F,TOUCHSTART:"touchstart"+F,TOUCHMOVE:"touchmove"+F,TOUCHEND:"touchend"+F,POINTERDOWN:"pointerdown"+F,POINTERUP:"pointerup"+F,DRAG_START:"dragstart"+F,LOAD_DATA_API:"load"+F+U,CLICK_DATA_API:"click"+F+U},z="carousel",X="active",$="slide",G="carousel-item-right",J="carousel-item-left",Z="carousel-item-next",tt="carousel-item-prev",et="pointer-event",nt=".active",it=".active.carousel-item",ot=".carousel-item",rt=".carousel-item img",st=".carousel-item-next, .carousel-item-prev",at=".carousel-indicators",lt="[data-slide], [data-slide-to]",ct='[data-ride="carousel"]',ht={TOUCH:"touch",PEN:"pen"},ut=function(){function r(t,e){this._items=null,this._interval=null,this._activeElement=null,this._isPaused=!1,this._isSliding=!1,this.touchTimeout=null,this.touchStartX=0,this.touchDeltaX=0,this._config=this._getConfig(e),this._element=t,this._indicatorsElement=this._element.querySelector(at),this._touchSupported="ontouchstart"in document.documentElement||0<navigator.maxTouchPoints,this._pointerEvent=Boolean(window.PointerEvent||window.MSPointerEvent),this._addEventListeners()}var t=r.prototype;return t.next=function(){this._isSliding||this._slide(K)},t.nextWhenVisible=function(){!document.hidden&&g(this._element).is(":visible")&&"hidden"!==g(this._element).css("visibility")&&this.next()},t.prev=function(){this._isSliding||this._slide(Q)},t.pause=function(t){t||(this._isPaused=!0),this._element.querySelector(st)&&(_.triggerTransitionEnd(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},t.cycle=function(t){t||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config.interval&&!this._isPaused&&(this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))},t.to=function(t){var e=this;this._activeElement=this._element.querySelector(it);var n=this._getItemIndex(this._activeElement);if(!(t>this._items.length-1||t<0))if(this._isSliding)g(this._element).one(Y.SLID,function(){return e.to(t)});else{if(n===t)return this.pause(),void this.cycle();var i=n<t?K:Q;this._slide(i,this._items[t])}},t.dispose=function(){g(this._element).off(F),g.removeData(this._element,x),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},t._getConfig=function(t){return t=l({},q,{},t),_.typeCheckConfig(R,t,M),t},t._handleSwipe=function(){var t=Math.abs(this.touchDeltaX);if(!(t<=40)){var e=t/this.touchDeltaX;(this.touchDeltaX=0)<e&&this.prev(),e<0&&this.next()}},t._addEventListeners=function(){var e=this;this._config.keyboard&&g(this._element).on(Y.KEYDOWN,function(t){return e._keydown(t)}),"hover"===this._config.pause&&g(this._element).on(Y.MOUSEENTER,function(t){return e.pause(t)}).on(Y.MOUSELEAVE,function(t){return e.cycle(t)}),this._config.touch&&this._addTouchEventListeners()},t._addTouchEventListeners=function(){var e=this;if(this._touchSupported){var n=function(t){e._pointerEvent&&ht[t.originalEvent.pointerType.toUpperCase()]?e.touchStartX=t.originalEvent.clientX:e._pointerEvent||(e.touchStartX=t.originalEvent.touches[0].clientX)},i=function(t){e._pointerEvent&&ht[t.originalEvent.pointerType.toUpperCase()]&&(e.touchDeltaX=t.originalEvent.clientX-e.touchStartX),e._handleSwipe(),"hover"===e._config.pause&&(e.pause(),e.touchTimeout&&clearTimeout(e.touchTimeout),e.touchTimeout=setTimeout(function(t){return e.cycle(t)},500+e._config.interval))};g(this._element.querySelectorAll(rt)).on(Y.DRAG_START,function(t){return t.preventDefault()}),this._pointerEvent?(g(this._element).on(Y.POINTERDOWN,function(t){return n(t)}),g(this._element).on(Y.POINTERUP,function(t){return i(t)}),this._element.classList.add(et)):(g(this._element).on(Y.TOUCHSTART,function(t){return n(t)}),g(this._element).on(Y.TOUCHMOVE,function(t){return function(t){t.originalEvent.touches&&1<t.originalEvent.touches.length?e.touchDeltaX=0:e.touchDeltaX=t.originalEvent.touches[0].clientX-e.touchStartX}(t)}),g(this._element).on(Y.TOUCHEND,function(t){return i(t)}))}},t._keydown=function(t){if(!/input|textarea/i.test(t.target.tagName))switch(t.which){case 37:t.preventDefault(),this.prev();break;case 39:t.preventDefault(),this.next()}},t._getItemIndex=function(t){return this._items=t&&t.parentNode?[].slice.call(t.parentNode.querySelectorAll(ot)):[],this._items.indexOf(t)},t._getItemByDirection=function(t,e){var n=t===K,i=t===Q,o=this._getItemIndex(e),r=this._items.length-1;if((i&&0===o||n&&o===r)&&!this._config.wrap)return e;var s=(o+(t===Q?-1:1))%this._items.length;return-1==s?this._items[this._items.length-1]:this._items[s]},t._triggerSlideEvent=function(t,e){var n=this._getItemIndex(t),i=this._getItemIndex(this._element.querySelector(it)),o=g.Event(Y.SLIDE,{relatedTarget:t,direction:e,from:i,to:n});return g(this._element).trigger(o),o},t._setActiveIndicatorElement=function(t){if(this._indicatorsElement){var e=[].slice.call(this._indicatorsElement.querySelectorAll(nt));g(e).removeClass(X);var n=this._indicatorsElement.children[this._getItemIndex(t)];n&&g(n).addClass(X)}},t._slide=function(t,e){var n,i,o,r=this,s=this._element.querySelector(it),a=this._getItemIndex(s),l=e||s&&this._getItemByDirection(t,s),c=this._getItemIndex(l),h=Boolean(this._interval);if(o=t===K?(n=J,i=Z,B):(n=G,i=tt,V),l&&g(l).hasClass(X))this._isSliding=!1;else if(!this._triggerSlideEvent(l,o).isDefaultPrevented()&&s&&l){this._isSliding=!0,h&&this.pause(),this._setActiveIndicatorElement(l);var u=g.Event(Y.SLID,{relatedTarget:l,direction:o,from:a,to:c});if(g(this._element).hasClass($)){g(l).addClass(i),_.reflow(l),g(s).addClass(n),g(l).addClass(n);var f=parseInt(l.getAttribute("data-interval"),10);f?(this._config.defaultInterval=this._config.defaultInterval||this._config.interval,this._config.interval=f):this._config.interval=this._config.defaultInterval||this._config.interval;var d=_.getTransitionDurationFromElement(s);g(s).one(_.TRANSITION_END,function(){g(l).removeClass(n+" "+i).addClass(X),g(s).removeClass(X+" "+i+" "+n),r._isSliding=!1,setTimeout(function(){return g(r._element).trigger(u)},0)}).emulateTransitionEnd(d)}else g(s).removeClass(X),g(l).addClass(X),this._isSliding=!1,g(this._element).trigger(u);h&&this.cycle()}},r._jQueryInterface=function(i){return this.each(function(){var t=g(this).data(x),e=l({},q,{},g(this).data());"object"==typeof i&&(e=l({},e,{},i));var n="string"==typeof i?i:e.slide;if(t||(t=new r(this,e),g(this).data(x,t)),"number"==typeof i)t.to(i);else if("string"==typeof n){if("undefined"==typeof t[n])throw new TypeError('No method named "'+n+'"');t[n]()}else e.interval&&e.ride&&(t.pause(),t.cycle())})},r._dataApiClickHandler=function(t){var e=_.getSelectorFromElement(this);if(e){var n=g(e)[0];if(n&&g(n).hasClass(z)){var i=l({},g(n).data(),{},g(this).data()),o=this.getAttribute("data-slide-to");o&&(i.interval=!1),r._jQueryInterface.call(g(n),i),o&&g(n).data(x).to(o),t.preventDefault()}}},s(r,null,[{key:"VERSION",get:function(){return"4.4.1"}},{key:"Default",get:function(){return q}}]),r}();g(document).on(Y.CLICK_DATA_API,lt,ut._dataApiClickHandler),g(window).on(Y.LOAD_DATA_API,function(){for(var t=[].slice.call(document.querySelectorAll(ct)),e=0,n=t.length;e<n;e++){var i=g(t[e]);ut._jQueryInterface.call(i,i.data())}}),g.fn[R]=ut._jQueryInterface,g.fn[R].Constructor=ut,g.fn[R].noConflict=function(){return g.fn[R]=W,ut._jQueryInterface};var ft="collapse",dt="bs.collapse",gt="."+dt,_t=g.fn[ft],mt={toggle:!0,parent:""},pt={toggle:"boolean",parent:"(string|element)"},vt={SHOW:"show"+gt,SHOWN:"shown"+gt,HIDE:"hide"+gt,HIDDEN:"hidden"+gt,CLICK_DATA_API:"click"+gt+".data-api"},yt="show",Et="collapse",Ct="collapsing",Tt="collapsed",bt="width",St="height",Dt=".show, .collapsing",It='[data-toggle="collapse"]',wt=function(){function a(e,t){this._isTransitioning=!1,this._element=e,this._config=this._getConfig(t),this._triggerArray=[].slice.call(document.querySelectorAll('[data-toggle="collapse"][href="#'+e.id+'"],[data-toggle="collapse"][data-target="#'+e.id+'"]'));for(var n=[].slice.call(document.querySelectorAll(It)),i=0,o=n.length;i<o;i++){var r=n[i],s=_.getSelectorFromElement(r),a=[].slice.call(document.querySelectorAll(s)).filter(function(t){return t===e});null!==s&&0<a.length&&(this._selector=s,this._triggerArray.push(r))}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}var t=a.prototype;return t.toggle=function(){g(this._element).hasClass(yt)?this.hide():this.show()},t.show=function(){var t,e,n=this;if(!this._isTransitioning&&!g(this._element).hasClass(yt)&&(this._parent&&0===(t=[].slice.call(this._parent.querySelectorAll(Dt)).filter(function(t){return"string"==typeof n._config.parent?t.getAttribute("data-parent")===n._config.parent:t.classList.contains(Et)})).length&&(t=null),!(t&&(e=g(t).not(this._selector).data(dt))&&e._isTransitioning))){var i=g.Event(vt.SHOW);if(g(this._element).trigger(i),!i.isDefaultPrevented()){t&&(a._jQueryInterface.call(g(t).not(this._selector),"hide"),e||g(t).data(dt,null));var o=this._getDimension();g(this._element).removeClass(Et).addClass(Ct),this._element.style[o]=0,this._triggerArray.length&&g(this._triggerArray).removeClass(Tt).attr("aria-expanded",!0),this.setTransitioning(!0);var r="scroll"+(o[0].toUpperCase()+o.slice(1)),s=_.getTransitionDurationFromElement(this._element);g(this._element).one(_.TRANSITION_END,function(){g(n._element).removeClass(Ct).addClass(Et).addClass(yt),n._element.style[o]="",n.setTransitioning(!1),g(n._element).trigger(vt.SHOWN)}).emulateTransitionEnd(s),this._element.style[o]=this._element[r]+"px"}}},t.hide=function(){var t=this;if(!this._isTransitioning&&g(this._element).hasClass(yt)){var e=g.Event(vt.HIDE);if(g(this._element).trigger(e),!e.isDefaultPrevented()){var n=this._getDimension();this._element.style[n]=this._element.getBoundingClientRect()[n]+"px",_.reflow(this._element),g(this._element).addClass(Ct).removeClass(Et).removeClass(yt);var i=this._triggerArray.length;if(0<i)for(var o=0;o<i;o++){var r=this._triggerArray[o],s=_.getSelectorFromElement(r);if(null!==s)g([].slice.call(document.querySelectorAll(s))).hasClass(yt)||g(r).addClass(Tt).attr("aria-expanded",!1)}this.setTransitioning(!0);this._element.style[n]="";var a=_.getTransitionDurationFromElement(this._element);g(this._element).one(_.TRANSITION_END,function(){t.setTransitioning(!1),g(t._element).removeClass(Ct).addClass(Et).trigger(vt.HIDDEN)}).emulateTransitionEnd(a)}}},t.setTransitioning=function(t){this._isTransitioning=t},t.dispose=function(){g.removeData(this._element,dt),this._config=null,this._parent=null,this._element=null,this._triggerArray=null,this._isTransitioning=null},t._getConfig=function(t){return(t=l({},mt,{},t)).toggle=Boolean(t.toggle),_.typeCheckConfig(ft,t,pt),t},t._getDimension=function(){return g(this._element).hasClass(bt)?bt:St},t._getParent=function(){var t,n=this;_.isElement(this._config.parent)?(t=this._config.parent,"undefined"!=typeof this._config.parent.jquery&&(t=this._config.parent[0])):t=document.querySelector(this._config.parent);var e='[data-toggle="collapse"][data-parent="'+this._config.parent+'"]',i=[].slice.call(t.querySelectorAll(e));return g(i).each(function(t,e){n._addAriaAndCollapsedClass(a._getTargetFromElement(e),[e])}),t},t._addAriaAndCollapsedClass=function(t,e){var n=g(t).hasClass(yt);e.length&&g(e).toggleClass(Tt,!n).attr("aria-expanded",n)},a._getTargetFromElement=function(t){var e=_.getSelectorFromElement(t);return e?document.querySelector(e):null},a._jQueryInterface=function(i){return this.each(function(){var t=g(this),e=t.data(dt),n=l({},mt,{},t.data(),{},"object"==typeof i&&i?i:{});if(!e&&n.toggle&&/show|hide/.test(i)&&(n.toggle=!1),e||(e=new a(this,n),t.data(dt,e)),"string"==typeof i){if("undefined"==typeof e[i])throw new TypeError('No method named "'+i+'"');e[i]()}})},s(a,null,[{key:"VERSION",get:function(){return"4.4.1"}},{key:"Default",get:function(){return mt}}]),a}();g(document).on(vt.CLICK_DATA_API,It,function(t){"A"===t.currentTarget.tagName&&t.preventDefault();var n=g(this),e=_.getSelectorFromElement(this),i=[].slice.call(document.querySelectorAll(e));g(i).each(function(){var t=g(this),e=t.data(dt)?"toggle":n.data();wt._jQueryInterface.call(t,e)})}),g.fn[ft]=wt._jQueryInterface,g.fn[ft].Constructor=wt,g.fn[ft].noConflict=function(){return g.fn[ft]=_t,wt._jQueryInterface};var At="dropdown",Nt="bs.dropdown",Ot="."+Nt,kt=".data-api",Pt=g.fn[At],Lt=new RegExp("38|40|27"),jt={HIDE:"hide"+Ot,HIDDEN:"hidden"+Ot,SHOW:"show"+Ot,SHOWN:"shown"+Ot,CLICK:"click"+Ot,CLICK_DATA_API:"click"+Ot+kt,KEYDOWN_DATA_API:"keydown"+Ot+kt,KEYUP_DATA_API:"keyup"+Ot+kt},Ht="disabled",Rt="show",xt="dropup",Ft="dropright",Ut="dropleft",Wt="dropdown-menu-right",qt="position-static",Mt='[data-toggle="dropdown"]',Kt=".dropdown form",Qt=".dropdown-menu",Bt=".navbar-nav",Vt=".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)",Yt="top-start",zt="top-end",Xt="bottom-start",$t="bottom-end",Gt="right-start",Jt="left-start",Zt={offset:0,flip:!0,boundary:"scrollParent",reference:"toggle",display:"dynamic",popperConfig:null},te={offset:"(number|string|function)",flip:"boolean",boundary:"(string|element)",reference:"(string|element)",display:"string",popperConfig:"(null|object)"},ee=function(){function c(t,e){this._element=t,this._popper=null,this._config=this._getConfig(e),this._menu=this._getMenuElement(),this._inNavbar=this._detectNavbar(),this._addEventListeners()}var t=c.prototype;return t.toggle=function(){if(!this._element.disabled&&!g(this._element).hasClass(Ht)){var t=g(this._menu).hasClass(Rt);c._clearMenus(),t||this.show(!0)}},t.show=function(t){if(void 0===t&&(t=!1),!(this._element.disabled||g(this._element).hasClass(Ht)||g(this._menu).hasClass(Rt))){var e={relatedTarget:this._element},n=g.Event(jt.SHOW,e),i=c._getParentFromElement(this._element);if(g(i).trigger(n),!n.isDefaultPrevented()){if(!this._inNavbar&&t){if("undefined"==typeof u)throw new TypeError("Bootstrap's dropdowns require Popper.js (https://popper.js.org/)");var o=this._element;"parent"===this._config.reference?o=i:_.isElement(this._config.reference)&&(o=this._config.reference,"undefined"!=typeof this._config.reference.jquery&&(o=this._config.reference[0])),"scrollParent"!==this._config.boundary&&g(i).addClass(qt),this._popper=new u(o,this._menu,this._getPopperConfig())}"ontouchstart"in document.documentElement&&0===g(i).closest(Bt).length&&g(document.body).children().on("mouseover",null,g.noop),this._element.focus(),this._element.setAttribute("aria-expanded",!0),g(this._menu).toggleClass(Rt),g(i).toggleClass(Rt).trigger(g.Event(jt.SHOWN,e))}}},t.hide=function(){if(!this._element.disabled&&!g(this._element).hasClass(Ht)&&g(this._menu).hasClass(Rt)){var t={relatedTarget:this._element},e=g.Event(jt.HIDE,t),n=c._getParentFromElement(this._element);g(n).trigger(e),e.isDefaultPrevented()||(this._popper&&this._popper.destroy(),g(this._menu).toggleClass(Rt),g(n).toggleClass(Rt).trigger(g.Event(jt.HIDDEN,t)))}},t.dispose=function(){g.removeData(this._element,Nt),g(this._element).off(Ot),this._element=null,(this._menu=null)!==this._popper&&(this._popper.destroy(),this._popper=null)},t.update=function(){this._inNavbar=this._detectNavbar(),null!==this._popper&&this._popper.scheduleUpdate()},t._addEventListeners=function(){var e=this;g(this._element).on(jt.CLICK,function(t){t.preventDefault(),t.stopPropagation(),e.toggle()})},t._getConfig=function(t){return t=l({},this.constructor.Default,{},g(this._element).data(),{},t),_.typeCheckConfig(At,t,this.constructor.DefaultType),t},t._getMenuElement=function(){if(!this._menu){var t=c._getParentFromElement(this._element);t&&(this._menu=t.querySelector(Qt))}return this._menu},t._getPlacement=function(){var t=g(this._element.parentNode),e=Xt;return t.hasClass(xt)?(e=Yt,g(this._menu).hasClass(Wt)&&(e=zt)):t.hasClass(Ft)?e=Gt:t.hasClass(Ut)?e=Jt:g(this._menu).hasClass(Wt)&&(e=$t),e},t._detectNavbar=function(){return 0<g(this._element).closest(".navbar").length},t._getOffset=function(){var e=this,t={};return"function"==typeof this._config.offset?t.fn=function(t){return t.offsets=l({},t.offsets,{},e._config.offset(t.offsets,e._element)||{}),t}:t.offset=this._config.offset,t},t._getPopperConfig=function(){var t={placement:this._getPlacement(),modifiers:{offset:this._getOffset(),flip:{enabled:this._config.flip},preventOverflow:{boundariesElement:this._config.boundary}}};return"static"===this._config.display&&(t.modifiers.applyStyle={enabled:!1}),l({},t,{},this._config.popperConfig)},c._jQueryInterface=function(e){return this.each(function(){var t=g(this).data(Nt);if(t||(t=new c(this,"object"==typeof e?e:null),g(this).data(Nt,t)),"string"==typeof e){if("undefined"==typeof t[e])throw new TypeError('No method named "'+e+'"');t[e]()}})},c._clearMenus=function(t){if(!t||3!==t.which&&("keyup"!==t.type||9===t.which))for(var e=[].slice.call(document.querySelectorAll(Mt)),n=0,i=e.length;n<i;n++){var o=c._getParentFromElement(e[n]),r=g(e[n]).data(Nt),s={relatedTarget:e[n]};if(t&&"click"===t.type&&(s.clickEvent=t),r){var a=r._menu;if(g(o).hasClass(Rt)&&!(t&&("click"===t.type&&/input|textarea/i.test(t.target.tagName)||"keyup"===t.type&&9===t.which)&&g.contains(o,t.target))){var l=g.Event(jt.HIDE,s);g(o).trigger(l),l.isDefaultPrevented()||("ontouchstart"in document.documentElement&&g(document.body).children().off("mouseover",null,g.noop),e[n].setAttribute("aria-expanded","false"),r._popper&&r._popper.destroy(),g(a).removeClass(Rt),g(o).removeClass(Rt).trigger(g.Event(jt.HIDDEN,s)))}}}},c._getParentFromElement=function(t){var e,n=_.getSelectorFromElement(t);return n&&(e=document.querySelector(n)),e||t.parentNode},c._dataApiKeydownHandler=function(t){if((/input|textarea/i.test(t.target.tagName)?!(32===t.which||27!==t.which&&(40!==t.which&&38!==t.which||g(t.target).closest(Qt).length)):Lt.test(t.which))&&(t.preventDefault(),t.stopPropagation(),!this.disabled&&!g(this).hasClass(Ht))){var e=c._getParentFromElement(this),n=g(e).hasClass(Rt);if(n||27!==t.which)if(n&&(!n||27!==t.which&&32!==t.which)){var i=[].slice.call(e.querySelectorAll(Vt)).filter(function(t){return g(t).is(":visible")});if(0!==i.length){var o=i.indexOf(t.target);38===t.which&&0<o&&o--,40===t.which&&o<i.length-1&&o++,o<0&&(o=0),i[o].focus()}}else{if(27===t.which){var r=e.querySelector(Mt);g(r).trigger("focus")}g(this).trigger("click")}}},s(c,null,[{key:"VERSION",get:function(){return"4.4.1"}},{key:"Default",get:function(){return Zt}},{key:"DefaultType",get:function(){return te}}]),c}();g(document).on(jt.KEYDOWN_DATA_API,Mt,ee._dataApiKeydownHandler).on(jt.KEYDOWN_DATA_API,Qt,ee._dataApiKeydownHandler).on(jt.CLICK_DATA_API+" "+jt.KEYUP_DATA_API,ee._clearMenus).on(jt.CLICK_DATA_API,Mt,function(t){t.preventDefault(),t.stopPropagation(),ee._jQueryInterface.call(g(this),"toggle")}).on(jt.CLICK_DATA_API,Kt,function(t){t.stopPropagation()}),g.fn[At]=ee._jQueryInterface,g.fn[At].Constructor=ee,g.fn[At].noConflict=function(){return g.fn[At]=Pt,ee._jQueryInterface};var ne="modal",ie="bs.modal",oe="."+ie,re=g.fn[ne],se={backdrop:!0,keyboard:!0,focus:!0,show:!0},ae={backdrop:"(boolean|string)",keyboard:"boolean",focus:"boolean",show:"boolean"},le={HIDE:"hide"+oe,HIDE_PREVENTED:"hidePrevented"+oe,HIDDEN:"hidden"+oe,SHOW:"show"+oe,SHOWN:"shown"+oe,FOCUSIN:"focusin"+oe,RESIZE:"resize"+oe,CLICK_DISMISS:"click.dismiss"+oe,KEYDOWN_DISMISS:"keydown.dismiss"+oe,MOUSEUP_DISMISS:"mouseup.dismiss"+oe,MOUSEDOWN_DISMISS:"mousedown.dismiss"+oe,CLICK_DATA_API:"click"+oe+".data-api"},ce="modal-dialog-scrollable",he="modal-scrollbar-measure",ue="modal-backdrop",fe="modal-open",de="fade",ge="show",_e="modal-static",me=".modal-dialog",pe=".modal-body",ve='[data-toggle="modal"]',ye='[data-dismiss="modal"]',Ee=".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",Ce=".sticky-top",Te=function(){function o(t,e){this._config=this._getConfig(e),this._element=t,this._dialog=t.querySelector(me),this._backdrop=null,this._isShown=!1,this._isBodyOverflowing=!1,this._ignoreBackdropClick=!1,this._isTransitioning=!1,this._scrollbarWidth=0}var t=o.prototype;return t.toggle=function(t){return this._isShown?this.hide():this.show(t)},t.show=function(t){var e=this;if(!this._isShown&&!this._isTransitioning){g(this._element).hasClass(de)&&(this._isTransitioning=!0);var n=g.Event(le.SHOW,{relatedTarget:t});g(this._element).trigger(n),this._isShown||n.isDefaultPrevented()||(this._isShown=!0,this._checkScrollbar(),this._setScrollbar(),this._adjustDialog(),this._setEscapeEvent(),this._setResizeEvent(),g(this._element).on(le.CLICK_DISMISS,ye,function(t){return e.hide(t)}),g(this._dialog).on(le.MOUSEDOWN_DISMISS,function(){g(e._element).one(le.MOUSEUP_DISMISS,function(t){g(t.target).is(e._element)&&(e._ignoreBackdropClick=!0)})}),this._showBackdrop(function(){return e._showElement(t)}))}},t.hide=function(t){var e=this;if(t&&t.preventDefault(),this._isShown&&!this._isTransitioning){var n=g.Event(le.HIDE);if(g(this._element).trigger(n),this._isShown&&!n.isDefaultPrevented()){this._isShown=!1;var i=g(this._element).hasClass(de);if(i&&(this._isTransitioning=!0),this._setEscapeEvent(),this._setResizeEvent(),g(document).off(le.FOCUSIN),g(this._element).removeClass(ge),g(this._element).off(le.CLICK_DISMISS),g(this._dialog).off(le.MOUSEDOWN_DISMISS),i){var o=_.getTransitionDurationFromElement(this._element);g(this._element).one(_.TRANSITION_END,function(t){return e._hideModal(t)}).emulateTransitionEnd(o)}else this._hideModal()}}},t.dispose=function(){[window,this._element,this._dialog].forEach(function(t){return g(t).off(oe)}),g(document).off(le.FOCUSIN),g.removeData(this._element,ie),this._config=null,this._element=null,this._dialog=null,this._backdrop=null,this._isShown=null,this._isBodyOverflowing=null,this._ignoreBackdropClick=null,this._isTransitioning=null,this._scrollbarWidth=null},t.handleUpdate=function(){this._adjustDialog()},t._getConfig=function(t){return t=l({},se,{},t),_.typeCheckConfig(ne,t,ae),t},t._triggerBackdropTransition=function(){var t=this;if("static"===this._config.backdrop){var e=g.Event(le.HIDE_PREVENTED);if(g(this._element).trigger(e),e.defaultPrevented)return;this._element.classList.add(_e);var n=_.getTransitionDurationFromElement(this._element);g(this._element).one(_.TRANSITION_END,function(){t._element.classList.remove(_e)}).emulateTransitionEnd(n),this._element.focus()}else this.hide()},t._showElement=function(t){var e=this,n=g(this._element).hasClass(de),i=this._dialog?this._dialog.querySelector(pe):null;this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE||document.body.appendChild(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),g(this._dialog).hasClass(ce)&&i?i.scrollTop=0:this._element.scrollTop=0,n&&_.reflow(this._element),g(this._element).addClass(ge),this._config.focus&&this._enforceFocus();function o(){e._config.focus&&e._element.focus(),e._isTransitioning=!1,g(e._element).trigger(r)}var r=g.Event(le.SHOWN,{relatedTarget:t});if(n){var s=_.getTransitionDurationFromElement(this._dialog);g(this._dialog).one(_.TRANSITION_END,o).emulateTransitionEnd(s)}else o()},t._enforceFocus=function(){var e=this;g(document).off(le.FOCUSIN).on(le.FOCUSIN,function(t){document!==t.target&&e._element!==t.target&&0===g(e._element).has(t.target).length&&e._element.focus()})},t._setEscapeEvent=function(){var e=this;this._isShown&&this._config.keyboard?g(this._element).on(le.KEYDOWN_DISMISS,function(t){27===t.which&&e._triggerBackdropTransition()}):this._isShown||g(this._element).off(le.KEYDOWN_DISMISS)},t._setResizeEvent=function(){var e=this;this._isShown?g(window).on(le.RESIZE,function(t){return e.handleUpdate(t)}):g(window).off(le.RESIZE)},t._hideModal=function(){var t=this;this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._isTransitioning=!1,this._showBackdrop(function(){g(document.body).removeClass(fe),t._resetAdjustments(),t._resetScrollbar(),g(t._element).trigger(le.HIDDEN)})},t._removeBackdrop=function(){this._backdrop&&(g(this._backdrop).remove(),this._backdrop=null)},t._showBackdrop=function(t){var e=this,n=g(this._element).hasClass(de)?de:"";if(this._isShown&&this._config.backdrop){if(this._backdrop=document.createElement("div"),this._backdrop.className=ue,n&&this._backdrop.classList.add(n),g(this._backdrop).appendTo(document.body),g(this._element).on(le.CLICK_DISMISS,function(t){e._ignoreBackdropClick?e._ignoreBackdropClick=!1:t.target===t.currentTarget&&e._triggerBackdropTransition()}),n&&_.reflow(this._backdrop),g(this._backdrop).addClass(ge),!t)return;if(!n)return void t();var i=_.getTransitionDurationFromElement(this._backdrop);g(this._backdrop).one(_.TRANSITION_END,t).emulateTransitionEnd(i)}else if(!this._isShown&&this._backdrop){g(this._backdrop).removeClass(ge);var o=function(){e._removeBackdrop(),t&&t()};if(g(this._element).hasClass(de)){var r=_.getTransitionDurationFromElement(this._backdrop);g(this._backdrop).one(_.TRANSITION_END,o).emulateTransitionEnd(r)}else o()}else t&&t()},t._adjustDialog=function(){var t=this._element.scrollHeight>document.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},t._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},t._checkScrollbar=function(){var t=document.body.getBoundingClientRect();this._isBodyOverflowing=t.left+t.right<window.innerWidth,this._scrollbarWidth=this._getScrollbarWidth()},t._setScrollbar=function(){var o=this;if(this._isBodyOverflowing){var t=[].slice.call(document.querySelectorAll(Ee)),e=[].slice.call(document.querySelectorAll(Ce));g(t).each(function(t,e){var n=e.style.paddingRight,i=g(e).css("padding-right");g(e).data("padding-right",n).css("padding-right",parseFloat(i)+o._scrollbarWidth+"px")}),g(e).each(function(t,e){var n=e.style.marginRight,i=g(e).css("margin-right");g(e).data("margin-right",n).css("margin-right",parseFloat(i)-o._scrollbarWidth+"px")});var n=document.body.style.paddingRight,i=g(document.body).css("padding-right");g(document.body).data("padding-right",n).css("padding-right",parseFloat(i)+this._scrollbarWidth+"px")}g(document.body).addClass(fe)},t._resetScrollbar=function(){var t=[].slice.call(document.querySelectorAll(Ee));g(t).each(function(t,e){var n=g(e).data("padding-right");g(e).removeData("padding-right"),e.style.paddingRight=n||""});var e=[].slice.call(document.querySelectorAll(""+Ce));g(e).each(function(t,e){var n=g(e).data("margin-right");"undefined"!=typeof n&&g(e).css("margin-right",n).removeData("margin-right")});var n=g(document.body).data("padding-right");g(document.body).removeData("padding-right"),document.body.style.paddingRight=n||""},t._getScrollbarWidth=function(){var t=document.createElement("div");t.className=he,document.body.appendChild(t);var e=t.getBoundingClientRect().width-t.clientWidth;return document.body.removeChild(t),e},o._jQueryInterface=function(n,i){return this.each(function(){var t=g(this).data(ie),e=l({},se,{},g(this).data(),{},"object"==typeof n&&n?n:{});if(t||(t=new o(this,e),g(this).data(ie,t)),"string"==typeof n){if("undefined"==typeof t[n])throw new TypeError('No method named "'+n+'"');t[n](i)}else e.show&&t.show(i)})},s(o,null,[{key:"VERSION",get:function(){return"4.4.1"}},{key:"Default",get:function(){return se}}]),o}();g(document).on(le.CLICK_DATA_API,ve,function(t){var e,n=this,i=_.getSelectorFromElement(this);i&&(e=document.querySelector(i));var o=g(e).data(ie)?"toggle":l({},g(e).data(),{},g(this).data());"A"!==this.tagName&&"AREA"!==this.tagName||t.preventDefault();var r=g(e).one(le.SHOW,function(t){t.isDefaultPrevented()||r.one(le.HIDDEN,function(){g(n).is(":visible")&&n.focus()})});Te._jQueryInterface.call(g(e),o,this)}),g.fn[ne]=Te._jQueryInterface,g.fn[ne].Constructor=Te,g.fn[ne].noConflict=function(){return g.fn[ne]=re,Te._jQueryInterface};var be=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],Se={"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},De=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,Ie=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i;function we(t,r,e){if(0===t.length)return t;if(e&&"function"==typeof e)return e(t);for(var n=(new window.DOMParser).parseFromString(t,"text/html"),s=Object.keys(r),a=[].slice.call(n.body.querySelectorAll("*")),i=function(t){var e=a[t],n=e.nodeName.toLowerCase();if(-1===s.indexOf(e.nodeName.toLowerCase()))return e.parentNode.removeChild(e),"continue";var i=[].slice.call(e.attributes),o=[].concat(r["*"]||[],r[n]||[]);i.forEach(function(t){!function(t,e){var n=t.nodeName.toLowerCase();if(-1!==e.indexOf(n))return-1===be.indexOf(n)||Boolean(t.nodeValue.match(De)||t.nodeValue.match(Ie));for(var i=e.filter(function(t){return t instanceof RegExp}),o=0,r=i.length;o<r;o++)if(n.match(i[o]))return!0;return!1}(t,o)&&e.removeAttribute(t.nodeName)})},o=0,l=a.length;o<l;o++)i(o);return n.body.innerHTML}var Ae="tooltip",Ne="bs.tooltip",Oe="."+Ne,ke=g.fn[Ae],Pe="bs-tooltip",Le=new RegExp("(^|\\s)"+Pe+"\\S+","g"),je=["sanitize","whiteList","sanitizeFn"],He={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(number|string|function)",container:"(string|element|boolean)",fallbackPlacement:"(string|array)",boundary:"(string|element)",sanitize:"boolean",sanitizeFn:"(null|function)",whiteList:"object",popperConfig:"(null|object)"},Re={AUTO:"auto",TOP:"top",RIGHT:"right",BOTTOM:"bottom",LEFT:"left"},xe={animation:!0,template:'<div class="tooltip" role="tooltip"><div class="arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent",sanitize:!0,sanitizeFn:null,whiteList:Se,popperConfig:null},Fe="show",Ue="out",We={HIDE:"hide"+Oe,HIDDEN:"hidden"+Oe,SHOW:"show"+Oe,SHOWN:"shown"+Oe,INSERTED:"inserted"+Oe,CLICK:"click"+Oe,FOCUSIN:"focusin"+Oe,FOCUSOUT:"focusout"+Oe,MOUSEENTER:"mouseenter"+Oe,MOUSELEAVE:"mouseleave"+Oe},qe="fade",Me="show",Ke=".tooltip-inner",Qe=".arrow",Be="hover",Ve="focus",Ye="click",ze="manual",Xe=function(){function i(t,e){if("undefined"==typeof u)throw new TypeError("Bootstrap's tooltips require Popper.js (https://popper.js.org/)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=t,this.config=this._getConfig(e),this.tip=null,this._setListeners()}var t=i.prototype;return t.enable=function(){this._isEnabled=!0},t.disable=function(){this._isEnabled=!1},t.toggleEnabled=function(){this._isEnabled=!this._isEnabled},t.toggle=function(t){if(this._isEnabled)if(t){var e=this.constructor.DATA_KEY,n=g(t.currentTarget).data(e);n||(n=new this.constructor(t.currentTarget,this._getDelegateConfig()),g(t.currentTarget).data(e,n)),n._activeTrigger.click=!n._activeTrigger.click,n._isWithActiveTrigger()?n._enter(null,n):n._leave(null,n)}else{if(g(this.getTipElement()).hasClass(Me))return void this._leave(null,this);this._enter(null,this)}},t.dispose=function(){clearTimeout(this._timeout),g.removeData(this.element,this.constructor.DATA_KEY),g(this.element).off(this.constructor.EVENT_KEY),g(this.element).closest(".modal").off("hide.bs.modal",this._hideModalHandler),this.tip&&g(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},t.show=function(){var e=this;if("none"===g(this.element).css("display"))throw new Error("Please use show on visible elements");var t=g.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){g(this.element).trigger(t);var n=_.findShadowRoot(this.element),i=g.contains(null!==n?n:this.element.ownerDocument.documentElement,this.element);if(t.isDefaultPrevented()||!i)return;var o=this.getTipElement(),r=_.getUID(this.constructor.NAME);o.setAttribute("id",r),this.element.setAttribute("aria-describedby",r),this.setContent(),this.config.animation&&g(o).addClass(qe);var s="function"==typeof this.config.placement?this.config.placement.call(this,o,this.element):this.config.placement,a=this._getAttachment(s);this.addAttachmentClass(a);var l=this._getContainer();g(o).data(this.constructor.DATA_KEY,this),g.contains(this.element.ownerDocument.documentElement,this.tip)||g(o).appendTo(l),g(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new u(this.element,o,this._getPopperConfig(a)),g(o).addClass(Me),"ontouchstart"in document.documentElement&&g(document.body).children().on("mouseover",null,g.noop);var c=function(){e.config.animation&&e._fixTransition();var t=e._hoverState;e._hoverState=null,g(e.element).trigger(e.constructor.Event.SHOWN),t===Ue&&e._leave(null,e)};if(g(this.tip).hasClass(qe)){var h=_.getTransitionDurationFromElement(this.tip);g(this.tip).one(_.TRANSITION_END,c).emulateTransitionEnd(h)}else c()}},t.hide=function(t){function e(){n._hoverState!==Fe&&i.parentNode&&i.parentNode.removeChild(i),n._cleanTipClass(),n.element.removeAttribute("aria-describedby"),g(n.element).trigger(n.constructor.Event.HIDDEN),null!==n._popper&&n._popper.destroy(),t&&t()}var n=this,i=this.getTipElement(),o=g.Event(this.constructor.Event.HIDE);if(g(this.element).trigger(o),!o.isDefaultPrevented()){if(g(i).removeClass(Me),"ontouchstart"in document.documentElement&&g(document.body).children().off("mouseover",null,g.noop),this._activeTrigger[Ye]=!1,this._activeTrigger[Ve]=!1,this._activeTrigger[Be]=!1,g(this.tip).hasClass(qe)){var r=_.getTransitionDurationFromElement(i);g(i).one(_.TRANSITION_END,e).emulateTransitionEnd(r)}else e();this._hoverState=""}},t.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},t.isWithContent=function(){return Boolean(this.getTitle())},t.addAttachmentClass=function(t){g(this.getTipElement()).addClass(Pe+"-"+t)},t.getTipElement=function(){return this.tip=this.tip||g(this.config.template)[0],this.tip},t.setContent=function(){var t=this.getTipElement();this.setElementContent(g(t.querySelectorAll(Ke)),this.getTitle()),g(t).removeClass(qe+" "+Me)},t.setElementContent=function(t,e){"object"!=typeof e||!e.nodeType&&!e.jquery?this.config.html?(this.config.sanitize&&(e=we(e,this.config.whiteList,this.config.sanitizeFn)),t.html(e)):t.text(e):this.config.html?g(e).parent().is(t)||t.empty().append(e):t.text(g(e).text())},t.getTitle=function(){var t=this.element.getAttribute("data-original-title");return t=t||("function"==typeof this.config.title?this.config.title.call(this.element):this.config.title)},t._getPopperConfig=function(t){var e=this;return l({},{placement:t,modifiers:{offset:this._getOffset(),flip:{behavior:this.config.fallbackPlacement},arrow:{element:Qe},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(t){t.originalPlacement!==t.placement&&e._handlePopperPlacementChange(t)},onUpdate:function(t){return e._handlePopperPlacementChange(t)}},{},this.config.popperConfig)},t._getOffset=function(){var e=this,t={};return"function"==typeof this.config.offset?t.fn=function(t){return t.offsets=l({},t.offsets,{},e.config.offset(t.offsets,e.element)||{}),t}:t.offset=this.config.offset,t},t._getContainer=function(){return!1===this.config.container?document.body:_.isElement(this.config.container)?g(this.config.container):g(document).find(this.config.container)},t._getAttachment=function(t){return Re[t.toUpperCase()]},t._setListeners=function(){var i=this;this.config.trigger.split(" ").forEach(function(t){if("click"===t)g(i.element).on(i.constructor.Event.CLICK,i.config.selector,function(t){return i.toggle(t)});else if(t!==ze){var e=t===Be?i.constructor.Event.MOUSEENTER:i.constructor.Event.FOCUSIN,n=t===Be?i.constructor.Event.MOUSELEAVE:i.constructor.Event.FOCUSOUT;g(i.element).on(e,i.config.selector,function(t){return i._enter(t)}).on(n,i.config.selector,function(t){return i._leave(t)})}}),this._hideModalHandler=function(){i.element&&i.hide()},g(this.element).closest(".modal").on("hide.bs.modal",this._hideModalHandler),this.config.selector?this.config=l({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},t._fixTitle=function(){var t=typeof this.element.getAttribute("data-original-title");!this.element.getAttribute("title")&&"string"==t||(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},t._enter=function(t,e){var n=this.constructor.DATA_KEY;(e=e||g(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),g(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusin"===t.type?Ve:Be]=!0),g(e.getTipElement()).hasClass(Me)||e._hoverState===Fe?e._hoverState=Fe:(clearTimeout(e._timeout),e._hoverState=Fe,e.config.delay&&e.config.delay.show?e._timeout=setTimeout(function(){e._hoverState===Fe&&e.show()},e.config.delay.show):e.show())},t._leave=function(t,e){var n=this.constructor.DATA_KEY;(e=e||g(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),g(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusout"===t.type?Ve:Be]=!1),e._isWithActiveTrigger()||(clearTimeout(e._timeout),e._hoverState=Ue,e.config.delay&&e.config.delay.hide?e._timeout=setTimeout(function(){e._hoverState===Ue&&e.hide()},e.config.delay.hide):e.hide())},t._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},t._getConfig=function(t){var e=g(this.element).data();return Object.keys(e).forEach(function(t){-1!==je.indexOf(t)&&delete e[t]}),"number"==typeof(t=l({},this.constructor.Default,{},e,{},"object"==typeof t&&t?t:{})).delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),_.typeCheckConfig(Ae,t,this.constructor.DefaultType),t.sanitize&&(t.template=we(t.template,t.whiteList,t.sanitizeFn)),t},t._getDelegateConfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},t._cleanTipClass=function(){var t=g(this.getTipElement()),e=t.attr("class").match(Le);null!==e&&e.length&&t.removeClass(e.join(""))},t._handlePopperPlacementChange=function(t){var e=t.instance;this.tip=e.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(t.placement))},t._fixTransition=function(){var t=this.getTipElement(),e=this.config.animation;null===t.getAttribute("x-placement")&&(g(t).removeClass(qe),this.config.animation=!1,this.hide(),this.show(),this.config.animation=e)},i._jQueryInterface=function(n){return this.each(function(){var t=g(this).data(Ne),e="object"==typeof n&&n;if((t||!/dispose|hide/.test(n))&&(t||(t=new i(this,e),g(this).data(Ne,t)),"string"==typeof n)){if("undefined"==typeof t[n])throw new TypeError('No method named "'+n+'"');t[n]()}})},s(i,null,[{key:"VERSION",get:function(){return"4.4.1"}},{key:"Default",get:function(){return xe}},{key:"NAME",get:function(){return Ae}},{key:"DATA_KEY",get:function(){return Ne}},{key:"Event",get:function(){return We}},{key:"EVENT_KEY",get:function(){return Oe}},{key:"DefaultType",get:function(){return He}}]),i}();g.fn[Ae]=Xe._jQueryInterface,g.fn[Ae].Constructor=Xe,g.fn[Ae].noConflict=function(){return g.fn[Ae]=ke,Xe._jQueryInterface};var $e="popover",Ge="bs.popover",Je="."+Ge,Ze=g.fn[$e],tn="bs-popover",en=new RegExp("(^|\\s)"+tn+"\\S+","g"),nn=l({},Xe.Default,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>'}),on=l({},Xe.DefaultType,{content:"(string|element|function)"}),rn="fade",sn="show",an=".popover-header",ln=".popover-body",cn={HIDE:"hide"+Je,HIDDEN:"hidden"+Je,SHOW:"show"+Je,SHOWN:"shown"+Je,INSERTED:"inserted"+Je,CLICK:"click"+Je,FOCUSIN:"focusin"+Je,FOCUSOUT:"focusout"+Je,MOUSEENTER:"mouseenter"+Je,MOUSELEAVE:"mouseleave"+Je},hn=function(t){function i(){return t.apply(this,arguments)||this}!function(t,e){t.prototype=Object.create(e.prototype),(t.prototype.constructor=t).__proto__=e}(i,t);var e=i.prototype;return e.isWithContent=function(){return this.getTitle()||this._getContent()},e.addAttachmentClass=function(t){g(this.getTipElement()).addClass(tn+"-"+t)},e.getTipElement=function(){return this.tip=this.tip||g(this.config.template)[0],this.tip},e.setContent=function(){var t=g(this.getTipElement());this.setElementContent(t.find(an),this.getTitle());var e=this._getContent();"function"==typeof e&&(e=e.call(this.element)),this.setElementContent(t.find(ln),e),t.removeClass(rn+" "+sn)},e._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},e._cleanTipClass=function(){var t=g(this.getTipElement()),e=t.attr("class").match(en);null!==e&&0<e.length&&t.removeClass(e.join(""))},i._jQueryInterface=function(n){return this.each(function(){var t=g(this).data(Ge),e="object"==typeof n?n:null;if((t||!/dispose|hide/.test(n))&&(t||(t=new i(this,e),g(this).data(Ge,t)),"string"==typeof n)){if("undefined"==typeof t[n])throw new TypeError('No method named "'+n+'"');t[n]()}})},s(i,null,[{key:"VERSION",get:function(){return"4.4.1"}},{key:"Default",get:function(){return nn}},{key:"NAME",get:function(){return $e}},{key:"DATA_KEY",get:function(){return Ge}},{key:"Event",get:function(){return cn}},{key:"EVENT_KEY",get:function(){return Je}},{key:"DefaultType",get:function(){return on}}]),i}(Xe);g.fn[$e]=hn._jQueryInterface,g.fn[$e].Constructor=hn,g.fn[$e].noConflict=function(){return g.fn[$e]=Ze,hn._jQueryInterface};var un="scrollspy",fn="bs.scrollspy",dn="."+fn,gn=g.fn[un],_n={offset:10,method:"auto",target:""},mn={offset:"number",method:"string",target:"(string|element)"},pn={ACTIVATE:"activate"+dn,SCROLL:"scroll"+dn,LOAD_DATA_API:"load"+dn+".data-api"},vn="dropdown-item",yn="active",En='[data-spy="scroll"]',Cn=".nav, .list-group",Tn=".nav-link",bn=".nav-item",Sn=".list-group-item",Dn=".dropdown",In=".dropdown-item",wn=".dropdown-toggle",An="offset",Nn="position",On=function(){function n(t,e){var n=this;this._element=t,this._scrollElement="BODY"===t.tagName?window:t,this._config=this._getConfig(e),this._selector=this._config.target+" "+Tn+","+this._config.target+" "+Sn+","+this._config.target+" "+In,this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,g(this._scrollElement).on(pn.SCROLL,function(t){return n._process(t)}),this.refresh(),this._process()}var t=n.prototype;return t.refresh=function(){var e=this,t=this._scrollElement===this._scrollElement.window?An:Nn,o="auto"===this._config.method?t:this._config.method,r=o===Nn?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),[].slice.call(document.querySelectorAll(this._selector)).map(function(t){var e,n=_.getSelectorFromElement(t);if(n&&(e=document.querySelector(n)),e){var i=e.getBoundingClientRect();if(i.width||i.height)return[g(e)[o]().top+r,n]}return null}).filter(function(t){return t}).sort(function(t,e){return t[0]-e[0]}).forEach(function(t){e._offsets.push(t[0]),e._targets.push(t[1])})},t.dispose=function(){g.removeData(this._element,fn),g(this._scrollElement).off(dn),this._element=null,this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null},t._getConfig=function(t){if("string"!=typeof(t=l({},_n,{},"object"==typeof t&&t?t:{})).target){var e=g(t.target).attr("id");e||(e=_.getUID(un),g(t.target).attr("id",e)),t.target="#"+e}return _.typeCheckConfig(un,t,mn),t},t._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},t._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},t._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},t._process=function(){var t=this._getScrollTop()+this._config.offset,e=this._getScrollHeight(),n=this._config.offset+e-this._getOffsetHeight();if(this._scrollHeight!==e&&this.refresh(),n<=t){var i=this._targets[this._targets.length-1];this._activeTarget!==i&&this._activate(i)}else{if(this._activeTarget&&t<this._offsets[0]&&0<this._offsets[0])return this._activeTarget=null,void this._clear();for(var o=this._offsets.length;o--;){this._activeTarget!==this._targets[o]&&t>=this._offsets[o]&&("undefined"==typeof this._offsets[o+1]||t<this._offsets[o+1])&&this._activate(this._targets[o])}}},t._activate=function(e){this._activeTarget=e,this._clear();var t=this._selector.split(",").map(function(t){return t+'[data-target="'+e+'"],'+t+'[href="'+e+'"]'}),n=g([].slice.call(document.querySelectorAll(t.join(","))));n.hasClass(vn)?(n.closest(Dn).find(wn).addClass(yn),n.addClass(yn)):(n.addClass(yn),n.parents(Cn).prev(Tn+", "+Sn).addClass(yn),n.parents(Cn).prev(bn).children(Tn).addClass(yn)),g(this._scrollElement).trigger(pn.ACTIVATE,{relatedTarget:e})},t._clear=function(){[].slice.call(document.querySelectorAll(this._selector)).filter(function(t){return t.classList.contains(yn)}).forEach(function(t){return t.classList.remove(yn)})},n._jQueryInterface=function(e){return this.each(function(){var t=g(this).data(fn);if(t||(t=new n(this,"object"==typeof e&&e),g(this).data(fn,t)),"string"==typeof e){if("undefined"==typeof t[e])throw new TypeError('No method named "'+e+'"');t[e]()}})},s(n,null,[{key:"VERSION",get:function(){return"4.4.1"}},{key:"Default",get:function(){return _n}}]),n}();g(window).on(pn.LOAD_DATA_API,function(){for(var t=[].slice.call(document.querySelectorAll(En)),e=t.length;e--;){var n=g(t[e]);On._jQueryInterface.call(n,n.data())}}),g.fn[un]=On._jQueryInterface,g.fn[un].Constructor=On,g.fn[un].noConflict=function(){return g.fn[un]=gn,On._jQueryInterface};var kn="bs.tab",Pn="."+kn,Ln=g.fn.tab,jn={HIDE:"hide"+Pn,HIDDEN:"hidden"+Pn,SHOW:"show"+Pn,SHOWN:"shown"+Pn,CLICK_DATA_API:"click"+Pn+".data-api"},Hn="dropdown-menu",Rn="active",xn="disabled",Fn="fade",Un="show",Wn=".dropdown",qn=".nav, .list-group",Mn=".active",Kn="> li > .active",Qn='[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',Bn=".dropdown-toggle",Vn="> .dropdown-menu .active",Yn=function(){function i(t){this._element=t}var t=i.prototype;return t.show=function(){var n=this;if(!(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&g(this._element).hasClass(Rn)||g(this._element).hasClass(xn))){var t,i,e=g(this._element).closest(qn)[0],o=_.getSelectorFromElement(this._element);if(e){var r="UL"===e.nodeName||"OL"===e.nodeName?Kn:Mn;i=(i=g.makeArray(g(e).find(r)))[i.length-1]}var s=g.Event(jn.HIDE,{relatedTarget:this._element}),a=g.Event(jn.SHOW,{relatedTarget:i});if(i&&g(i).trigger(s),g(this._element).trigger(a),!a.isDefaultPrevented()&&!s.isDefaultPrevented()){o&&(t=document.querySelector(o)),this._activate(this._element,e);var l=function(){var t=g.Event(jn.HIDDEN,{relatedTarget:n._element}),e=g.Event(jn.SHOWN,{relatedTarget:i});g(i).trigger(t),g(n._element).trigger(e)};t?this._activate(t,t.parentNode,l):l()}}},t.dispose=function(){g.removeData(this._element,kn),this._element=null},t._activate=function(t,e,n){function i(){return o._transitionComplete(t,r,n)}var o=this,r=(!e||"UL"!==e.nodeName&&"OL"!==e.nodeName?g(e).children(Mn):g(e).find(Kn))[0],s=n&&r&&g(r).hasClass(Fn);if(r&&s){var a=_.getTransitionDurationFromElement(r);g(r).removeClass(Un).one(_.TRANSITION_END,i).emulateTransitionEnd(a)}else i()},t._transitionComplete=function(t,e,n){if(e){g(e).removeClass(Rn);var i=g(e.parentNode).find(Vn)[0];i&&g(i).removeClass(Rn),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!1)}if(g(t).addClass(Rn),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!0),_.reflow(t),t.classList.contains(Fn)&&t.classList.add(Un),t.parentNode&&g(t.parentNode).hasClass(Hn)){var o=g(t).closest(Wn)[0];if(o){var r=[].slice.call(o.querySelectorAll(Bn));g(r).addClass(Rn)}t.setAttribute("aria-expanded",!0)}n&&n()},i._jQueryInterface=function(n){return this.each(function(){var t=g(this),e=t.data(kn);if(e||(e=new i(this),t.data(kn,e)),"string"==typeof n){if("undefined"==typeof e[n])throw new TypeError('No method named "'+n+'"');e[n]()}})},s(i,null,[{key:"VERSION",get:function(){return"4.4.1"}}]),i}();g(document).on(jn.CLICK_DATA_API,Qn,function(t){t.preventDefault(),Yn._jQueryInterface.call(g(this),"show")}),g.fn.tab=Yn._jQueryInterface,g.fn.tab.Constructor=Yn,g.fn.tab.noConflict=function(){return g.fn.tab=Ln,Yn._jQueryInterface};var zn="toast",Xn="bs.toast",$n="."+Xn,Gn=g.fn[zn],Jn={CLICK_DISMISS:"click.dismiss"+$n,HIDE:"hide"+$n,HIDDEN:"hidden"+$n,SHOW:"show"+$n,SHOWN:"shown"+$n},Zn="fade",ti="hide",ei="show",ni="showing",ii={animation:"boolean",autohide:"boolean",delay:"number"},oi={animation:!0,autohide:!0,delay:500},ri='[data-dismiss="toast"]',si=function(){function i(t,e){this._element=t,this._config=this._getConfig(e),this._timeout=null,this._setListeners()}var t=i.prototype;return t.show=function(){var t=this,e=g.Event(Jn.SHOW);if(g(this._element).trigger(e),!e.isDefaultPrevented()){this._config.animation&&this._element.classList.add(Zn);var n=function(){t._element.classList.remove(ni),t._element.classList.add(ei),g(t._element).trigger(Jn.SHOWN),t._config.autohide&&(t._timeout=setTimeout(function(){t.hide()},t._config.delay))};if(this._element.classList.remove(ti),_.reflow(this._element),this._element.classList.add(ni),this._config.animation){var i=_.getTransitionDurationFromElement(this._element);g(this._element).one(_.TRANSITION_END,n).emulateTransitionEnd(i)}else n()}},t.hide=function(){if(this._element.classList.contains(ei)){var t=g.Event(Jn.HIDE);g(this._element).trigger(t),t.isDefaultPrevented()||this._close()}},t.dispose=function(){clearTimeout(this._timeout),this._timeout=null,this._element.classList.contains(ei)&&this._element.classList.remove(ei),g(this._element).off(Jn.CLICK_DISMISS),g.removeData(this._element,Xn),this._element=null,this._config=null},t._getConfig=function(t){return t=l({},oi,{},g(this._element).data(),{},"object"==typeof t&&t?t:{}),_.typeCheckConfig(zn,t,this.constructor.DefaultType),t},t._setListeners=function(){var t=this;g(this._element).on(Jn.CLICK_DISMISS,ri,function(){return t.hide()})},t._close=function(){function t(){e._element.classList.add(ti),g(e._element).trigger(Jn.HIDDEN)}var e=this;if(this._element.classList.remove(ei),this._config.animation){var n=_.getTransitionDurationFromElement(this._element);g(this._element).one(_.TRANSITION_END,t).emulateTransitionEnd(n)}else t()},i._jQueryInterface=function(n){return this.each(function(){var t=g(this),e=t.data(Xn);if(e||(e=new i(this,"object"==typeof n&&n),t.data(Xn,e)),"string"==typeof n){if("undefined"==typeof e[n])throw new TypeError('No method named "'+n+'"');e[n](this)}})},s(i,null,[{key:"VERSION",get:function(){return"4.4.1"}},{key:"DefaultType",get:function(){return ii}},{key:"Default",get:function(){return oi}}]),i}();g.fn[zn]=si._jQueryInterface,g.fn[zn].Constructor=si,g.fn[zn].noConflict=function(){return g.fn[zn]=Gn,si._jQueryInterface},t.Alert=v,t.Button=H,t.Carousel=ut,t.Collapse=wt,t.Dropdown=ee,t.Modal=Te,t.Popover=hn,t.Scrollspy=On,t.Tab=Yn,t.Toast=si,t.Tooltip=Xe,t.Util=_,Object.defineProperty(t,"__esModule",{value:!0})}); | ||
7 | +//# sourceMappingURL=bootstrap.min.js.map | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
public/javascripts/bootstrap.min.js.map
0 → 100644
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
public/stylesheets/bootstrap-grid.css.map
0 → 100644
This diff could not be displayed because it is too large.
public/stylesheets/bootstrap-grid.min.css
0 → 100644
1 | +/*! | ||
2 | + * Bootstrap Grid v4.4.1 (https://getbootstrap.com/) | ||
3 | + * Copyright 2011-2019 The Bootstrap Authors | ||
4 | + * Copyright 2011-2019 Twitter, Inc. | ||
5 | + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) | ||
6 | + */html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}} | ||
7 | +/*# sourceMappingURL=bootstrap-grid.min.css.map */ | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
This diff could not be displayed because it is too large.
1 | /*! | 1 | /*! |
2 | - * Bootstrap Reboot v5.0.0-alpha1 (https://getbootstrap.com/) | 2 | + * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/) |
3 | - * Copyright 2011-2020 The Bootstrap Authors | 3 | + * Copyright 2011-2019 The Bootstrap Authors |
4 | - * Copyright 2011-2020 Twitter, Inc. | 4 | + * Copyright 2011-2019 Twitter, Inc. |
5 | - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) | 5 | + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
6 | * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) | 6 | * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) |
7 | */ | 7 | */ |
8 | *, | 8 | *, |
... | @@ -11,16 +11,26 @@ | ... | @@ -11,16 +11,26 @@ |
11 | box-sizing: border-box; | 11 | box-sizing: border-box; |
12 | } | 12 | } |
13 | 13 | ||
14 | +html { | ||
15 | + font-family: sans-serif; | ||
16 | + line-height: 1.15; | ||
17 | + -webkit-text-size-adjust: 100%; | ||
18 | + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); | ||
19 | +} | ||
20 | + | ||
21 | +article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { | ||
22 | + display: block; | ||
23 | +} | ||
24 | + | ||
14 | body { | 25 | body { |
15 | margin: 0; | 26 | margin: 0; |
16 | - font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; | 27 | + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; |
17 | font-size: 1rem; | 28 | font-size: 1rem; |
18 | font-weight: 400; | 29 | font-weight: 400; |
19 | line-height: 1.5; | 30 | line-height: 1.5; |
20 | color: #212529; | 31 | color: #212529; |
32 | + text-align: left; | ||
21 | background-color: #fff; | 33 | background-color: #fff; |
22 | - -webkit-text-size-adjust: 100%; | ||
23 | - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); | ||
24 | } | 34 | } |
25 | 35 | ||
26 | [tabindex="-1"]:focus:not(:focus-visible) { | 36 | [tabindex="-1"]:focus:not(:focus-visible) { |
... | @@ -28,70 +38,14 @@ body { | ... | @@ -28,70 +38,14 @@ body { |
28 | } | 38 | } |
29 | 39 | ||
30 | hr { | 40 | hr { |
31 | - margin: 1rem 0; | 41 | + box-sizing: content-box; |
32 | - color: inherit; | 42 | + height: 0; |
33 | - background-color: currentColor; | 43 | + overflow: visible; |
34 | - border: 0; | ||
35 | - opacity: 0.25; | ||
36 | -} | ||
37 | - | ||
38 | -hr:not([size]) { | ||
39 | - height: 1px; | ||
40 | } | 44 | } |
41 | 45 | ||
42 | h1, h2, h3, h4, h5, h6 { | 46 | h1, h2, h3, h4, h5, h6 { |
43 | margin-top: 0; | 47 | margin-top: 0; |
44 | margin-bottom: 0.5rem; | 48 | margin-bottom: 0.5rem; |
45 | - font-weight: 500; | ||
46 | - line-height: 1.2; | ||
47 | -} | ||
48 | - | ||
49 | -h1 { | ||
50 | - font-size: calc(1.375rem + 1.5vw); | ||
51 | -} | ||
52 | - | ||
53 | -@media (min-width: 1200px) { | ||
54 | - h1 { | ||
55 | - font-size: 2.5rem; | ||
56 | - } | ||
57 | -} | ||
58 | - | ||
59 | -h2 { | ||
60 | - font-size: calc(1.325rem + 0.9vw); | ||
61 | -} | ||
62 | - | ||
63 | -@media (min-width: 1200px) { | ||
64 | - h2 { | ||
65 | - font-size: 2rem; | ||
66 | - } | ||
67 | -} | ||
68 | - | ||
69 | -h3 { | ||
70 | - font-size: calc(1.3rem + 0.6vw); | ||
71 | -} | ||
72 | - | ||
73 | -@media (min-width: 1200px) { | ||
74 | - h3 { | ||
75 | - font-size: 1.75rem; | ||
76 | - } | ||
77 | -} | ||
78 | - | ||
79 | -h4 { | ||
80 | - font-size: calc(1.275rem + 0.3vw); | ||
81 | -} | ||
82 | - | ||
83 | -@media (min-width: 1200px) { | ||
84 | - h4 { | ||
85 | - font-size: 1.5rem; | ||
86 | - } | ||
87 | -} | ||
88 | - | ||
89 | -h5 { | ||
90 | - font-size: 1.25rem; | ||
91 | -} | ||
92 | - | ||
93 | -h6 { | ||
94 | - font-size: 1rem; | ||
95 | } | 49 | } |
96 | 50 | ||
97 | p { | 51 | p { |
... | @@ -105,6 +59,7 @@ abbr[data-original-title] { | ... | @@ -105,6 +59,7 @@ abbr[data-original-title] { |
105 | -webkit-text-decoration: underline dotted; | 59 | -webkit-text-decoration: underline dotted; |
106 | text-decoration: underline dotted; | 60 | text-decoration: underline dotted; |
107 | cursor: help; | 61 | cursor: help; |
62 | + border-bottom: 0; | ||
108 | -webkit-text-decoration-skip-ink: none; | 63 | -webkit-text-decoration-skip-ink: none; |
109 | text-decoration-skip-ink: none; | 64 | text-decoration-skip-ink: none; |
110 | } | 65 | } |
... | @@ -116,11 +71,6 @@ address { | ... | @@ -116,11 +71,6 @@ address { |
116 | } | 71 | } |
117 | 72 | ||
118 | ol, | 73 | ol, |
119 | -ul { | ||
120 | - padding-left: 2rem; | ||
121 | -} | ||
122 | - | ||
123 | -ol, | ||
124 | ul, | 74 | ul, |
125 | dl { | 75 | dl { |
126 | margin-top: 0; | 76 | margin-top: 0; |
... | @@ -153,18 +103,13 @@ strong { | ... | @@ -153,18 +103,13 @@ strong { |
153 | } | 103 | } |
154 | 104 | ||
155 | small { | 105 | small { |
156 | - font-size: 0.875em; | 106 | + font-size: 80%; |
157 | -} | ||
158 | - | ||
159 | -mark { | ||
160 | - padding: 0.2em; | ||
161 | - background-color: #fcf8e3; | ||
162 | } | 107 | } |
163 | 108 | ||
164 | sub, | 109 | sub, |
165 | sup { | 110 | sup { |
166 | position: relative; | 111 | position: relative; |
167 | - font-size: 0.75em; | 112 | + font-size: 75%; |
168 | line-height: 0; | 113 | line-height: 0; |
169 | vertical-align: baseline; | 114 | vertical-align: baseline; |
170 | } | 115 | } |
... | @@ -178,15 +123,22 @@ sup { | ... | @@ -178,15 +123,22 @@ sup { |
178 | } | 123 | } |
179 | 124 | ||
180 | a { | 125 | a { |
181 | - color: #0d6efd; | 126 | + color: #007bff; |
182 | - text-decoration: underline; | 127 | + text-decoration: none; |
128 | + background-color: transparent; | ||
183 | } | 129 | } |
184 | 130 | ||
185 | a:hover { | 131 | a:hover { |
186 | - color: #024dbc; | 132 | + color: #0056b3; |
133 | + text-decoration: underline; | ||
187 | } | 134 | } |
188 | 135 | ||
189 | -a:not([href]):not([class]), a:not([href]):not([class]):hover { | 136 | +a:not([href]) { |
137 | + color: inherit; | ||
138 | + text-decoration: none; | ||
139 | +} | ||
140 | + | ||
141 | +a:not([href]):hover { | ||
190 | color: inherit; | 142 | color: inherit; |
191 | text-decoration: none; | 143 | text-decoration: none; |
192 | } | 144 | } |
... | @@ -200,83 +152,44 @@ samp { | ... | @@ -200,83 +152,44 @@ samp { |
200 | } | 152 | } |
201 | 153 | ||
202 | pre { | 154 | pre { |
203 | - display: block; | ||
204 | margin-top: 0; | 155 | margin-top: 0; |
205 | margin-bottom: 1rem; | 156 | margin-bottom: 1rem; |
206 | overflow: auto; | 157 | overflow: auto; |
207 | - font-size: 0.875em; | ||
208 | - -ms-overflow-style: scrollbar; | ||
209 | -} | ||
210 | - | ||
211 | -pre code { | ||
212 | - font-size: inherit; | ||
213 | - color: inherit; | ||
214 | - word-break: normal; | ||
215 | -} | ||
216 | - | ||
217 | -code { | ||
218 | - font-size: 0.875em; | ||
219 | - color: #d63384; | ||
220 | - word-wrap: break-word; | ||
221 | -} | ||
222 | - | ||
223 | -a > code { | ||
224 | - color: inherit; | ||
225 | -} | ||
226 | - | ||
227 | -kbd { | ||
228 | - padding: 0.2rem 0.4rem; | ||
229 | - font-size: 0.875em; | ||
230 | - color: #fff; | ||
231 | - background-color: #212529; | ||
232 | - border-radius: 0.2rem; | ||
233 | -} | ||
234 | - | ||
235 | -kbd kbd { | ||
236 | - padding: 0; | ||
237 | - font-size: 1em; | ||
238 | - font-weight: 700; | ||
239 | } | 158 | } |
240 | 159 | ||
241 | figure { | 160 | figure { |
242 | margin: 0 0 1rem; | 161 | margin: 0 0 1rem; |
243 | } | 162 | } |
244 | 163 | ||
245 | -img, | 164 | +img { |
165 | + vertical-align: middle; | ||
166 | + border-style: none; | ||
167 | +} | ||
168 | + | ||
246 | svg { | 169 | svg { |
170 | + overflow: hidden; | ||
247 | vertical-align: middle; | 171 | vertical-align: middle; |
248 | } | 172 | } |
249 | 173 | ||
250 | table { | 174 | table { |
251 | - caption-side: bottom; | ||
252 | border-collapse: collapse; | 175 | border-collapse: collapse; |
253 | } | 176 | } |
254 | 177 | ||
255 | caption { | 178 | caption { |
256 | - padding-top: 0.5rem; | 179 | + padding-top: 0.75rem; |
257 | - padding-bottom: 0.5rem; | 180 | + padding-bottom: 0.75rem; |
258 | color: #6c757d; | 181 | color: #6c757d; |
259 | text-align: left; | 182 | text-align: left; |
183 | + caption-side: bottom; | ||
260 | } | 184 | } |
261 | 185 | ||
262 | th { | 186 | th { |
263 | text-align: inherit; | 187 | text-align: inherit; |
264 | - text-align: -webkit-match-parent; | ||
265 | -} | ||
266 | - | ||
267 | -thead, | ||
268 | -tbody, | ||
269 | -tfoot, | ||
270 | -tr, | ||
271 | -td, | ||
272 | -th { | ||
273 | - border-color: inherit; | ||
274 | - border-style: solid; | ||
275 | - border-width: 0; | ||
276 | } | 188 | } |
277 | 189 | ||
278 | label { | 190 | label { |
279 | display: inline-block; | 191 | display: inline-block; |
192 | + margin-bottom: 0.5rem; | ||
280 | } | 193 | } |
281 | 194 | ||
282 | button { | 195 | button { |
... | @@ -309,18 +222,10 @@ select { | ... | @@ -309,18 +222,10 @@ select { |
309 | text-transform: none; | 222 | text-transform: none; |
310 | } | 223 | } |
311 | 224 | ||
312 | -[role="button"] { | ||
313 | - cursor: pointer; | ||
314 | -} | ||
315 | - | ||
316 | select { | 225 | select { |
317 | word-wrap: normal; | 226 | word-wrap: normal; |
318 | } | 227 | } |
319 | 228 | ||
320 | -[list]::-webkit-calendar-picker-indicator { | ||
321 | - display: none; | ||
322 | -} | ||
323 | - | ||
324 | button, | 229 | button, |
325 | [type="button"], | 230 | [type="button"], |
326 | [type="reset"], | 231 | [type="reset"], |
... | @@ -335,12 +240,29 @@ button:not(:disabled), | ... | @@ -335,12 +240,29 @@ button:not(:disabled), |
335 | cursor: pointer; | 240 | cursor: pointer; |
336 | } | 241 | } |
337 | 242 | ||
338 | -::-moz-focus-inner { | 243 | +button::-moz-focus-inner, |
244 | +[type="button"]::-moz-focus-inner, | ||
245 | +[type="reset"]::-moz-focus-inner, | ||
246 | +[type="submit"]::-moz-focus-inner { | ||
339 | padding: 0; | 247 | padding: 0; |
340 | border-style: none; | 248 | border-style: none; |
341 | } | 249 | } |
342 | 250 | ||
251 | +input[type="radio"], | ||
252 | +input[type="checkbox"] { | ||
253 | + box-sizing: border-box; | ||
254 | + padding: 0; | ||
255 | +} | ||
256 | + | ||
257 | +input[type="date"], | ||
258 | +input[type="time"], | ||
259 | +input[type="datetime-local"], | ||
260 | +input[type="month"] { | ||
261 | + -webkit-appearance: listbox; | ||
262 | +} | ||
263 | + | ||
343 | textarea { | 264 | textarea { |
265 | + overflow: auto; | ||
344 | resize: vertical; | 266 | resize: vertical; |
345 | } | 267 | } |
346 | 268 | ||
... | @@ -352,50 +274,33 @@ fieldset { | ... | @@ -352,50 +274,33 @@ fieldset { |
352 | } | 274 | } |
353 | 275 | ||
354 | legend { | 276 | legend { |
355 | - float: left; | 277 | + display: block; |
356 | width: 100%; | 278 | width: 100%; |
279 | + max-width: 100%; | ||
357 | padding: 0; | 280 | padding: 0; |
358 | - margin-bottom: 0.5rem; | 281 | + margin-bottom: .5rem; |
359 | - font-size: calc(1.275rem + 0.3vw); | 282 | + font-size: 1.5rem; |
360 | line-height: inherit; | 283 | line-height: inherit; |
284 | + color: inherit; | ||
361 | white-space: normal; | 285 | white-space: normal; |
362 | } | 286 | } |
363 | 287 | ||
364 | -@media (min-width: 1200px) { | 288 | +progress { |
365 | - legend { | 289 | + vertical-align: baseline; |
366 | - font-size: 1.5rem; | ||
367 | - } | ||
368 | -} | ||
369 | - | ||
370 | -legend + * { | ||
371 | - clear: left; | ||
372 | -} | ||
373 | - | ||
374 | -::-webkit-datetime-edit-fields-wrapper, | ||
375 | -::-webkit-datetime-edit-text, | ||
376 | -::-webkit-datetime-edit-minute, | ||
377 | -::-webkit-datetime-edit-hour-field, | ||
378 | -::-webkit-datetime-edit-day-field, | ||
379 | -::-webkit-datetime-edit-month-field, | ||
380 | -::-webkit-datetime-edit-year-field { | ||
381 | - padding: 0; | ||
382 | } | 290 | } |
383 | 291 | ||
384 | -::-webkit-inner-spin-button { | 292 | +[type="number"]::-webkit-inner-spin-button, |
293 | +[type="number"]::-webkit-outer-spin-button { | ||
385 | height: auto; | 294 | height: auto; |
386 | } | 295 | } |
387 | 296 | ||
388 | [type="search"] { | 297 | [type="search"] { |
389 | outline-offset: -2px; | 298 | outline-offset: -2px; |
390 | - -webkit-appearance: textfield; | ||
391 | -} | ||
392 | - | ||
393 | -::-webkit-search-decoration { | ||
394 | -webkit-appearance: none; | 299 | -webkit-appearance: none; |
395 | } | 300 | } |
396 | 301 | ||
397 | -::-webkit-color-swatch-wrapper { | 302 | +[type="search"]::-webkit-search-decoration { |
398 | - padding: 0; | 303 | + -webkit-appearance: none; |
399 | } | 304 | } |
400 | 305 | ||
401 | ::-webkit-file-upload-button { | 306 | ::-webkit-file-upload-button { |
... | @@ -407,17 +312,13 @@ output { | ... | @@ -407,17 +312,13 @@ output { |
407 | display: inline-block; | 312 | display: inline-block; |
408 | } | 313 | } |
409 | 314 | ||
410 | -iframe { | ||
411 | - border: 0; | ||
412 | -} | ||
413 | - | ||
414 | summary { | 315 | summary { |
415 | display: list-item; | 316 | display: list-item; |
416 | cursor: pointer; | 317 | cursor: pointer; |
417 | } | 318 | } |
418 | 319 | ||
419 | -progress { | 320 | +template { |
420 | - vertical-align: baseline; | 321 | + display: none; |
421 | } | 322 | } |
422 | 323 | ||
423 | [hidden] { | 324 | [hidden] { | ... | ... |
public/stylesheets/bootstrap-reboot.css.map
0 → 100644
1 | +{"version":3,"sources":["../../scss/bootstrap-reboot.scss","bootstrap-reboot.css","../../scss/_reboot.scss","../../scss/_variables.scss","../../scss/vendor/_rfs.scss","../../scss/mixins/_hover.scss"],"names":[],"mappings":"AAAA;;;;;;ECME;ACYF;;;EAGE,sBAAsB;ADVxB;;ACaA;EACE,uBAAuB;EACvB,iBAAiB;EACjB,8BAA8B;EAC9B,6CCXa;AFCf;;ACgBA;EACE,cAAc;ADbhB;;ACuBA;EACE,SAAS;EACT,kMCyOiN;ECzJ7M,eAtCY;EFxChB,gBCkP+B;EDjP/B,gBCsP+B;EDrP/B,cCnCgB;EDoChB,gBAAgB;EAChB,sBC9Ca;AF0Bf;;AAEA;EC+BE,qBAAqB;AD7BvB;;ACsCA;EACE,uBAAuB;EACvB,SAAS;EACT,iBAAiB;ADnCnB;;ACgDA;EACE,aAAa;EACb,qBCoNuC;AFjQzC;;ACoDA;EACE,aAAa;EACb,mBCuF8B;AFxIhC;;AC4DA;;EAEE,0BAA0B;EAC1B,yCAAiC;EAAjC,iCAAiC;EACjC,YAAY;EACZ,gBAAgB;EAChB,sCAA8B;EAA9B,8BAA8B;ADzDhC;;AC4DA;EACE,mBAAmB;EACnB,kBAAkB;EAClB,oBAAoB;ADzDtB;;AC4DA;;;EAGE,aAAa;EACb,mBAAmB;ADzDrB;;AC4DA;;;;EAIE,gBAAgB;ADzDlB;;AC4DA;EACE,gBCqJ+B;AF9MjC;;AC4DA;EACE,oBAAoB;EACpB,cAAc;ADzDhB;;AC4DA;EACE,gBAAgB;ADzDlB;;AC4DA;;EAEE,mBCwIkC;AFjMpC;;AC4DA;EExFI,cAAW;AHgCf;;ACiEA;;EAEE,kBAAkB;EEnGhB,cAAW;EFqGb,cAAc;EACd,wBAAwB;AD9D1B;;ACiEA;EAAM,cAAc;AD7DpB;;AC8DA;EAAM,UAAU;AD1DhB;;ACiEA;EACE,cCtJe;EDuJf,qBCR4C;EDS5C,6BAA6B;AD9D/B;;AIlHE;EHmLE,cCX8D;EDY9D,0BCX+C;AFlDnD;;ACsEA;EACE,cAAc;EACd,qBAAqB;ADnEvB;;AI5HE;EHkME,cAAc;EACd,qBAAqB;ADlEzB;;AC2EA;;;;EAIE,iGC6DgH;ECjN9G,cAAW;AH6Ef;;AC2EA;EAEE,aAAa;EAEb,mBAAmB;EAEnB,cAAc;AD3EhB;;ACmFA;EAEE,gBAAgB;ADjFlB;;ACyFA;EACE,sBAAsB;EACtB,kBAAkB;ADtFpB;;ACyFA;EAGE,gBAAgB;EAChB,sBAAsB;ADxFxB;;ACgGA;EACE,yBAAyB;AD7F3B;;ACgGA;EACE,oBCoFkC;EDnFlC,uBCmFkC;EDlFlC,cCnQgB;EDoQhB,gBAAgB;EAChB,oBAAoB;AD7FtB;;ACgGA;EAGE,mBAAmB;AD/FrB;;ACuGA;EAEE,qBAAqB;EACrB,qBCqK2C;AF1Q7C;;AC2GA;EAEE,gBAAgB;ADzGlB;;ACgHA;EACE,mBAAmB;EACnB,0CAA0C;AD7G5C;;ACgHA;;;;;EAKE,SAAS;EACT,oBAAoB;EErPlB,kBAAW;EFuPb,oBAAoB;AD7GtB;;ACgHA;;EAEE,iBAAiB;AD7GnB;;ACgHA;;EAEE,oBAAoB;AD7GtB;;ACmHA;EACE,iBAAiB;ADhHnB;;ACuHA;;;;EAIE,0BAA0B;ADpH5B;;ACyHE;;;;EAKI,eAAe;ADvHrB;;AC6HA;;;;EAIE,UAAU;EACV,kBAAkB;AD1HpB;;AC6HA;;EAEE,sBAAsB;EACtB,UAAU;AD1HZ;;AC8HA;;;;EASE,2BAA2B;ADhI7B;;ACmIA;EACE,cAAc;EAEd,gBAAgB;ADjIlB;;ACoIA;EAME,YAAY;EAEZ,UAAU;EACV,SAAS;EACT,SAAS;ADvIX;;AC4IA;EACE,cAAc;EACd,WAAW;EACX,eAAe;EACf,UAAU;EACV,oBAAoB;EEjShB,iBAtCY;EFyUhB,oBAAoB;EACpB,cAAc;EACd,mBAAmB;ADzIrB;;AC4IA;EACE,wBAAwB;ADzI1B;;AAEA;;EC6IE,YAAY;AD1Id;;AAEA;ECgJE,oBAAoB;EACpB,wBAAwB;AD9I1B;;AAEA;ECoJE,wBAAwB;ADlJ1B;;AC0JA;EACE,aAAa;EACb,0BAA0B;ADvJ5B;;AC8JA;EACE,qBAAqB;AD3JvB;;AC8JA;EACE,kBAAkB;EAClB,eAAe;AD3JjB;;AC8JA;EACE,aAAa;AD3Jf;;AAEA;EC+JE,wBAAwB;AD7J1B","file":"bootstrap-reboot.css","sourcesContent":["/*!\n * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 The Bootstrap Authors\n * Copyright 2011-2019 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n\n@import \"functions\";\n@import \"variables\";\n@import \"mixins\";\n@import \"reboot\";\n","/*!\n * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 The Bootstrap Authors\n * Copyright 2011-2019 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\nhtml {\n font-family: sans-serif;\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\nbody {\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #212529;\n text-align: left;\n background-color: #fff;\n}\n\n[tabindex=\"-1\"]:focus:not(:focus-visible) {\n outline: 0 !important;\n}\n\nhr {\n box-sizing: content-box;\n height: 0;\n overflow: visible;\n}\n\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title],\nabbr[data-original-title] {\n text-decoration: underline;\n text-decoration: underline dotted;\n cursor: help;\n border-bottom: 0;\n text-decoration-skip-ink: none;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: 700;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub,\nsup {\n position: relative;\n font-size: 75%;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -.25em;\n}\n\nsup {\n top: -.5em;\n}\n\na {\n color: #007bff;\n text-decoration: none;\n background-color: transparent;\n}\n\na:hover {\n color: #0056b3;\n text-decoration: underline;\n}\n\na:not([href]) {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):hover {\n color: inherit;\n text-decoration: none;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n font-size: 1em;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg {\n vertical-align: middle;\n border-style: none;\n}\n\nsvg {\n overflow: hidden;\n vertical-align: middle;\n}\n\ntable {\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n color: #6c757d;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n text-align: inherit;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: 0.5rem;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\nselect {\n word-wrap: normal;\n}\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\nbutton:not(:disabled),\n[type=\"button\"]:not(:disabled),\n[type=\"reset\"]:not(:disabled),\n[type=\"submit\"]:not(:disabled) {\n cursor: pointer;\n}\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n box-sizing: border-box;\n padding: 0;\n}\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n -webkit-appearance: listbox;\n}\n\ntextarea {\n overflow: auto;\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n display: block;\n width: 100%;\n max-width: 100%;\n padding: 0;\n margin-bottom: .5rem;\n font-size: 1.5rem;\n line-height: inherit;\n color: inherit;\n white-space: normal;\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n outline-offset: -2px;\n -webkit-appearance: none;\n}\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\ntemplate {\n display: none;\n}\n\n[hidden] {\n display: none !important;\n}\n\n/*# sourceMappingURL=bootstrap-reboot.css.map */","// stylelint-disable at-rule-no-vendor-prefix, declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix\n\n// Reboot\n//\n// Normalization of HTML elements, manually forked from Normalize.css to remove\n// styles targeting irrelevant browsers while applying new styles.\n//\n// Normalize is licensed MIT. https://github.com/necolas/normalize.css\n\n\n// Document\n//\n// 1. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.\n// 2. Change the default font family in all browsers.\n// 3. Correct the line height in all browsers.\n// 4. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.\n// 5. Change the default tap highlight to be completely transparent in iOS.\n\n*,\n*::before,\n*::after {\n box-sizing: border-box; // 1\n}\n\nhtml {\n font-family: sans-serif; // 2\n line-height: 1.15; // 3\n -webkit-text-size-adjust: 100%; // 4\n -webkit-tap-highlight-color: rgba($black, 0); // 5\n}\n\n// Shim for \"new\" HTML5 structural elements to display correctly (IE10, older browsers)\n// TODO: remove in v5\n// stylelint-disable-next-line selector-list-comma-newline-after\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\n// Body\n//\n// 1. Remove the margin in all browsers.\n// 2. As a best practice, apply a default `background-color`.\n// 3. Set an explicit initial text-align value so that we can later use\n// the `inherit` value on things like `<th>` elements.\n\nbody {\n margin: 0; // 1\n font-family: $font-family-base;\n @include font-size($font-size-base);\n font-weight: $font-weight-base;\n line-height: $line-height-base;\n color: $body-color;\n text-align: left; // 3\n background-color: $body-bg; // 2\n}\n\n// Future-proof rule: in browsers that support :focus-visible, suppress the focus outline\n// on elements that programmatically receive focus but wouldn't normally show a visible\n// focus outline. In general, this would mean that the outline is only applied if the\n// interaction that led to the element receiving programmatic focus was a keyboard interaction,\n// or the browser has somehow determined that the user is primarily a keyboard user and/or\n// wants focus outlines to always be presented.\n//\n// See https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible\n// and https://developer.paciellogroup.com/blog/2018/03/focus-visible-and-backwards-compatibility/\n[tabindex=\"-1\"]:focus:not(:focus-visible) {\n outline: 0 !important;\n}\n\n\n// Content grouping\n//\n// 1. Add the correct box sizing in Firefox.\n// 2. Show the overflow in Edge and IE.\n\nhr {\n box-sizing: content-box; // 1\n height: 0; // 1\n overflow: visible; // 2\n}\n\n\n//\n// Typography\n//\n\n// Remove top margins from headings\n//\n// By default, `<h1>`-`<h6>` all receive top and bottom margins. We nuke the top\n// margin for easier control within type scales as it avoids margin collapsing.\n// stylelint-disable-next-line selector-list-comma-newline-after\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: $headings-margin-bottom;\n}\n\n// Reset margins on paragraphs\n//\n// Similarly, the top margin on `<p>`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Remove the bottom border in Firefox 39-.\n// 5. Prevent the text-decoration to be skipped.\n\nabbr[title],\nabbr[data-original-title] { // 1\n text-decoration: underline; // 2\n text-decoration: underline dotted; // 2\n cursor: help; // 3\n border-bottom: 0; // 4\n text-decoration-skip-ink: none; // 5\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // Undo browser default\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: $font-weight-bolder; // Add the correct font weight in Chrome, Edge, and Safari\n}\n\nsmall {\n @include font-size(80%); // Add the correct font size in all browsers\n}\n\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n//\n\nsub,\nsup {\n position: relative;\n @include font-size(75%);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n//\n// Links\n//\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n background-color: transparent; // Remove the gray background on active links in IE 10.\n\n @include hover() {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]) {\n color: inherit;\n text-decoration: none;\n\n @include hover() {\n color: inherit;\n text-decoration: none;\n }\n}\n\n\n//\n// Code\n//\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-monospace;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n}\n\npre {\n // Remove browser default top margin\n margin-top: 0;\n // Reset browser default of `1em` to use `rem`s\n margin-bottom: 1rem;\n // Don't allow content to break outside\n overflow: auto;\n}\n\n\n//\n// Figures\n//\n\nfigure {\n // Apply a consistent margin strategy (matches our type styles).\n margin: 0 0 1rem;\n}\n\n\n//\n// Images and content\n//\n\nimg {\n vertical-align: middle;\n border-style: none; // Remove the border on images inside links in IE 10-.\n}\n\nsvg {\n // Workaround for the SVG overflow bug in IE10/11 is still required.\n // See https://github.com/twbs/bootstrap/issues/26878\n overflow: hidden;\n vertical-align: middle;\n}\n\n\n//\n// Tables\n//\n\ntable {\n border-collapse: collapse; // Prevent double borders\n}\n\ncaption {\n padding-top: $table-cell-padding;\n padding-bottom: $table-cell-padding;\n color: $table-caption-color;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n // Matches default `<td>` alignment by inheriting from the `<body>`, or the\n // closest parent with a set `text-align`.\n text-align: inherit;\n}\n\n\n//\n// Forms\n//\n\nlabel {\n // Allow labels to use `margin` for spacing.\n display: inline-block;\n margin-bottom: $label-margin-bottom;\n}\n\n// Remove the default `border-radius` that macOS Chrome adds.\n//\n// Details at https://github.com/twbs/bootstrap/issues/24093\nbutton {\n // stylelint-disable-next-line property-blacklist\n border-radius: 0;\n}\n\n// Work around a Firefox/IE bug where the transparent `button` background\n// results in a loss of the default `button` focus styles.\n//\n// Credit: https://github.com/suitcss/base/\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0; // Remove the margin in Firefox and Safari\n font-family: inherit;\n @include font-size(inherit);\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible; // Show the overflow in Edge\n}\n\nbutton,\nselect {\n text-transform: none; // Remove the inheritance of text transform in Firefox\n}\n\n// Remove the inheritance of word-wrap in Safari.\n//\n// Details at https://github.com/twbs/bootstrap/issues/24990\nselect {\n word-wrap: normal;\n}\n\n\n// 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n// controls in Android 4.\n// 2. Correct the inability to style clickable types in iOS and Safari.\nbutton,\n[type=\"button\"], // 1\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button; // 2\n}\n\n// Opinionated: add \"hand\" cursor to non-disabled button elements.\n@if $enable-pointer-cursor-for-buttons {\n button,\n [type=\"button\"],\n [type=\"reset\"],\n [type=\"submit\"] {\n &:not(:disabled) {\n cursor: pointer;\n }\n }\n}\n\n// Remove inner border and padding from Firefox, but don't restore the outline like Normalize.\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n box-sizing: border-box; // 1. Add the correct box sizing in IE 10-\n padding: 0; // 2. Remove the padding in IE 10-\n}\n\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n // Remove the default appearance of temporal inputs to avoid a Mobile Safari\n // bug where setting a custom line-height prevents text from being vertically\n // centered within the input.\n // See https://bugs.webkit.org/show_bug.cgi?id=139848\n // and https://github.com/twbs/bootstrap/issues/11266\n -webkit-appearance: listbox;\n}\n\ntextarea {\n overflow: auto; // Remove the default vertical scrollbar in IE.\n // Textareas should really only resize vertically so they don't break their (horizontal) containers.\n resize: vertical;\n}\n\nfieldset {\n // Browsers set a default `min-width: min-content;` on fieldsets,\n // unlike e.g. `<div>`s, which have `min-width: 0;` by default.\n // So we reset that to ensure fieldsets behave more like a standard block element.\n // See https://github.com/twbs/bootstrap/issues/12359\n // and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements\n min-width: 0;\n // Reset the default outline behavior of fieldsets so they don't affect page layout.\n padding: 0;\n margin: 0;\n border: 0;\n}\n\n// 1. Correct the text wrapping in Edge and IE.\n// 2. Correct the color inheritance from `fieldset` elements in IE.\nlegend {\n display: block;\n width: 100%;\n max-width: 100%; // 1\n padding: 0;\n margin-bottom: .5rem;\n @include font-size(1.5rem);\n line-height: inherit;\n color: inherit; // 2\n white-space: normal; // 1\n}\n\nprogress {\n vertical-align: baseline; // Add the correct vertical alignment in Chrome, Firefox, and Opera.\n}\n\n// Correct the cursor style of increment and decrement buttons in Chrome.\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n // This overrides the extra rounded corners on search inputs in iOS so that our\n // `.form-control` class can properly style them. Note that this cannot simply\n // be added to `.form-control` as it's not specific enough. For details, see\n // https://github.com/twbs/bootstrap/issues/11586.\n outline-offset: -2px; // 2. Correct the outline style in Safari.\n -webkit-appearance: none;\n}\n\n//\n// Remove the inner padding in Chrome and Safari on macOS.\n//\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n//\n// 1. Correct the inability to style clickable types in iOS and Safari.\n// 2. Change font properties to `inherit` in Safari.\n//\n\n::-webkit-file-upload-button {\n font: inherit; // 2\n -webkit-appearance: button; // 1\n}\n\n//\n// Correct element displays\n//\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item; // Add the correct display in all browsers\n cursor: pointer;\n}\n\ntemplate {\n display: none; // Add the correct display in IE\n}\n\n// Always hide an element with the `hidden` HTML attribute (from PureCSS).\n// Needed for proper display in IE 10-.\n[hidden] {\n display: none !important;\n}\n","// Variables\n//\n// Variables should follow the `$component-state-property-size` formula for\n// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.\n\n// Color system\n\n$white: #fff !default;\n$gray-100: #f8f9fa !default;\n$gray-200: #e9ecef !default;\n$gray-300: #dee2e6 !default;\n$gray-400: #ced4da !default;\n$gray-500: #adb5bd !default;\n$gray-600: #6c757d !default;\n$gray-700: #495057 !default;\n$gray-800: #343a40 !default;\n$gray-900: #212529 !default;\n$black: #000 !default;\n\n$grays: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$grays: map-merge(\n (\n \"100\": $gray-100,\n \"200\": $gray-200,\n \"300\": $gray-300,\n \"400\": $gray-400,\n \"500\": $gray-500,\n \"600\": $gray-600,\n \"700\": $gray-700,\n \"800\": $gray-800,\n \"900\": $gray-900\n ),\n $grays\n);\n\n$blue: #007bff !default;\n$indigo: #6610f2 !default;\n$purple: #6f42c1 !default;\n$pink: #e83e8c !default;\n$red: #dc3545 !default;\n$orange: #fd7e14 !default;\n$yellow: #ffc107 !default;\n$green: #28a745 !default;\n$teal: #20c997 !default;\n$cyan: #17a2b8 !default;\n\n$colors: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$colors: map-merge(\n (\n \"blue\": $blue,\n \"indigo\": $indigo,\n \"purple\": $purple,\n \"pink\": $pink,\n \"red\": $red,\n \"orange\": $orange,\n \"yellow\": $yellow,\n \"green\": $green,\n \"teal\": $teal,\n \"cyan\": $cyan,\n \"white\": $white,\n \"gray\": $gray-600,\n \"gray-dark\": $gray-800\n ),\n $colors\n);\n\n$primary: $blue !default;\n$secondary: $gray-600 !default;\n$success: $green !default;\n$info: $cyan !default;\n$warning: $yellow !default;\n$danger: $red !default;\n$light: $gray-100 !default;\n$dark: $gray-800 !default;\n\n$theme-colors: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$theme-colors: map-merge(\n (\n \"primary\": $primary,\n \"secondary\": $secondary,\n \"success\": $success,\n \"info\": $info,\n \"warning\": $warning,\n \"danger\": $danger,\n \"light\": $light,\n \"dark\": $dark\n ),\n $theme-colors\n);\n\n// Set a specific jump point for requesting color jumps\n$theme-color-interval: 8% !default;\n\n// The yiq lightness value that determines when the lightness of color changes from \"dark\" to \"light\". Acceptable values are between 0 and 255.\n$yiq-contrasted-threshold: 150 !default;\n\n// Customize the light and dark text colors for use in our YIQ color contrast function.\n$yiq-text-dark: $gray-900 !default;\n$yiq-text-light: $white !default;\n\n// Characters which are escaped by the escape-svg function\n$escaped-characters: (\n (\"<\",\"%3c\"),\n (\">\",\"%3e\"),\n (\"#\",\"%23\"),\n) !default;\n\n\n// Options\n//\n// Quickly modify global styling by enabling or disabling optional features.\n\n$enable-caret: true !default;\n$enable-rounded: true !default;\n$enable-shadows: false !default;\n$enable-gradients: false !default;\n$enable-transitions: true !default;\n$enable-prefers-reduced-motion-media-query: true !default;\n$enable-hover-media-query: false !default; // Deprecated, no longer affects any compiled CSS\n$enable-grid-classes: true !default;\n$enable-pointer-cursor-for-buttons: true !default;\n$enable-print-styles: true !default;\n$enable-responsive-font-sizes: false !default;\n$enable-validation-icons: true !default;\n$enable-deprecation-messages: true !default;\n\n\n// Spacing\n//\n// Control the default styling of most Bootstrap elements by modifying these\n// variables. Mostly focused on spacing.\n// You can add more entries to the $spacers map, should you need more variation.\n\n$spacer: 1rem !default;\n$spacers: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$spacers: map-merge(\n (\n 0: 0,\n 1: ($spacer * .25),\n 2: ($spacer * .5),\n 3: $spacer,\n 4: ($spacer * 1.5),\n 5: ($spacer * 3)\n ),\n $spacers\n);\n\n// This variable affects the `.h-*` and `.w-*` classes.\n$sizes: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$sizes: map-merge(\n (\n 25: 25%,\n 50: 50%,\n 75: 75%,\n 100: 100%,\n auto: auto\n ),\n $sizes\n);\n\n\n// Body\n//\n// Settings for the `<body>` element.\n\n$body-bg: $white !default;\n$body-color: $gray-900 !default;\n\n\n// Links\n//\n// Style anchor elements.\n\n$link-color: theme-color(\"primary\") !default;\n$link-decoration: none !default;\n$link-hover-color: darken($link-color, 15%) !default;\n$link-hover-decoration: underline !default;\n// Darken percentage for links with `.text-*` class (e.g. `.text-success`)\n$emphasized-link-hover-darken-percentage: 15% !default;\n\n// Paragraphs\n//\n// Style p element.\n\n$paragraph-margin-bottom: 1rem !default;\n\n\n// Grid breakpoints\n//\n// Define the minimum dimensions at which your layout will change,\n// adapting to different screen sizes, for use in media queries.\n\n$grid-breakpoints: (\n xs: 0,\n sm: 576px,\n md: 768px,\n lg: 992px,\n xl: 1200px\n) !default;\n\n@include _assert-ascending($grid-breakpoints, \"$grid-breakpoints\");\n@include _assert-starts-at-zero($grid-breakpoints, \"$grid-breakpoints\");\n\n\n// Grid containers\n//\n// Define the maximum width of `.container` for different screen sizes.\n\n$container-max-widths: (\n sm: 540px,\n md: 720px,\n lg: 960px,\n xl: 1140px\n) !default;\n\n@include _assert-ascending($container-max-widths, \"$container-max-widths\");\n\n\n// Grid columns\n//\n// Set the number of columns and specify the width of the gutters.\n\n$grid-columns: 12 !default;\n$grid-gutter-width: 30px !default;\n$grid-row-columns: 6 !default;\n\n\n// Components\n//\n// Define common padding and border radius sizes and more.\n\n$line-height-lg: 1.5 !default;\n$line-height-sm: 1.5 !default;\n\n$border-width: 1px !default;\n$border-color: $gray-300 !default;\n\n$border-radius: .25rem !default;\n$border-radius-lg: .3rem !default;\n$border-radius-sm: .2rem !default;\n\n$rounded-pill: 50rem !default;\n\n$box-shadow-sm: 0 .125rem .25rem rgba($black, .075) !default;\n$box-shadow: 0 .5rem 1rem rgba($black, .15) !default;\n$box-shadow-lg: 0 1rem 3rem rgba($black, .175) !default;\n\n$component-active-color: $white !default;\n$component-active-bg: theme-color(\"primary\") !default;\n\n$caret-width: .3em !default;\n$caret-vertical-align: $caret-width * .85 !default;\n$caret-spacing: $caret-width * .85 !default;\n\n$transition-base: all .2s ease-in-out !default;\n$transition-fade: opacity .15s linear !default;\n$transition-collapse: height .35s ease !default;\n\n$embed-responsive-aspect-ratios: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$embed-responsive-aspect-ratios: join(\n (\n (21 9),\n (16 9),\n (4 3),\n (1 1),\n ),\n $embed-responsive-aspect-ratios\n);\n\n// Typography\n//\n// Font, line-height, and color for body text, headings, and more.\n\n// stylelint-disable value-keyword-case\n$font-family-sans-serif: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\" !default;\n$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace !default;\n$font-family-base: $font-family-sans-serif !default;\n// stylelint-enable value-keyword-case\n\n$font-size-base: 1rem !default; // Assumes the browser default, typically `16px`\n$font-size-lg: $font-size-base * 1.25 !default;\n$font-size-sm: $font-size-base * .875 !default;\n\n$font-weight-lighter: lighter !default;\n$font-weight-light: 300 !default;\n$font-weight-normal: 400 !default;\n$font-weight-bold: 700 !default;\n$font-weight-bolder: bolder !default;\n\n$font-weight-base: $font-weight-normal !default;\n$line-height-base: 1.5 !default;\n\n$h1-font-size: $font-size-base * 2.5 !default;\n$h2-font-size: $font-size-base * 2 !default;\n$h3-font-size: $font-size-base * 1.75 !default;\n$h4-font-size: $font-size-base * 1.5 !default;\n$h5-font-size: $font-size-base * 1.25 !default;\n$h6-font-size: $font-size-base !default;\n\n$headings-margin-bottom: $spacer / 2 !default;\n$headings-font-family: null !default;\n$headings-font-weight: 500 !default;\n$headings-line-height: 1.2 !default;\n$headings-color: null !default;\n\n$display1-size: 6rem !default;\n$display2-size: 5.5rem !default;\n$display3-size: 4.5rem !default;\n$display4-size: 3.5rem !default;\n\n$display1-weight: 300 !default;\n$display2-weight: 300 !default;\n$display3-weight: 300 !default;\n$display4-weight: 300 !default;\n$display-line-height: $headings-line-height !default;\n\n$lead-font-size: $font-size-base * 1.25 !default;\n$lead-font-weight: 300 !default;\n\n$small-font-size: 80% !default;\n\n$text-muted: $gray-600 !default;\n\n$blockquote-small-color: $gray-600 !default;\n$blockquote-small-font-size: $small-font-size !default;\n$blockquote-font-size: $font-size-base * 1.25 !default;\n\n$hr-border-color: rgba($black, .1) !default;\n$hr-border-width: $border-width !default;\n\n$mark-padding: .2em !default;\n\n$dt-font-weight: $font-weight-bold !default;\n\n$kbd-box-shadow: inset 0 -.1rem 0 rgba($black, .25) !default;\n$nested-kbd-font-weight: $font-weight-bold !default;\n\n$list-inline-padding: .5rem !default;\n\n$mark-bg: #fcf8e3 !default;\n\n$hr-margin-y: $spacer !default;\n\n\n// Tables\n//\n// Customizes the `.table` component with basic values, each used across all table variations.\n\n$table-cell-padding: .75rem !default;\n$table-cell-padding-sm: .3rem !default;\n\n$table-color: $body-color !default;\n$table-bg: null !default;\n$table-accent-bg: rgba($black, .05) !default;\n$table-hover-color: $table-color !default;\n$table-hover-bg: rgba($black, .075) !default;\n$table-active-bg: $table-hover-bg !default;\n\n$table-border-width: $border-width !default;\n$table-border-color: $border-color !default;\n\n$table-head-bg: $gray-200 !default;\n$table-head-color: $gray-700 !default;\n\n$table-dark-color: $white !default;\n$table-dark-bg: $gray-800 !default;\n$table-dark-accent-bg: rgba($white, .05) !default;\n$table-dark-hover-color: $table-dark-color !default;\n$table-dark-hover-bg: rgba($white, .075) !default;\n$table-dark-border-color: lighten($table-dark-bg, 7.5%) !default;\n\n$table-striped-order: odd !default;\n\n$table-caption-color: $text-muted !default;\n\n$table-bg-level: -9 !default;\n$table-border-level: -6 !default;\n\n\n// Buttons + Forms\n//\n// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.\n\n$input-btn-padding-y: .375rem !default;\n$input-btn-padding-x: .75rem !default;\n$input-btn-font-family: null !default;\n$input-btn-font-size: $font-size-base !default;\n$input-btn-line-height: $line-height-base !default;\n\n$input-btn-focus-width: .2rem !default;\n$input-btn-focus-color: rgba($component-active-bg, .25) !default;\n$input-btn-focus-box-shadow: 0 0 0 $input-btn-focus-width $input-btn-focus-color !default;\n\n$input-btn-padding-y-sm: .25rem !default;\n$input-btn-padding-x-sm: .5rem !default;\n$input-btn-font-size-sm: $font-size-sm !default;\n$input-btn-line-height-sm: $line-height-sm !default;\n\n$input-btn-padding-y-lg: .5rem !default;\n$input-btn-padding-x-lg: 1rem !default;\n$input-btn-font-size-lg: $font-size-lg !default;\n$input-btn-line-height-lg: $line-height-lg !default;\n\n$input-btn-border-width: $border-width !default;\n\n\n// Buttons\n//\n// For each of Bootstrap's buttons, define text, background, and border color.\n\n$btn-padding-y: $input-btn-padding-y !default;\n$btn-padding-x: $input-btn-padding-x !default;\n$btn-font-family: $input-btn-font-family !default;\n$btn-font-size: $input-btn-font-size !default;\n$btn-line-height: $input-btn-line-height !default;\n$btn-white-space: null !default; // Set to `nowrap` to prevent text wrapping\n\n$btn-padding-y-sm: $input-btn-padding-y-sm !default;\n$btn-padding-x-sm: $input-btn-padding-x-sm !default;\n$btn-font-size-sm: $input-btn-font-size-sm !default;\n$btn-line-height-sm: $input-btn-line-height-sm !default;\n\n$btn-padding-y-lg: $input-btn-padding-y-lg !default;\n$btn-padding-x-lg: $input-btn-padding-x-lg !default;\n$btn-font-size-lg: $input-btn-font-size-lg !default;\n$btn-line-height-lg: $input-btn-line-height-lg !default;\n\n$btn-border-width: $input-btn-border-width !default;\n\n$btn-font-weight: $font-weight-normal !default;\n$btn-box-shadow: inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075) !default;\n$btn-focus-width: $input-btn-focus-width !default;\n$btn-focus-box-shadow: $input-btn-focus-box-shadow !default;\n$btn-disabled-opacity: .65 !default;\n$btn-active-box-shadow: inset 0 3px 5px rgba($black, .125) !default;\n\n$btn-link-disabled-color: $gray-600 !default;\n\n$btn-block-spacing-y: .5rem !default;\n\n// Allows for customizing button radius independently from global border radius\n$btn-border-radius: $border-radius !default;\n$btn-border-radius-lg: $border-radius-lg !default;\n$btn-border-radius-sm: $border-radius-sm !default;\n\n$btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n\n// Forms\n\n$label-margin-bottom: .5rem !default;\n\n$input-padding-y: $input-btn-padding-y !default;\n$input-padding-x: $input-btn-padding-x !default;\n$input-font-family: $input-btn-font-family !default;\n$input-font-size: $input-btn-font-size !default;\n$input-font-weight: $font-weight-base !default;\n$input-line-height: $input-btn-line-height !default;\n\n$input-padding-y-sm: $input-btn-padding-y-sm !default;\n$input-padding-x-sm: $input-btn-padding-x-sm !default;\n$input-font-size-sm: $input-btn-font-size-sm !default;\n$input-line-height-sm: $input-btn-line-height-sm !default;\n\n$input-padding-y-lg: $input-btn-padding-y-lg !default;\n$input-padding-x-lg: $input-btn-padding-x-lg !default;\n$input-font-size-lg: $input-btn-font-size-lg !default;\n$input-line-height-lg: $input-btn-line-height-lg !default;\n\n$input-bg: $white !default;\n$input-disabled-bg: $gray-200 !default;\n\n$input-color: $gray-700 !default;\n$input-border-color: $gray-400 !default;\n$input-border-width: $input-btn-border-width !default;\n$input-box-shadow: inset 0 1px 1px rgba($black, .075) !default;\n\n$input-border-radius: $border-radius !default;\n$input-border-radius-lg: $border-radius-lg !default;\n$input-border-radius-sm: $border-radius-sm !default;\n\n$input-focus-bg: $input-bg !default;\n$input-focus-border-color: lighten($component-active-bg, 25%) !default;\n$input-focus-color: $input-color !default;\n$input-focus-width: $input-btn-focus-width !default;\n$input-focus-box-shadow: $input-btn-focus-box-shadow !default;\n\n$input-placeholder-color: $gray-600 !default;\n$input-plaintext-color: $body-color !default;\n\n$input-height-border: $input-border-width * 2 !default;\n\n$input-height-inner: add($input-line-height * 1em, $input-padding-y * 2) !default;\n$input-height-inner-half: add($input-line-height * .5em, $input-padding-y) !default;\n$input-height-inner-quarter: add($input-line-height * .25em, $input-padding-y / 2) !default;\n\n$input-height: add($input-line-height * 1em, add($input-padding-y * 2, $input-height-border, false)) !default;\n$input-height-sm: add($input-line-height-sm * 1em, add($input-padding-y-sm * 2, $input-height-border, false)) !default;\n$input-height-lg: add($input-line-height-lg * 1em, add($input-padding-y-lg * 2, $input-height-border, false)) !default;\n\n$input-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$form-text-margin-top: .25rem !default;\n\n$form-check-input-gutter: 1.25rem !default;\n$form-check-input-margin-y: .3rem !default;\n$form-check-input-margin-x: .25rem !default;\n\n$form-check-inline-margin-x: .75rem !default;\n$form-check-inline-input-margin-x: .3125rem !default;\n\n$form-grid-gutter-width: 10px !default;\n$form-group-margin-bottom: 1rem !default;\n\n$input-group-addon-color: $input-color !default;\n$input-group-addon-bg: $gray-200 !default;\n$input-group-addon-border-color: $input-border-color !default;\n\n$custom-forms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$custom-control-gutter: .5rem !default;\n$custom-control-spacer-x: 1rem !default;\n$custom-control-cursor: null !default;\n\n$custom-control-indicator-size: 1rem !default;\n$custom-control-indicator-bg: $input-bg !default;\n\n$custom-control-indicator-bg-size: 50% 50% !default;\n$custom-control-indicator-box-shadow: $input-box-shadow !default;\n$custom-control-indicator-border-color: $gray-500 !default;\n$custom-control-indicator-border-width: $input-border-width !default;\n\n$custom-control-label-color: null !default;\n\n$custom-control-indicator-disabled-bg: $input-disabled-bg !default;\n$custom-control-label-disabled-color: $gray-600 !default;\n\n$custom-control-indicator-checked-color: $component-active-color !default;\n$custom-control-indicator-checked-bg: $component-active-bg !default;\n$custom-control-indicator-checked-disabled-bg: rgba(theme-color(\"primary\"), .5) !default;\n$custom-control-indicator-checked-box-shadow: none !default;\n$custom-control-indicator-checked-border-color: $custom-control-indicator-checked-bg !default;\n\n$custom-control-indicator-focus-box-shadow: $input-focus-box-shadow !default;\n$custom-control-indicator-focus-border-color: $input-focus-border-color !default;\n\n$custom-control-indicator-active-color: $component-active-color !default;\n$custom-control-indicator-active-bg: lighten($component-active-bg, 35%) !default;\n$custom-control-indicator-active-box-shadow: none !default;\n$custom-control-indicator-active-border-color: $custom-control-indicator-active-bg !default;\n\n$custom-checkbox-indicator-border-radius: $border-radius !default;\n$custom-checkbox-indicator-icon-checked: url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#{$custom-control-indicator-checked-color}' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/></svg>\") !default;\n\n$custom-checkbox-indicator-indeterminate-bg: $component-active-bg !default;\n$custom-checkbox-indicator-indeterminate-color: $custom-control-indicator-checked-color !default;\n$custom-checkbox-indicator-icon-indeterminate: url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'><path stroke='#{$custom-checkbox-indicator-indeterminate-color}' d='M0 2h4'/></svg>\") !default;\n$custom-checkbox-indicator-indeterminate-box-shadow: none !default;\n$custom-checkbox-indicator-indeterminate-border-color: $custom-checkbox-indicator-indeterminate-bg !default;\n\n$custom-radio-indicator-border-radius: 50% !default;\n$custom-radio-indicator-icon-checked: url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'><circle r='3' fill='#{$custom-control-indicator-checked-color}'/></svg>\") !default;\n\n$custom-switch-width: $custom-control-indicator-size * 1.75 !default;\n$custom-switch-indicator-border-radius: $custom-control-indicator-size / 2 !default;\n$custom-switch-indicator-size: subtract($custom-control-indicator-size, $custom-control-indicator-border-width * 4) !default;\n\n$custom-select-padding-y: $input-padding-y !default;\n$custom-select-padding-x: $input-padding-x !default;\n$custom-select-font-family: $input-font-family !default;\n$custom-select-font-size: $input-font-size !default;\n$custom-select-height: $input-height !default;\n$custom-select-indicator-padding: 1rem !default; // Extra padding to account for the presence of the background-image based indicator\n$custom-select-font-weight: $input-font-weight !default;\n$custom-select-line-height: $input-line-height !default;\n$custom-select-color: $input-color !default;\n$custom-select-disabled-color: $gray-600 !default;\n$custom-select-bg: $input-bg !default;\n$custom-select-disabled-bg: $gray-200 !default;\n$custom-select-bg-size: 8px 10px !default; // In pixels because image dimensions\n$custom-select-indicator-color: $gray-800 !default;\n$custom-select-indicator: url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='#{$custom-select-indicator-color}' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>\") !default;\n$custom-select-background: escape-svg($custom-select-indicator) no-repeat right $custom-select-padding-x center / $custom-select-bg-size !default; // Used so we can have multiple background elements (e.g., arrow and feedback icon)\n\n$custom-select-feedback-icon-padding-right: add(1em * .75, (2 * $custom-select-padding-y * .75) + $custom-select-padding-x + $custom-select-indicator-padding) !default;\n$custom-select-feedback-icon-position: center right ($custom-select-padding-x + $custom-select-indicator-padding) !default;\n$custom-select-feedback-icon-size: $input-height-inner-half $input-height-inner-half !default;\n\n$custom-select-border-width: $input-border-width !default;\n$custom-select-border-color: $input-border-color !default;\n$custom-select-border-radius: $border-radius !default;\n$custom-select-box-shadow: inset 0 1px 2px rgba($black, .075) !default;\n\n$custom-select-focus-border-color: $input-focus-border-color !default;\n$custom-select-focus-width: $input-focus-width !default;\n$custom-select-focus-box-shadow: 0 0 0 $custom-select-focus-width $input-btn-focus-color !default;\n\n$custom-select-padding-y-sm: $input-padding-y-sm !default;\n$custom-select-padding-x-sm: $input-padding-x-sm !default;\n$custom-select-font-size-sm: $input-font-size-sm !default;\n$custom-select-height-sm: $input-height-sm !default;\n\n$custom-select-padding-y-lg: $input-padding-y-lg !default;\n$custom-select-padding-x-lg: $input-padding-x-lg !default;\n$custom-select-font-size-lg: $input-font-size-lg !default;\n$custom-select-height-lg: $input-height-lg !default;\n\n$custom-range-track-width: 100% !default;\n$custom-range-track-height: .5rem !default;\n$custom-range-track-cursor: pointer !default;\n$custom-range-track-bg: $gray-300 !default;\n$custom-range-track-border-radius: 1rem !default;\n$custom-range-track-box-shadow: inset 0 .25rem .25rem rgba($black, .1) !default;\n\n$custom-range-thumb-width: 1rem !default;\n$custom-range-thumb-height: $custom-range-thumb-width !default;\n$custom-range-thumb-bg: $component-active-bg !default;\n$custom-range-thumb-border: 0 !default;\n$custom-range-thumb-border-radius: 1rem !default;\n$custom-range-thumb-box-shadow: 0 .1rem .25rem rgba($black, .1) !default;\n$custom-range-thumb-focus-box-shadow: 0 0 0 1px $body-bg, $input-focus-box-shadow !default;\n$custom-range-thumb-focus-box-shadow-width: $input-focus-width !default; // For focus box shadow issue in IE/Edge\n$custom-range-thumb-active-bg: lighten($component-active-bg, 35%) !default;\n$custom-range-thumb-disabled-bg: $gray-500 !default;\n\n$custom-file-height: $input-height !default;\n$custom-file-height-inner: $input-height-inner !default;\n$custom-file-focus-border-color: $input-focus-border-color !default;\n$custom-file-focus-box-shadow: $input-focus-box-shadow !default;\n$custom-file-disabled-bg: $input-disabled-bg !default;\n\n$custom-file-padding-y: $input-padding-y !default;\n$custom-file-padding-x: $input-padding-x !default;\n$custom-file-line-height: $input-line-height !default;\n$custom-file-font-family: $input-font-family !default;\n$custom-file-font-weight: $input-font-weight !default;\n$custom-file-color: $input-color !default;\n$custom-file-bg: $input-bg !default;\n$custom-file-border-width: $input-border-width !default;\n$custom-file-border-color: $input-border-color !default;\n$custom-file-border-radius: $input-border-radius !default;\n$custom-file-box-shadow: $input-box-shadow !default;\n$custom-file-button-color: $custom-file-color !default;\n$custom-file-button-bg: $input-group-addon-bg !default;\n$custom-file-text: (\n en: \"Browse\"\n) !default;\n\n\n// Form validation\n\n$form-feedback-margin-top: $form-text-margin-top !default;\n$form-feedback-font-size: $small-font-size !default;\n$form-feedback-valid-color: theme-color(\"success\") !default;\n$form-feedback-invalid-color: theme-color(\"danger\") !default;\n\n$form-feedback-icon-valid-color: $form-feedback-valid-color !default;\n$form-feedback-icon-valid: url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#{$form-feedback-icon-valid-color}' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>\") !default;\n$form-feedback-icon-invalid-color: $form-feedback-invalid-color !default;\n$form-feedback-icon-invalid: url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='#{$form-feedback-icon-invalid-color}' viewBox='0 0 12 12'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='#{$form-feedback-icon-invalid-color}' stroke='none'/></svg>\") !default;\n\n$form-validation-states: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$form-validation-states: map-merge(\n (\n \"valid\": (\n \"color\": $form-feedback-valid-color,\n \"icon\": $form-feedback-icon-valid\n ),\n \"invalid\": (\n \"color\": $form-feedback-invalid-color,\n \"icon\": $form-feedback-icon-invalid\n ),\n ),\n $form-validation-states\n);\n\n// Z-index master list\n//\n// Warning: Avoid customizing these values. They're used for a bird's eye view\n// of components dependent on the z-axis and are designed to all work together.\n\n$zindex-dropdown: 1000 !default;\n$zindex-sticky: 1020 !default;\n$zindex-fixed: 1030 !default;\n$zindex-modal-backdrop: 1040 !default;\n$zindex-modal: 1050 !default;\n$zindex-popover: 1060 !default;\n$zindex-tooltip: 1070 !default;\n\n\n// Navs\n\n$nav-link-padding-y: .5rem !default;\n$nav-link-padding-x: 1rem !default;\n$nav-link-disabled-color: $gray-600 !default;\n\n$nav-tabs-border-color: $gray-300 !default;\n$nav-tabs-border-width: $border-width !default;\n$nav-tabs-border-radius: $border-radius !default;\n$nav-tabs-link-hover-border-color: $gray-200 $gray-200 $nav-tabs-border-color !default;\n$nav-tabs-link-active-color: $gray-700 !default;\n$nav-tabs-link-active-bg: $body-bg !default;\n$nav-tabs-link-active-border-color: $gray-300 $gray-300 $nav-tabs-link-active-bg !default;\n\n$nav-pills-border-radius: $border-radius !default;\n$nav-pills-link-active-color: $component-active-color !default;\n$nav-pills-link-active-bg: $component-active-bg !default;\n\n$nav-divider-color: $gray-200 !default;\n$nav-divider-margin-y: $spacer / 2 !default;\n\n\n// Navbar\n\n$navbar-padding-y: $spacer / 2 !default;\n$navbar-padding-x: $spacer !default;\n\n$navbar-nav-link-padding-x: .5rem !default;\n\n$navbar-brand-font-size: $font-size-lg !default;\n// Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link\n$nav-link-height: $font-size-base * $line-height-base + $nav-link-padding-y * 2 !default;\n$navbar-brand-height: $navbar-brand-font-size * $line-height-base !default;\n$navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) / 2 !default;\n\n$navbar-toggler-padding-y: .25rem !default;\n$navbar-toggler-padding-x: .75rem !default;\n$navbar-toggler-font-size: $font-size-lg !default;\n$navbar-toggler-border-radius: $btn-border-radius !default;\n\n$navbar-dark-color: rgba($white, .5) !default;\n$navbar-dark-hover-color: rgba($white, .75) !default;\n$navbar-dark-active-color: $white !default;\n$navbar-dark-disabled-color: rgba($white, .25) !default;\n$navbar-dark-toggler-icon-bg: url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='#{$navbar-dark-color}' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>\") !default;\n$navbar-dark-toggler-border-color: rgba($white, .1) !default;\n\n$navbar-light-color: rgba($black, .5) !default;\n$navbar-light-hover-color: rgba($black, .7) !default;\n$navbar-light-active-color: rgba($black, .9) !default;\n$navbar-light-disabled-color: rgba($black, .3) !default;\n$navbar-light-toggler-icon-bg: url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='#{$navbar-light-color}' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>\") !default;\n$navbar-light-toggler-border-color: rgba($black, .1) !default;\n\n$navbar-light-brand-color: $navbar-light-active-color !default;\n$navbar-light-brand-hover-color: $navbar-light-active-color !default;\n$navbar-dark-brand-color: $navbar-dark-active-color !default;\n$navbar-dark-brand-hover-color: $navbar-dark-active-color !default;\n\n\n// Dropdowns\n//\n// Dropdown menu container and contents.\n\n$dropdown-min-width: 10rem !default;\n$dropdown-padding-y: .5rem !default;\n$dropdown-spacer: .125rem !default;\n$dropdown-font-size: $font-size-base !default;\n$dropdown-color: $body-color !default;\n$dropdown-bg: $white !default;\n$dropdown-border-color: rgba($black, .15) !default;\n$dropdown-border-radius: $border-radius !default;\n$dropdown-border-width: $border-width !default;\n$dropdown-inner-border-radius: subtract($dropdown-border-radius, $dropdown-border-width) !default;\n$dropdown-divider-bg: $gray-200 !default;\n$dropdown-divider-margin-y: $nav-divider-margin-y !default;\n$dropdown-box-shadow: 0 .5rem 1rem rgba($black, .175) !default;\n\n$dropdown-link-color: $gray-900 !default;\n$dropdown-link-hover-color: darken($gray-900, 5%) !default;\n$dropdown-link-hover-bg: $gray-100 !default;\n\n$dropdown-link-active-color: $component-active-color !default;\n$dropdown-link-active-bg: $component-active-bg !default;\n\n$dropdown-link-disabled-color: $gray-600 !default;\n\n$dropdown-item-padding-y: .25rem !default;\n$dropdown-item-padding-x: 1.5rem !default;\n\n$dropdown-header-color: $gray-600 !default;\n\n\n// Pagination\n\n$pagination-padding-y: .5rem !default;\n$pagination-padding-x: .75rem !default;\n$pagination-padding-y-sm: .25rem !default;\n$pagination-padding-x-sm: .5rem !default;\n$pagination-padding-y-lg: .75rem !default;\n$pagination-padding-x-lg: 1.5rem !default;\n$pagination-line-height: 1.25 !default;\n\n$pagination-color: $link-color !default;\n$pagination-bg: $white !default;\n$pagination-border-width: $border-width !default;\n$pagination-border-color: $gray-300 !default;\n\n$pagination-focus-box-shadow: $input-btn-focus-box-shadow !default;\n$pagination-focus-outline: 0 !default;\n\n$pagination-hover-color: $link-hover-color !default;\n$pagination-hover-bg: $gray-200 !default;\n$pagination-hover-border-color: $gray-300 !default;\n\n$pagination-active-color: $component-active-color !default;\n$pagination-active-bg: $component-active-bg !default;\n$pagination-active-border-color: $pagination-active-bg !default;\n\n$pagination-disabled-color: $gray-600 !default;\n$pagination-disabled-bg: $white !default;\n$pagination-disabled-border-color: $gray-300 !default;\n\n\n// Jumbotron\n\n$jumbotron-padding: 2rem !default;\n$jumbotron-color: null !default;\n$jumbotron-bg: $gray-200 !default;\n\n\n// Cards\n\n$card-spacer-y: .75rem !default;\n$card-spacer-x: 1.25rem !default;\n$card-border-width: $border-width !default;\n$card-border-radius: $border-radius !default;\n$card-border-color: rgba($black, .125) !default;\n$card-inner-border-radius: subtract($card-border-radius, $card-border-width) !default;\n$card-cap-bg: rgba($black, .03) !default;\n$card-cap-color: null !default;\n$card-height: null !default;\n$card-color: null !default;\n$card-bg: $white !default;\n\n$card-img-overlay-padding: 1.25rem !default;\n\n$card-group-margin: $grid-gutter-width / 2 !default;\n$card-deck-margin: $card-group-margin !default;\n\n$card-columns-count: 3 !default;\n$card-columns-gap: 1.25rem !default;\n$card-columns-margin: $card-spacer-y !default;\n\n\n// Tooltips\n\n$tooltip-font-size: $font-size-sm !default;\n$tooltip-max-width: 200px !default;\n$tooltip-color: $white !default;\n$tooltip-bg: $black !default;\n$tooltip-border-radius: $border-radius !default;\n$tooltip-opacity: .9 !default;\n$tooltip-padding-y: .25rem !default;\n$tooltip-padding-x: .5rem !default;\n$tooltip-margin: 0 !default;\n\n$tooltip-arrow-width: .8rem !default;\n$tooltip-arrow-height: .4rem !default;\n$tooltip-arrow-color: $tooltip-bg !default;\n\n// Form tooltips must come after regular tooltips\n$form-feedback-tooltip-padding-y: $tooltip-padding-y !default;\n$form-feedback-tooltip-padding-x: $tooltip-padding-x !default;\n$form-feedback-tooltip-font-size: $tooltip-font-size !default;\n$form-feedback-tooltip-line-height: $line-height-base !default;\n$form-feedback-tooltip-opacity: $tooltip-opacity !default;\n$form-feedback-tooltip-border-radius: $tooltip-border-radius !default;\n\n\n// Popovers\n\n$popover-font-size: $font-size-sm !default;\n$popover-bg: $white !default;\n$popover-max-width: 276px !default;\n$popover-border-width: $border-width !default;\n$popover-border-color: rgba($black, .2) !default;\n$popover-border-radius: $border-radius-lg !default;\n$popover-inner-border-radius: subtract($popover-border-radius, $popover-border-width) !default;\n$popover-box-shadow: 0 .25rem .5rem rgba($black, .2) !default;\n\n$popover-header-bg: darken($popover-bg, 3%) !default;\n$popover-header-color: $headings-color !default;\n$popover-header-padding-y: .5rem !default;\n$popover-header-padding-x: .75rem !default;\n\n$popover-body-color: $body-color !default;\n$popover-body-padding-y: $popover-header-padding-y !default;\n$popover-body-padding-x: $popover-header-padding-x !default;\n\n$popover-arrow-width: 1rem !default;\n$popover-arrow-height: .5rem !default;\n$popover-arrow-color: $popover-bg !default;\n\n$popover-arrow-outer-color: fade-in($popover-border-color, .05) !default;\n\n\n// Toasts\n\n$toast-max-width: 350px !default;\n$toast-padding-x: .75rem !default;\n$toast-padding-y: .25rem !default;\n$toast-font-size: .875rem !default;\n$toast-color: null !default;\n$toast-background-color: rgba($white, .85) !default;\n$toast-border-width: 1px !default;\n$toast-border-color: rgba(0, 0, 0, .1) !default;\n$toast-border-radius: .25rem !default;\n$toast-box-shadow: 0 .25rem .75rem rgba($black, .1) !default;\n\n$toast-header-color: $gray-600 !default;\n$toast-header-background-color: rgba($white, .85) !default;\n$toast-header-border-color: rgba(0, 0, 0, .05) !default;\n\n\n// Badges\n\n$badge-font-size: 75% !default;\n$badge-font-weight: $font-weight-bold !default;\n$badge-padding-y: .25em !default;\n$badge-padding-x: .4em !default;\n$badge-border-radius: $border-radius !default;\n\n$badge-transition: $btn-transition !default;\n$badge-focus-width: $input-btn-focus-width !default;\n\n$badge-pill-padding-x: .6em !default;\n// Use a higher than normal value to ensure completely rounded edges when\n// customizing padding or font-size on labels.\n$badge-pill-border-radius: 10rem !default;\n\n\n// Modals\n\n// Padding applied to the modal body\n$modal-inner-padding: 1rem !default;\n\n// Margin between elements in footer, must be lower than or equal to 2 * $modal-inner-padding\n$modal-footer-margin-between: .5rem !default;\n\n$modal-dialog-margin: .5rem !default;\n$modal-dialog-margin-y-sm-up: 1.75rem !default;\n\n$modal-title-line-height: $line-height-base !default;\n\n$modal-content-color: null !default;\n$modal-content-bg: $white !default;\n$modal-content-border-color: rgba($black, .2) !default;\n$modal-content-border-width: $border-width !default;\n$modal-content-border-radius: $border-radius-lg !default;\n$modal-content-inner-border-radius: subtract($modal-content-border-radius, $modal-content-border-width) !default;\n$modal-content-box-shadow-xs: 0 .25rem .5rem rgba($black, .5) !default;\n$modal-content-box-shadow-sm-up: 0 .5rem 1rem rgba($black, .5) !default;\n\n$modal-backdrop-bg: $black !default;\n$modal-backdrop-opacity: .5 !default;\n$modal-header-border-color: $border-color !default;\n$modal-footer-border-color: $modal-header-border-color !default;\n$modal-header-border-width: $modal-content-border-width !default;\n$modal-footer-border-width: $modal-header-border-width !default;\n$modal-header-padding-y: 1rem !default;\n$modal-header-padding-x: 1rem !default;\n$modal-header-padding: $modal-header-padding-y $modal-header-padding-x !default; // Keep this for backwards compatibility\n\n$modal-xl: 1140px !default;\n$modal-lg: 800px !default;\n$modal-md: 500px !default;\n$modal-sm: 300px !default;\n\n$modal-fade-transform: translate(0, -50px) !default;\n$modal-show-transform: none !default;\n$modal-transition: transform .3s ease-out !default;\n$modal-scale-transform: scale(1.02) !default;\n\n\n// Alerts\n//\n// Define alert colors, border radius, and padding.\n\n$alert-padding-y: .75rem !default;\n$alert-padding-x: 1.25rem !default;\n$alert-margin-bottom: 1rem !default;\n$alert-border-radius: $border-radius !default;\n$alert-link-font-weight: $font-weight-bold !default;\n$alert-border-width: $border-width !default;\n\n$alert-bg-level: -10 !default;\n$alert-border-level: -9 !default;\n$alert-color-level: 6 !default;\n\n\n// Progress bars\n\n$progress-height: 1rem !default;\n$progress-font-size: $font-size-base * .75 !default;\n$progress-bg: $gray-200 !default;\n$progress-border-radius: $border-radius !default;\n$progress-box-shadow: inset 0 .1rem .1rem rgba($black, .1) !default;\n$progress-bar-color: $white !default;\n$progress-bar-bg: theme-color(\"primary\") !default;\n$progress-bar-animation-timing: 1s linear infinite !default;\n$progress-bar-transition: width .6s ease !default;\n\n\n// List group\n\n$list-group-color: null !default;\n$list-group-bg: $white !default;\n$list-group-border-color: rgba($black, .125) !default;\n$list-group-border-width: $border-width !default;\n$list-group-border-radius: $border-radius !default;\n\n$list-group-item-padding-y: .75rem !default;\n$list-group-item-padding-x: 1.25rem !default;\n\n$list-group-hover-bg: $gray-100 !default;\n$list-group-active-color: $component-active-color !default;\n$list-group-active-bg: $component-active-bg !default;\n$list-group-active-border-color: $list-group-active-bg !default;\n\n$list-group-disabled-color: $gray-600 !default;\n$list-group-disabled-bg: $list-group-bg !default;\n\n$list-group-action-color: $gray-700 !default;\n$list-group-action-hover-color: $list-group-action-color !default;\n\n$list-group-action-active-color: $body-color !default;\n$list-group-action-active-bg: $gray-200 !default;\n\n\n// Image thumbnails\n\n$thumbnail-padding: .25rem !default;\n$thumbnail-bg: $body-bg !default;\n$thumbnail-border-width: $border-width !default;\n$thumbnail-border-color: $gray-300 !default;\n$thumbnail-border-radius: $border-radius !default;\n$thumbnail-box-shadow: 0 1px 2px rgba($black, .075) !default;\n\n\n// Figures\n\n$figure-caption-font-size: 90% !default;\n$figure-caption-color: $gray-600 !default;\n\n\n// Breadcrumbs\n\n$breadcrumb-font-size: null !default;\n\n$breadcrumb-padding-y: .75rem !default;\n$breadcrumb-padding-x: 1rem !default;\n$breadcrumb-item-padding: .5rem !default;\n\n$breadcrumb-margin-bottom: 1rem !default;\n\n$breadcrumb-bg: $gray-200 !default;\n$breadcrumb-divider-color: $gray-600 !default;\n$breadcrumb-active-color: $gray-600 !default;\n$breadcrumb-divider: quote(\"/\") !default;\n\n$breadcrumb-border-radius: $border-radius !default;\n\n\n// Carousel\n\n$carousel-control-color: $white !default;\n$carousel-control-width: 15% !default;\n$carousel-control-opacity: .5 !default;\n$carousel-control-hover-opacity: .9 !default;\n$carousel-control-transition: opacity .15s ease !default;\n\n$carousel-indicator-width: 30px !default;\n$carousel-indicator-height: 3px !default;\n$carousel-indicator-hit-area-height: 10px !default;\n$carousel-indicator-spacer: 3px !default;\n$carousel-indicator-active-bg: $white !default;\n$carousel-indicator-transition: opacity .6s ease !default;\n\n$carousel-caption-width: 70% !default;\n$carousel-caption-color: $white !default;\n\n$carousel-control-icon-width: 20px !default;\n\n$carousel-control-prev-icon-bg: url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' width='8' height='8' viewBox='0 0 8 8'><path d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/></svg>\") !default;\n$carousel-control-next-icon-bg: url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' width='8' height='8' viewBox='0 0 8 8'><path d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/></svg>\") !default;\n\n$carousel-transition-duration: .6s !default;\n$carousel-transition: transform $carousel-transition-duration ease-in-out !default; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)\n\n\n// Spinners\n\n$spinner-width: 2rem !default;\n$spinner-height: $spinner-width !default;\n$spinner-border-width: .25em !default;\n\n$spinner-width-sm: 1rem !default;\n$spinner-height-sm: $spinner-width-sm !default;\n$spinner-border-width-sm: .2em !default;\n\n\n// Close\n\n$close-font-size: $font-size-base * 1.5 !default;\n$close-font-weight: $font-weight-bold !default;\n$close-color: $black !default;\n$close-text-shadow: 0 1px 0 $white !default;\n\n\n// Code\n\n$code-font-size: 87.5% !default;\n$code-color: $pink !default;\n\n$kbd-padding-y: .2rem !default;\n$kbd-padding-x: .4rem !default;\n$kbd-font-size: $code-font-size !default;\n$kbd-color: $white !default;\n$kbd-bg: $gray-900 !default;\n\n$pre-color: $gray-900 !default;\n$pre-scrollable-max-height: 340px !default;\n\n\n// Utilities\n\n$displays: none, inline, inline-block, block, table, table-row, table-cell, flex, inline-flex !default;\n$overflows: auto, hidden !default;\n$positions: static, relative, absolute, fixed, sticky !default;\n\n\n// Printing\n\n$print-page-size: a3 !default;\n$print-body-min-width: map-get($grid-breakpoints, \"lg\") !default;\n","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated font-resizing\n//\n// See https://github.com/twbs/rfs\n\n// Configuration\n\n// Base font size\n$rfs-base-font-size: 1.25rem !default;\n$rfs-font-size-unit: rem !default;\n\n// Breakpoint at where font-size starts decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n// Resize font-size based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != \"number\" or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-responsive-font-sizes to false\n$enable-responsive-font-sizes: true !default;\n\n// Cache $rfs-base-font-size unit\n$rfs-base-font-size-unit: unit($rfs-base-font-size);\n\n// Remove px-unit from $rfs-base-font-size for calculations\n@if $rfs-base-font-size-unit == \"px\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1);\n}\n@else if $rfs-base-font-size-unit == \"rem\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == \"px\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == \"rem\" or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value);\n}\n\n// Responsive font-size mixin\n@mixin rfs($fs, $important: false) {\n // Cache $fs unit\n $fs-unit: if(type-of($fs) == \"number\", unit($fs), false);\n\n // Add !important suffix if needed\n $rfs-suffix: if($important, \" !important\", \"\");\n\n // If $fs isn't a number (like inherit) or $fs has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $fs-unit or $fs-unit != \"\" and $fs-unit != \"px\" and $fs-unit != \"rem\" or $fs == 0 {\n font-size: #{$fs}#{$rfs-suffix};\n }\n @else {\n // Variables for storing static and fluid rescaling\n $rfs-static: null;\n $rfs-fluid: null;\n\n // Remove px-unit from $fs for calculations\n @if $fs-unit == \"px\" {\n $fs: $fs / ($fs * 0 + 1);\n }\n @else if $fs-unit == \"rem\" {\n $fs: $fs / ($fs * 0 + 1 / $rfs-rem-value);\n }\n\n // Set default font-size\n @if $rfs-font-size-unit == rem {\n $rfs-static: #{$fs / $rfs-rem-value}rem#{$rfs-suffix};\n }\n @else if $rfs-font-size-unit == px {\n $rfs-static: #{$fs}px#{$rfs-suffix};\n }\n @else {\n @error \"`#{$rfs-font-size-unit}` is not a valid unit for $rfs-font-size-unit. Use `px` or `rem`.\";\n }\n\n // Only add media query if font-size is bigger as the minimum font-size\n // If $rfs-factor == 1, no rescaling will take place\n @if $fs > $rfs-base-font-size and $enable-responsive-font-sizes {\n $min-width: null;\n $variable-unit: null;\n\n // Calculate minimum font-size for given font-size\n $fs-min: $rfs-base-font-size + ($fs - $rfs-base-font-size) / $rfs-factor;\n\n // Calculate difference between given font-size and minimum font-size for given font-size\n $fs-diff: $fs - $fs-min;\n\n // Base font-size formatting\n // No need to check if the unit is valid, because we did that before\n $min-width: if($rfs-font-size-unit == rem, #{$fs-min / $rfs-rem-value}rem, #{$fs-min}px);\n\n // If two-dimensional, use smallest of screen width and height\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{$fs-diff * 100 / $rfs-breakpoint}#{$variable-unit};\n\n // Set the calculated font-size.\n $rfs-fluid: calc(#{$min-width} + #{$variable-width}) #{$rfs-suffix};\n }\n\n // Rendering\n @if $rfs-fluid == null {\n // Only render static font-size if no fluid font-size is available\n font-size: $rfs-static;\n }\n @else {\n $mq-value: null;\n\n // RFS breakpoint formatting\n @if $rfs-breakpoint-unit == em or $rfs-breakpoint-unit == rem {\n $mq-value: #{$rfs-breakpoint / $rfs-rem-value}#{$rfs-breakpoint-unit};\n }\n @else if $rfs-breakpoint-unit == px {\n $mq-value: #{$rfs-breakpoint}px;\n }\n @else {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n }\n\n @if $rfs-class == \"disable\" {\n // Adding an extra class increases specificity,\n // which prevents the media query to override the font size\n &,\n .disable-responsive-font-size &,\n &.disable-responsive-font-size {\n font-size: $rfs-static;\n }\n }\n @else {\n font-size: $rfs-static;\n }\n\n @if $rfs-two-dimensional {\n @media (max-width: #{$mq-value}), (max-height: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n @else {\n @media (max-width: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n }\n }\n}\n\n// The font-size & responsive-font-size mixin uses RFS to rescale font sizes\n@mixin font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n\n@mixin responsive-font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n","// Hover mixin and `$enable-hover-media-query` are deprecated.\n//\n// Originally added during our alphas and maintained during betas, this mixin was\n// designed to prevent `:hover` stickiness on iOS-an issue where hover styles\n// would persist after initial touch.\n//\n// For backward compatibility, we've kept these mixins and updated them to\n// always return their regular pseudo-classes instead of a shimmed media query.\n//\n// Issue: https://github.com/twbs/bootstrap/issues/25195\n\n@mixin hover() {\n &:hover { @content; }\n}\n\n@mixin hover-focus() {\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin plain-hover-focus() {\n &,\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin hover-focus-active() {\n &:hover,\n &:focus,\n &:active {\n @content;\n }\n}\n"]} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
public/stylesheets/bootstrap-reboot.min.css
0 → 100644
1 | +/*! | ||
2 | + * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/) | ||
3 | + * Copyright 2011-2019 The Bootstrap Authors | ||
4 | + * Copyright 2011-2019 Twitter, Inc. | ||
5 | + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) | ||
6 | + * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) | ||
7 | + */*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}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;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}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}select{word-wrap:normal}[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}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important} | ||
8 | +/*# sourceMappingURL=bootstrap-reboot.min.css.map */ | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | +{"version":3,"sources":["../../scss/bootstrap-reboot.scss","../../scss/_reboot.scss","dist/css/bootstrap-reboot.css","../../scss/vendor/_rfs.scss","bootstrap-reboot.css","../../scss/mixins/_hover.scss"],"names":[],"mappings":"AAAA;;;;;;ACkBA,ECTA,QADA,SDaE,WAAA,WAGF,KACE,YAAA,WACA,YAAA,KACA,yBAAA,KACA,4BAAA,YAMF,QAAA,MAAA,WAAA,OAAA,OAAA,OAAA,OAAA,KAAA,IAAA,QACE,QAAA,MAUF,KACE,OAAA,EACA,YAAA,aAAA,CAAA,kBAAA,CAAA,UAAA,CAAA,MAAA,CAAA,gBAAA,CAAA,KAAA,CAAA,WAAA,CAAA,UAAA,CAAA,mBAAA,CAAA,gBAAA,CAAA,iBAAA,CAAA,mBEgFI,UAAA,KF9EJ,YAAA,IACA,YAAA,IACA,MAAA,QACA,WAAA,KACA,iBAAA,KGlBF,0CH+BE,QAAA,YASF,GACE,WAAA,YACA,OAAA,EACA,SAAA,QAaF,GAAA,GAAA,GAAA,GAAA,GAAA,GACE,WAAA,EACA,cAAA,MAOF,EACE,WAAA,EACA,cAAA,KC9CF,0BDyDA,YAEE,gBAAA,UACA,wBAAA,UAAA,OAAA,gBAAA,UAAA,OACA,OAAA,KACA,cAAA,EACA,iCAAA,KAAA,yBAAA,KAGF,QACE,cAAA,KACA,WAAA,OACA,YAAA,QCnDF,GDsDA,GCvDA,GD0DE,WAAA,EACA,cAAA,KAGF,MCtDA,MACA,MAFA,MD2DE,cAAA,EAGF,GACE,YAAA,IAGF,GACE,cAAA,MACA,YAAA,EAGF,WACE,OAAA,EAAA,EAAA,KAGF,ECvDA,ODyDE,YAAA,OAGF,MExFI,UAAA,IFiGJ,IC5DA,ID8DE,SAAA,SEnGE,UAAA,IFqGF,YAAA,EACA,eAAA,SAGF,IAAM,OAAA,OACN,IAAM,IAAA,MAON,EACE,MAAA,QACA,gBAAA,KACA,iBAAA,YIhLA,QJmLE,MAAA,QACA,gBAAA,UASJ,cACE,MAAA,QACA,gBAAA,KI/LA,oBJkME,MAAA,QACA,gBAAA,KC7DJ,KACA,IDqEA,ICpEA,KDwEE,YAAA,cAAA,CAAA,KAAA,CAAA,MAAA,CAAA,QAAA,CAAA,iBAAA,CAAA,aAAA,CAAA,UEpJE,UAAA,IFwJJ,IAEE,WAAA,EAEA,cAAA,KAEA,SAAA,KAQF,OAEE,OAAA,EAAA,EAAA,KAQF,IACE,eAAA,OACA,aAAA,KAGF,IAGE,SAAA,OACA,eAAA,OAQF,MACE,gBAAA,SAGF,QACE,YAAA,OACA,eAAA,OACA,MAAA,QACA,WAAA,KACA,aAAA,OAGF,GAGE,WAAA,QAQF,MAEE,QAAA,aACA,cAAA,MAMF,OAEE,cAAA,EAOF,aACE,QAAA,IAAA,OACA,QAAA,IAAA,KAAA,yBCxGF,OD2GA,MCzGA,SADA,OAEA,SD6GE,OAAA,EACA,YAAA,QErPE,UAAA,QFuPF,YAAA,QAGF,OC3GA,MD6GE,SAAA,QAGF,OC3GA,OD6GE,eAAA,KAMF,OACE,UAAA,OC3GF,cACA,aACA,cDgHA,OAIE,mBAAA,OC/GF,6BACA,4BACA,6BDkHE,sBAKI,OAAA,QClHN,gCACA,+BACA,gCDsHA,yBAIE,QAAA,EACA,aAAA,KCrHF,qBDwHA,kBAEE,WAAA,WACA,QAAA,EAIF,iBCxHA,2BACA,kBAFA,iBDkIE,mBAAA,QAGF,SACE,SAAA,KAEA,OAAA,SAGF,SAME,UAAA,EAEA,QAAA,EACA,OAAA,EACA,OAAA,EAKF,OACE,QAAA,MACA,MAAA,KACA,UAAA,KACA,QAAA,EACA,cAAA,MEjSI,UAAA,OFmSJ,YAAA,QACA,MAAA,QACA,YAAA,OAGF,SACE,eAAA,SGvIF,yCFGA,yCD0IE,OAAA,KGxIF,cHgJE,eAAA,KACA,mBAAA,KG5IF,yCHoJE,mBAAA,KAQF,6BACE,KAAA,QACA,mBAAA,OAOF,OACE,QAAA,aAGF,QACE,QAAA,UACA,OAAA,QAGF,SACE,QAAA,KGzJF,SH+JE,QAAA","sourcesContent":["/*!\n * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 The Bootstrap Authors\n * Copyright 2011-2019 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n\n@import \"functions\";\n@import \"variables\";\n@import \"mixins\";\n@import \"reboot\";\n","// stylelint-disable at-rule-no-vendor-prefix, declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix\n\n// Reboot\n//\n// Normalization of HTML elements, manually forked from Normalize.css to remove\n// styles targeting irrelevant browsers while applying new styles.\n//\n// Normalize is licensed MIT. https://github.com/necolas/normalize.css\n\n\n// Document\n//\n// 1. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.\n// 2. Change the default font family in all browsers.\n// 3. Correct the line height in all browsers.\n// 4. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.\n// 5. Change the default tap highlight to be completely transparent in iOS.\n\n*,\n*::before,\n*::after {\n box-sizing: border-box; // 1\n}\n\nhtml {\n font-family: sans-serif; // 2\n line-height: 1.15; // 3\n -webkit-text-size-adjust: 100%; // 4\n -webkit-tap-highlight-color: rgba($black, 0); // 5\n}\n\n// Shim for \"new\" HTML5 structural elements to display correctly (IE10, older browsers)\n// TODO: remove in v5\n// stylelint-disable-next-line selector-list-comma-newline-after\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\n// Body\n//\n// 1. Remove the margin in all browsers.\n// 2. As a best practice, apply a default `background-color`.\n// 3. Set an explicit initial text-align value so that we can later use\n// the `inherit` value on things like `<th>` elements.\n\nbody {\n margin: 0; // 1\n font-family: $font-family-base;\n @include font-size($font-size-base);\n font-weight: $font-weight-base;\n line-height: $line-height-base;\n color: $body-color;\n text-align: left; // 3\n background-color: $body-bg; // 2\n}\n\n// Future-proof rule: in browsers that support :focus-visible, suppress the focus outline\n// on elements that programmatically receive focus but wouldn't normally show a visible\n// focus outline. In general, this would mean that the outline is only applied if the\n// interaction that led to the element receiving programmatic focus was a keyboard interaction,\n// or the browser has somehow determined that the user is primarily a keyboard user and/or\n// wants focus outlines to always be presented.\n//\n// See https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible\n// and https://developer.paciellogroup.com/blog/2018/03/focus-visible-and-backwards-compatibility/\n[tabindex=\"-1\"]:focus:not(:focus-visible) {\n outline: 0 !important;\n}\n\n\n// Content grouping\n//\n// 1. Add the correct box sizing in Firefox.\n// 2. Show the overflow in Edge and IE.\n\nhr {\n box-sizing: content-box; // 1\n height: 0; // 1\n overflow: visible; // 2\n}\n\n\n//\n// Typography\n//\n\n// Remove top margins from headings\n//\n// By default, `<h1>`-`<h6>` all receive top and bottom margins. We nuke the top\n// margin for easier control within type scales as it avoids margin collapsing.\n// stylelint-disable-next-line selector-list-comma-newline-after\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: $headings-margin-bottom;\n}\n\n// Reset margins on paragraphs\n//\n// Similarly, the top margin on `<p>`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Remove the bottom border in Firefox 39-.\n// 5. Prevent the text-decoration to be skipped.\n\nabbr[title],\nabbr[data-original-title] { // 1\n text-decoration: underline; // 2\n text-decoration: underline dotted; // 2\n cursor: help; // 3\n border-bottom: 0; // 4\n text-decoration-skip-ink: none; // 5\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // Undo browser default\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: $font-weight-bolder; // Add the correct font weight in Chrome, Edge, and Safari\n}\n\nsmall {\n @include font-size(80%); // Add the correct font size in all browsers\n}\n\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n//\n\nsub,\nsup {\n position: relative;\n @include font-size(75%);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n//\n// Links\n//\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n background-color: transparent; // Remove the gray background on active links in IE 10.\n\n @include hover() {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]) {\n color: inherit;\n text-decoration: none;\n\n @include hover() {\n color: inherit;\n text-decoration: none;\n }\n}\n\n\n//\n// Code\n//\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-monospace;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n}\n\npre {\n // Remove browser default top margin\n margin-top: 0;\n // Reset browser default of `1em` to use `rem`s\n margin-bottom: 1rem;\n // Don't allow content to break outside\n overflow: auto;\n}\n\n\n//\n// Figures\n//\n\nfigure {\n // Apply a consistent margin strategy (matches our type styles).\n margin: 0 0 1rem;\n}\n\n\n//\n// Images and content\n//\n\nimg {\n vertical-align: middle;\n border-style: none; // Remove the border on images inside links in IE 10-.\n}\n\nsvg {\n // Workaround for the SVG overflow bug in IE10/11 is still required.\n // See https://github.com/twbs/bootstrap/issues/26878\n overflow: hidden;\n vertical-align: middle;\n}\n\n\n//\n// Tables\n//\n\ntable {\n border-collapse: collapse; // Prevent double borders\n}\n\ncaption {\n padding-top: $table-cell-padding;\n padding-bottom: $table-cell-padding;\n color: $table-caption-color;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n // Matches default `<td>` alignment by inheriting from the `<body>`, or the\n // closest parent with a set `text-align`.\n text-align: inherit;\n}\n\n\n//\n// Forms\n//\n\nlabel {\n // Allow labels to use `margin` for spacing.\n display: inline-block;\n margin-bottom: $label-margin-bottom;\n}\n\n// Remove the default `border-radius` that macOS Chrome adds.\n//\n// Details at https://github.com/twbs/bootstrap/issues/24093\nbutton {\n // stylelint-disable-next-line property-blacklist\n border-radius: 0;\n}\n\n// Work around a Firefox/IE bug where the transparent `button` background\n// results in a loss of the default `button` focus styles.\n//\n// Credit: https://github.com/suitcss/base/\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0; // Remove the margin in Firefox and Safari\n font-family: inherit;\n @include font-size(inherit);\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible; // Show the overflow in Edge\n}\n\nbutton,\nselect {\n text-transform: none; // Remove the inheritance of text transform in Firefox\n}\n\n// Remove the inheritance of word-wrap in Safari.\n//\n// Details at https://github.com/twbs/bootstrap/issues/24990\nselect {\n word-wrap: normal;\n}\n\n\n// 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n// controls in Android 4.\n// 2. Correct the inability to style clickable types in iOS and Safari.\nbutton,\n[type=\"button\"], // 1\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button; // 2\n}\n\n// Opinionated: add \"hand\" cursor to non-disabled button elements.\n@if $enable-pointer-cursor-for-buttons {\n button,\n [type=\"button\"],\n [type=\"reset\"],\n [type=\"submit\"] {\n &:not(:disabled) {\n cursor: pointer;\n }\n }\n}\n\n// Remove inner border and padding from Firefox, but don't restore the outline like Normalize.\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n box-sizing: border-box; // 1. Add the correct box sizing in IE 10-\n padding: 0; // 2. Remove the padding in IE 10-\n}\n\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n // Remove the default appearance of temporal inputs to avoid a Mobile Safari\n // bug where setting a custom line-height prevents text from being vertically\n // centered within the input.\n // See https://bugs.webkit.org/show_bug.cgi?id=139848\n // and https://github.com/twbs/bootstrap/issues/11266\n -webkit-appearance: listbox;\n}\n\ntextarea {\n overflow: auto; // Remove the default vertical scrollbar in IE.\n // Textareas should really only resize vertically so they don't break their (horizontal) containers.\n resize: vertical;\n}\n\nfieldset {\n // Browsers set a default `min-width: min-content;` on fieldsets,\n // unlike e.g. `<div>`s, which have `min-width: 0;` by default.\n // So we reset that to ensure fieldsets behave more like a standard block element.\n // See https://github.com/twbs/bootstrap/issues/12359\n // and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements\n min-width: 0;\n // Reset the default outline behavior of fieldsets so they don't affect page layout.\n padding: 0;\n margin: 0;\n border: 0;\n}\n\n// 1. Correct the text wrapping in Edge and IE.\n// 2. Correct the color inheritance from `fieldset` elements in IE.\nlegend {\n display: block;\n width: 100%;\n max-width: 100%; // 1\n padding: 0;\n margin-bottom: .5rem;\n @include font-size(1.5rem);\n line-height: inherit;\n color: inherit; // 2\n white-space: normal; // 1\n}\n\nprogress {\n vertical-align: baseline; // Add the correct vertical alignment in Chrome, Firefox, and Opera.\n}\n\n// Correct the cursor style of increment and decrement buttons in Chrome.\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n // This overrides the extra rounded corners on search inputs in iOS so that our\n // `.form-control` class can properly style them. Note that this cannot simply\n // be added to `.form-control` as it's not specific enough. For details, see\n // https://github.com/twbs/bootstrap/issues/11586.\n outline-offset: -2px; // 2. Correct the outline style in Safari.\n -webkit-appearance: none;\n}\n\n//\n// Remove the inner padding in Chrome and Safari on macOS.\n//\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n//\n// 1. Correct the inability to style clickable types in iOS and Safari.\n// 2. Change font properties to `inherit` in Safari.\n//\n\n::-webkit-file-upload-button {\n font: inherit; // 2\n -webkit-appearance: button; // 1\n}\n\n//\n// Correct element displays\n//\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item; // Add the correct display in all browsers\n cursor: pointer;\n}\n\ntemplate {\n display: none; // Add the correct display in IE\n}\n\n// Always hide an element with the `hidden` HTML attribute (from PureCSS).\n// Needed for proper display in IE 10-.\n[hidden] {\n display: none !important;\n}\n","/*!\n * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 The Bootstrap Authors\n * Copyright 2011-2019 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\nhtml {\n font-family: sans-serif;\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\nbody {\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #212529;\n text-align: left;\n background-color: #fff;\n}\n\n[tabindex=\"-1\"]:focus:not(:focus-visible) {\n outline: 0 !important;\n}\n\nhr {\n box-sizing: content-box;\n height: 0;\n overflow: visible;\n}\n\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title],\nabbr[data-original-title] {\n text-decoration: underline;\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n cursor: help;\n border-bottom: 0;\n -webkit-text-decoration-skip-ink: none;\n text-decoration-skip-ink: none;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: 700;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub,\nsup {\n position: relative;\n font-size: 75%;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -.25em;\n}\n\nsup {\n top: -.5em;\n}\n\na {\n color: #007bff;\n text-decoration: none;\n background-color: transparent;\n}\n\na:hover {\n color: #0056b3;\n text-decoration: underline;\n}\n\na:not([href]) {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):hover {\n color: inherit;\n text-decoration: none;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n font-size: 1em;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg {\n vertical-align: middle;\n border-style: none;\n}\n\nsvg {\n overflow: hidden;\n vertical-align: middle;\n}\n\ntable {\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n color: #6c757d;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n text-align: inherit;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: 0.5rem;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\nselect {\n word-wrap: normal;\n}\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\nbutton:not(:disabled),\n[type=\"button\"]:not(:disabled),\n[type=\"reset\"]:not(:disabled),\n[type=\"submit\"]:not(:disabled) {\n cursor: pointer;\n}\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n box-sizing: border-box;\n padding: 0;\n}\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n -webkit-appearance: listbox;\n}\n\ntextarea {\n overflow: auto;\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n display: block;\n width: 100%;\n max-width: 100%;\n padding: 0;\n margin-bottom: .5rem;\n font-size: 1.5rem;\n line-height: inherit;\n color: inherit;\n white-space: normal;\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n outline-offset: -2px;\n -webkit-appearance: none;\n}\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\ntemplate {\n display: none;\n}\n\n[hidden] {\n display: none !important;\n}\n/*# sourceMappingURL=bootstrap-reboot.css.map */","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated font-resizing\n//\n// See https://github.com/twbs/rfs\n\n// Configuration\n\n// Base font size\n$rfs-base-font-size: 1.25rem !default;\n$rfs-font-size-unit: rem !default;\n\n// Breakpoint at where font-size starts decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n// Resize font-size based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != \"number\" or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-responsive-font-sizes to false\n$enable-responsive-font-sizes: true !default;\n\n// Cache $rfs-base-font-size unit\n$rfs-base-font-size-unit: unit($rfs-base-font-size);\n\n// Remove px-unit from $rfs-base-font-size for calculations\n@if $rfs-base-font-size-unit == \"px\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1);\n}\n@else if $rfs-base-font-size-unit == \"rem\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == \"px\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == \"rem\" or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value);\n}\n\n// Responsive font-size mixin\n@mixin rfs($fs, $important: false) {\n // Cache $fs unit\n $fs-unit: if(type-of($fs) == \"number\", unit($fs), false);\n\n // Add !important suffix if needed\n $rfs-suffix: if($important, \" !important\", \"\");\n\n // If $fs isn't a number (like inherit) or $fs has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $fs-unit or $fs-unit != \"\" and $fs-unit != \"px\" and $fs-unit != \"rem\" or $fs == 0 {\n font-size: #{$fs}#{$rfs-suffix};\n }\n @else {\n // Variables for storing static and fluid rescaling\n $rfs-static: null;\n $rfs-fluid: null;\n\n // Remove px-unit from $fs for calculations\n @if $fs-unit == \"px\" {\n $fs: $fs / ($fs * 0 + 1);\n }\n @else if $fs-unit == \"rem\" {\n $fs: $fs / ($fs * 0 + 1 / $rfs-rem-value);\n }\n\n // Set default font-size\n @if $rfs-font-size-unit == rem {\n $rfs-static: #{$fs / $rfs-rem-value}rem#{$rfs-suffix};\n }\n @else if $rfs-font-size-unit == px {\n $rfs-static: #{$fs}px#{$rfs-suffix};\n }\n @else {\n @error \"`#{$rfs-font-size-unit}` is not a valid unit for $rfs-font-size-unit. Use `px` or `rem`.\";\n }\n\n // Only add media query if font-size is bigger as the minimum font-size\n // If $rfs-factor == 1, no rescaling will take place\n @if $fs > $rfs-base-font-size and $enable-responsive-font-sizes {\n $min-width: null;\n $variable-unit: null;\n\n // Calculate minimum font-size for given font-size\n $fs-min: $rfs-base-font-size + ($fs - $rfs-base-font-size) / $rfs-factor;\n\n // Calculate difference between given font-size and minimum font-size for given font-size\n $fs-diff: $fs - $fs-min;\n\n // Base font-size formatting\n // No need to check if the unit is valid, because we did that before\n $min-width: if($rfs-font-size-unit == rem, #{$fs-min / $rfs-rem-value}rem, #{$fs-min}px);\n\n // If two-dimensional, use smallest of screen width and height\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{$fs-diff * 100 / $rfs-breakpoint}#{$variable-unit};\n\n // Set the calculated font-size.\n $rfs-fluid: calc(#{$min-width} + #{$variable-width}) #{$rfs-suffix};\n }\n\n // Rendering\n @if $rfs-fluid == null {\n // Only render static font-size if no fluid font-size is available\n font-size: $rfs-static;\n }\n @else {\n $mq-value: null;\n\n // RFS breakpoint formatting\n @if $rfs-breakpoint-unit == em or $rfs-breakpoint-unit == rem {\n $mq-value: #{$rfs-breakpoint / $rfs-rem-value}#{$rfs-breakpoint-unit};\n }\n @else if $rfs-breakpoint-unit == px {\n $mq-value: #{$rfs-breakpoint}px;\n }\n @else {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n }\n\n @if $rfs-class == \"disable\" {\n // Adding an extra class increases specificity,\n // which prevents the media query to override the font size\n &,\n .disable-responsive-font-size &,\n &.disable-responsive-font-size {\n font-size: $rfs-static;\n }\n }\n @else {\n font-size: $rfs-static;\n }\n\n @if $rfs-two-dimensional {\n @media (max-width: #{$mq-value}), (max-height: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n @else {\n @media (max-width: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n }\n }\n}\n\n// The font-size & responsive-font-size mixin uses RFS to rescale font sizes\n@mixin font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n\n@mixin responsive-font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n","/*!\n * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 The Bootstrap Authors\n * Copyright 2011-2019 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)\n */\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\nhtml {\n font-family: sans-serif;\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\nbody {\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #212529;\n text-align: left;\n background-color: #fff;\n}\n\n[tabindex=\"-1\"]:focus:not(:focus-visible) {\n outline: 0 !important;\n}\n\nhr {\n box-sizing: content-box;\n height: 0;\n overflow: visible;\n}\n\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title],\nabbr[data-original-title] {\n text-decoration: underline;\n text-decoration: underline dotted;\n cursor: help;\n border-bottom: 0;\n text-decoration-skip-ink: none;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: 700;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub,\nsup {\n position: relative;\n font-size: 75%;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -.25em;\n}\n\nsup {\n top: -.5em;\n}\n\na {\n color: #007bff;\n text-decoration: none;\n background-color: transparent;\n}\n\na:hover {\n color: #0056b3;\n text-decoration: underline;\n}\n\na:not([href]) {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):hover {\n color: inherit;\n text-decoration: none;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n font-size: 1em;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg {\n vertical-align: middle;\n border-style: none;\n}\n\nsvg {\n overflow: hidden;\n vertical-align: middle;\n}\n\ntable {\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n color: #6c757d;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n text-align: inherit;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: 0.5rem;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\nselect {\n word-wrap: normal;\n}\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\nbutton:not(:disabled),\n[type=\"button\"]:not(:disabled),\n[type=\"reset\"]:not(:disabled),\n[type=\"submit\"]:not(:disabled) {\n cursor: pointer;\n}\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n box-sizing: border-box;\n padding: 0;\n}\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n -webkit-appearance: listbox;\n}\n\ntextarea {\n overflow: auto;\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n display: block;\n width: 100%;\n max-width: 100%;\n padding: 0;\n margin-bottom: .5rem;\n font-size: 1.5rem;\n line-height: inherit;\n color: inherit;\n white-space: normal;\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n outline-offset: -2px;\n -webkit-appearance: none;\n}\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\ntemplate {\n display: none;\n}\n\n[hidden] {\n display: none !important;\n}\n\n/*# sourceMappingURL=bootstrap-reboot.css.map */","// Hover mixin and `$enable-hover-media-query` are deprecated.\n//\n// Originally added during our alphas and maintained during betas, this mixin was\n// designed to prevent `:hover` stickiness on iOS-an issue where hover styles\n// would persist after initial touch.\n//\n// For backward compatibility, we've kept these mixins and updated them to\n// always return their regular pseudo-classes instead of a shimmed media query.\n//\n// Issue: https://github.com/twbs/bootstrap/issues/25195\n\n@mixin hover() {\n &:hover { @content; }\n}\n\n@mixin hover-focus() {\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin plain-hover-focus() {\n &,\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin hover-focus-active() {\n &:hover,\n &:focus,\n &:active {\n @content;\n }\n}\n"]} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | -/*! | ||
2 | - * Bootstrap Utilities v5.0.0-alpha1 (https://getbootstrap.com/) | ||
3 | - * Copyright 2011-2020 The Bootstrap Authors | ||
4 | - * Copyright 2011-2020 Twitter, Inc. | ||
5 | - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) | ||
6 | - */ | ||
7 | -.align-baseline { | ||
8 | - vertical-align: baseline !important; | ||
9 | -} | ||
10 | - | ||
11 | -.align-top { | ||
12 | - vertical-align: top !important; | ||
13 | -} | ||
14 | - | ||
15 | -.align-middle { | ||
16 | - vertical-align: middle !important; | ||
17 | -} | ||
18 | - | ||
19 | -.align-bottom { | ||
20 | - vertical-align: bottom !important; | ||
21 | -} | ||
22 | - | ||
23 | -.align-text-bottom { | ||
24 | - vertical-align: text-bottom !important; | ||
25 | -} | ||
26 | - | ||
27 | -.align-text-top { | ||
28 | - vertical-align: text-top !important; | ||
29 | -} | ||
30 | - | ||
31 | -.float-left { | ||
32 | - float: left !important; | ||
33 | -} | ||
34 | - | ||
35 | -.float-right { | ||
36 | - float: right !important; | ||
37 | -} | ||
38 | - | ||
39 | -.float-none { | ||
40 | - float: none !important; | ||
41 | -} | ||
42 | - | ||
43 | -.overflow-auto { | ||
44 | - overflow: auto !important; | ||
45 | -} | ||
46 | - | ||
47 | -.overflow-hidden { | ||
48 | - overflow: hidden !important; | ||
49 | -} | ||
50 | - | ||
51 | -.d-none { | ||
52 | - display: none !important; | ||
53 | -} | ||
54 | - | ||
55 | -.d-inline { | ||
56 | - display: inline !important; | ||
57 | -} | ||
58 | - | ||
59 | -.d-inline-block { | ||
60 | - display: inline-block !important; | ||
61 | -} | ||
62 | - | ||
63 | -.d-block { | ||
64 | - display: block !important; | ||
65 | -} | ||
66 | - | ||
67 | -.d-table { | ||
68 | - display: table !important; | ||
69 | -} | ||
70 | - | ||
71 | -.d-table-row { | ||
72 | - display: table-row !important; | ||
73 | -} | ||
74 | - | ||
75 | -.d-table-cell { | ||
76 | - display: table-cell !important; | ||
77 | -} | ||
78 | - | ||
79 | -.d-flex { | ||
80 | - display: flex !important; | ||
81 | -} | ||
82 | - | ||
83 | -.d-inline-flex { | ||
84 | - display: inline-flex !important; | ||
85 | -} | ||
86 | - | ||
87 | -.shadow { | ||
88 | - box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; | ||
89 | -} | ||
90 | - | ||
91 | -.shadow-sm { | ||
92 | - box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; | ||
93 | -} | ||
94 | - | ||
95 | -.shadow-lg { | ||
96 | - box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; | ||
97 | -} | ||
98 | - | ||
99 | -.shadow-none { | ||
100 | - box-shadow: none !important; | ||
101 | -} | ||
102 | - | ||
103 | -.position-static { | ||
104 | - position: static !important; | ||
105 | -} | ||
106 | - | ||
107 | -.position-relative { | ||
108 | - position: relative !important; | ||
109 | -} | ||
110 | - | ||
111 | -.position-absolute { | ||
112 | - position: absolute !important; | ||
113 | -} | ||
114 | - | ||
115 | -.position-fixed { | ||
116 | - position: fixed !important; | ||
117 | -} | ||
118 | - | ||
119 | -.position-sticky { | ||
120 | - position: -webkit-sticky !important; | ||
121 | - position: sticky !important; | ||
122 | -} | ||
123 | - | ||
124 | -.border { | ||
125 | - border: 1px solid #dee2e6 !important; | ||
126 | -} | ||
127 | - | ||
128 | -.border-0 { | ||
129 | - border: 0 !important; | ||
130 | -} | ||
131 | - | ||
132 | -.border-top { | ||
133 | - border-top: 1px solid #dee2e6 !important; | ||
134 | -} | ||
135 | - | ||
136 | -.border-top-0 { | ||
137 | - border-top: 0 !important; | ||
138 | -} | ||
139 | - | ||
140 | -.border-right { | ||
141 | - border-right: 1px solid #dee2e6 !important; | ||
142 | -} | ||
143 | - | ||
144 | -.border-right-0 { | ||
145 | - border-right: 0 !important; | ||
146 | -} | ||
147 | - | ||
148 | -.border-bottom { | ||
149 | - border-bottom: 1px solid #dee2e6 !important; | ||
150 | -} | ||
151 | - | ||
152 | -.border-bottom-0 { | ||
153 | - border-bottom: 0 !important; | ||
154 | -} | ||
155 | - | ||
156 | -.border-left { | ||
157 | - border-left: 1px solid #dee2e6 !important; | ||
158 | -} | ||
159 | - | ||
160 | -.border-left-0 { | ||
161 | - border-left: 0 !important; | ||
162 | -} | ||
163 | - | ||
164 | -.border-primary { | ||
165 | - border-color: #0d6efd !important; | ||
166 | -} | ||
167 | - | ||
168 | -.border-secondary { | ||
169 | - border-color: #6c757d !important; | ||
170 | -} | ||
171 | - | ||
172 | -.border-success { | ||
173 | - border-color: #28a745 !important; | ||
174 | -} | ||
175 | - | ||
176 | -.border-info { | ||
177 | - border-color: #17a2b8 !important; | ||
178 | -} | ||
179 | - | ||
180 | -.border-warning { | ||
181 | - border-color: #ffc107 !important; | ||
182 | -} | ||
183 | - | ||
184 | -.border-danger { | ||
185 | - border-color: #dc3545 !important; | ||
186 | -} | ||
187 | - | ||
188 | -.border-light { | ||
189 | - border-color: #f8f9fa !important; | ||
190 | -} | ||
191 | - | ||
192 | -.border-dark { | ||
193 | - border-color: #343a40 !important; | ||
194 | -} | ||
195 | - | ||
196 | -.border-white { | ||
197 | - border-color: #fff !important; | ||
198 | -} | ||
199 | - | ||
200 | -.w-25 { | ||
201 | - width: 25% !important; | ||
202 | -} | ||
203 | - | ||
204 | -.w-50 { | ||
205 | - width: 50% !important; | ||
206 | -} | ||
207 | - | ||
208 | -.w-75 { | ||
209 | - width: 75% !important; | ||
210 | -} | ||
211 | - | ||
212 | -.w-100 { | ||
213 | - width: 100% !important; | ||
214 | -} | ||
215 | - | ||
216 | -.w-auto { | ||
217 | - width: auto !important; | ||
218 | -} | ||
219 | - | ||
220 | -.mw-100 { | ||
221 | - max-width: 100% !important; | ||
222 | -} | ||
223 | - | ||
224 | -.vw-100 { | ||
225 | - width: 100vw !important; | ||
226 | -} | ||
227 | - | ||
228 | -.min-vw-100 { | ||
229 | - min-width: 100vw !important; | ||
230 | -} | ||
231 | - | ||
232 | -.h-25 { | ||
233 | - height: 25% !important; | ||
234 | -} | ||
235 | - | ||
236 | -.h-50 { | ||
237 | - height: 50% !important; | ||
238 | -} | ||
239 | - | ||
240 | -.h-75 { | ||
241 | - height: 75% !important; | ||
242 | -} | ||
243 | - | ||
244 | -.h-100 { | ||
245 | - height: 100% !important; | ||
246 | -} | ||
247 | - | ||
248 | -.h-auto { | ||
249 | - height: auto !important; | ||
250 | -} | ||
251 | - | ||
252 | -.mh-100 { | ||
253 | - max-height: 100% !important; | ||
254 | -} | ||
255 | - | ||
256 | -.vh-100 { | ||
257 | - height: 100vh !important; | ||
258 | -} | ||
259 | - | ||
260 | -.min-vh-100 { | ||
261 | - min-height: 100vh !important; | ||
262 | -} | ||
263 | - | ||
264 | -.flex-fill { | ||
265 | - flex: 1 1 auto !important; | ||
266 | -} | ||
267 | - | ||
268 | -.flex-row { | ||
269 | - flex-direction: row !important; | ||
270 | -} | ||
271 | - | ||
272 | -.flex-column { | ||
273 | - flex-direction: column !important; | ||
274 | -} | ||
275 | - | ||
276 | -.flex-row-reverse { | ||
277 | - flex-direction: row-reverse !important; | ||
278 | -} | ||
279 | - | ||
280 | -.flex-column-reverse { | ||
281 | - flex-direction: column-reverse !important; | ||
282 | -} | ||
283 | - | ||
284 | -.flex-grow-0 { | ||
285 | - flex-grow: 0 !important; | ||
286 | -} | ||
287 | - | ||
288 | -.flex-grow-1 { | ||
289 | - flex-grow: 1 !important; | ||
290 | -} | ||
291 | - | ||
292 | -.flex-shrink-0 { | ||
293 | - flex-shrink: 0 !important; | ||
294 | -} | ||
295 | - | ||
296 | -.flex-shrink-1 { | ||
297 | - flex-shrink: 1 !important; | ||
298 | -} | ||
299 | - | ||
300 | -.flex-wrap { | ||
301 | - flex-wrap: wrap !important; | ||
302 | -} | ||
303 | - | ||
304 | -.flex-nowrap { | ||
305 | - flex-wrap: nowrap !important; | ||
306 | -} | ||
307 | - | ||
308 | -.flex-wrap-reverse { | ||
309 | - flex-wrap: wrap-reverse !important; | ||
310 | -} | ||
311 | - | ||
312 | -.justify-content-start { | ||
313 | - justify-content: flex-start !important; | ||
314 | -} | ||
315 | - | ||
316 | -.justify-content-end { | ||
317 | - justify-content: flex-end !important; | ||
318 | -} | ||
319 | - | ||
320 | -.justify-content-center { | ||
321 | - justify-content: center !important; | ||
322 | -} | ||
323 | - | ||
324 | -.justify-content-between { | ||
325 | - justify-content: space-between !important; | ||
326 | -} | ||
327 | - | ||
328 | -.justify-content-around { | ||
329 | - justify-content: space-around !important; | ||
330 | -} | ||
331 | - | ||
332 | -.justify-content-evenly { | ||
333 | - justify-content: space-evenly !important; | ||
334 | -} | ||
335 | - | ||
336 | -.align-items-start { | ||
337 | - align-items: flex-start !important; | ||
338 | -} | ||
339 | - | ||
340 | -.align-items-end { | ||
341 | - align-items: flex-end !important; | ||
342 | -} | ||
343 | - | ||
344 | -.align-items-center { | ||
345 | - align-items: center !important; | ||
346 | -} | ||
347 | - | ||
348 | -.align-items-baseline { | ||
349 | - align-items: baseline !important; | ||
350 | -} | ||
351 | - | ||
352 | -.align-items-stretch { | ||
353 | - align-items: stretch !important; | ||
354 | -} | ||
355 | - | ||
356 | -.align-content-start { | ||
357 | - align-content: flex-start !important; | ||
358 | -} | ||
359 | - | ||
360 | -.align-content-end { | ||
361 | - align-content: flex-end !important; | ||
362 | -} | ||
363 | - | ||
364 | -.align-content-center { | ||
365 | - align-content: center !important; | ||
366 | -} | ||
367 | - | ||
368 | -.align-content-between { | ||
369 | - align-content: space-between !important; | ||
370 | -} | ||
371 | - | ||
372 | -.align-content-around { | ||
373 | - align-content: space-around !important; | ||
374 | -} | ||
375 | - | ||
376 | -.align-content-stretch { | ||
377 | - align-content: stretch !important; | ||
378 | -} | ||
379 | - | ||
380 | -.align-self-auto { | ||
381 | - align-self: auto !important; | ||
382 | -} | ||
383 | - | ||
384 | -.align-self-start { | ||
385 | - align-self: flex-start !important; | ||
386 | -} | ||
387 | - | ||
388 | -.align-self-end { | ||
389 | - align-self: flex-end !important; | ||
390 | -} | ||
391 | - | ||
392 | -.align-self-center { | ||
393 | - align-self: center !important; | ||
394 | -} | ||
395 | - | ||
396 | -.align-self-baseline { | ||
397 | - align-self: baseline !important; | ||
398 | -} | ||
399 | - | ||
400 | -.align-self-stretch { | ||
401 | - align-self: stretch !important; | ||
402 | -} | ||
403 | - | ||
404 | -.order-first { | ||
405 | - order: -1 !important; | ||
406 | -} | ||
407 | - | ||
408 | -.order-0 { | ||
409 | - order: 0 !important; | ||
410 | -} | ||
411 | - | ||
412 | -.order-1 { | ||
413 | - order: 1 !important; | ||
414 | -} | ||
415 | - | ||
416 | -.order-2 { | ||
417 | - order: 2 !important; | ||
418 | -} | ||
419 | - | ||
420 | -.order-3 { | ||
421 | - order: 3 !important; | ||
422 | -} | ||
423 | - | ||
424 | -.order-4 { | ||
425 | - order: 4 !important; | ||
426 | -} | ||
427 | - | ||
428 | -.order-5 { | ||
429 | - order: 5 !important; | ||
430 | -} | ||
431 | - | ||
432 | -.order-last { | ||
433 | - order: 6 !important; | ||
434 | -} | ||
435 | - | ||
436 | -.m-0 { | ||
437 | - margin: 0 !important; | ||
438 | -} | ||
439 | - | ||
440 | -.m-1 { | ||
441 | - margin: 0.25rem !important; | ||
442 | -} | ||
443 | - | ||
444 | -.m-2 { | ||
445 | - margin: 0.5rem !important; | ||
446 | -} | ||
447 | - | ||
448 | -.m-3 { | ||
449 | - margin: 1rem !important; | ||
450 | -} | ||
451 | - | ||
452 | -.m-4 { | ||
453 | - margin: 1.5rem !important; | ||
454 | -} | ||
455 | - | ||
456 | -.m-5 { | ||
457 | - margin: 3rem !important; | ||
458 | -} | ||
459 | - | ||
460 | -.m-auto { | ||
461 | - margin: auto !important; | ||
462 | -} | ||
463 | - | ||
464 | -.mx-0 { | ||
465 | - margin-right: 0 !important; | ||
466 | - margin-left: 0 !important; | ||
467 | -} | ||
468 | - | ||
469 | -.mx-1 { | ||
470 | - margin-right: 0.25rem !important; | ||
471 | - margin-left: 0.25rem !important; | ||
472 | -} | ||
473 | - | ||
474 | -.mx-2 { | ||
475 | - margin-right: 0.5rem !important; | ||
476 | - margin-left: 0.5rem !important; | ||
477 | -} | ||
478 | - | ||
479 | -.mx-3 { | ||
480 | - margin-right: 1rem !important; | ||
481 | - margin-left: 1rem !important; | ||
482 | -} | ||
483 | - | ||
484 | -.mx-4 { | ||
485 | - margin-right: 1.5rem !important; | ||
486 | - margin-left: 1.5rem !important; | ||
487 | -} | ||
488 | - | ||
489 | -.mx-5 { | ||
490 | - margin-right: 3rem !important; | ||
491 | - margin-left: 3rem !important; | ||
492 | -} | ||
493 | - | ||
494 | -.mx-auto { | ||
495 | - margin-right: auto !important; | ||
496 | - margin-left: auto !important; | ||
497 | -} | ||
498 | - | ||
499 | -.my-0 { | ||
500 | - margin-top: 0 !important; | ||
501 | - margin-bottom: 0 !important; | ||
502 | -} | ||
503 | - | ||
504 | -.my-1 { | ||
505 | - margin-top: 0.25rem !important; | ||
506 | - margin-bottom: 0.25rem !important; | ||
507 | -} | ||
508 | - | ||
509 | -.my-2 { | ||
510 | - margin-top: 0.5rem !important; | ||
511 | - margin-bottom: 0.5rem !important; | ||
512 | -} | ||
513 | - | ||
514 | -.my-3 { | ||
515 | - margin-top: 1rem !important; | ||
516 | - margin-bottom: 1rem !important; | ||
517 | -} | ||
518 | - | ||
519 | -.my-4 { | ||
520 | - margin-top: 1.5rem !important; | ||
521 | - margin-bottom: 1.5rem !important; | ||
522 | -} | ||
523 | - | ||
524 | -.my-5 { | ||
525 | - margin-top: 3rem !important; | ||
526 | - margin-bottom: 3rem !important; | ||
527 | -} | ||
528 | - | ||
529 | -.my-auto { | ||
530 | - margin-top: auto !important; | ||
531 | - margin-bottom: auto !important; | ||
532 | -} | ||
533 | - | ||
534 | -.mt-0 { | ||
535 | - margin-top: 0 !important; | ||
536 | -} | ||
537 | - | ||
538 | -.mt-1 { | ||
539 | - margin-top: 0.25rem !important; | ||
540 | -} | ||
541 | - | ||
542 | -.mt-2 { | ||
543 | - margin-top: 0.5rem !important; | ||
544 | -} | ||
545 | - | ||
546 | -.mt-3 { | ||
547 | - margin-top: 1rem !important; | ||
548 | -} | ||
549 | - | ||
550 | -.mt-4 { | ||
551 | - margin-top: 1.5rem !important; | ||
552 | -} | ||
553 | - | ||
554 | -.mt-5 { | ||
555 | - margin-top: 3rem !important; | ||
556 | -} | ||
557 | - | ||
558 | -.mt-auto { | ||
559 | - margin-top: auto !important; | ||
560 | -} | ||
561 | - | ||
562 | -.mr-0 { | ||
563 | - margin-right: 0 !important; | ||
564 | -} | ||
565 | - | ||
566 | -.mr-1 { | ||
567 | - margin-right: 0.25rem !important; | ||
568 | -} | ||
569 | - | ||
570 | -.mr-2 { | ||
571 | - margin-right: 0.5rem !important; | ||
572 | -} | ||
573 | - | ||
574 | -.mr-3 { | ||
575 | - margin-right: 1rem !important; | ||
576 | -} | ||
577 | - | ||
578 | -.mr-4 { | ||
579 | - margin-right: 1.5rem !important; | ||
580 | -} | ||
581 | - | ||
582 | -.mr-5 { | ||
583 | - margin-right: 3rem !important; | ||
584 | -} | ||
585 | - | ||
586 | -.mr-auto { | ||
587 | - margin-right: auto !important; | ||
588 | -} | ||
589 | - | ||
590 | -.mb-0 { | ||
591 | - margin-bottom: 0 !important; | ||
592 | -} | ||
593 | - | ||
594 | -.mb-1 { | ||
595 | - margin-bottom: 0.25rem !important; | ||
596 | -} | ||
597 | - | ||
598 | -.mb-2 { | ||
599 | - margin-bottom: 0.5rem !important; | ||
600 | -} | ||
601 | - | ||
602 | -.mb-3 { | ||
603 | - margin-bottom: 1rem !important; | ||
604 | -} | ||
605 | - | ||
606 | -.mb-4 { | ||
607 | - margin-bottom: 1.5rem !important; | ||
608 | -} | ||
609 | - | ||
610 | -.mb-5 { | ||
611 | - margin-bottom: 3rem !important; | ||
612 | -} | ||
613 | - | ||
614 | -.mb-auto { | ||
615 | - margin-bottom: auto !important; | ||
616 | -} | ||
617 | - | ||
618 | -.ml-0 { | ||
619 | - margin-left: 0 !important; | ||
620 | -} | ||
621 | - | ||
622 | -.ml-1 { | ||
623 | - margin-left: 0.25rem !important; | ||
624 | -} | ||
625 | - | ||
626 | -.ml-2 { | ||
627 | - margin-left: 0.5rem !important; | ||
628 | -} | ||
629 | - | ||
630 | -.ml-3 { | ||
631 | - margin-left: 1rem !important; | ||
632 | -} | ||
633 | - | ||
634 | -.ml-4 { | ||
635 | - margin-left: 1.5rem !important; | ||
636 | -} | ||
637 | - | ||
638 | -.ml-5 { | ||
639 | - margin-left: 3rem !important; | ||
640 | -} | ||
641 | - | ||
642 | -.ml-auto { | ||
643 | - margin-left: auto !important; | ||
644 | -} | ||
645 | - | ||
646 | -.p-0 { | ||
647 | - padding: 0 !important; | ||
648 | -} | ||
649 | - | ||
650 | -.p-1 { | ||
651 | - padding: 0.25rem !important; | ||
652 | -} | ||
653 | - | ||
654 | -.p-2 { | ||
655 | - padding: 0.5rem !important; | ||
656 | -} | ||
657 | - | ||
658 | -.p-3 { | ||
659 | - padding: 1rem !important; | ||
660 | -} | ||
661 | - | ||
662 | -.p-4 { | ||
663 | - padding: 1.5rem !important; | ||
664 | -} | ||
665 | - | ||
666 | -.p-5 { | ||
667 | - padding: 3rem !important; | ||
668 | -} | ||
669 | - | ||
670 | -.px-0 { | ||
671 | - padding-right: 0 !important; | ||
672 | - padding-left: 0 !important; | ||
673 | -} | ||
674 | - | ||
675 | -.px-1 { | ||
676 | - padding-right: 0.25rem !important; | ||
677 | - padding-left: 0.25rem !important; | ||
678 | -} | ||
679 | - | ||
680 | -.px-2 { | ||
681 | - padding-right: 0.5rem !important; | ||
682 | - padding-left: 0.5rem !important; | ||
683 | -} | ||
684 | - | ||
685 | -.px-3 { | ||
686 | - padding-right: 1rem !important; | ||
687 | - padding-left: 1rem !important; | ||
688 | -} | ||
689 | - | ||
690 | -.px-4 { | ||
691 | - padding-right: 1.5rem !important; | ||
692 | - padding-left: 1.5rem !important; | ||
693 | -} | ||
694 | - | ||
695 | -.px-5 { | ||
696 | - padding-right: 3rem !important; | ||
697 | - padding-left: 3rem !important; | ||
698 | -} | ||
699 | - | ||
700 | -.py-0 { | ||
701 | - padding-top: 0 !important; | ||
702 | - padding-bottom: 0 !important; | ||
703 | -} | ||
704 | - | ||
705 | -.py-1 { | ||
706 | - padding-top: 0.25rem !important; | ||
707 | - padding-bottom: 0.25rem !important; | ||
708 | -} | ||
709 | - | ||
710 | -.py-2 { | ||
711 | - padding-top: 0.5rem !important; | ||
712 | - padding-bottom: 0.5rem !important; | ||
713 | -} | ||
714 | - | ||
715 | -.py-3 { | ||
716 | - padding-top: 1rem !important; | ||
717 | - padding-bottom: 1rem !important; | ||
718 | -} | ||
719 | - | ||
720 | -.py-4 { | ||
721 | - padding-top: 1.5rem !important; | ||
722 | - padding-bottom: 1.5rem !important; | ||
723 | -} | ||
724 | - | ||
725 | -.py-5 { | ||
726 | - padding-top: 3rem !important; | ||
727 | - padding-bottom: 3rem !important; | ||
728 | -} | ||
729 | - | ||
730 | -.pt-0 { | ||
731 | - padding-top: 0 !important; | ||
732 | -} | ||
733 | - | ||
734 | -.pt-1 { | ||
735 | - padding-top: 0.25rem !important; | ||
736 | -} | ||
737 | - | ||
738 | -.pt-2 { | ||
739 | - padding-top: 0.5rem !important; | ||
740 | -} | ||
741 | - | ||
742 | -.pt-3 { | ||
743 | - padding-top: 1rem !important; | ||
744 | -} | ||
745 | - | ||
746 | -.pt-4 { | ||
747 | - padding-top: 1.5rem !important; | ||
748 | -} | ||
749 | - | ||
750 | -.pt-5 { | ||
751 | - padding-top: 3rem !important; | ||
752 | -} | ||
753 | - | ||
754 | -.pr-0 { | ||
755 | - padding-right: 0 !important; | ||
756 | -} | ||
757 | - | ||
758 | -.pr-1 { | ||
759 | - padding-right: 0.25rem !important; | ||
760 | -} | ||
761 | - | ||
762 | -.pr-2 { | ||
763 | - padding-right: 0.5rem !important; | ||
764 | -} | ||
765 | - | ||
766 | -.pr-3 { | ||
767 | - padding-right: 1rem !important; | ||
768 | -} | ||
769 | - | ||
770 | -.pr-4 { | ||
771 | - padding-right: 1.5rem !important; | ||
772 | -} | ||
773 | - | ||
774 | -.pr-5 { | ||
775 | - padding-right: 3rem !important; | ||
776 | -} | ||
777 | - | ||
778 | -.pb-0 { | ||
779 | - padding-bottom: 0 !important; | ||
780 | -} | ||
781 | - | ||
782 | -.pb-1 { | ||
783 | - padding-bottom: 0.25rem !important; | ||
784 | -} | ||
785 | - | ||
786 | -.pb-2 { | ||
787 | - padding-bottom: 0.5rem !important; | ||
788 | -} | ||
789 | - | ||
790 | -.pb-3 { | ||
791 | - padding-bottom: 1rem !important; | ||
792 | -} | ||
793 | - | ||
794 | -.pb-4 { | ||
795 | - padding-bottom: 1.5rem !important; | ||
796 | -} | ||
797 | - | ||
798 | -.pb-5 { | ||
799 | - padding-bottom: 3rem !important; | ||
800 | -} | ||
801 | - | ||
802 | -.pl-0 { | ||
803 | - padding-left: 0 !important; | ||
804 | -} | ||
805 | - | ||
806 | -.pl-1 { | ||
807 | - padding-left: 0.25rem !important; | ||
808 | -} | ||
809 | - | ||
810 | -.pl-2 { | ||
811 | - padding-left: 0.5rem !important; | ||
812 | -} | ||
813 | - | ||
814 | -.pl-3 { | ||
815 | - padding-left: 1rem !important; | ||
816 | -} | ||
817 | - | ||
818 | -.pl-4 { | ||
819 | - padding-left: 1.5rem !important; | ||
820 | -} | ||
821 | - | ||
822 | -.pl-5 { | ||
823 | - padding-left: 3rem !important; | ||
824 | -} | ||
825 | - | ||
826 | -.font-weight-light { | ||
827 | - font-weight: 300 !important; | ||
828 | -} | ||
829 | - | ||
830 | -.font-weight-lighter { | ||
831 | - font-weight: lighter !important; | ||
832 | -} | ||
833 | - | ||
834 | -.font-weight-normal { | ||
835 | - font-weight: 400 !important; | ||
836 | -} | ||
837 | - | ||
838 | -.font-weight-bold { | ||
839 | - font-weight: 700 !important; | ||
840 | -} | ||
841 | - | ||
842 | -.font-weight-bolder { | ||
843 | - font-weight: bolder !important; | ||
844 | -} | ||
845 | - | ||
846 | -.text-lowercase { | ||
847 | - text-transform: lowercase !important; | ||
848 | -} | ||
849 | - | ||
850 | -.text-uppercase { | ||
851 | - text-transform: uppercase !important; | ||
852 | -} | ||
853 | - | ||
854 | -.text-capitalize { | ||
855 | - text-transform: capitalize !important; | ||
856 | -} | ||
857 | - | ||
858 | -.text-left { | ||
859 | - text-align: left !important; | ||
860 | -} | ||
861 | - | ||
862 | -.text-right { | ||
863 | - text-align: right !important; | ||
864 | -} | ||
865 | - | ||
866 | -.text-center { | ||
867 | - text-align: center !important; | ||
868 | -} | ||
869 | - | ||
870 | -.text-primary { | ||
871 | - color: #0d6efd !important; | ||
872 | -} | ||
873 | - | ||
874 | -.text-secondary { | ||
875 | - color: #6c757d !important; | ||
876 | -} | ||
877 | - | ||
878 | -.text-success { | ||
879 | - color: #28a745 !important; | ||
880 | -} | ||
881 | - | ||
882 | -.text-info { | ||
883 | - color: #17a2b8 !important; | ||
884 | -} | ||
885 | - | ||
886 | -.text-warning { | ||
887 | - color: #ffc107 !important; | ||
888 | -} | ||
889 | - | ||
890 | -.text-danger { | ||
891 | - color: #dc3545 !important; | ||
892 | -} | ||
893 | - | ||
894 | -.text-light { | ||
895 | - color: #f8f9fa !important; | ||
896 | -} | ||
897 | - | ||
898 | -.text-dark { | ||
899 | - color: #343a40 !important; | ||
900 | -} | ||
901 | - | ||
902 | -.text-white { | ||
903 | - color: #fff !important; | ||
904 | -} | ||
905 | - | ||
906 | -.text-body { | ||
907 | - color: #212529 !important; | ||
908 | -} | ||
909 | - | ||
910 | -.text-muted { | ||
911 | - color: #6c757d !important; | ||
912 | -} | ||
913 | - | ||
914 | -.text-black-50 { | ||
915 | - color: rgba(0, 0, 0, 0.5) !important; | ||
916 | -} | ||
917 | - | ||
918 | -.text-white-50 { | ||
919 | - color: rgba(255, 255, 255, 0.5) !important; | ||
920 | -} | ||
921 | - | ||
922 | -.text-reset { | ||
923 | - color: inherit !important; | ||
924 | -} | ||
925 | - | ||
926 | -.lh-1 { | ||
927 | - line-height: 1 !important; | ||
928 | -} | ||
929 | - | ||
930 | -.lh-sm { | ||
931 | - line-height: 1.25 !important; | ||
932 | -} | ||
933 | - | ||
934 | -.lh-base { | ||
935 | - line-height: 1.5 !important; | ||
936 | -} | ||
937 | - | ||
938 | -.lh-lg { | ||
939 | - line-height: 2 !important; | ||
940 | -} | ||
941 | - | ||
942 | -.bg-primary { | ||
943 | - background-color: #0d6efd !important; | ||
944 | -} | ||
945 | - | ||
946 | -.bg-secondary { | ||
947 | - background-color: #6c757d !important; | ||
948 | -} | ||
949 | - | ||
950 | -.bg-success { | ||
951 | - background-color: #28a745 !important; | ||
952 | -} | ||
953 | - | ||
954 | -.bg-info { | ||
955 | - background-color: #17a2b8 !important; | ||
956 | -} | ||
957 | - | ||
958 | -.bg-warning { | ||
959 | - background-color: #ffc107 !important; | ||
960 | -} | ||
961 | - | ||
962 | -.bg-danger { | ||
963 | - background-color: #dc3545 !important; | ||
964 | -} | ||
965 | - | ||
966 | -.bg-light { | ||
967 | - background-color: #f8f9fa !important; | ||
968 | -} | ||
969 | - | ||
970 | -.bg-dark { | ||
971 | - background-color: #343a40 !important; | ||
972 | -} | ||
973 | - | ||
974 | -.bg-body { | ||
975 | - background-color: #fff !important; | ||
976 | -} | ||
977 | - | ||
978 | -.bg-white { | ||
979 | - background-color: #fff !important; | ||
980 | -} | ||
981 | - | ||
982 | -.bg-transparent { | ||
983 | - background-color: transparent !important; | ||
984 | -} | ||
985 | - | ||
986 | -.bg-gradient { | ||
987 | - background-image: var(--bs-gradient) !important; | ||
988 | -} | ||
989 | - | ||
990 | -.text-wrap { | ||
991 | - white-space: normal !important; | ||
992 | -} | ||
993 | - | ||
994 | -.text-nowrap { | ||
995 | - white-space: nowrap !important; | ||
996 | -} | ||
997 | - | ||
998 | -.text-decoration-none { | ||
999 | - text-decoration: none !important; | ||
1000 | -} | ||
1001 | - | ||
1002 | -.text-decoration-underline { | ||
1003 | - text-decoration: underline !important; | ||
1004 | -} | ||
1005 | - | ||
1006 | -.text-decoration-line-through { | ||
1007 | - text-decoration: line-through !important; | ||
1008 | -} | ||
1009 | - | ||
1010 | -.font-italic { | ||
1011 | - font-style: italic !important; | ||
1012 | -} | ||
1013 | - | ||
1014 | -.font-normal { | ||
1015 | - font-style: normal !important; | ||
1016 | -} | ||
1017 | - | ||
1018 | -.text-break { | ||
1019 | - word-wrap: break-word !important; | ||
1020 | - word-break: break-word !important; | ||
1021 | -} | ||
1022 | - | ||
1023 | -.font-monospace { | ||
1024 | - font-family: var(--bs-font-monospace) !important; | ||
1025 | -} | ||
1026 | - | ||
1027 | -.user-select-all { | ||
1028 | - -webkit-user-select: all !important; | ||
1029 | - -moz-user-select: all !important; | ||
1030 | - -ms-user-select: all !important; | ||
1031 | - user-select: all !important; | ||
1032 | -} | ||
1033 | - | ||
1034 | -.user-select-auto { | ||
1035 | - -webkit-user-select: auto !important; | ||
1036 | - -moz-user-select: auto !important; | ||
1037 | - -ms-user-select: auto !important; | ||
1038 | - user-select: auto !important; | ||
1039 | -} | ||
1040 | - | ||
1041 | -.user-select-none { | ||
1042 | - -webkit-user-select: none !important; | ||
1043 | - -moz-user-select: none !important; | ||
1044 | - -ms-user-select: none !important; | ||
1045 | - user-select: none !important; | ||
1046 | -} | ||
1047 | - | ||
1048 | -.pe-none { | ||
1049 | - pointer-events: none !important; | ||
1050 | -} | ||
1051 | - | ||
1052 | -.pe-auto { | ||
1053 | - pointer-events: auto !important; | ||
1054 | -} | ||
1055 | - | ||
1056 | -.rounded { | ||
1057 | - border-radius: 0.25rem !important; | ||
1058 | -} | ||
1059 | - | ||
1060 | -.rounded-sm { | ||
1061 | - border-radius: 0.2rem !important; | ||
1062 | -} | ||
1063 | - | ||
1064 | -.rounded-lg { | ||
1065 | - border-radius: 0.3rem !important; | ||
1066 | -} | ||
1067 | - | ||
1068 | -.rounded-circle { | ||
1069 | - border-radius: 50% !important; | ||
1070 | -} | ||
1071 | - | ||
1072 | -.rounded-pill { | ||
1073 | - border-radius: 50rem !important; | ||
1074 | -} | ||
1075 | - | ||
1076 | -.rounded-0 { | ||
1077 | - border-radius: 0 !important; | ||
1078 | -} | ||
1079 | - | ||
1080 | -.rounded-top { | ||
1081 | - border-top-left-radius: 0.25rem !important; | ||
1082 | - border-top-right-radius: 0.25rem !important; | ||
1083 | -} | ||
1084 | - | ||
1085 | -.rounded-right { | ||
1086 | - border-top-right-radius: 0.25rem !important; | ||
1087 | - border-bottom-right-radius: 0.25rem !important; | ||
1088 | -} | ||
1089 | - | ||
1090 | -.rounded-bottom { | ||
1091 | - border-bottom-right-radius: 0.25rem !important; | ||
1092 | - border-bottom-left-radius: 0.25rem !important; | ||
1093 | -} | ||
1094 | - | ||
1095 | -.rounded-left { | ||
1096 | - border-bottom-left-radius: 0.25rem !important; | ||
1097 | - border-top-left-radius: 0.25rem !important; | ||
1098 | -} | ||
1099 | - | ||
1100 | -.visible { | ||
1101 | - visibility: visible !important; | ||
1102 | -} | ||
1103 | - | ||
1104 | -.invisible { | ||
1105 | - visibility: hidden !important; | ||
1106 | -} | ||
1107 | - | ||
1108 | -@media (min-width: 576px) { | ||
1109 | - .float-sm-left { | ||
1110 | - float: left !important; | ||
1111 | - } | ||
1112 | - .float-sm-right { | ||
1113 | - float: right !important; | ||
1114 | - } | ||
1115 | - .float-sm-none { | ||
1116 | - float: none !important; | ||
1117 | - } | ||
1118 | - .d-sm-none { | ||
1119 | - display: none !important; | ||
1120 | - } | ||
1121 | - .d-sm-inline { | ||
1122 | - display: inline !important; | ||
1123 | - } | ||
1124 | - .d-sm-inline-block { | ||
1125 | - display: inline-block !important; | ||
1126 | - } | ||
1127 | - .d-sm-block { | ||
1128 | - display: block !important; | ||
1129 | - } | ||
1130 | - .d-sm-table { | ||
1131 | - display: table !important; | ||
1132 | - } | ||
1133 | - .d-sm-table-row { | ||
1134 | - display: table-row !important; | ||
1135 | - } | ||
1136 | - .d-sm-table-cell { | ||
1137 | - display: table-cell !important; | ||
1138 | - } | ||
1139 | - .d-sm-flex { | ||
1140 | - display: flex !important; | ||
1141 | - } | ||
1142 | - .d-sm-inline-flex { | ||
1143 | - display: inline-flex !important; | ||
1144 | - } | ||
1145 | - .flex-sm-fill { | ||
1146 | - flex: 1 1 auto !important; | ||
1147 | - } | ||
1148 | - .flex-sm-row { | ||
1149 | - flex-direction: row !important; | ||
1150 | - } | ||
1151 | - .flex-sm-column { | ||
1152 | - flex-direction: column !important; | ||
1153 | - } | ||
1154 | - .flex-sm-row-reverse { | ||
1155 | - flex-direction: row-reverse !important; | ||
1156 | - } | ||
1157 | - .flex-sm-column-reverse { | ||
1158 | - flex-direction: column-reverse !important; | ||
1159 | - } | ||
1160 | - .flex-sm-grow-0 { | ||
1161 | - flex-grow: 0 !important; | ||
1162 | - } | ||
1163 | - .flex-sm-grow-1 { | ||
1164 | - flex-grow: 1 !important; | ||
1165 | - } | ||
1166 | - .flex-sm-shrink-0 { | ||
1167 | - flex-shrink: 0 !important; | ||
1168 | - } | ||
1169 | - .flex-sm-shrink-1 { | ||
1170 | - flex-shrink: 1 !important; | ||
1171 | - } | ||
1172 | - .flex-sm-wrap { | ||
1173 | - flex-wrap: wrap !important; | ||
1174 | - } | ||
1175 | - .flex-sm-nowrap { | ||
1176 | - flex-wrap: nowrap !important; | ||
1177 | - } | ||
1178 | - .flex-sm-wrap-reverse { | ||
1179 | - flex-wrap: wrap-reverse !important; | ||
1180 | - } | ||
1181 | - .justify-content-sm-start { | ||
1182 | - justify-content: flex-start !important; | ||
1183 | - } | ||
1184 | - .justify-content-sm-end { | ||
1185 | - justify-content: flex-end !important; | ||
1186 | - } | ||
1187 | - .justify-content-sm-center { | ||
1188 | - justify-content: center !important; | ||
1189 | - } | ||
1190 | - .justify-content-sm-between { | ||
1191 | - justify-content: space-between !important; | ||
1192 | - } | ||
1193 | - .justify-content-sm-around { | ||
1194 | - justify-content: space-around !important; | ||
1195 | - } | ||
1196 | - .justify-content-sm-evenly { | ||
1197 | - justify-content: space-evenly !important; | ||
1198 | - } | ||
1199 | - .align-items-sm-start { | ||
1200 | - align-items: flex-start !important; | ||
1201 | - } | ||
1202 | - .align-items-sm-end { | ||
1203 | - align-items: flex-end !important; | ||
1204 | - } | ||
1205 | - .align-items-sm-center { | ||
1206 | - align-items: center !important; | ||
1207 | - } | ||
1208 | - .align-items-sm-baseline { | ||
1209 | - align-items: baseline !important; | ||
1210 | - } | ||
1211 | - .align-items-sm-stretch { | ||
1212 | - align-items: stretch !important; | ||
1213 | - } | ||
1214 | - .align-content-sm-start { | ||
1215 | - align-content: flex-start !important; | ||
1216 | - } | ||
1217 | - .align-content-sm-end { | ||
1218 | - align-content: flex-end !important; | ||
1219 | - } | ||
1220 | - .align-content-sm-center { | ||
1221 | - align-content: center !important; | ||
1222 | - } | ||
1223 | - .align-content-sm-between { | ||
1224 | - align-content: space-between !important; | ||
1225 | - } | ||
1226 | - .align-content-sm-around { | ||
1227 | - align-content: space-around !important; | ||
1228 | - } | ||
1229 | - .align-content-sm-stretch { | ||
1230 | - align-content: stretch !important; | ||
1231 | - } | ||
1232 | - .align-self-sm-auto { | ||
1233 | - align-self: auto !important; | ||
1234 | - } | ||
1235 | - .align-self-sm-start { | ||
1236 | - align-self: flex-start !important; | ||
1237 | - } | ||
1238 | - .align-self-sm-end { | ||
1239 | - align-self: flex-end !important; | ||
1240 | - } | ||
1241 | - .align-self-sm-center { | ||
1242 | - align-self: center !important; | ||
1243 | - } | ||
1244 | - .align-self-sm-baseline { | ||
1245 | - align-self: baseline !important; | ||
1246 | - } | ||
1247 | - .align-self-sm-stretch { | ||
1248 | - align-self: stretch !important; | ||
1249 | - } | ||
1250 | - .order-sm-first { | ||
1251 | - order: -1 !important; | ||
1252 | - } | ||
1253 | - .order-sm-0 { | ||
1254 | - order: 0 !important; | ||
1255 | - } | ||
1256 | - .order-sm-1 { | ||
1257 | - order: 1 !important; | ||
1258 | - } | ||
1259 | - .order-sm-2 { | ||
1260 | - order: 2 !important; | ||
1261 | - } | ||
1262 | - .order-sm-3 { | ||
1263 | - order: 3 !important; | ||
1264 | - } | ||
1265 | - .order-sm-4 { | ||
1266 | - order: 4 !important; | ||
1267 | - } | ||
1268 | - .order-sm-5 { | ||
1269 | - order: 5 !important; | ||
1270 | - } | ||
1271 | - .order-sm-last { | ||
1272 | - order: 6 !important; | ||
1273 | - } | ||
1274 | - .m-sm-0 { | ||
1275 | - margin: 0 !important; | ||
1276 | - } | ||
1277 | - .m-sm-1 { | ||
1278 | - margin: 0.25rem !important; | ||
1279 | - } | ||
1280 | - .m-sm-2 { | ||
1281 | - margin: 0.5rem !important; | ||
1282 | - } | ||
1283 | - .m-sm-3 { | ||
1284 | - margin: 1rem !important; | ||
1285 | - } | ||
1286 | - .m-sm-4 { | ||
1287 | - margin: 1.5rem !important; | ||
1288 | - } | ||
1289 | - .m-sm-5 { | ||
1290 | - margin: 3rem !important; | ||
1291 | - } | ||
1292 | - .m-sm-auto { | ||
1293 | - margin: auto !important; | ||
1294 | - } | ||
1295 | - .mx-sm-0 { | ||
1296 | - margin-right: 0 !important; | ||
1297 | - margin-left: 0 !important; | ||
1298 | - } | ||
1299 | - .mx-sm-1 { | ||
1300 | - margin-right: 0.25rem !important; | ||
1301 | - margin-left: 0.25rem !important; | ||
1302 | - } | ||
1303 | - .mx-sm-2 { | ||
1304 | - margin-right: 0.5rem !important; | ||
1305 | - margin-left: 0.5rem !important; | ||
1306 | - } | ||
1307 | - .mx-sm-3 { | ||
1308 | - margin-right: 1rem !important; | ||
1309 | - margin-left: 1rem !important; | ||
1310 | - } | ||
1311 | - .mx-sm-4 { | ||
1312 | - margin-right: 1.5rem !important; | ||
1313 | - margin-left: 1.5rem !important; | ||
1314 | - } | ||
1315 | - .mx-sm-5 { | ||
1316 | - margin-right: 3rem !important; | ||
1317 | - margin-left: 3rem !important; | ||
1318 | - } | ||
1319 | - .mx-sm-auto { | ||
1320 | - margin-right: auto !important; | ||
1321 | - margin-left: auto !important; | ||
1322 | - } | ||
1323 | - .my-sm-0 { | ||
1324 | - margin-top: 0 !important; | ||
1325 | - margin-bottom: 0 !important; | ||
1326 | - } | ||
1327 | - .my-sm-1 { | ||
1328 | - margin-top: 0.25rem !important; | ||
1329 | - margin-bottom: 0.25rem !important; | ||
1330 | - } | ||
1331 | - .my-sm-2 { | ||
1332 | - margin-top: 0.5rem !important; | ||
1333 | - margin-bottom: 0.5rem !important; | ||
1334 | - } | ||
1335 | - .my-sm-3 { | ||
1336 | - margin-top: 1rem !important; | ||
1337 | - margin-bottom: 1rem !important; | ||
1338 | - } | ||
1339 | - .my-sm-4 { | ||
1340 | - margin-top: 1.5rem !important; | ||
1341 | - margin-bottom: 1.5rem !important; | ||
1342 | - } | ||
1343 | - .my-sm-5 { | ||
1344 | - margin-top: 3rem !important; | ||
1345 | - margin-bottom: 3rem !important; | ||
1346 | - } | ||
1347 | - .my-sm-auto { | ||
1348 | - margin-top: auto !important; | ||
1349 | - margin-bottom: auto !important; | ||
1350 | - } | ||
1351 | - .mt-sm-0 { | ||
1352 | - margin-top: 0 !important; | ||
1353 | - } | ||
1354 | - .mt-sm-1 { | ||
1355 | - margin-top: 0.25rem !important; | ||
1356 | - } | ||
1357 | - .mt-sm-2 { | ||
1358 | - margin-top: 0.5rem !important; | ||
1359 | - } | ||
1360 | - .mt-sm-3 { | ||
1361 | - margin-top: 1rem !important; | ||
1362 | - } | ||
1363 | - .mt-sm-4 { | ||
1364 | - margin-top: 1.5rem !important; | ||
1365 | - } | ||
1366 | - .mt-sm-5 { | ||
1367 | - margin-top: 3rem !important; | ||
1368 | - } | ||
1369 | - .mt-sm-auto { | ||
1370 | - margin-top: auto !important; | ||
1371 | - } | ||
1372 | - .mr-sm-0 { | ||
1373 | - margin-right: 0 !important; | ||
1374 | - } | ||
1375 | - .mr-sm-1 { | ||
1376 | - margin-right: 0.25rem !important; | ||
1377 | - } | ||
1378 | - .mr-sm-2 { | ||
1379 | - margin-right: 0.5rem !important; | ||
1380 | - } | ||
1381 | - .mr-sm-3 { | ||
1382 | - margin-right: 1rem !important; | ||
1383 | - } | ||
1384 | - .mr-sm-4 { | ||
1385 | - margin-right: 1.5rem !important; | ||
1386 | - } | ||
1387 | - .mr-sm-5 { | ||
1388 | - margin-right: 3rem !important; | ||
1389 | - } | ||
1390 | - .mr-sm-auto { | ||
1391 | - margin-right: auto !important; | ||
1392 | - } | ||
1393 | - .mb-sm-0 { | ||
1394 | - margin-bottom: 0 !important; | ||
1395 | - } | ||
1396 | - .mb-sm-1 { | ||
1397 | - margin-bottom: 0.25rem !important; | ||
1398 | - } | ||
1399 | - .mb-sm-2 { | ||
1400 | - margin-bottom: 0.5rem !important; | ||
1401 | - } | ||
1402 | - .mb-sm-3 { | ||
1403 | - margin-bottom: 1rem !important; | ||
1404 | - } | ||
1405 | - .mb-sm-4 { | ||
1406 | - margin-bottom: 1.5rem !important; | ||
1407 | - } | ||
1408 | - .mb-sm-5 { | ||
1409 | - margin-bottom: 3rem !important; | ||
1410 | - } | ||
1411 | - .mb-sm-auto { | ||
1412 | - margin-bottom: auto !important; | ||
1413 | - } | ||
1414 | - .ml-sm-0 { | ||
1415 | - margin-left: 0 !important; | ||
1416 | - } | ||
1417 | - .ml-sm-1 { | ||
1418 | - margin-left: 0.25rem !important; | ||
1419 | - } | ||
1420 | - .ml-sm-2 { | ||
1421 | - margin-left: 0.5rem !important; | ||
1422 | - } | ||
1423 | - .ml-sm-3 { | ||
1424 | - margin-left: 1rem !important; | ||
1425 | - } | ||
1426 | - .ml-sm-4 { | ||
1427 | - margin-left: 1.5rem !important; | ||
1428 | - } | ||
1429 | - .ml-sm-5 { | ||
1430 | - margin-left: 3rem !important; | ||
1431 | - } | ||
1432 | - .ml-sm-auto { | ||
1433 | - margin-left: auto !important; | ||
1434 | - } | ||
1435 | - .p-sm-0 { | ||
1436 | - padding: 0 !important; | ||
1437 | - } | ||
1438 | - .p-sm-1 { | ||
1439 | - padding: 0.25rem !important; | ||
1440 | - } | ||
1441 | - .p-sm-2 { | ||
1442 | - padding: 0.5rem !important; | ||
1443 | - } | ||
1444 | - .p-sm-3 { | ||
1445 | - padding: 1rem !important; | ||
1446 | - } | ||
1447 | - .p-sm-4 { | ||
1448 | - padding: 1.5rem !important; | ||
1449 | - } | ||
1450 | - .p-sm-5 { | ||
1451 | - padding: 3rem !important; | ||
1452 | - } | ||
1453 | - .px-sm-0 { | ||
1454 | - padding-right: 0 !important; | ||
1455 | - padding-left: 0 !important; | ||
1456 | - } | ||
1457 | - .px-sm-1 { | ||
1458 | - padding-right: 0.25rem !important; | ||
1459 | - padding-left: 0.25rem !important; | ||
1460 | - } | ||
1461 | - .px-sm-2 { | ||
1462 | - padding-right: 0.5rem !important; | ||
1463 | - padding-left: 0.5rem !important; | ||
1464 | - } | ||
1465 | - .px-sm-3 { | ||
1466 | - padding-right: 1rem !important; | ||
1467 | - padding-left: 1rem !important; | ||
1468 | - } | ||
1469 | - .px-sm-4 { | ||
1470 | - padding-right: 1.5rem !important; | ||
1471 | - padding-left: 1.5rem !important; | ||
1472 | - } | ||
1473 | - .px-sm-5 { | ||
1474 | - padding-right: 3rem !important; | ||
1475 | - padding-left: 3rem !important; | ||
1476 | - } | ||
1477 | - .py-sm-0 { | ||
1478 | - padding-top: 0 !important; | ||
1479 | - padding-bottom: 0 !important; | ||
1480 | - } | ||
1481 | - .py-sm-1 { | ||
1482 | - padding-top: 0.25rem !important; | ||
1483 | - padding-bottom: 0.25rem !important; | ||
1484 | - } | ||
1485 | - .py-sm-2 { | ||
1486 | - padding-top: 0.5rem !important; | ||
1487 | - padding-bottom: 0.5rem !important; | ||
1488 | - } | ||
1489 | - .py-sm-3 { | ||
1490 | - padding-top: 1rem !important; | ||
1491 | - padding-bottom: 1rem !important; | ||
1492 | - } | ||
1493 | - .py-sm-4 { | ||
1494 | - padding-top: 1.5rem !important; | ||
1495 | - padding-bottom: 1.5rem !important; | ||
1496 | - } | ||
1497 | - .py-sm-5 { | ||
1498 | - padding-top: 3rem !important; | ||
1499 | - padding-bottom: 3rem !important; | ||
1500 | - } | ||
1501 | - .pt-sm-0 { | ||
1502 | - padding-top: 0 !important; | ||
1503 | - } | ||
1504 | - .pt-sm-1 { | ||
1505 | - padding-top: 0.25rem !important; | ||
1506 | - } | ||
1507 | - .pt-sm-2 { | ||
1508 | - padding-top: 0.5rem !important; | ||
1509 | - } | ||
1510 | - .pt-sm-3 { | ||
1511 | - padding-top: 1rem !important; | ||
1512 | - } | ||
1513 | - .pt-sm-4 { | ||
1514 | - padding-top: 1.5rem !important; | ||
1515 | - } | ||
1516 | - .pt-sm-5 { | ||
1517 | - padding-top: 3rem !important; | ||
1518 | - } | ||
1519 | - .pr-sm-0 { | ||
1520 | - padding-right: 0 !important; | ||
1521 | - } | ||
1522 | - .pr-sm-1 { | ||
1523 | - padding-right: 0.25rem !important; | ||
1524 | - } | ||
1525 | - .pr-sm-2 { | ||
1526 | - padding-right: 0.5rem !important; | ||
1527 | - } | ||
1528 | - .pr-sm-3 { | ||
1529 | - padding-right: 1rem !important; | ||
1530 | - } | ||
1531 | - .pr-sm-4 { | ||
1532 | - padding-right: 1.5rem !important; | ||
1533 | - } | ||
1534 | - .pr-sm-5 { | ||
1535 | - padding-right: 3rem !important; | ||
1536 | - } | ||
1537 | - .pb-sm-0 { | ||
1538 | - padding-bottom: 0 !important; | ||
1539 | - } | ||
1540 | - .pb-sm-1 { | ||
1541 | - padding-bottom: 0.25rem !important; | ||
1542 | - } | ||
1543 | - .pb-sm-2 { | ||
1544 | - padding-bottom: 0.5rem !important; | ||
1545 | - } | ||
1546 | - .pb-sm-3 { | ||
1547 | - padding-bottom: 1rem !important; | ||
1548 | - } | ||
1549 | - .pb-sm-4 { | ||
1550 | - padding-bottom: 1.5rem !important; | ||
1551 | - } | ||
1552 | - .pb-sm-5 { | ||
1553 | - padding-bottom: 3rem !important; | ||
1554 | - } | ||
1555 | - .pl-sm-0 { | ||
1556 | - padding-left: 0 !important; | ||
1557 | - } | ||
1558 | - .pl-sm-1 { | ||
1559 | - padding-left: 0.25rem !important; | ||
1560 | - } | ||
1561 | - .pl-sm-2 { | ||
1562 | - padding-left: 0.5rem !important; | ||
1563 | - } | ||
1564 | - .pl-sm-3 { | ||
1565 | - padding-left: 1rem !important; | ||
1566 | - } | ||
1567 | - .pl-sm-4 { | ||
1568 | - padding-left: 1.5rem !important; | ||
1569 | - } | ||
1570 | - .pl-sm-5 { | ||
1571 | - padding-left: 3rem !important; | ||
1572 | - } | ||
1573 | - .text-sm-left { | ||
1574 | - text-align: left !important; | ||
1575 | - } | ||
1576 | - .text-sm-right { | ||
1577 | - text-align: right !important; | ||
1578 | - } | ||
1579 | - .text-sm-center { | ||
1580 | - text-align: center !important; | ||
1581 | - } | ||
1582 | -} | ||
1583 | - | ||
1584 | -@media (min-width: 768px) { | ||
1585 | - .float-md-left { | ||
1586 | - float: left !important; | ||
1587 | - } | ||
1588 | - .float-md-right { | ||
1589 | - float: right !important; | ||
1590 | - } | ||
1591 | - .float-md-none { | ||
1592 | - float: none !important; | ||
1593 | - } | ||
1594 | - .d-md-none { | ||
1595 | - display: none !important; | ||
1596 | - } | ||
1597 | - .d-md-inline { | ||
1598 | - display: inline !important; | ||
1599 | - } | ||
1600 | - .d-md-inline-block { | ||
1601 | - display: inline-block !important; | ||
1602 | - } | ||
1603 | - .d-md-block { | ||
1604 | - display: block !important; | ||
1605 | - } | ||
1606 | - .d-md-table { | ||
1607 | - display: table !important; | ||
1608 | - } | ||
1609 | - .d-md-table-row { | ||
1610 | - display: table-row !important; | ||
1611 | - } | ||
1612 | - .d-md-table-cell { | ||
1613 | - display: table-cell !important; | ||
1614 | - } | ||
1615 | - .d-md-flex { | ||
1616 | - display: flex !important; | ||
1617 | - } | ||
1618 | - .d-md-inline-flex { | ||
1619 | - display: inline-flex !important; | ||
1620 | - } | ||
1621 | - .flex-md-fill { | ||
1622 | - flex: 1 1 auto !important; | ||
1623 | - } | ||
1624 | - .flex-md-row { | ||
1625 | - flex-direction: row !important; | ||
1626 | - } | ||
1627 | - .flex-md-column { | ||
1628 | - flex-direction: column !important; | ||
1629 | - } | ||
1630 | - .flex-md-row-reverse { | ||
1631 | - flex-direction: row-reverse !important; | ||
1632 | - } | ||
1633 | - .flex-md-column-reverse { | ||
1634 | - flex-direction: column-reverse !important; | ||
1635 | - } | ||
1636 | - .flex-md-grow-0 { | ||
1637 | - flex-grow: 0 !important; | ||
1638 | - } | ||
1639 | - .flex-md-grow-1 { | ||
1640 | - flex-grow: 1 !important; | ||
1641 | - } | ||
1642 | - .flex-md-shrink-0 { | ||
1643 | - flex-shrink: 0 !important; | ||
1644 | - } | ||
1645 | - .flex-md-shrink-1 { | ||
1646 | - flex-shrink: 1 !important; | ||
1647 | - } | ||
1648 | - .flex-md-wrap { | ||
1649 | - flex-wrap: wrap !important; | ||
1650 | - } | ||
1651 | - .flex-md-nowrap { | ||
1652 | - flex-wrap: nowrap !important; | ||
1653 | - } | ||
1654 | - .flex-md-wrap-reverse { | ||
1655 | - flex-wrap: wrap-reverse !important; | ||
1656 | - } | ||
1657 | - .justify-content-md-start { | ||
1658 | - justify-content: flex-start !important; | ||
1659 | - } | ||
1660 | - .justify-content-md-end { | ||
1661 | - justify-content: flex-end !important; | ||
1662 | - } | ||
1663 | - .justify-content-md-center { | ||
1664 | - justify-content: center !important; | ||
1665 | - } | ||
1666 | - .justify-content-md-between { | ||
1667 | - justify-content: space-between !important; | ||
1668 | - } | ||
1669 | - .justify-content-md-around { | ||
1670 | - justify-content: space-around !important; | ||
1671 | - } | ||
1672 | - .justify-content-md-evenly { | ||
1673 | - justify-content: space-evenly !important; | ||
1674 | - } | ||
1675 | - .align-items-md-start { | ||
1676 | - align-items: flex-start !important; | ||
1677 | - } | ||
1678 | - .align-items-md-end { | ||
1679 | - align-items: flex-end !important; | ||
1680 | - } | ||
1681 | - .align-items-md-center { | ||
1682 | - align-items: center !important; | ||
1683 | - } | ||
1684 | - .align-items-md-baseline { | ||
1685 | - align-items: baseline !important; | ||
1686 | - } | ||
1687 | - .align-items-md-stretch { | ||
1688 | - align-items: stretch !important; | ||
1689 | - } | ||
1690 | - .align-content-md-start { | ||
1691 | - align-content: flex-start !important; | ||
1692 | - } | ||
1693 | - .align-content-md-end { | ||
1694 | - align-content: flex-end !important; | ||
1695 | - } | ||
1696 | - .align-content-md-center { | ||
1697 | - align-content: center !important; | ||
1698 | - } | ||
1699 | - .align-content-md-between { | ||
1700 | - align-content: space-between !important; | ||
1701 | - } | ||
1702 | - .align-content-md-around { | ||
1703 | - align-content: space-around !important; | ||
1704 | - } | ||
1705 | - .align-content-md-stretch { | ||
1706 | - align-content: stretch !important; | ||
1707 | - } | ||
1708 | - .align-self-md-auto { | ||
1709 | - align-self: auto !important; | ||
1710 | - } | ||
1711 | - .align-self-md-start { | ||
1712 | - align-self: flex-start !important; | ||
1713 | - } | ||
1714 | - .align-self-md-end { | ||
1715 | - align-self: flex-end !important; | ||
1716 | - } | ||
1717 | - .align-self-md-center { | ||
1718 | - align-self: center !important; | ||
1719 | - } | ||
1720 | - .align-self-md-baseline { | ||
1721 | - align-self: baseline !important; | ||
1722 | - } | ||
1723 | - .align-self-md-stretch { | ||
1724 | - align-self: stretch !important; | ||
1725 | - } | ||
1726 | - .order-md-first { | ||
1727 | - order: -1 !important; | ||
1728 | - } | ||
1729 | - .order-md-0 { | ||
1730 | - order: 0 !important; | ||
1731 | - } | ||
1732 | - .order-md-1 { | ||
1733 | - order: 1 !important; | ||
1734 | - } | ||
1735 | - .order-md-2 { | ||
1736 | - order: 2 !important; | ||
1737 | - } | ||
1738 | - .order-md-3 { | ||
1739 | - order: 3 !important; | ||
1740 | - } | ||
1741 | - .order-md-4 { | ||
1742 | - order: 4 !important; | ||
1743 | - } | ||
1744 | - .order-md-5 { | ||
1745 | - order: 5 !important; | ||
1746 | - } | ||
1747 | - .order-md-last { | ||
1748 | - order: 6 !important; | ||
1749 | - } | ||
1750 | - .m-md-0 { | ||
1751 | - margin: 0 !important; | ||
1752 | - } | ||
1753 | - .m-md-1 { | ||
1754 | - margin: 0.25rem !important; | ||
1755 | - } | ||
1756 | - .m-md-2 { | ||
1757 | - margin: 0.5rem !important; | ||
1758 | - } | ||
1759 | - .m-md-3 { | ||
1760 | - margin: 1rem !important; | ||
1761 | - } | ||
1762 | - .m-md-4 { | ||
1763 | - margin: 1.5rem !important; | ||
1764 | - } | ||
1765 | - .m-md-5 { | ||
1766 | - margin: 3rem !important; | ||
1767 | - } | ||
1768 | - .m-md-auto { | ||
1769 | - margin: auto !important; | ||
1770 | - } | ||
1771 | - .mx-md-0 { | ||
1772 | - margin-right: 0 !important; | ||
1773 | - margin-left: 0 !important; | ||
1774 | - } | ||
1775 | - .mx-md-1 { | ||
1776 | - margin-right: 0.25rem !important; | ||
1777 | - margin-left: 0.25rem !important; | ||
1778 | - } | ||
1779 | - .mx-md-2 { | ||
1780 | - margin-right: 0.5rem !important; | ||
1781 | - margin-left: 0.5rem !important; | ||
1782 | - } | ||
1783 | - .mx-md-3 { | ||
1784 | - margin-right: 1rem !important; | ||
1785 | - margin-left: 1rem !important; | ||
1786 | - } | ||
1787 | - .mx-md-4 { | ||
1788 | - margin-right: 1.5rem !important; | ||
1789 | - margin-left: 1.5rem !important; | ||
1790 | - } | ||
1791 | - .mx-md-5 { | ||
1792 | - margin-right: 3rem !important; | ||
1793 | - margin-left: 3rem !important; | ||
1794 | - } | ||
1795 | - .mx-md-auto { | ||
1796 | - margin-right: auto !important; | ||
1797 | - margin-left: auto !important; | ||
1798 | - } | ||
1799 | - .my-md-0 { | ||
1800 | - margin-top: 0 !important; | ||
1801 | - margin-bottom: 0 !important; | ||
1802 | - } | ||
1803 | - .my-md-1 { | ||
1804 | - margin-top: 0.25rem !important; | ||
1805 | - margin-bottom: 0.25rem !important; | ||
1806 | - } | ||
1807 | - .my-md-2 { | ||
1808 | - margin-top: 0.5rem !important; | ||
1809 | - margin-bottom: 0.5rem !important; | ||
1810 | - } | ||
1811 | - .my-md-3 { | ||
1812 | - margin-top: 1rem !important; | ||
1813 | - margin-bottom: 1rem !important; | ||
1814 | - } | ||
1815 | - .my-md-4 { | ||
1816 | - margin-top: 1.5rem !important; | ||
1817 | - margin-bottom: 1.5rem !important; | ||
1818 | - } | ||
1819 | - .my-md-5 { | ||
1820 | - margin-top: 3rem !important; | ||
1821 | - margin-bottom: 3rem !important; | ||
1822 | - } | ||
1823 | - .my-md-auto { | ||
1824 | - margin-top: auto !important; | ||
1825 | - margin-bottom: auto !important; | ||
1826 | - } | ||
1827 | - .mt-md-0 { | ||
1828 | - margin-top: 0 !important; | ||
1829 | - } | ||
1830 | - .mt-md-1 { | ||
1831 | - margin-top: 0.25rem !important; | ||
1832 | - } | ||
1833 | - .mt-md-2 { | ||
1834 | - margin-top: 0.5rem !important; | ||
1835 | - } | ||
1836 | - .mt-md-3 { | ||
1837 | - margin-top: 1rem !important; | ||
1838 | - } | ||
1839 | - .mt-md-4 { | ||
1840 | - margin-top: 1.5rem !important; | ||
1841 | - } | ||
1842 | - .mt-md-5 { | ||
1843 | - margin-top: 3rem !important; | ||
1844 | - } | ||
1845 | - .mt-md-auto { | ||
1846 | - margin-top: auto !important; | ||
1847 | - } | ||
1848 | - .mr-md-0 { | ||
1849 | - margin-right: 0 !important; | ||
1850 | - } | ||
1851 | - .mr-md-1 { | ||
1852 | - margin-right: 0.25rem !important; | ||
1853 | - } | ||
1854 | - .mr-md-2 { | ||
1855 | - margin-right: 0.5rem !important; | ||
1856 | - } | ||
1857 | - .mr-md-3 { | ||
1858 | - margin-right: 1rem !important; | ||
1859 | - } | ||
1860 | - .mr-md-4 { | ||
1861 | - margin-right: 1.5rem !important; | ||
1862 | - } | ||
1863 | - .mr-md-5 { | ||
1864 | - margin-right: 3rem !important; | ||
1865 | - } | ||
1866 | - .mr-md-auto { | ||
1867 | - margin-right: auto !important; | ||
1868 | - } | ||
1869 | - .mb-md-0 { | ||
1870 | - margin-bottom: 0 !important; | ||
1871 | - } | ||
1872 | - .mb-md-1 { | ||
1873 | - margin-bottom: 0.25rem !important; | ||
1874 | - } | ||
1875 | - .mb-md-2 { | ||
1876 | - margin-bottom: 0.5rem !important; | ||
1877 | - } | ||
1878 | - .mb-md-3 { | ||
1879 | - margin-bottom: 1rem !important; | ||
1880 | - } | ||
1881 | - .mb-md-4 { | ||
1882 | - margin-bottom: 1.5rem !important; | ||
1883 | - } | ||
1884 | - .mb-md-5 { | ||
1885 | - margin-bottom: 3rem !important; | ||
1886 | - } | ||
1887 | - .mb-md-auto { | ||
1888 | - margin-bottom: auto !important; | ||
1889 | - } | ||
1890 | - .ml-md-0 { | ||
1891 | - margin-left: 0 !important; | ||
1892 | - } | ||
1893 | - .ml-md-1 { | ||
1894 | - margin-left: 0.25rem !important; | ||
1895 | - } | ||
1896 | - .ml-md-2 { | ||
1897 | - margin-left: 0.5rem !important; | ||
1898 | - } | ||
1899 | - .ml-md-3 { | ||
1900 | - margin-left: 1rem !important; | ||
1901 | - } | ||
1902 | - .ml-md-4 { | ||
1903 | - margin-left: 1.5rem !important; | ||
1904 | - } | ||
1905 | - .ml-md-5 { | ||
1906 | - margin-left: 3rem !important; | ||
1907 | - } | ||
1908 | - .ml-md-auto { | ||
1909 | - margin-left: auto !important; | ||
1910 | - } | ||
1911 | - .p-md-0 { | ||
1912 | - padding: 0 !important; | ||
1913 | - } | ||
1914 | - .p-md-1 { | ||
1915 | - padding: 0.25rem !important; | ||
1916 | - } | ||
1917 | - .p-md-2 { | ||
1918 | - padding: 0.5rem !important; | ||
1919 | - } | ||
1920 | - .p-md-3 { | ||
1921 | - padding: 1rem !important; | ||
1922 | - } | ||
1923 | - .p-md-4 { | ||
1924 | - padding: 1.5rem !important; | ||
1925 | - } | ||
1926 | - .p-md-5 { | ||
1927 | - padding: 3rem !important; | ||
1928 | - } | ||
1929 | - .px-md-0 { | ||
1930 | - padding-right: 0 !important; | ||
1931 | - padding-left: 0 !important; | ||
1932 | - } | ||
1933 | - .px-md-1 { | ||
1934 | - padding-right: 0.25rem !important; | ||
1935 | - padding-left: 0.25rem !important; | ||
1936 | - } | ||
1937 | - .px-md-2 { | ||
1938 | - padding-right: 0.5rem !important; | ||
1939 | - padding-left: 0.5rem !important; | ||
1940 | - } | ||
1941 | - .px-md-3 { | ||
1942 | - padding-right: 1rem !important; | ||
1943 | - padding-left: 1rem !important; | ||
1944 | - } | ||
1945 | - .px-md-4 { | ||
1946 | - padding-right: 1.5rem !important; | ||
1947 | - padding-left: 1.5rem !important; | ||
1948 | - } | ||
1949 | - .px-md-5 { | ||
1950 | - padding-right: 3rem !important; | ||
1951 | - padding-left: 3rem !important; | ||
1952 | - } | ||
1953 | - .py-md-0 { | ||
1954 | - padding-top: 0 !important; | ||
1955 | - padding-bottom: 0 !important; | ||
1956 | - } | ||
1957 | - .py-md-1 { | ||
1958 | - padding-top: 0.25rem !important; | ||
1959 | - padding-bottom: 0.25rem !important; | ||
1960 | - } | ||
1961 | - .py-md-2 { | ||
1962 | - padding-top: 0.5rem !important; | ||
1963 | - padding-bottom: 0.5rem !important; | ||
1964 | - } | ||
1965 | - .py-md-3 { | ||
1966 | - padding-top: 1rem !important; | ||
1967 | - padding-bottom: 1rem !important; | ||
1968 | - } | ||
1969 | - .py-md-4 { | ||
1970 | - padding-top: 1.5rem !important; | ||
1971 | - padding-bottom: 1.5rem !important; | ||
1972 | - } | ||
1973 | - .py-md-5 { | ||
1974 | - padding-top: 3rem !important; | ||
1975 | - padding-bottom: 3rem !important; | ||
1976 | - } | ||
1977 | - .pt-md-0 { | ||
1978 | - padding-top: 0 !important; | ||
1979 | - } | ||
1980 | - .pt-md-1 { | ||
1981 | - padding-top: 0.25rem !important; | ||
1982 | - } | ||
1983 | - .pt-md-2 { | ||
1984 | - padding-top: 0.5rem !important; | ||
1985 | - } | ||
1986 | - .pt-md-3 { | ||
1987 | - padding-top: 1rem !important; | ||
1988 | - } | ||
1989 | - .pt-md-4 { | ||
1990 | - padding-top: 1.5rem !important; | ||
1991 | - } | ||
1992 | - .pt-md-5 { | ||
1993 | - padding-top: 3rem !important; | ||
1994 | - } | ||
1995 | - .pr-md-0 { | ||
1996 | - padding-right: 0 !important; | ||
1997 | - } | ||
1998 | - .pr-md-1 { | ||
1999 | - padding-right: 0.25rem !important; | ||
2000 | - } | ||
2001 | - .pr-md-2 { | ||
2002 | - padding-right: 0.5rem !important; | ||
2003 | - } | ||
2004 | - .pr-md-3 { | ||
2005 | - padding-right: 1rem !important; | ||
2006 | - } | ||
2007 | - .pr-md-4 { | ||
2008 | - padding-right: 1.5rem !important; | ||
2009 | - } | ||
2010 | - .pr-md-5 { | ||
2011 | - padding-right: 3rem !important; | ||
2012 | - } | ||
2013 | - .pb-md-0 { | ||
2014 | - padding-bottom: 0 !important; | ||
2015 | - } | ||
2016 | - .pb-md-1 { | ||
2017 | - padding-bottom: 0.25rem !important; | ||
2018 | - } | ||
2019 | - .pb-md-2 { | ||
2020 | - padding-bottom: 0.5rem !important; | ||
2021 | - } | ||
2022 | - .pb-md-3 { | ||
2023 | - padding-bottom: 1rem !important; | ||
2024 | - } | ||
2025 | - .pb-md-4 { | ||
2026 | - padding-bottom: 1.5rem !important; | ||
2027 | - } | ||
2028 | - .pb-md-5 { | ||
2029 | - padding-bottom: 3rem !important; | ||
2030 | - } | ||
2031 | - .pl-md-0 { | ||
2032 | - padding-left: 0 !important; | ||
2033 | - } | ||
2034 | - .pl-md-1 { | ||
2035 | - padding-left: 0.25rem !important; | ||
2036 | - } | ||
2037 | - .pl-md-2 { | ||
2038 | - padding-left: 0.5rem !important; | ||
2039 | - } | ||
2040 | - .pl-md-3 { | ||
2041 | - padding-left: 1rem !important; | ||
2042 | - } | ||
2043 | - .pl-md-4 { | ||
2044 | - padding-left: 1.5rem !important; | ||
2045 | - } | ||
2046 | - .pl-md-5 { | ||
2047 | - padding-left: 3rem !important; | ||
2048 | - } | ||
2049 | - .text-md-left { | ||
2050 | - text-align: left !important; | ||
2051 | - } | ||
2052 | - .text-md-right { | ||
2053 | - text-align: right !important; | ||
2054 | - } | ||
2055 | - .text-md-center { | ||
2056 | - text-align: center !important; | ||
2057 | - } | ||
2058 | -} | ||
2059 | - | ||
2060 | -@media (min-width: 992px) { | ||
2061 | - .float-lg-left { | ||
2062 | - float: left !important; | ||
2063 | - } | ||
2064 | - .float-lg-right { | ||
2065 | - float: right !important; | ||
2066 | - } | ||
2067 | - .float-lg-none { | ||
2068 | - float: none !important; | ||
2069 | - } | ||
2070 | - .d-lg-none { | ||
2071 | - display: none !important; | ||
2072 | - } | ||
2073 | - .d-lg-inline { | ||
2074 | - display: inline !important; | ||
2075 | - } | ||
2076 | - .d-lg-inline-block { | ||
2077 | - display: inline-block !important; | ||
2078 | - } | ||
2079 | - .d-lg-block { | ||
2080 | - display: block !important; | ||
2081 | - } | ||
2082 | - .d-lg-table { | ||
2083 | - display: table !important; | ||
2084 | - } | ||
2085 | - .d-lg-table-row { | ||
2086 | - display: table-row !important; | ||
2087 | - } | ||
2088 | - .d-lg-table-cell { | ||
2089 | - display: table-cell !important; | ||
2090 | - } | ||
2091 | - .d-lg-flex { | ||
2092 | - display: flex !important; | ||
2093 | - } | ||
2094 | - .d-lg-inline-flex { | ||
2095 | - display: inline-flex !important; | ||
2096 | - } | ||
2097 | - .flex-lg-fill { | ||
2098 | - flex: 1 1 auto !important; | ||
2099 | - } | ||
2100 | - .flex-lg-row { | ||
2101 | - flex-direction: row !important; | ||
2102 | - } | ||
2103 | - .flex-lg-column { | ||
2104 | - flex-direction: column !important; | ||
2105 | - } | ||
2106 | - .flex-lg-row-reverse { | ||
2107 | - flex-direction: row-reverse !important; | ||
2108 | - } | ||
2109 | - .flex-lg-column-reverse { | ||
2110 | - flex-direction: column-reverse !important; | ||
2111 | - } | ||
2112 | - .flex-lg-grow-0 { | ||
2113 | - flex-grow: 0 !important; | ||
2114 | - } | ||
2115 | - .flex-lg-grow-1 { | ||
2116 | - flex-grow: 1 !important; | ||
2117 | - } | ||
2118 | - .flex-lg-shrink-0 { | ||
2119 | - flex-shrink: 0 !important; | ||
2120 | - } | ||
2121 | - .flex-lg-shrink-1 { | ||
2122 | - flex-shrink: 1 !important; | ||
2123 | - } | ||
2124 | - .flex-lg-wrap { | ||
2125 | - flex-wrap: wrap !important; | ||
2126 | - } | ||
2127 | - .flex-lg-nowrap { | ||
2128 | - flex-wrap: nowrap !important; | ||
2129 | - } | ||
2130 | - .flex-lg-wrap-reverse { | ||
2131 | - flex-wrap: wrap-reverse !important; | ||
2132 | - } | ||
2133 | - .justify-content-lg-start { | ||
2134 | - justify-content: flex-start !important; | ||
2135 | - } | ||
2136 | - .justify-content-lg-end { | ||
2137 | - justify-content: flex-end !important; | ||
2138 | - } | ||
2139 | - .justify-content-lg-center { | ||
2140 | - justify-content: center !important; | ||
2141 | - } | ||
2142 | - .justify-content-lg-between { | ||
2143 | - justify-content: space-between !important; | ||
2144 | - } | ||
2145 | - .justify-content-lg-around { | ||
2146 | - justify-content: space-around !important; | ||
2147 | - } | ||
2148 | - .justify-content-lg-evenly { | ||
2149 | - justify-content: space-evenly !important; | ||
2150 | - } | ||
2151 | - .align-items-lg-start { | ||
2152 | - align-items: flex-start !important; | ||
2153 | - } | ||
2154 | - .align-items-lg-end { | ||
2155 | - align-items: flex-end !important; | ||
2156 | - } | ||
2157 | - .align-items-lg-center { | ||
2158 | - align-items: center !important; | ||
2159 | - } | ||
2160 | - .align-items-lg-baseline { | ||
2161 | - align-items: baseline !important; | ||
2162 | - } | ||
2163 | - .align-items-lg-stretch { | ||
2164 | - align-items: stretch !important; | ||
2165 | - } | ||
2166 | - .align-content-lg-start { | ||
2167 | - align-content: flex-start !important; | ||
2168 | - } | ||
2169 | - .align-content-lg-end { | ||
2170 | - align-content: flex-end !important; | ||
2171 | - } | ||
2172 | - .align-content-lg-center { | ||
2173 | - align-content: center !important; | ||
2174 | - } | ||
2175 | - .align-content-lg-between { | ||
2176 | - align-content: space-between !important; | ||
2177 | - } | ||
2178 | - .align-content-lg-around { | ||
2179 | - align-content: space-around !important; | ||
2180 | - } | ||
2181 | - .align-content-lg-stretch { | ||
2182 | - align-content: stretch !important; | ||
2183 | - } | ||
2184 | - .align-self-lg-auto { | ||
2185 | - align-self: auto !important; | ||
2186 | - } | ||
2187 | - .align-self-lg-start { | ||
2188 | - align-self: flex-start !important; | ||
2189 | - } | ||
2190 | - .align-self-lg-end { | ||
2191 | - align-self: flex-end !important; | ||
2192 | - } | ||
2193 | - .align-self-lg-center { | ||
2194 | - align-self: center !important; | ||
2195 | - } | ||
2196 | - .align-self-lg-baseline { | ||
2197 | - align-self: baseline !important; | ||
2198 | - } | ||
2199 | - .align-self-lg-stretch { | ||
2200 | - align-self: stretch !important; | ||
2201 | - } | ||
2202 | - .order-lg-first { | ||
2203 | - order: -1 !important; | ||
2204 | - } | ||
2205 | - .order-lg-0 { | ||
2206 | - order: 0 !important; | ||
2207 | - } | ||
2208 | - .order-lg-1 { | ||
2209 | - order: 1 !important; | ||
2210 | - } | ||
2211 | - .order-lg-2 { | ||
2212 | - order: 2 !important; | ||
2213 | - } | ||
2214 | - .order-lg-3 { | ||
2215 | - order: 3 !important; | ||
2216 | - } | ||
2217 | - .order-lg-4 { | ||
2218 | - order: 4 !important; | ||
2219 | - } | ||
2220 | - .order-lg-5 { | ||
2221 | - order: 5 !important; | ||
2222 | - } | ||
2223 | - .order-lg-last { | ||
2224 | - order: 6 !important; | ||
2225 | - } | ||
2226 | - .m-lg-0 { | ||
2227 | - margin: 0 !important; | ||
2228 | - } | ||
2229 | - .m-lg-1 { | ||
2230 | - margin: 0.25rem !important; | ||
2231 | - } | ||
2232 | - .m-lg-2 { | ||
2233 | - margin: 0.5rem !important; | ||
2234 | - } | ||
2235 | - .m-lg-3 { | ||
2236 | - margin: 1rem !important; | ||
2237 | - } | ||
2238 | - .m-lg-4 { | ||
2239 | - margin: 1.5rem !important; | ||
2240 | - } | ||
2241 | - .m-lg-5 { | ||
2242 | - margin: 3rem !important; | ||
2243 | - } | ||
2244 | - .m-lg-auto { | ||
2245 | - margin: auto !important; | ||
2246 | - } | ||
2247 | - .mx-lg-0 { | ||
2248 | - margin-right: 0 !important; | ||
2249 | - margin-left: 0 !important; | ||
2250 | - } | ||
2251 | - .mx-lg-1 { | ||
2252 | - margin-right: 0.25rem !important; | ||
2253 | - margin-left: 0.25rem !important; | ||
2254 | - } | ||
2255 | - .mx-lg-2 { | ||
2256 | - margin-right: 0.5rem !important; | ||
2257 | - margin-left: 0.5rem !important; | ||
2258 | - } | ||
2259 | - .mx-lg-3 { | ||
2260 | - margin-right: 1rem !important; | ||
2261 | - margin-left: 1rem !important; | ||
2262 | - } | ||
2263 | - .mx-lg-4 { | ||
2264 | - margin-right: 1.5rem !important; | ||
2265 | - margin-left: 1.5rem !important; | ||
2266 | - } | ||
2267 | - .mx-lg-5 { | ||
2268 | - margin-right: 3rem !important; | ||
2269 | - margin-left: 3rem !important; | ||
2270 | - } | ||
2271 | - .mx-lg-auto { | ||
2272 | - margin-right: auto !important; | ||
2273 | - margin-left: auto !important; | ||
2274 | - } | ||
2275 | - .my-lg-0 { | ||
2276 | - margin-top: 0 !important; | ||
2277 | - margin-bottom: 0 !important; | ||
2278 | - } | ||
2279 | - .my-lg-1 { | ||
2280 | - margin-top: 0.25rem !important; | ||
2281 | - margin-bottom: 0.25rem !important; | ||
2282 | - } | ||
2283 | - .my-lg-2 { | ||
2284 | - margin-top: 0.5rem !important; | ||
2285 | - margin-bottom: 0.5rem !important; | ||
2286 | - } | ||
2287 | - .my-lg-3 { | ||
2288 | - margin-top: 1rem !important; | ||
2289 | - margin-bottom: 1rem !important; | ||
2290 | - } | ||
2291 | - .my-lg-4 { | ||
2292 | - margin-top: 1.5rem !important; | ||
2293 | - margin-bottom: 1.5rem !important; | ||
2294 | - } | ||
2295 | - .my-lg-5 { | ||
2296 | - margin-top: 3rem !important; | ||
2297 | - margin-bottom: 3rem !important; | ||
2298 | - } | ||
2299 | - .my-lg-auto { | ||
2300 | - margin-top: auto !important; | ||
2301 | - margin-bottom: auto !important; | ||
2302 | - } | ||
2303 | - .mt-lg-0 { | ||
2304 | - margin-top: 0 !important; | ||
2305 | - } | ||
2306 | - .mt-lg-1 { | ||
2307 | - margin-top: 0.25rem !important; | ||
2308 | - } | ||
2309 | - .mt-lg-2 { | ||
2310 | - margin-top: 0.5rem !important; | ||
2311 | - } | ||
2312 | - .mt-lg-3 { | ||
2313 | - margin-top: 1rem !important; | ||
2314 | - } | ||
2315 | - .mt-lg-4 { | ||
2316 | - margin-top: 1.5rem !important; | ||
2317 | - } | ||
2318 | - .mt-lg-5 { | ||
2319 | - margin-top: 3rem !important; | ||
2320 | - } | ||
2321 | - .mt-lg-auto { | ||
2322 | - margin-top: auto !important; | ||
2323 | - } | ||
2324 | - .mr-lg-0 { | ||
2325 | - margin-right: 0 !important; | ||
2326 | - } | ||
2327 | - .mr-lg-1 { | ||
2328 | - margin-right: 0.25rem !important; | ||
2329 | - } | ||
2330 | - .mr-lg-2 { | ||
2331 | - margin-right: 0.5rem !important; | ||
2332 | - } | ||
2333 | - .mr-lg-3 { | ||
2334 | - margin-right: 1rem !important; | ||
2335 | - } | ||
2336 | - .mr-lg-4 { | ||
2337 | - margin-right: 1.5rem !important; | ||
2338 | - } | ||
2339 | - .mr-lg-5 { | ||
2340 | - margin-right: 3rem !important; | ||
2341 | - } | ||
2342 | - .mr-lg-auto { | ||
2343 | - margin-right: auto !important; | ||
2344 | - } | ||
2345 | - .mb-lg-0 { | ||
2346 | - margin-bottom: 0 !important; | ||
2347 | - } | ||
2348 | - .mb-lg-1 { | ||
2349 | - margin-bottom: 0.25rem !important; | ||
2350 | - } | ||
2351 | - .mb-lg-2 { | ||
2352 | - margin-bottom: 0.5rem !important; | ||
2353 | - } | ||
2354 | - .mb-lg-3 { | ||
2355 | - margin-bottom: 1rem !important; | ||
2356 | - } | ||
2357 | - .mb-lg-4 { | ||
2358 | - margin-bottom: 1.5rem !important; | ||
2359 | - } | ||
2360 | - .mb-lg-5 { | ||
2361 | - margin-bottom: 3rem !important; | ||
2362 | - } | ||
2363 | - .mb-lg-auto { | ||
2364 | - margin-bottom: auto !important; | ||
2365 | - } | ||
2366 | - .ml-lg-0 { | ||
2367 | - margin-left: 0 !important; | ||
2368 | - } | ||
2369 | - .ml-lg-1 { | ||
2370 | - margin-left: 0.25rem !important; | ||
2371 | - } | ||
2372 | - .ml-lg-2 { | ||
2373 | - margin-left: 0.5rem !important; | ||
2374 | - } | ||
2375 | - .ml-lg-3 { | ||
2376 | - margin-left: 1rem !important; | ||
2377 | - } | ||
2378 | - .ml-lg-4 { | ||
2379 | - margin-left: 1.5rem !important; | ||
2380 | - } | ||
2381 | - .ml-lg-5 { | ||
2382 | - margin-left: 3rem !important; | ||
2383 | - } | ||
2384 | - .ml-lg-auto { | ||
2385 | - margin-left: auto !important; | ||
2386 | - } | ||
2387 | - .p-lg-0 { | ||
2388 | - padding: 0 !important; | ||
2389 | - } | ||
2390 | - .p-lg-1 { | ||
2391 | - padding: 0.25rem !important; | ||
2392 | - } | ||
2393 | - .p-lg-2 { | ||
2394 | - padding: 0.5rem !important; | ||
2395 | - } | ||
2396 | - .p-lg-3 { | ||
2397 | - padding: 1rem !important; | ||
2398 | - } | ||
2399 | - .p-lg-4 { | ||
2400 | - padding: 1.5rem !important; | ||
2401 | - } | ||
2402 | - .p-lg-5 { | ||
2403 | - padding: 3rem !important; | ||
2404 | - } | ||
2405 | - .px-lg-0 { | ||
2406 | - padding-right: 0 !important; | ||
2407 | - padding-left: 0 !important; | ||
2408 | - } | ||
2409 | - .px-lg-1 { | ||
2410 | - padding-right: 0.25rem !important; | ||
2411 | - padding-left: 0.25rem !important; | ||
2412 | - } | ||
2413 | - .px-lg-2 { | ||
2414 | - padding-right: 0.5rem !important; | ||
2415 | - padding-left: 0.5rem !important; | ||
2416 | - } | ||
2417 | - .px-lg-3 { | ||
2418 | - padding-right: 1rem !important; | ||
2419 | - padding-left: 1rem !important; | ||
2420 | - } | ||
2421 | - .px-lg-4 { | ||
2422 | - padding-right: 1.5rem !important; | ||
2423 | - padding-left: 1.5rem !important; | ||
2424 | - } | ||
2425 | - .px-lg-5 { | ||
2426 | - padding-right: 3rem !important; | ||
2427 | - padding-left: 3rem !important; | ||
2428 | - } | ||
2429 | - .py-lg-0 { | ||
2430 | - padding-top: 0 !important; | ||
2431 | - padding-bottom: 0 !important; | ||
2432 | - } | ||
2433 | - .py-lg-1 { | ||
2434 | - padding-top: 0.25rem !important; | ||
2435 | - padding-bottom: 0.25rem !important; | ||
2436 | - } | ||
2437 | - .py-lg-2 { | ||
2438 | - padding-top: 0.5rem !important; | ||
2439 | - padding-bottom: 0.5rem !important; | ||
2440 | - } | ||
2441 | - .py-lg-3 { | ||
2442 | - padding-top: 1rem !important; | ||
2443 | - padding-bottom: 1rem !important; | ||
2444 | - } | ||
2445 | - .py-lg-4 { | ||
2446 | - padding-top: 1.5rem !important; | ||
2447 | - padding-bottom: 1.5rem !important; | ||
2448 | - } | ||
2449 | - .py-lg-5 { | ||
2450 | - padding-top: 3rem !important; | ||
2451 | - padding-bottom: 3rem !important; | ||
2452 | - } | ||
2453 | - .pt-lg-0 { | ||
2454 | - padding-top: 0 !important; | ||
2455 | - } | ||
2456 | - .pt-lg-1 { | ||
2457 | - padding-top: 0.25rem !important; | ||
2458 | - } | ||
2459 | - .pt-lg-2 { | ||
2460 | - padding-top: 0.5rem !important; | ||
2461 | - } | ||
2462 | - .pt-lg-3 { | ||
2463 | - padding-top: 1rem !important; | ||
2464 | - } | ||
2465 | - .pt-lg-4 { | ||
2466 | - padding-top: 1.5rem !important; | ||
2467 | - } | ||
2468 | - .pt-lg-5 { | ||
2469 | - padding-top: 3rem !important; | ||
2470 | - } | ||
2471 | - .pr-lg-0 { | ||
2472 | - padding-right: 0 !important; | ||
2473 | - } | ||
2474 | - .pr-lg-1 { | ||
2475 | - padding-right: 0.25rem !important; | ||
2476 | - } | ||
2477 | - .pr-lg-2 { | ||
2478 | - padding-right: 0.5rem !important; | ||
2479 | - } | ||
2480 | - .pr-lg-3 { | ||
2481 | - padding-right: 1rem !important; | ||
2482 | - } | ||
2483 | - .pr-lg-4 { | ||
2484 | - padding-right: 1.5rem !important; | ||
2485 | - } | ||
2486 | - .pr-lg-5 { | ||
2487 | - padding-right: 3rem !important; | ||
2488 | - } | ||
2489 | - .pb-lg-0 { | ||
2490 | - padding-bottom: 0 !important; | ||
2491 | - } | ||
2492 | - .pb-lg-1 { | ||
2493 | - padding-bottom: 0.25rem !important; | ||
2494 | - } | ||
2495 | - .pb-lg-2 { | ||
2496 | - padding-bottom: 0.5rem !important; | ||
2497 | - } | ||
2498 | - .pb-lg-3 { | ||
2499 | - padding-bottom: 1rem !important; | ||
2500 | - } | ||
2501 | - .pb-lg-4 { | ||
2502 | - padding-bottom: 1.5rem !important; | ||
2503 | - } | ||
2504 | - .pb-lg-5 { | ||
2505 | - padding-bottom: 3rem !important; | ||
2506 | - } | ||
2507 | - .pl-lg-0 { | ||
2508 | - padding-left: 0 !important; | ||
2509 | - } | ||
2510 | - .pl-lg-1 { | ||
2511 | - padding-left: 0.25rem !important; | ||
2512 | - } | ||
2513 | - .pl-lg-2 { | ||
2514 | - padding-left: 0.5rem !important; | ||
2515 | - } | ||
2516 | - .pl-lg-3 { | ||
2517 | - padding-left: 1rem !important; | ||
2518 | - } | ||
2519 | - .pl-lg-4 { | ||
2520 | - padding-left: 1.5rem !important; | ||
2521 | - } | ||
2522 | - .pl-lg-5 { | ||
2523 | - padding-left: 3rem !important; | ||
2524 | - } | ||
2525 | - .text-lg-left { | ||
2526 | - text-align: left !important; | ||
2527 | - } | ||
2528 | - .text-lg-right { | ||
2529 | - text-align: right !important; | ||
2530 | - } | ||
2531 | - .text-lg-center { | ||
2532 | - text-align: center !important; | ||
2533 | - } | ||
2534 | -} | ||
2535 | - | ||
2536 | -@media (min-width: 1200px) { | ||
2537 | - .float-xl-left { | ||
2538 | - float: left !important; | ||
2539 | - } | ||
2540 | - .float-xl-right { | ||
2541 | - float: right !important; | ||
2542 | - } | ||
2543 | - .float-xl-none { | ||
2544 | - float: none !important; | ||
2545 | - } | ||
2546 | - .d-xl-none { | ||
2547 | - display: none !important; | ||
2548 | - } | ||
2549 | - .d-xl-inline { | ||
2550 | - display: inline !important; | ||
2551 | - } | ||
2552 | - .d-xl-inline-block { | ||
2553 | - display: inline-block !important; | ||
2554 | - } | ||
2555 | - .d-xl-block { | ||
2556 | - display: block !important; | ||
2557 | - } | ||
2558 | - .d-xl-table { | ||
2559 | - display: table !important; | ||
2560 | - } | ||
2561 | - .d-xl-table-row { | ||
2562 | - display: table-row !important; | ||
2563 | - } | ||
2564 | - .d-xl-table-cell { | ||
2565 | - display: table-cell !important; | ||
2566 | - } | ||
2567 | - .d-xl-flex { | ||
2568 | - display: flex !important; | ||
2569 | - } | ||
2570 | - .d-xl-inline-flex { | ||
2571 | - display: inline-flex !important; | ||
2572 | - } | ||
2573 | - .flex-xl-fill { | ||
2574 | - flex: 1 1 auto !important; | ||
2575 | - } | ||
2576 | - .flex-xl-row { | ||
2577 | - flex-direction: row !important; | ||
2578 | - } | ||
2579 | - .flex-xl-column { | ||
2580 | - flex-direction: column !important; | ||
2581 | - } | ||
2582 | - .flex-xl-row-reverse { | ||
2583 | - flex-direction: row-reverse !important; | ||
2584 | - } | ||
2585 | - .flex-xl-column-reverse { | ||
2586 | - flex-direction: column-reverse !important; | ||
2587 | - } | ||
2588 | - .flex-xl-grow-0 { | ||
2589 | - flex-grow: 0 !important; | ||
2590 | - } | ||
2591 | - .flex-xl-grow-1 { | ||
2592 | - flex-grow: 1 !important; | ||
2593 | - } | ||
2594 | - .flex-xl-shrink-0 { | ||
2595 | - flex-shrink: 0 !important; | ||
2596 | - } | ||
2597 | - .flex-xl-shrink-1 { | ||
2598 | - flex-shrink: 1 !important; | ||
2599 | - } | ||
2600 | - .flex-xl-wrap { | ||
2601 | - flex-wrap: wrap !important; | ||
2602 | - } | ||
2603 | - .flex-xl-nowrap { | ||
2604 | - flex-wrap: nowrap !important; | ||
2605 | - } | ||
2606 | - .flex-xl-wrap-reverse { | ||
2607 | - flex-wrap: wrap-reverse !important; | ||
2608 | - } | ||
2609 | - .justify-content-xl-start { | ||
2610 | - justify-content: flex-start !important; | ||
2611 | - } | ||
2612 | - .justify-content-xl-end { | ||
2613 | - justify-content: flex-end !important; | ||
2614 | - } | ||
2615 | - .justify-content-xl-center { | ||
2616 | - justify-content: center !important; | ||
2617 | - } | ||
2618 | - .justify-content-xl-between { | ||
2619 | - justify-content: space-between !important; | ||
2620 | - } | ||
2621 | - .justify-content-xl-around { | ||
2622 | - justify-content: space-around !important; | ||
2623 | - } | ||
2624 | - .justify-content-xl-evenly { | ||
2625 | - justify-content: space-evenly !important; | ||
2626 | - } | ||
2627 | - .align-items-xl-start { | ||
2628 | - align-items: flex-start !important; | ||
2629 | - } | ||
2630 | - .align-items-xl-end { | ||
2631 | - align-items: flex-end !important; | ||
2632 | - } | ||
2633 | - .align-items-xl-center { | ||
2634 | - align-items: center !important; | ||
2635 | - } | ||
2636 | - .align-items-xl-baseline { | ||
2637 | - align-items: baseline !important; | ||
2638 | - } | ||
2639 | - .align-items-xl-stretch { | ||
2640 | - align-items: stretch !important; | ||
2641 | - } | ||
2642 | - .align-content-xl-start { | ||
2643 | - align-content: flex-start !important; | ||
2644 | - } | ||
2645 | - .align-content-xl-end { | ||
2646 | - align-content: flex-end !important; | ||
2647 | - } | ||
2648 | - .align-content-xl-center { | ||
2649 | - align-content: center !important; | ||
2650 | - } | ||
2651 | - .align-content-xl-between { | ||
2652 | - align-content: space-between !important; | ||
2653 | - } | ||
2654 | - .align-content-xl-around { | ||
2655 | - align-content: space-around !important; | ||
2656 | - } | ||
2657 | - .align-content-xl-stretch { | ||
2658 | - align-content: stretch !important; | ||
2659 | - } | ||
2660 | - .align-self-xl-auto { | ||
2661 | - align-self: auto !important; | ||
2662 | - } | ||
2663 | - .align-self-xl-start { | ||
2664 | - align-self: flex-start !important; | ||
2665 | - } | ||
2666 | - .align-self-xl-end { | ||
2667 | - align-self: flex-end !important; | ||
2668 | - } | ||
2669 | - .align-self-xl-center { | ||
2670 | - align-self: center !important; | ||
2671 | - } | ||
2672 | - .align-self-xl-baseline { | ||
2673 | - align-self: baseline !important; | ||
2674 | - } | ||
2675 | - .align-self-xl-stretch { | ||
2676 | - align-self: stretch !important; | ||
2677 | - } | ||
2678 | - .order-xl-first { | ||
2679 | - order: -1 !important; | ||
2680 | - } | ||
2681 | - .order-xl-0 { | ||
2682 | - order: 0 !important; | ||
2683 | - } | ||
2684 | - .order-xl-1 { | ||
2685 | - order: 1 !important; | ||
2686 | - } | ||
2687 | - .order-xl-2 { | ||
2688 | - order: 2 !important; | ||
2689 | - } | ||
2690 | - .order-xl-3 { | ||
2691 | - order: 3 !important; | ||
2692 | - } | ||
2693 | - .order-xl-4 { | ||
2694 | - order: 4 !important; | ||
2695 | - } | ||
2696 | - .order-xl-5 { | ||
2697 | - order: 5 !important; | ||
2698 | - } | ||
2699 | - .order-xl-last { | ||
2700 | - order: 6 !important; | ||
2701 | - } | ||
2702 | - .m-xl-0 { | ||
2703 | - margin: 0 !important; | ||
2704 | - } | ||
2705 | - .m-xl-1 { | ||
2706 | - margin: 0.25rem !important; | ||
2707 | - } | ||
2708 | - .m-xl-2 { | ||
2709 | - margin: 0.5rem !important; | ||
2710 | - } | ||
2711 | - .m-xl-3 { | ||
2712 | - margin: 1rem !important; | ||
2713 | - } | ||
2714 | - .m-xl-4 { | ||
2715 | - margin: 1.5rem !important; | ||
2716 | - } | ||
2717 | - .m-xl-5 { | ||
2718 | - margin: 3rem !important; | ||
2719 | - } | ||
2720 | - .m-xl-auto { | ||
2721 | - margin: auto !important; | ||
2722 | - } | ||
2723 | - .mx-xl-0 { | ||
2724 | - margin-right: 0 !important; | ||
2725 | - margin-left: 0 !important; | ||
2726 | - } | ||
2727 | - .mx-xl-1 { | ||
2728 | - margin-right: 0.25rem !important; | ||
2729 | - margin-left: 0.25rem !important; | ||
2730 | - } | ||
2731 | - .mx-xl-2 { | ||
2732 | - margin-right: 0.5rem !important; | ||
2733 | - margin-left: 0.5rem !important; | ||
2734 | - } | ||
2735 | - .mx-xl-3 { | ||
2736 | - margin-right: 1rem !important; | ||
2737 | - margin-left: 1rem !important; | ||
2738 | - } | ||
2739 | - .mx-xl-4 { | ||
2740 | - margin-right: 1.5rem !important; | ||
2741 | - margin-left: 1.5rem !important; | ||
2742 | - } | ||
2743 | - .mx-xl-5 { | ||
2744 | - margin-right: 3rem !important; | ||
2745 | - margin-left: 3rem !important; | ||
2746 | - } | ||
2747 | - .mx-xl-auto { | ||
2748 | - margin-right: auto !important; | ||
2749 | - margin-left: auto !important; | ||
2750 | - } | ||
2751 | - .my-xl-0 { | ||
2752 | - margin-top: 0 !important; | ||
2753 | - margin-bottom: 0 !important; | ||
2754 | - } | ||
2755 | - .my-xl-1 { | ||
2756 | - margin-top: 0.25rem !important; | ||
2757 | - margin-bottom: 0.25rem !important; | ||
2758 | - } | ||
2759 | - .my-xl-2 { | ||
2760 | - margin-top: 0.5rem !important; | ||
2761 | - margin-bottom: 0.5rem !important; | ||
2762 | - } | ||
2763 | - .my-xl-3 { | ||
2764 | - margin-top: 1rem !important; | ||
2765 | - margin-bottom: 1rem !important; | ||
2766 | - } | ||
2767 | - .my-xl-4 { | ||
2768 | - margin-top: 1.5rem !important; | ||
2769 | - margin-bottom: 1.5rem !important; | ||
2770 | - } | ||
2771 | - .my-xl-5 { | ||
2772 | - margin-top: 3rem !important; | ||
2773 | - margin-bottom: 3rem !important; | ||
2774 | - } | ||
2775 | - .my-xl-auto { | ||
2776 | - margin-top: auto !important; | ||
2777 | - margin-bottom: auto !important; | ||
2778 | - } | ||
2779 | - .mt-xl-0 { | ||
2780 | - margin-top: 0 !important; | ||
2781 | - } | ||
2782 | - .mt-xl-1 { | ||
2783 | - margin-top: 0.25rem !important; | ||
2784 | - } | ||
2785 | - .mt-xl-2 { | ||
2786 | - margin-top: 0.5rem !important; | ||
2787 | - } | ||
2788 | - .mt-xl-3 { | ||
2789 | - margin-top: 1rem !important; | ||
2790 | - } | ||
2791 | - .mt-xl-4 { | ||
2792 | - margin-top: 1.5rem !important; | ||
2793 | - } | ||
2794 | - .mt-xl-5 { | ||
2795 | - margin-top: 3rem !important; | ||
2796 | - } | ||
2797 | - .mt-xl-auto { | ||
2798 | - margin-top: auto !important; | ||
2799 | - } | ||
2800 | - .mr-xl-0 { | ||
2801 | - margin-right: 0 !important; | ||
2802 | - } | ||
2803 | - .mr-xl-1 { | ||
2804 | - margin-right: 0.25rem !important; | ||
2805 | - } | ||
2806 | - .mr-xl-2 { | ||
2807 | - margin-right: 0.5rem !important; | ||
2808 | - } | ||
2809 | - .mr-xl-3 { | ||
2810 | - margin-right: 1rem !important; | ||
2811 | - } | ||
2812 | - .mr-xl-4 { | ||
2813 | - margin-right: 1.5rem !important; | ||
2814 | - } | ||
2815 | - .mr-xl-5 { | ||
2816 | - margin-right: 3rem !important; | ||
2817 | - } | ||
2818 | - .mr-xl-auto { | ||
2819 | - margin-right: auto !important; | ||
2820 | - } | ||
2821 | - .mb-xl-0 { | ||
2822 | - margin-bottom: 0 !important; | ||
2823 | - } | ||
2824 | - .mb-xl-1 { | ||
2825 | - margin-bottom: 0.25rem !important; | ||
2826 | - } | ||
2827 | - .mb-xl-2 { | ||
2828 | - margin-bottom: 0.5rem !important; | ||
2829 | - } | ||
2830 | - .mb-xl-3 { | ||
2831 | - margin-bottom: 1rem !important; | ||
2832 | - } | ||
2833 | - .mb-xl-4 { | ||
2834 | - margin-bottom: 1.5rem !important; | ||
2835 | - } | ||
2836 | - .mb-xl-5 { | ||
2837 | - margin-bottom: 3rem !important; | ||
2838 | - } | ||
2839 | - .mb-xl-auto { | ||
2840 | - margin-bottom: auto !important; | ||
2841 | - } | ||
2842 | - .ml-xl-0 { | ||
2843 | - margin-left: 0 !important; | ||
2844 | - } | ||
2845 | - .ml-xl-1 { | ||
2846 | - margin-left: 0.25rem !important; | ||
2847 | - } | ||
2848 | - .ml-xl-2 { | ||
2849 | - margin-left: 0.5rem !important; | ||
2850 | - } | ||
2851 | - .ml-xl-3 { | ||
2852 | - margin-left: 1rem !important; | ||
2853 | - } | ||
2854 | - .ml-xl-4 { | ||
2855 | - margin-left: 1.5rem !important; | ||
2856 | - } | ||
2857 | - .ml-xl-5 { | ||
2858 | - margin-left: 3rem !important; | ||
2859 | - } | ||
2860 | - .ml-xl-auto { | ||
2861 | - margin-left: auto !important; | ||
2862 | - } | ||
2863 | - .p-xl-0 { | ||
2864 | - padding: 0 !important; | ||
2865 | - } | ||
2866 | - .p-xl-1 { | ||
2867 | - padding: 0.25rem !important; | ||
2868 | - } | ||
2869 | - .p-xl-2 { | ||
2870 | - padding: 0.5rem !important; | ||
2871 | - } | ||
2872 | - .p-xl-3 { | ||
2873 | - padding: 1rem !important; | ||
2874 | - } | ||
2875 | - .p-xl-4 { | ||
2876 | - padding: 1.5rem !important; | ||
2877 | - } | ||
2878 | - .p-xl-5 { | ||
2879 | - padding: 3rem !important; | ||
2880 | - } | ||
2881 | - .px-xl-0 { | ||
2882 | - padding-right: 0 !important; | ||
2883 | - padding-left: 0 !important; | ||
2884 | - } | ||
2885 | - .px-xl-1 { | ||
2886 | - padding-right: 0.25rem !important; | ||
2887 | - padding-left: 0.25rem !important; | ||
2888 | - } | ||
2889 | - .px-xl-2 { | ||
2890 | - padding-right: 0.5rem !important; | ||
2891 | - padding-left: 0.5rem !important; | ||
2892 | - } | ||
2893 | - .px-xl-3 { | ||
2894 | - padding-right: 1rem !important; | ||
2895 | - padding-left: 1rem !important; | ||
2896 | - } | ||
2897 | - .px-xl-4 { | ||
2898 | - padding-right: 1.5rem !important; | ||
2899 | - padding-left: 1.5rem !important; | ||
2900 | - } | ||
2901 | - .px-xl-5 { | ||
2902 | - padding-right: 3rem !important; | ||
2903 | - padding-left: 3rem !important; | ||
2904 | - } | ||
2905 | - .py-xl-0 { | ||
2906 | - padding-top: 0 !important; | ||
2907 | - padding-bottom: 0 !important; | ||
2908 | - } | ||
2909 | - .py-xl-1 { | ||
2910 | - padding-top: 0.25rem !important; | ||
2911 | - padding-bottom: 0.25rem !important; | ||
2912 | - } | ||
2913 | - .py-xl-2 { | ||
2914 | - padding-top: 0.5rem !important; | ||
2915 | - padding-bottom: 0.5rem !important; | ||
2916 | - } | ||
2917 | - .py-xl-3 { | ||
2918 | - padding-top: 1rem !important; | ||
2919 | - padding-bottom: 1rem !important; | ||
2920 | - } | ||
2921 | - .py-xl-4 { | ||
2922 | - padding-top: 1.5rem !important; | ||
2923 | - padding-bottom: 1.5rem !important; | ||
2924 | - } | ||
2925 | - .py-xl-5 { | ||
2926 | - padding-top: 3rem !important; | ||
2927 | - padding-bottom: 3rem !important; | ||
2928 | - } | ||
2929 | - .pt-xl-0 { | ||
2930 | - padding-top: 0 !important; | ||
2931 | - } | ||
2932 | - .pt-xl-1 { | ||
2933 | - padding-top: 0.25rem !important; | ||
2934 | - } | ||
2935 | - .pt-xl-2 { | ||
2936 | - padding-top: 0.5rem !important; | ||
2937 | - } | ||
2938 | - .pt-xl-3 { | ||
2939 | - padding-top: 1rem !important; | ||
2940 | - } | ||
2941 | - .pt-xl-4 { | ||
2942 | - padding-top: 1.5rem !important; | ||
2943 | - } | ||
2944 | - .pt-xl-5 { | ||
2945 | - padding-top: 3rem !important; | ||
2946 | - } | ||
2947 | - .pr-xl-0 { | ||
2948 | - padding-right: 0 !important; | ||
2949 | - } | ||
2950 | - .pr-xl-1 { | ||
2951 | - padding-right: 0.25rem !important; | ||
2952 | - } | ||
2953 | - .pr-xl-2 { | ||
2954 | - padding-right: 0.5rem !important; | ||
2955 | - } | ||
2956 | - .pr-xl-3 { | ||
2957 | - padding-right: 1rem !important; | ||
2958 | - } | ||
2959 | - .pr-xl-4 { | ||
2960 | - padding-right: 1.5rem !important; | ||
2961 | - } | ||
2962 | - .pr-xl-5 { | ||
2963 | - padding-right: 3rem !important; | ||
2964 | - } | ||
2965 | - .pb-xl-0 { | ||
2966 | - padding-bottom: 0 !important; | ||
2967 | - } | ||
2968 | - .pb-xl-1 { | ||
2969 | - padding-bottom: 0.25rem !important; | ||
2970 | - } | ||
2971 | - .pb-xl-2 { | ||
2972 | - padding-bottom: 0.5rem !important; | ||
2973 | - } | ||
2974 | - .pb-xl-3 { | ||
2975 | - padding-bottom: 1rem !important; | ||
2976 | - } | ||
2977 | - .pb-xl-4 { | ||
2978 | - padding-bottom: 1.5rem !important; | ||
2979 | - } | ||
2980 | - .pb-xl-5 { | ||
2981 | - padding-bottom: 3rem !important; | ||
2982 | - } | ||
2983 | - .pl-xl-0 { | ||
2984 | - padding-left: 0 !important; | ||
2985 | - } | ||
2986 | - .pl-xl-1 { | ||
2987 | - padding-left: 0.25rem !important; | ||
2988 | - } | ||
2989 | - .pl-xl-2 { | ||
2990 | - padding-left: 0.5rem !important; | ||
2991 | - } | ||
2992 | - .pl-xl-3 { | ||
2993 | - padding-left: 1rem !important; | ||
2994 | - } | ||
2995 | - .pl-xl-4 { | ||
2996 | - padding-left: 1.5rem !important; | ||
2997 | - } | ||
2998 | - .pl-xl-5 { | ||
2999 | - padding-left: 3rem !important; | ||
3000 | - } | ||
3001 | - .text-xl-left { | ||
3002 | - text-align: left !important; | ||
3003 | - } | ||
3004 | - .text-xl-right { | ||
3005 | - text-align: right !important; | ||
3006 | - } | ||
3007 | - .text-xl-center { | ||
3008 | - text-align: center !important; | ||
3009 | - } | ||
3010 | -} | ||
3011 | - | ||
3012 | -@media (min-width: 1400px) { | ||
3013 | - .float-xxl-left { | ||
3014 | - float: left !important; | ||
3015 | - } | ||
3016 | - .float-xxl-right { | ||
3017 | - float: right !important; | ||
3018 | - } | ||
3019 | - .float-xxl-none { | ||
3020 | - float: none !important; | ||
3021 | - } | ||
3022 | - .d-xxl-none { | ||
3023 | - display: none !important; | ||
3024 | - } | ||
3025 | - .d-xxl-inline { | ||
3026 | - display: inline !important; | ||
3027 | - } | ||
3028 | - .d-xxl-inline-block { | ||
3029 | - display: inline-block !important; | ||
3030 | - } | ||
3031 | - .d-xxl-block { | ||
3032 | - display: block !important; | ||
3033 | - } | ||
3034 | - .d-xxl-table { | ||
3035 | - display: table !important; | ||
3036 | - } | ||
3037 | - .d-xxl-table-row { | ||
3038 | - display: table-row !important; | ||
3039 | - } | ||
3040 | - .d-xxl-table-cell { | ||
3041 | - display: table-cell !important; | ||
3042 | - } | ||
3043 | - .d-xxl-flex { | ||
3044 | - display: flex !important; | ||
3045 | - } | ||
3046 | - .d-xxl-inline-flex { | ||
3047 | - display: inline-flex !important; | ||
3048 | - } | ||
3049 | - .flex-xxl-fill { | ||
3050 | - flex: 1 1 auto !important; | ||
3051 | - } | ||
3052 | - .flex-xxl-row { | ||
3053 | - flex-direction: row !important; | ||
3054 | - } | ||
3055 | - .flex-xxl-column { | ||
3056 | - flex-direction: column !important; | ||
3057 | - } | ||
3058 | - .flex-xxl-row-reverse { | ||
3059 | - flex-direction: row-reverse !important; | ||
3060 | - } | ||
3061 | - .flex-xxl-column-reverse { | ||
3062 | - flex-direction: column-reverse !important; | ||
3063 | - } | ||
3064 | - .flex-xxl-grow-0 { | ||
3065 | - flex-grow: 0 !important; | ||
3066 | - } | ||
3067 | - .flex-xxl-grow-1 { | ||
3068 | - flex-grow: 1 !important; | ||
3069 | - } | ||
3070 | - .flex-xxl-shrink-0 { | ||
3071 | - flex-shrink: 0 !important; | ||
3072 | - } | ||
3073 | - .flex-xxl-shrink-1 { | ||
3074 | - flex-shrink: 1 !important; | ||
3075 | - } | ||
3076 | - .flex-xxl-wrap { | ||
3077 | - flex-wrap: wrap !important; | ||
3078 | - } | ||
3079 | - .flex-xxl-nowrap { | ||
3080 | - flex-wrap: nowrap !important; | ||
3081 | - } | ||
3082 | - .flex-xxl-wrap-reverse { | ||
3083 | - flex-wrap: wrap-reverse !important; | ||
3084 | - } | ||
3085 | - .justify-content-xxl-start { | ||
3086 | - justify-content: flex-start !important; | ||
3087 | - } | ||
3088 | - .justify-content-xxl-end { | ||
3089 | - justify-content: flex-end !important; | ||
3090 | - } | ||
3091 | - .justify-content-xxl-center { | ||
3092 | - justify-content: center !important; | ||
3093 | - } | ||
3094 | - .justify-content-xxl-between { | ||
3095 | - justify-content: space-between !important; | ||
3096 | - } | ||
3097 | - .justify-content-xxl-around { | ||
3098 | - justify-content: space-around !important; | ||
3099 | - } | ||
3100 | - .justify-content-xxl-evenly { | ||
3101 | - justify-content: space-evenly !important; | ||
3102 | - } | ||
3103 | - .align-items-xxl-start { | ||
3104 | - align-items: flex-start !important; | ||
3105 | - } | ||
3106 | - .align-items-xxl-end { | ||
3107 | - align-items: flex-end !important; | ||
3108 | - } | ||
3109 | - .align-items-xxl-center { | ||
3110 | - align-items: center !important; | ||
3111 | - } | ||
3112 | - .align-items-xxl-baseline { | ||
3113 | - align-items: baseline !important; | ||
3114 | - } | ||
3115 | - .align-items-xxl-stretch { | ||
3116 | - align-items: stretch !important; | ||
3117 | - } | ||
3118 | - .align-content-xxl-start { | ||
3119 | - align-content: flex-start !important; | ||
3120 | - } | ||
3121 | - .align-content-xxl-end { | ||
3122 | - align-content: flex-end !important; | ||
3123 | - } | ||
3124 | - .align-content-xxl-center { | ||
3125 | - align-content: center !important; | ||
3126 | - } | ||
3127 | - .align-content-xxl-between { | ||
3128 | - align-content: space-between !important; | ||
3129 | - } | ||
3130 | - .align-content-xxl-around { | ||
3131 | - align-content: space-around !important; | ||
3132 | - } | ||
3133 | - .align-content-xxl-stretch { | ||
3134 | - align-content: stretch !important; | ||
3135 | - } | ||
3136 | - .align-self-xxl-auto { | ||
3137 | - align-self: auto !important; | ||
3138 | - } | ||
3139 | - .align-self-xxl-start { | ||
3140 | - align-self: flex-start !important; | ||
3141 | - } | ||
3142 | - .align-self-xxl-end { | ||
3143 | - align-self: flex-end !important; | ||
3144 | - } | ||
3145 | - .align-self-xxl-center { | ||
3146 | - align-self: center !important; | ||
3147 | - } | ||
3148 | - .align-self-xxl-baseline { | ||
3149 | - align-self: baseline !important; | ||
3150 | - } | ||
3151 | - .align-self-xxl-stretch { | ||
3152 | - align-self: stretch !important; | ||
3153 | - } | ||
3154 | - .order-xxl-first { | ||
3155 | - order: -1 !important; | ||
3156 | - } | ||
3157 | - .order-xxl-0 { | ||
3158 | - order: 0 !important; | ||
3159 | - } | ||
3160 | - .order-xxl-1 { | ||
3161 | - order: 1 !important; | ||
3162 | - } | ||
3163 | - .order-xxl-2 { | ||
3164 | - order: 2 !important; | ||
3165 | - } | ||
3166 | - .order-xxl-3 { | ||
3167 | - order: 3 !important; | ||
3168 | - } | ||
3169 | - .order-xxl-4 { | ||
3170 | - order: 4 !important; | ||
3171 | - } | ||
3172 | - .order-xxl-5 { | ||
3173 | - order: 5 !important; | ||
3174 | - } | ||
3175 | - .order-xxl-last { | ||
3176 | - order: 6 !important; | ||
3177 | - } | ||
3178 | - .m-xxl-0 { | ||
3179 | - margin: 0 !important; | ||
3180 | - } | ||
3181 | - .m-xxl-1 { | ||
3182 | - margin: 0.25rem !important; | ||
3183 | - } | ||
3184 | - .m-xxl-2 { | ||
3185 | - margin: 0.5rem !important; | ||
3186 | - } | ||
3187 | - .m-xxl-3 { | ||
3188 | - margin: 1rem !important; | ||
3189 | - } | ||
3190 | - .m-xxl-4 { | ||
3191 | - margin: 1.5rem !important; | ||
3192 | - } | ||
3193 | - .m-xxl-5 { | ||
3194 | - margin: 3rem !important; | ||
3195 | - } | ||
3196 | - .m-xxl-auto { | ||
3197 | - margin: auto !important; | ||
3198 | - } | ||
3199 | - .mx-xxl-0 { | ||
3200 | - margin-right: 0 !important; | ||
3201 | - margin-left: 0 !important; | ||
3202 | - } | ||
3203 | - .mx-xxl-1 { | ||
3204 | - margin-right: 0.25rem !important; | ||
3205 | - margin-left: 0.25rem !important; | ||
3206 | - } | ||
3207 | - .mx-xxl-2 { | ||
3208 | - margin-right: 0.5rem !important; | ||
3209 | - margin-left: 0.5rem !important; | ||
3210 | - } | ||
3211 | - .mx-xxl-3 { | ||
3212 | - margin-right: 1rem !important; | ||
3213 | - margin-left: 1rem !important; | ||
3214 | - } | ||
3215 | - .mx-xxl-4 { | ||
3216 | - margin-right: 1.5rem !important; | ||
3217 | - margin-left: 1.5rem !important; | ||
3218 | - } | ||
3219 | - .mx-xxl-5 { | ||
3220 | - margin-right: 3rem !important; | ||
3221 | - margin-left: 3rem !important; | ||
3222 | - } | ||
3223 | - .mx-xxl-auto { | ||
3224 | - margin-right: auto !important; | ||
3225 | - margin-left: auto !important; | ||
3226 | - } | ||
3227 | - .my-xxl-0 { | ||
3228 | - margin-top: 0 !important; | ||
3229 | - margin-bottom: 0 !important; | ||
3230 | - } | ||
3231 | - .my-xxl-1 { | ||
3232 | - margin-top: 0.25rem !important; | ||
3233 | - margin-bottom: 0.25rem !important; | ||
3234 | - } | ||
3235 | - .my-xxl-2 { | ||
3236 | - margin-top: 0.5rem !important; | ||
3237 | - margin-bottom: 0.5rem !important; | ||
3238 | - } | ||
3239 | - .my-xxl-3 { | ||
3240 | - margin-top: 1rem !important; | ||
3241 | - margin-bottom: 1rem !important; | ||
3242 | - } | ||
3243 | - .my-xxl-4 { | ||
3244 | - margin-top: 1.5rem !important; | ||
3245 | - margin-bottom: 1.5rem !important; | ||
3246 | - } | ||
3247 | - .my-xxl-5 { | ||
3248 | - margin-top: 3rem !important; | ||
3249 | - margin-bottom: 3rem !important; | ||
3250 | - } | ||
3251 | - .my-xxl-auto { | ||
3252 | - margin-top: auto !important; | ||
3253 | - margin-bottom: auto !important; | ||
3254 | - } | ||
3255 | - .mt-xxl-0 { | ||
3256 | - margin-top: 0 !important; | ||
3257 | - } | ||
3258 | - .mt-xxl-1 { | ||
3259 | - margin-top: 0.25rem !important; | ||
3260 | - } | ||
3261 | - .mt-xxl-2 { | ||
3262 | - margin-top: 0.5rem !important; | ||
3263 | - } | ||
3264 | - .mt-xxl-3 { | ||
3265 | - margin-top: 1rem !important; | ||
3266 | - } | ||
3267 | - .mt-xxl-4 { | ||
3268 | - margin-top: 1.5rem !important; | ||
3269 | - } | ||
3270 | - .mt-xxl-5 { | ||
3271 | - margin-top: 3rem !important; | ||
3272 | - } | ||
3273 | - .mt-xxl-auto { | ||
3274 | - margin-top: auto !important; | ||
3275 | - } | ||
3276 | - .mr-xxl-0 { | ||
3277 | - margin-right: 0 !important; | ||
3278 | - } | ||
3279 | - .mr-xxl-1 { | ||
3280 | - margin-right: 0.25rem !important; | ||
3281 | - } | ||
3282 | - .mr-xxl-2 { | ||
3283 | - margin-right: 0.5rem !important; | ||
3284 | - } | ||
3285 | - .mr-xxl-3 { | ||
3286 | - margin-right: 1rem !important; | ||
3287 | - } | ||
3288 | - .mr-xxl-4 { | ||
3289 | - margin-right: 1.5rem !important; | ||
3290 | - } | ||
3291 | - .mr-xxl-5 { | ||
3292 | - margin-right: 3rem !important; | ||
3293 | - } | ||
3294 | - .mr-xxl-auto { | ||
3295 | - margin-right: auto !important; | ||
3296 | - } | ||
3297 | - .mb-xxl-0 { | ||
3298 | - margin-bottom: 0 !important; | ||
3299 | - } | ||
3300 | - .mb-xxl-1 { | ||
3301 | - margin-bottom: 0.25rem !important; | ||
3302 | - } | ||
3303 | - .mb-xxl-2 { | ||
3304 | - margin-bottom: 0.5rem !important; | ||
3305 | - } | ||
3306 | - .mb-xxl-3 { | ||
3307 | - margin-bottom: 1rem !important; | ||
3308 | - } | ||
3309 | - .mb-xxl-4 { | ||
3310 | - margin-bottom: 1.5rem !important; | ||
3311 | - } | ||
3312 | - .mb-xxl-5 { | ||
3313 | - margin-bottom: 3rem !important; | ||
3314 | - } | ||
3315 | - .mb-xxl-auto { | ||
3316 | - margin-bottom: auto !important; | ||
3317 | - } | ||
3318 | - .ml-xxl-0 { | ||
3319 | - margin-left: 0 !important; | ||
3320 | - } | ||
3321 | - .ml-xxl-1 { | ||
3322 | - margin-left: 0.25rem !important; | ||
3323 | - } | ||
3324 | - .ml-xxl-2 { | ||
3325 | - margin-left: 0.5rem !important; | ||
3326 | - } | ||
3327 | - .ml-xxl-3 { | ||
3328 | - margin-left: 1rem !important; | ||
3329 | - } | ||
3330 | - .ml-xxl-4 { | ||
3331 | - margin-left: 1.5rem !important; | ||
3332 | - } | ||
3333 | - .ml-xxl-5 { | ||
3334 | - margin-left: 3rem !important; | ||
3335 | - } | ||
3336 | - .ml-xxl-auto { | ||
3337 | - margin-left: auto !important; | ||
3338 | - } | ||
3339 | - .p-xxl-0 { | ||
3340 | - padding: 0 !important; | ||
3341 | - } | ||
3342 | - .p-xxl-1 { | ||
3343 | - padding: 0.25rem !important; | ||
3344 | - } | ||
3345 | - .p-xxl-2 { | ||
3346 | - padding: 0.5rem !important; | ||
3347 | - } | ||
3348 | - .p-xxl-3 { | ||
3349 | - padding: 1rem !important; | ||
3350 | - } | ||
3351 | - .p-xxl-4 { | ||
3352 | - padding: 1.5rem !important; | ||
3353 | - } | ||
3354 | - .p-xxl-5 { | ||
3355 | - padding: 3rem !important; | ||
3356 | - } | ||
3357 | - .px-xxl-0 { | ||
3358 | - padding-right: 0 !important; | ||
3359 | - padding-left: 0 !important; | ||
3360 | - } | ||
3361 | - .px-xxl-1 { | ||
3362 | - padding-right: 0.25rem !important; | ||
3363 | - padding-left: 0.25rem !important; | ||
3364 | - } | ||
3365 | - .px-xxl-2 { | ||
3366 | - padding-right: 0.5rem !important; | ||
3367 | - padding-left: 0.5rem !important; | ||
3368 | - } | ||
3369 | - .px-xxl-3 { | ||
3370 | - padding-right: 1rem !important; | ||
3371 | - padding-left: 1rem !important; | ||
3372 | - } | ||
3373 | - .px-xxl-4 { | ||
3374 | - padding-right: 1.5rem !important; | ||
3375 | - padding-left: 1.5rem !important; | ||
3376 | - } | ||
3377 | - .px-xxl-5 { | ||
3378 | - padding-right: 3rem !important; | ||
3379 | - padding-left: 3rem !important; | ||
3380 | - } | ||
3381 | - .py-xxl-0 { | ||
3382 | - padding-top: 0 !important; | ||
3383 | - padding-bottom: 0 !important; | ||
3384 | - } | ||
3385 | - .py-xxl-1 { | ||
3386 | - padding-top: 0.25rem !important; | ||
3387 | - padding-bottom: 0.25rem !important; | ||
3388 | - } | ||
3389 | - .py-xxl-2 { | ||
3390 | - padding-top: 0.5rem !important; | ||
3391 | - padding-bottom: 0.5rem !important; | ||
3392 | - } | ||
3393 | - .py-xxl-3 { | ||
3394 | - padding-top: 1rem !important; | ||
3395 | - padding-bottom: 1rem !important; | ||
3396 | - } | ||
3397 | - .py-xxl-4 { | ||
3398 | - padding-top: 1.5rem !important; | ||
3399 | - padding-bottom: 1.5rem !important; | ||
3400 | - } | ||
3401 | - .py-xxl-5 { | ||
3402 | - padding-top: 3rem !important; | ||
3403 | - padding-bottom: 3rem !important; | ||
3404 | - } | ||
3405 | - .pt-xxl-0 { | ||
3406 | - padding-top: 0 !important; | ||
3407 | - } | ||
3408 | - .pt-xxl-1 { | ||
3409 | - padding-top: 0.25rem !important; | ||
3410 | - } | ||
3411 | - .pt-xxl-2 { | ||
3412 | - padding-top: 0.5rem !important; | ||
3413 | - } | ||
3414 | - .pt-xxl-3 { | ||
3415 | - padding-top: 1rem !important; | ||
3416 | - } | ||
3417 | - .pt-xxl-4 { | ||
3418 | - padding-top: 1.5rem !important; | ||
3419 | - } | ||
3420 | - .pt-xxl-5 { | ||
3421 | - padding-top: 3rem !important; | ||
3422 | - } | ||
3423 | - .pr-xxl-0 { | ||
3424 | - padding-right: 0 !important; | ||
3425 | - } | ||
3426 | - .pr-xxl-1 { | ||
3427 | - padding-right: 0.25rem !important; | ||
3428 | - } | ||
3429 | - .pr-xxl-2 { | ||
3430 | - padding-right: 0.5rem !important; | ||
3431 | - } | ||
3432 | - .pr-xxl-3 { | ||
3433 | - padding-right: 1rem !important; | ||
3434 | - } | ||
3435 | - .pr-xxl-4 { | ||
3436 | - padding-right: 1.5rem !important; | ||
3437 | - } | ||
3438 | - .pr-xxl-5 { | ||
3439 | - padding-right: 3rem !important; | ||
3440 | - } | ||
3441 | - .pb-xxl-0 { | ||
3442 | - padding-bottom: 0 !important; | ||
3443 | - } | ||
3444 | - .pb-xxl-1 { | ||
3445 | - padding-bottom: 0.25rem !important; | ||
3446 | - } | ||
3447 | - .pb-xxl-2 { | ||
3448 | - padding-bottom: 0.5rem !important; | ||
3449 | - } | ||
3450 | - .pb-xxl-3 { | ||
3451 | - padding-bottom: 1rem !important; | ||
3452 | - } | ||
3453 | - .pb-xxl-4 { | ||
3454 | - padding-bottom: 1.5rem !important; | ||
3455 | - } | ||
3456 | - .pb-xxl-5 { | ||
3457 | - padding-bottom: 3rem !important; | ||
3458 | - } | ||
3459 | - .pl-xxl-0 { | ||
3460 | - padding-left: 0 !important; | ||
3461 | - } | ||
3462 | - .pl-xxl-1 { | ||
3463 | - padding-left: 0.25rem !important; | ||
3464 | - } | ||
3465 | - .pl-xxl-2 { | ||
3466 | - padding-left: 0.5rem !important; | ||
3467 | - } | ||
3468 | - .pl-xxl-3 { | ||
3469 | - padding-left: 1rem !important; | ||
3470 | - } | ||
3471 | - .pl-xxl-4 { | ||
3472 | - padding-left: 1.5rem !important; | ||
3473 | - } | ||
3474 | - .pl-xxl-5 { | ||
3475 | - padding-left: 3rem !important; | ||
3476 | - } | ||
3477 | - .text-xxl-left { | ||
3478 | - text-align: left !important; | ||
3479 | - } | ||
3480 | - .text-xxl-right { | ||
3481 | - text-align: right !important; | ||
3482 | - } | ||
3483 | - .text-xxl-center { | ||
3484 | - text-align: center !important; | ||
3485 | - } | ||
3486 | -} | ||
3487 | - | ||
3488 | -@media print { | ||
3489 | - .d-print-none { | ||
3490 | - display: none !important; | ||
3491 | - } | ||
3492 | - .d-print-inline { | ||
3493 | - display: inline !important; | ||
3494 | - } | ||
3495 | - .d-print-inline-block { | ||
3496 | - display: inline-block !important; | ||
3497 | - } | ||
3498 | - .d-print-block { | ||
3499 | - display: block !important; | ||
3500 | - } | ||
3501 | - .d-print-table { | ||
3502 | - display: table !important; | ||
3503 | - } | ||
3504 | - .d-print-table-row { | ||
3505 | - display: table-row !important; | ||
3506 | - } | ||
3507 | - .d-print-table-cell { | ||
3508 | - display: table-cell !important; | ||
3509 | - } | ||
3510 | - .d-print-flex { | ||
3511 | - display: flex !important; | ||
3512 | - } | ||
3513 | - .d-print-inline-flex { | ||
3514 | - display: inline-flex !important; | ||
3515 | - } | ||
3516 | -} | ||
3517 | -/*# sourceMappingURL=bootstrap-utilities.css.map */ | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
This diff could not be displayed because it is too large.
public/stylesheets/bootstrap.css.map
0 → 100644
This diff could not be displayed because it is too large.
public/stylesheets/bootstrap.min.css
0 → 100644
This diff could not be displayed because it is too large.
public/stylesheets/bootstrap.min.css.map
0 → 100644
This diff could not be displayed because it is too large.
... | @@ -9,19 +9,17 @@ var CLIENT_ID = | ... | @@ -9,19 +9,17 @@ var CLIENT_ID = |
9 | "94679084723-s5f0686p2porp9mkakrp1p89a48n24nj.apps.googleusercontent.com"; | 9 | "94679084723-s5f0686p2porp9mkakrp1p89a48n24nj.apps.googleusercontent.com"; |
10 | var client = new OAuth2Client(CLIENT_ID); | 10 | var client = new OAuth2Client(CLIENT_ID); |
11 | var mysql = require("mysql"); | 11 | var mysql = require("mysql"); |
12 | -var session = require("express-session"); | 12 | +const session = require("express-session"); |
13 | -var FileStore = require("session-file-store")(session); | 13 | +const FileStore = require("session-file-store")(session); |
14 | 14 | ||
15 | router.use(bodyParser.urlencoded({ extended: false })); //url인코딩 x | 15 | router.use(bodyParser.urlencoded({ extended: false })); //url인코딩 x |
16 | router.use(bodyParser.json()); //json방식으로 파싱 | 16 | router.use(bodyParser.json()); //json방식으로 파싱 |
17 | -router.use( | 17 | +router.use(session({ |
18 | - session({ | 18 | + secret: '209', // 암호화 |
19 | - secret: "209", // 암호화 | 19 | + resave: false, |
20 | - resave: false, | 20 | + saveUninitialized: true, |
21 | - saveUninitialized: true, | 21 | + store: new FileStore() |
22 | - store: new FileStore(), | 22 | +})) |
23 | - }) | ||
24 | -); | ||
25 | 23 | ||
26 | var connection = mysql.createConnection({ | 24 | var connection = mysql.createConnection({ |
27 | host: "localhost", | 25 | host: "localhost", |
... | @@ -62,8 +60,9 @@ router.post("/index", (req, res) => { | ... | @@ -62,8 +60,9 @@ router.post("/index", (req, res) => { |
62 | }); | 60 | }); |
63 | 61 | ||
64 | router.get("/login", checkAuthenticated, (req, res) => { | 62 | router.get("/login", checkAuthenticated, (req, res) => { |
65 | - let user = req.user; | 63 | + req.session.user =req.user; |
66 | - req.session.user = user; | 64 | + req.session.user.email = req.user.email; |
65 | + req.session.user.name=req.user.name; | ||
67 | var sql = "SELECT * FROM USER WHERE EMAIL=?"; | 66 | var sql = "SELECT * FROM USER WHERE EMAIL=?"; |
68 | var parameter = [req.session.user.email]; | 67 | var parameter = [req.session.user.email]; |
69 | connection.query(sql, parameter, function (err, row) { | 68 | connection.query(sql, parameter, function (err, row) { | ... | ... |
1 | +{"cookie":{"originalMaxAge":null,"expires":null,"httpOnly":true,"path":"/"},"__lastAccess":1622063531297} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | +{"cookie":{"originalMaxAge":null,"expires":null,"httpOnly":true,"path":"/"},"__lastAccess":1622066597250,"user":{"name":"최정민","email":"cjm104174@gmail.com","nickname":"Mayf","age":"24","gender":"male"}} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
... | @@ -63,6 +63,32 @@ | ... | @@ -63,6 +63,32 @@ |
63 | 63 | ||
64 | 64 | ||
65 | <script> | 65 | <script> |
66 | + function onSignIn(googleUser) { | ||
67 | + // var profile = googleUser.getBasicProfile(); | ||
68 | + // console.log('ID: ' + profile.getId()); // Do not send to your backend! Use an ID token instead. | ||
69 | + // console.log('Name: ' + profile.getName()); | ||
70 | + // console.log('Image URL: ' + profile.getImageUrl()); | ||
71 | + // console.log('Email: ' + profile.getEmail()); // This is null if the 'email' scope is not present. | ||
72 | + var id_token = googleUser.getAuthResponse().id_token; | ||
73 | + // console.log(id_token); | ||
74 | + var xhr = new XMLHttpRequest(); | ||
75 | + xhr.open('POST', '/index'); | ||
76 | + xhr.setRequestHeader('Content-Type', 'application/json'); | ||
77 | + xhr.onload = function() { | ||
78 | + console.log('Signed in as: ' + xhr.responseText); | ||
79 | + if(xhr.responseText == 'success'){ | ||
80 | + signOut(); | ||
81 | + location.assign('/login') | ||
82 | + } | ||
83 | + }; | ||
84 | + xhr.send(JSON.stringify({token : id_token})); | ||
85 | + } | ||
86 | + function signOut() { | ||
87 | + var auth2 = gapi.auth2.getAuthInstance(); | ||
88 | + auth2.signOut().then(function () { | ||
89 | + console.log("User signed out."); | ||
90 | + }); | ||
91 | + } | ||
66 | </script> | 92 | </script> |
67 | <script src="javascripts/bootstrap.js"></script> | 93 | <script src="javascripts/bootstrap.js"></script> |
68 | </html> | 94 | </html> | ... | ... |
... | @@ -43,28 +43,14 @@ | ... | @@ -43,28 +43,14 @@ |
43 | <a class="navbar-brand" href="/" | 43 | <a class="navbar-brand" href="/" |
44 | ><img src="images/home.png" width="40" height="40" alt="" /> | 44 | ><img src="images/home.png" width="40" height="40" alt="" /> |
45 | </a> | 45 | </a> |
46 | - <button | 46 | + <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> |
47 | - class="navbar-toggler" | ||
48 | - type="button" | ||
49 | - data-toggle="collapse" | ||
50 | - data-target="#navbarSupportedContent" | ||
51 | - aria-controls="navbarSupportedContent" | ||
52 | - aria-expanded="false" | ||
53 | - aria-label="Toggle navigation" | ||
54 | - > | ||
55 | <span class="navbar-toggler-icon"></span> | 47 | <span class="navbar-toggler-icon"></span> |
56 | </button> | 48 | </button> |
57 | <div class="collapse navbar-collapse" id="navbarSupportedContent"> | 49 | <div class="collapse navbar-collapse" id="navbarSupportedContent"> |
58 | <a class="navbar-brand" href="/"><strong>Home</strong></a> | 50 | <a class="navbar-brand" href="/"><strong>Home</strong></a> |
59 | <ul class="navbar-nav mr-auto mt-2 mt-lg-0"> | 51 | <ul class="navbar-nav mr-auto mt-2 mt-lg-0"> |
60 | <li class="nav-item active"> | 52 | <li class="nav-item active"> |
61 | - <a | 53 | + <a class="nav-link" style="color: #ffffff" href="/" onclick="signOut();">Logout<span class="sr-only">(current)</span></a> |
62 | - class="nav-link" | ||
63 | - style="color: #ffffff" | ||
64 | - href="/" | ||
65 | - onclick="signOut();" | ||
66 | - >Logout<span class="sr-only">(current)</span></a | ||
67 | - > | ||
68 | </li> | 54 | </li> |
69 | </ul> | 55 | </ul> |
70 | </div> | 56 | </div> |
... | @@ -78,54 +64,29 @@ | ... | @@ -78,54 +64,29 @@ |
78 | <div class="row"> | 64 | <div class="row"> |
79 | <div class="col-2"></div> | 65 | <div class="col-2"></div> |
80 | <div class="col-8"> | 66 | <div class="col-8"> |
81 | - <hr class="my-4" style="background-color: white" /> | 67 | + <hr class="my-4" style="background-color: white"> |
82 | <form method="post"> | 68 | <form method="post"> |
83 | <div class="form-group"> | 69 | <div class="form-group"> |
84 | <label for="id_input">닉네임을 입력하세요</label> | 70 | <label for="id_input">닉네임을 입력하세요</label> |
85 | - <input | 71 | + <input type="text" class="form-control form-control-lg" name="nickname" aria-describedby="idHelp" placeholder="ID"> |
86 | - type="text" | 72 | + <small id="idHelp" class="form-text text-muted">중복이 허용되지 않습니다.</small> |
87 | - class="form-control form-control-lg" | ||
88 | - name="nickname" | ||
89 | - aria-describedby="idHelp" | ||
90 | - placeholder="ID" | ||
91 | - /> | ||
92 | - <small id="idHelp" class="form-text text-muted" | ||
93 | - >중복이 허용되지 않습니다.</small | ||
94 | - > | ||
95 | </div> | 73 | </div> |
96 | - <hr class="my-3" style="background-color: white" /> | 74 | + <hr class="my-3" style="background-color: white" > |
97 | <div class="form-group"> | 75 | <div class="form-group"> |
98 | <label for="age_input">나이를 입력하세요</label> | 76 | <label for="age_input">나이를 입력하세요</label> |
99 | - <input | 77 | + <input class="form-control form-control-lg" type="number" name="age" placeholder="Age"> |
100 | - class="form-control form-control-lg" | ||
101 | - type="number" | ||
102 | - name="age" | ||
103 | - placeholder="Age" | ||
104 | - /> | ||
105 | </div> | 78 | </div> |
106 | - <hr class="my-3" style="background-color: white" /> | 79 | + <hr class="my-3" style="background-color: white" > |
107 | 80 | ||
108 | <label for="gender" class="form-label">성별을 입력하세요</label> | 81 | <label for="gender" class="form-label">성별을 입력하세요</label> |
109 | - <select | 82 | + <select class="form-select form-select-lg" id="gender" name="gender" required> |
110 | - class="form-select form-select-lg" | ||
111 | - id="gender" | ||
112 | - name="gender" | ||
113 | - required | ||
114 | - > | ||
115 | <option selected disabled value="">Choose...</option> | 83 | <option selected disabled value="">Choose...</option> |
116 | <option value="male">Male</option> | 84 | <option value="male">Male</option> |
117 | <option value="female">Female</option> | 85 | <option value="female">Female</option> |
118 | </select> | 86 | </select> |
119 | 87 | ||
120 | <hr class="my-4" style="background-color: white" /> | 88 | <hr class="my-4" style="background-color: white" /> |
121 | - <button | 89 | + <button type="submit" style="float: right" class="btn btn-primary btn-lg" id="please">Submit</button> |
122 | - type="submit" | ||
123 | - style="float: right" | ||
124 | - class="btn btn-primary btn-lg" | ||
125 | - id="please" | ||
126 | - > | ||
127 | - Submit | ||
128 | - </button> | ||
129 | </form> | 90 | </form> |
130 | </div> | 91 | </div> |
131 | <div class="col-2"></div> | 92 | <div class="col-2"></div> |
... | @@ -149,12 +110,6 @@ | ... | @@ -149,12 +110,6 @@ |
149 | console.log("User signed out."); | 110 | console.log("User signed out."); |
150 | }); | 111 | }); |
151 | } | 112 | } |
152 | - function signOut() { | ||
153 | - var auth2 = gapi.auth2.getAuthInstance(); | ||
154 | - auth2.signOut().then(function () { | ||
155 | - console.log("User signed out."); | ||
156 | - }); | ||
157 | - } | ||
158 | </script> | 113 | </script> |
159 | <script src="javascripts/bootstrap.js"></script> | 114 | <script src="javascripts/bootstrap.js"></script> |
160 | </html> | 115 | </html> | ... | ... |
-
Please register or login to post a comment