/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/assets/styles/app.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&display=swap&subset=latin-ext);
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/assets/styles/custom.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&display=swap&subset=latin-ext);
/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/ngx-toastr/toastr.css ***!
  \****************************************************************************************************************************************************************************************************************************/
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */

.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */

.toast-title {
  font-weight: bold;
}

.toast-message {
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.toast-container * {
  box-sizing: border-box;
}

.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}

.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */

.toast-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */

.toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */

.toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */

.toast-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}

.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}

/* Responsive Design */

@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./src/assets/fonts/ionicons/ionicons.css ***!
  \********************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face { font-family: "Ionicons"; src: url("ionicons.eot?v=2.0.0"); src: url("ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("ionicons.ttf?v=2.0.0") format("truetype"), url("ionicons.woff?v=2.0.0") format("woff"), url("ionicons.svg?v=2.0.0#Ionicons") format("svg"); font-weight: normal; font-style: normal; }
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-feature-settings: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.ion-alert:before { content: "\f101"; }
.ion-alert-circled:before { content: "\f100"; }
.ion-android-add:before { content: "\f2c7"; }
.ion-android-add-circle:before { content: "\f359"; }
.ion-android-alarm-clock:before { content: "\f35a"; }
.ion-android-alert:before { content: "\f35b"; }
.ion-android-apps:before { content: "\f35c"; }
.ion-android-archive:before { content: "\f2c9"; }
.ion-android-arrow-back:before { content: "\f2ca"; }
.ion-android-arrow-down:before { content: "\f35d"; }
.ion-android-arrow-dropdown:before { content: "\f35f"; }
.ion-android-arrow-dropdown-circle:before { content: "\f35e"; }
.ion-android-arrow-dropleft:before { content: "\f361"; }
.ion-android-arrow-dropleft-circle:before { content: "\f360"; }
.ion-android-arrow-dropright:before { content: "\f363"; }
.ion-android-arrow-dropright-circle:before { content: "\f362"; }
.ion-android-arrow-dropup:before { content: "\f365"; }
.ion-android-arrow-dropup-circle:before { content: "\f364"; }
.ion-android-arrow-forward:before { content: "\f30f"; }
.ion-android-arrow-up:before { content: "\f366"; }
.ion-android-attach:before { content: "\f367"; }
.ion-android-bar:before { content: "\f368"; }
.ion-android-bicycle:before { content: "\f369"; }
.ion-android-boat:before { content: "\f36a"; }
.ion-android-bookmark:before { content: "\f36b"; }
.ion-android-bulb:before { content: "\f36c"; }
.ion-android-bus:before { content: "\f36d"; }
.ion-android-calendar:before { content: "\f2d1"; }
.ion-android-call:before { content: "\f2d2"; }
.ion-android-camera:before { content: "\f2d3"; }
.ion-android-cancel:before { content: "\f36e"; }
.ion-android-car:before { content: "\f36f"; }
.ion-android-cart:before { content: "\f370"; }
.ion-android-chat:before { content: "\f2d4"; }
.ion-android-checkbox:before { content: "\f374"; }
.ion-android-checkbox-blank:before { content: "\f371"; }
.ion-android-checkbox-outline:before { content: "\f373"; }
.ion-android-checkbox-outline-blank:before { content: "\f372"; }
.ion-android-checkmark-circle:before { content: "\f375"; }
.ion-android-clipboard:before { content: "\f376"; }
.ion-android-close:before { content: "\f2d7"; }
.ion-android-cloud:before { content: "\f37a"; }
.ion-android-cloud-circle:before { content: "\f377"; }
.ion-android-cloud-done:before { content: "\f378"; }
.ion-android-cloud-outline:before { content: "\f379"; }
.ion-android-color-palette:before { content: "\f37b"; }
.ion-android-compass:before { content: "\f37c"; }
.ion-android-contact:before { content: "\f2d8"; }
.ion-android-contacts:before { content: "\f2d9"; }
.ion-android-contract:before { content: "\f37d"; }
.ion-android-create:before { content: "\f37e"; }
.ion-android-delete:before { content: "\f37f"; }
.ion-android-desktop:before { content: "\f380"; }
.ion-android-document:before { content: "\f381"; }
.ion-android-done:before { content: "\f383"; }
.ion-android-done-all:before { content: "\f382"; }
.ion-android-download:before { content: "\f2dd"; }
.ion-android-drafts:before { content: "\f384"; }
.ion-android-exit:before { content: "\f385"; }
.ion-android-expand:before { content: "\f386"; }
.ion-android-favorite:before { content: "\f388"; }
.ion-android-favorite-outline:before { content: "\f387"; }
.ion-android-film:before { content: "\f389"; }
.ion-android-folder:before { content: "\f2e0"; }
.ion-android-folder-open:before { content: "\f38a"; }
.ion-android-funnel:before { content: "\f38b"; }
.ion-android-globe:before { content: "\f38c"; }
.ion-android-hand:before { content: "\f2e3"; }
.ion-android-hangout:before { content: "\f38d"; }
.ion-android-happy:before { content: "\f38e"; }
.ion-android-home:before { content: "\f38f"; }
.ion-android-image:before { content: "\f2e4"; }
.ion-android-laptop:before { content: "\f390"; }
.ion-android-list:before { content: "\f391"; }
.ion-android-locate:before { content: "\f2e9"; }
.ion-android-lock:before { content: "\f392"; }
.ion-android-mail:before { content: "\f2eb"; }
.ion-android-map:before { content: "\f393"; }
.ion-android-menu:before { content: "\f394"; }
.ion-android-microphone:before { content: "\f2ec"; }
.ion-android-microphone-off:before { content: "\f395"; }
.ion-android-more-horizontal:before { content: "\f396"; }
.ion-android-more-vertical:before { content: "\f397"; }
.ion-android-navigate:before { content: "\f398"; }
.ion-android-notifications:before { content: "\f39b"; }
.ion-android-notifications-none:before { content: "\f399"; }
.ion-android-notifications-off:before { content: "\f39a"; }
.ion-android-open:before { content: "\f39c"; }
.ion-android-options:before { content: "\f39d"; }
.ion-android-people:before { content: "\f39e"; }
.ion-android-person:before { content: "\f3a0"; }
.ion-android-person-add:before { content: "\f39f"; }
.ion-android-phone-landscape:before { content: "\f3a1"; }
.ion-android-phone-portrait:before { content: "\f3a2"; }
.ion-android-pin:before { content: "\f3a3"; }
.ion-android-plane:before { content: "\f3a4"; }
.ion-android-playstore:before { content: "\f2f0"; }
.ion-android-print:before { content: "\f3a5"; }
.ion-android-radio-button-off:before { content: "\f3a6"; }
.ion-android-radio-button-on:before { content: "\f3a7"; }
.ion-android-refresh:before { content: "\f3a8"; }
.ion-android-remove:before { content: "\f2f4"; }
.ion-android-remove-circle:before { content: "\f3a9"; }
.ion-android-restaurant:before { content: "\f3aa"; }
.ion-android-sad:before { content: "\f3ab"; }
.ion-android-search:before { content: "\f2f5"; }
.ion-android-send:before { content: "\f2f6"; }
.ion-android-settings:before { content: "\f2f7"; }
.ion-android-share:before { content: "\f2f8"; }
.ion-android-share-alt:before { content: "\f3ac"; }
.ion-android-star:before { content: "\f2fc"; }
.ion-android-star-half:before { content: "\f3ad"; }
.ion-android-star-outline:before { content: "\f3ae"; }
.ion-android-stopwatch:before { content: "\f2fd"; }
.ion-android-subway:before { content: "\f3af"; }
.ion-android-sunny:before { content: "\f3b0"; }
.ion-android-sync:before { content: "\f3b1"; }
.ion-android-textsms:before { content: "\f3b2"; }
.ion-android-time:before { content: "\f3b3"; }
.ion-android-train:before { content: "\f3b4"; }
.ion-android-unlock:before { content: "\f3b5"; }
.ion-android-upload:before { content: "\f3b6"; }
.ion-android-volume-down:before { content: "\f3b7"; }
.ion-android-volume-mute:before { content: "\f3b8"; }
.ion-android-volume-off:before { content: "\f3b9"; }
.ion-android-volume-up:before { content: "\f3ba"; }
.ion-android-walk:before { content: "\f3bb"; }
.ion-android-warning:before { content: "\f3bc"; }
.ion-android-watch:before { content: "\f3bd"; }
.ion-android-wifi:before { content: "\f305"; }
.ion-aperture:before { content: "\f313"; }
.ion-archive:before { content: "\f102"; }
.ion-arrow-down-a:before { content: "\f103"; }
.ion-arrow-down-b:before { content: "\f104"; }
.ion-arrow-down-c:before { content: "\f105"; }
.ion-arrow-expand:before { content: "\f25e"; }
.ion-arrow-graph-down-left:before { content: "\f25f"; }
.ion-arrow-graph-down-right:before { content: "\f260"; }
.ion-arrow-graph-up-left:before { content: "\f261"; }
.ion-arrow-graph-up-right:before { content: "\f262"; }
.ion-arrow-left-a:before { content: "\f106"; }
.ion-arrow-left-b:before { content: "\f107"; }
.ion-arrow-left-c:before { content: "\f108"; }
.ion-arrow-move:before { content: "\f263"; }
.ion-arrow-resize:before { content: "\f264"; }
.ion-arrow-return-left:before { content: "\f265"; }
.ion-arrow-return-right:before { content: "\f266"; }
.ion-arrow-right-a:before { content: "\f109"; }
.ion-arrow-right-b:before { content: "\f10a"; }
.ion-arrow-right-c:before { content: "\f10b"; }
.ion-arrow-shrink:before { content: "\f267"; }
.ion-arrow-swap:before { content: "\f268"; }
.ion-arrow-up-a:before { content: "\f10c"; }
.ion-arrow-up-b:before { content: "\f10d"; }
.ion-arrow-up-c:before { content: "\f10e"; }
.ion-asterisk:before { content: "\f314"; }
.ion-at:before { content: "\f10f"; }
.ion-backspace:before { content: "\f3bf"; }
.ion-backspace-outline:before { content: "\f3be"; }
.ion-bag:before { content: "\f110"; }
.ion-battery-charging:before { content: "\f111"; }
.ion-battery-empty:before { content: "\f112"; }
.ion-battery-full:before { content: "\f113"; }
.ion-battery-half:before { content: "\f114"; }
.ion-battery-low:before { content: "\f115"; }
.ion-beaker:before { content: "\f269"; }
.ion-beer:before { content: "\f26a"; }
.ion-bluetooth:before { content: "\f116"; }
.ion-bonfire:before { content: "\f315"; }
.ion-bookmark:before { content: "\f26b"; }
.ion-bowtie:before { content: "\f3c0"; }
.ion-briefcase:before { content: "\f26c"; }
.ion-bug:before { content: "\f2be"; }
.ion-calculator:before { content: "\f26d"; }
.ion-calendar:before { content: "\f117"; }
.ion-camera:before { content: "\f118"; }
.ion-card:before { content: "\f119"; }
.ion-cash:before { content: "\f316"; }
.ion-chatbox:before { content: "\f11b"; }
.ion-chatbox-working:before { content: "\f11a"; }
.ion-chatboxes:before { content: "\f11c"; }
.ion-chatbubble:before { content: "\f11e"; }
.ion-chatbubble-working:before { content: "\f11d"; }
.ion-chatbubbles:before { content: "\f11f"; }
.ion-checkmark:before { content: "\f122"; }
.ion-checkmark-circled:before { content: "\f120"; }
.ion-checkmark-round:before { content: "\f121"; }
.ion-chevron-down:before { content: "\f123"; }
.ion-chevron-left:before { content: "\f124"; }
.ion-chevron-right:before { content: "\f125"; }
.ion-chevron-up:before { content: "\f126"; }
.ion-clipboard:before { content: "\f127"; }
.ion-clock:before { content: "\f26e"; }
.ion-close:before { content: "\f12a"; }
.ion-close-circled:before { content: "\f128"; }
.ion-close-round:before { content: "\f129"; }
.ion-closed-captioning:before { content: "\f317"; }
.ion-cloud:before { content: "\f12b"; }
.ion-code:before { content: "\f271"; }
.ion-code-download:before { content: "\f26f"; }
.ion-code-working:before { content: "\f270"; }
.ion-coffee:before { content: "\f272"; }
.ion-compass:before { content: "\f273"; }
.ion-compose:before { content: "\f12c"; }
.ion-connection-bars:before { content: "\f274"; }
.ion-contrast:before { content: "\f275"; }
.ion-crop:before { content: "\f3c1"; }
.ion-cube:before { content: "\f318"; }
.ion-disc:before { content: "\f12d"; }
.ion-document:before { content: "\f12f"; }
.ion-document-text:before { content: "\f12e"; }
.ion-drag:before { content: "\f130"; }
.ion-earth:before { content: "\f276"; }
.ion-easel:before { content: "\f3c2"; }
.ion-edit:before { content: "\f2bf"; }
.ion-egg:before { content: "\f277"; }
.ion-eject:before { content: "\f131"; }
.ion-email:before { content: "\f132"; }
.ion-email-unread:before { content: "\f3c3"; }
.ion-erlenmeyer-flask:before { content: "\f3c5"; }
.ion-erlenmeyer-flask-bubbles:before { content: "\f3c4"; }
.ion-eye:before { content: "\f133"; }
.ion-eye-disabled:before { content: "\f306"; }
.ion-female:before { content: "\f278"; }
.ion-filing:before { content: "\f134"; }
.ion-film-marker:before { content: "\f135"; }
.ion-fireball:before { content: "\f319"; }
.ion-flag:before { content: "\f279"; }
.ion-flame:before { content: "\f31a"; }
.ion-flash:before { content: "\f137"; }
.ion-flash-off:before { content: "\f136"; }
.ion-folder:before { content: "\f139"; }
.ion-fork:before { content: "\f27a"; }
.ion-fork-repo:before { content: "\f2c0"; }
.ion-forward:before { content: "\f13a"; }
.ion-funnel:before { content: "\f31b"; }
.ion-gear-a:before { content: "\f13d"; }
.ion-gear-b:before { content: "\f13e"; }
.ion-grid:before { content: "\f13f"; }
.ion-hammer:before { content: "\f27b"; }
.ion-happy:before { content: "\f31c"; }
.ion-happy-outline:before { content: "\f3c6"; }
.ion-headphone:before { content: "\f140"; }
.ion-heart:before { content: "\f141"; }
.ion-heart-broken:before { content: "\f31d"; }
.ion-help:before { content: "\f143"; }
.ion-help-buoy:before { content: "\f27c"; }
.ion-help-circled:before { content: "\f142"; }
.ion-home:before { content: "\f144"; }
.ion-icecream:before { content: "\f27d"; }
.ion-image:before { content: "\f147"; }
.ion-images:before { content: "\f148"; }
.ion-information:before { content: "\f14a"; }
.ion-information-circled:before { content: "\f149"; }
.ion-ionic:before { content: "\f14b"; }
.ion-ios-alarm:before { content: "\f3c8"; }
.ion-ios-alarm-outline:before { content: "\f3c7"; }
.ion-ios-albums:before { content: "\f3ca"; }
.ion-ios-albums-outline:before { content: "\f3c9"; }
.ion-ios-americanfootball:before { content: "\f3cc"; }
.ion-ios-americanfootball-outline:before { content: "\f3cb"; }
.ion-ios-analytics:before { content: "\f3ce"; }
.ion-ios-analytics-outline:before { content: "\f3cd"; }
.ion-ios-arrow-back:before { content: "\f3cf"; }
.ion-ios-arrow-down:before { content: "\f3d0"; }
.ion-ios-arrow-forward:before { content: "\f3d1"; }
.ion-ios-arrow-left:before { content: "\f3d2"; }
.ion-ios-arrow-right:before { content: "\f3d3"; }
.ion-ios-arrow-thin-down:before { content: "\f3d4"; }
.ion-ios-arrow-thin-left:before { content: "\f3d5"; }
.ion-ios-arrow-thin-right:before { content: "\f3d6"; }
.ion-ios-arrow-thin-up:before { content: "\f3d7"; }
.ion-ios-arrow-up:before { content: "\f3d8"; }
.ion-ios-at:before { content: "\f3da"; }
.ion-ios-at-outline:before { content: "\f3d9"; }
.ion-ios-barcode:before { content: "\f3dc"; }
.ion-ios-barcode-outline:before { content: "\f3db"; }
.ion-ios-baseball:before { content: "\f3de"; }
.ion-ios-baseball-outline:before { content: "\f3dd"; }
.ion-ios-basketball:before { content: "\f3e0"; }
.ion-ios-basketball-outline:before { content: "\f3df"; }
.ion-ios-bell:before { content: "\f3e2"; }
.ion-ios-bell-outline:before { content: "\f3e1"; }
.ion-ios-body:before { content: "\f3e4"; }
.ion-ios-body-outline:before { content: "\f3e3"; }
.ion-ios-bolt:before { content: "\f3e6"; }
.ion-ios-bolt-outline:before { content: "\f3e5"; }
.ion-ios-book:before { content: "\f3e8"; }
.ion-ios-book-outline:before { content: "\f3e7"; }
.ion-ios-bookmarks:before { content: "\f3ea"; }
.ion-ios-bookmarks-outline:before { content: "\f3e9"; }
.ion-ios-box:before { content: "\f3ec"; }
.ion-ios-box-outline:before { content: "\f3eb"; }
.ion-ios-briefcase:before { content: "\f3ee"; }
.ion-ios-briefcase-outline:before { content: "\f3ed"; }
.ion-ios-browsers:before { content: "\f3f0"; }
.ion-ios-browsers-outline:before { content: "\f3ef"; }
.ion-ios-calculator:before { content: "\f3f2"; }
.ion-ios-calculator-outline:before { content: "\f3f1"; }
.ion-ios-calendar:before { content: "\f3f4"; }
.ion-ios-calendar-outline:before { content: "\f3f3"; }
.ion-ios-camera:before { content: "\f3f6"; }
.ion-ios-camera-outline:before { content: "\f3f5"; }
.ion-ios-cart:before { content: "\f3f8"; }
.ion-ios-cart-outline:before { content: "\f3f7"; }
.ion-ios-chatboxes:before { content: "\f3fa"; }
.ion-ios-chatboxes-outline:before { content: "\f3f9"; }
.ion-ios-chatbubble:before { content: "\f3fc"; }
.ion-ios-chatbubble-outline:before { content: "\f3fb"; }
.ion-ios-checkmark:before { content: "\f3ff"; }
.ion-ios-checkmark-empty:before { content: "\f3fd"; }
.ion-ios-checkmark-outline:before { content: "\f3fe"; }
.ion-ios-circle-filled:before { content: "\f400"; }
.ion-ios-circle-outline:before { content: "\f401"; }
.ion-ios-clock:before { content: "\f403"; }
.ion-ios-clock-outline:before { content: "\f402"; }
.ion-ios-close:before { content: "\f406"; }
.ion-ios-close-empty:before { content: "\f404"; }
.ion-ios-close-outline:before { content: "\f405"; }
.ion-ios-cloud:before { content: "\f40c"; }
.ion-ios-cloud-download:before { content: "\f408"; }
.ion-ios-cloud-download-outline:before { content: "\f407"; }
.ion-ios-cloud-outline:before { content: "\f409"; }
.ion-ios-cloud-upload:before { content: "\f40b"; }
.ion-ios-cloud-upload-outline:before { content: "\f40a"; }
.ion-ios-cloudy:before { content: "\f410"; }
.ion-ios-cloudy-night:before { content: "\f40e"; }
.ion-ios-cloudy-night-outline:before { content: "\f40d"; }
.ion-ios-cloudy-outline:before { content: "\f40f"; }
.ion-ios-cog:before { content: "\f412"; }
.ion-ios-cog-outline:before { content: "\f411"; }
.ion-ios-color-filter:before { content: "\f414"; }
.ion-ios-color-filter-outline:before { content: "\f413"; }
.ion-ios-color-wand:before { content: "\f416"; }
.ion-ios-color-wand-outline:before { content: "\f415"; }
.ion-ios-compose:before { content: "\f418"; }
.ion-ios-compose-outline:before { content: "\f417"; }
.ion-ios-contact:before { content: "\f41a"; }
.ion-ios-contact-outline:before { content: "\f419"; }
.ion-ios-copy:before { content: "\f41c"; }
.ion-ios-copy-outline:before { content: "\f41b"; }
.ion-ios-crop:before { content: "\f41e"; }
.ion-ios-crop-strong:before { content: "\f41d"; }
.ion-ios-download:before { content: "\f420"; }
.ion-ios-download-outline:before { content: "\f41f"; }
.ion-ios-drag:before { content: "\f421"; }
.ion-ios-email:before { content: "\f423"; }
.ion-ios-email-outline:before { content: "\f422"; }
.ion-ios-eye:before { content: "\f425"; }
.ion-ios-eye-outline:before { content: "\f424"; }
.ion-ios-fastforward:before { content: "\f427"; }
.ion-ios-fastforward-outline:before { content: "\f426"; }
.ion-ios-filing:before { content: "\f429"; }
.ion-ios-filing-outline:before { content: "\f428"; }
.ion-ios-film:before { content: "\f42b"; }
.ion-ios-film-outline:before { content: "\f42a"; }
.ion-ios-flag:before { content: "\f42d"; }
.ion-ios-flag-outline:before { content: "\f42c"; }
.ion-ios-flame:before { content: "\f42f"; }
.ion-ios-flame-outline:before { content: "\f42e"; }
.ion-ios-flask:before { content: "\f431"; }
.ion-ios-flask-outline:before { content: "\f430"; }
.ion-ios-flower:before { content: "\f433"; }
.ion-ios-flower-outline:before { content: "\f432"; }
.ion-ios-folder:before { content: "\f435"; }
.ion-ios-folder-outline:before { content: "\f434"; }
.ion-ios-football:before { content: "\f437"; }
.ion-ios-football-outline:before { content: "\f436"; }
.ion-ios-game-controller-a:before { content: "\f439"; }
.ion-ios-game-controller-a-outline:before { content: "\f438"; }
.ion-ios-game-controller-b:before { content: "\f43b"; }
.ion-ios-game-controller-b-outline:before { content: "\f43a"; }
.ion-ios-gear:before { content: "\f43d"; }
.ion-ios-gear-outline:before { content: "\f43c"; }
.ion-ios-glasses:before { content: "\f43f"; }
.ion-ios-glasses-outline:before { content: "\f43e"; }
.ion-ios-grid-view:before { content: "\f441"; }
.ion-ios-grid-view-outline:before { content: "\f440"; }
.ion-ios-heart:before { content: "\f443"; }
.ion-ios-heart-outline:before { content: "\f442"; }
.ion-ios-help:before { content: "\f446"; }
.ion-ios-help-empty:before { content: "\f444"; }
.ion-ios-help-outline:before { content: "\f445"; }
.ion-ios-home:before { content: "\f448"; }
.ion-ios-home-outline:before { content: "\f447"; }
.ion-ios-infinite:before { content: "\f44a"; }
.ion-ios-infinite-outline:before { content: "\f449"; }
.ion-ios-information:before { content: "\f44d"; }
.ion-ios-information-empty:before { content: "\f44b"; }
.ion-ios-information-outline:before { content: "\f44c"; }
.ion-ios-ionic-outline:before { content: "\f44e"; }
.ion-ios-keypad:before { content: "\f450"; }
.ion-ios-keypad-outline:before { content: "\f44f"; }
.ion-ios-lightbulb:before { content: "\f452"; }
.ion-ios-lightbulb-outline:before { content: "\f451"; }
.ion-ios-list:before { content: "\f454"; }
.ion-ios-list-outline:before { content: "\f453"; }
.ion-ios-location:before { content: "\f456"; }
.ion-ios-location-outline:before { content: "\f455"; }
.ion-ios-locked:before { content: "\f458"; }
.ion-ios-locked-outline:before { content: "\f457"; }
.ion-ios-loop:before { content: "\f45a"; }
.ion-ios-loop-strong:before { content: "\f459"; }
.ion-ios-medical:before { content: "\f45c"; }
.ion-ios-medical-outline:before { content: "\f45b"; }
.ion-ios-medkit:before { content: "\f45e"; }
.ion-ios-medkit-outline:before { content: "\f45d"; }
.ion-ios-mic:before { content: "\f461"; }
.ion-ios-mic-off:before { content: "\f45f"; }
.ion-ios-mic-outline:before { content: "\f460"; }
.ion-ios-minus:before { content: "\f464"; }
.ion-ios-minus-empty:before { content: "\f462"; }
.ion-ios-minus-outline:before { content: "\f463"; }
.ion-ios-monitor:before { content: "\f466"; }
.ion-ios-monitor-outline:before { content: "\f465"; }
.ion-ios-moon:before { content: "\f468"; }
.ion-ios-moon-outline:before { content: "\f467"; }
.ion-ios-more:before { content: "\f46a"; }
.ion-ios-more-outline:before { content: "\f469"; }
.ion-ios-musical-note:before { content: "\f46b"; }
.ion-ios-musical-notes:before { content: "\f46c"; }
.ion-ios-navigate:before { content: "\f46e"; }
.ion-ios-navigate-outline:before { content: "\f46d"; }
.ion-ios-nutrition:before { content: "\f470"; }
.ion-ios-nutrition-outline:before { content: "\f46f"; }
.ion-ios-paper:before { content: "\f472"; }
.ion-ios-paper-outline:before { content: "\f471"; }
.ion-ios-paperplane:before { content: "\f474"; }
.ion-ios-paperplane-outline:before { content: "\f473"; }
.ion-ios-partlysunny:before { content: "\f476"; }
.ion-ios-partlysunny-outline:before { content: "\f475"; }
.ion-ios-pause:before { content: "\f478"; }
.ion-ios-pause-outline:before { content: "\f477"; }
.ion-ios-paw:before { content: "\f47a"; }
.ion-ios-paw-outline:before { content: "\f479"; }
.ion-ios-people:before { content: "\f47c"; }
.ion-ios-people-outline:before { content: "\f47b"; }
.ion-ios-person:before { content: "\f47e"; }
.ion-ios-person-outline:before { content: "\f47d"; }
.ion-ios-personadd:before { content: "\f480"; }
.ion-ios-personadd-outline:before { content: "\f47f"; }
.ion-ios-photos:before { content: "\f482"; }
.ion-ios-photos-outline:before { content: "\f481"; }
.ion-ios-pie:before { content: "\f484"; }
.ion-ios-pie-outline:before { content: "\f483"; }
.ion-ios-pint:before { content: "\f486"; }
.ion-ios-pint-outline:before { content: "\f485"; }
.ion-ios-play:before { content: "\f488"; }
.ion-ios-play-outline:before { content: "\f487"; }
.ion-ios-plus:before { content: "\f48b"; }
.ion-ios-plus-empty:before { content: "\f489"; }
.ion-ios-plus-outline:before { content: "\f48a"; }
.ion-ios-pricetag:before { content: "\f48d"; }
.ion-ios-pricetag-outline:before { content: "\f48c"; }
.ion-ios-pricetags:before { content: "\f48f"; }
.ion-ios-pricetags-outline:before { content: "\f48e"; }
.ion-ios-printer:before { content: "\f491"; }
.ion-ios-printer-outline:before { content: "\f490"; }
.ion-ios-pulse:before { content: "\f493"; }
.ion-ios-pulse-strong:before { content: "\f492"; }
.ion-ios-rainy:before { content: "\f495"; }
.ion-ios-rainy-outline:before { content: "\f494"; }
.ion-ios-recording:before { content: "\f497"; }
.ion-ios-recording-outline:before { content: "\f496"; }
.ion-ios-redo:before { content: "\f499"; }
.ion-ios-redo-outline:before { content: "\f498"; }
.ion-ios-refresh:before { content: "\f49c"; }
.ion-ios-refresh-empty:before { content: "\f49a"; }
.ion-ios-refresh-outline:before { content: "\f49b"; }
.ion-ios-reload:before { content: "\f49d"; }
.ion-ios-reverse-camera:before { content: "\f49f"; }
.ion-ios-reverse-camera-outline:before { content: "\f49e"; }
.ion-ios-rewind:before { content: "\f4a1"; }
.ion-ios-rewind-outline:before { content: "\f4a0"; }
.ion-ios-rose:before { content: "\f4a3"; }
.ion-ios-rose-outline:before { content: "\f4a2"; }
.ion-ios-search:before { content: "\f4a5"; }
.ion-ios-search-strong:before { content: "\f4a4"; }
.ion-ios-settings:before { content: "\f4a7"; }
.ion-ios-settings-strong:before { content: "\f4a6"; }
.ion-ios-shuffle:before { content: "\f4a9"; }
.ion-ios-shuffle-strong:before { content: "\f4a8"; }
.ion-ios-skipbackward:before { content: "\f4ab"; }
.ion-ios-skipbackward-outline:before { content: "\f4aa"; }
.ion-ios-skipforward:before { content: "\f4ad"; }
.ion-ios-skipforward-outline:before { content: "\f4ac"; }
.ion-ios-snowy:before { content: "\f4ae"; }
.ion-ios-speedometer:before { content: "\f4b0"; }
.ion-ios-speedometer-outline:before { content: "\f4af"; }
.ion-ios-star:before { content: "\f4b3"; }
.ion-ios-star-half:before { content: "\f4b1"; }
.ion-ios-star-outline:before { content: "\f4b2"; }
.ion-ios-stopwatch:before { content: "\f4b5"; }
.ion-ios-stopwatch-outline:before { content: "\f4b4"; }
.ion-ios-sunny:before { content: "\f4b7"; }
.ion-ios-sunny-outline:before { content: "\f4b6"; }
.ion-ios-telephone:before { content: "\f4b9"; }
.ion-ios-telephone-outline:before { content: "\f4b8"; }
.ion-ios-tennisball:before { content: "\f4bb"; }
.ion-ios-tennisball-outline:before { content: "\f4ba"; }
.ion-ios-thunderstorm:before { content: "\f4bd"; }
.ion-ios-thunderstorm-outline:before { content: "\f4bc"; }
.ion-ios-time:before { content: "\f4bf"; }
.ion-ios-time-outline:before { content: "\f4be"; }
.ion-ios-timer:before { content: "\f4c1"; }
.ion-ios-timer-outline:before { content: "\f4c0"; }
.ion-ios-toggle:before { content: "\f4c3"; }
.ion-ios-toggle-outline:before { content: "\f4c2"; }
.ion-ios-trash:before { content: "\f4c5"; }
.ion-ios-trash-outline:before { content: "\f4c4"; }
.ion-ios-undo:before { content: "\f4c7"; }
.ion-ios-undo-outline:before { content: "\f4c6"; }
.ion-ios-unlocked:before { content: "\f4c9"; }
.ion-ios-unlocked-outline:before { content: "\f4c8"; }
.ion-ios-upload:before { content: "\f4cb"; }
.ion-ios-upload-outline:before { content: "\f4ca"; }
.ion-ios-videocam:before { content: "\f4cd"; }
.ion-ios-videocam-outline:before { content: "\f4cc"; }
.ion-ios-volume-high:before { content: "\f4ce"; }
.ion-ios-volume-low:before { content: "\f4cf"; }
.ion-ios-wineglass:before { content: "\f4d1"; }
.ion-ios-wineglass-outline:before { content: "\f4d0"; }
.ion-ios-world:before { content: "\f4d3"; }
.ion-ios-world-outline:before { content: "\f4d2"; }
.ion-ipad:before { content: "\f1f9"; }
.ion-iphone:before { content: "\f1fa"; }
.ion-ipod:before { content: "\f1fb"; }
.ion-jet:before { content: "\f295"; }
.ion-key:before { content: "\f296"; }
.ion-knife:before { content: "\f297"; }
.ion-laptop:before { content: "\f1fc"; }
.ion-leaf:before { content: "\f1fd"; }
.ion-levels:before { content: "\f298"; }
.ion-lightbulb:before { content: "\f299"; }
.ion-link:before { content: "\f1fe"; }
.ion-load-a:before { content: "\f29a"; }
.ion-load-b:before { content: "\f29b"; }
.ion-load-c:before { content: "\f29c"; }
.ion-load-d:before { content: "\f29d"; }
.ion-location:before { content: "\f1ff"; }
.ion-lock-combination:before { content: "\f4d4"; }
.ion-locked:before { content: "\f200"; }
.ion-log-in:before { content: "\f29e"; }
.ion-log-out:before { content: "\f29f"; }
.ion-loop:before { content: "\f201"; }
.ion-magnet:before { content: "\f2a0"; }
.ion-male:before { content: "\f2a1"; }
.ion-man:before { content: "\f202"; }
.ion-map:before { content: "\f203"; }
.ion-medkit:before { content: "\f2a2"; }
.ion-merge:before { content: "\f33f"; }
.ion-mic-a:before { content: "\f204"; }
.ion-mic-b:before { content: "\f205"; }
.ion-mic-c:before { content: "\f206"; }
.ion-minus:before { content: "\f209"; }
.ion-minus-circled:before { content: "\f207"; }
.ion-minus-round:before { content: "\f208"; }
.ion-model-s:before { content: "\f2c1"; }
.ion-monitor:before { content: "\f20a"; }
.ion-more:before { content: "\f20b"; }
.ion-mouse:before { content: "\f340"; }
.ion-music-note:before { content: "\f20c"; }
.ion-navicon:before { content: "\f20e"; }
.ion-navicon-round:before { content: "\f20d"; }
.ion-navigate:before { content: "\f2a3"; }
.ion-network:before { content: "\f341"; }
.ion-no-smoking:before { content: "\f2c2"; }
.ion-nuclear:before { content: "\f2a4"; }
.ion-outlet:before { content: "\f342"; }
.ion-paintbrush:before { content: "\f4d5"; }
.ion-paintbucket:before { content: "\f4d6"; }
.ion-paper-airplane:before { content: "\f2c3"; }
.ion-paperclip:before { content: "\f20f"; }
.ion-pause:before { content: "\f210"; }
.ion-person:before { content: "\f213"; }
.ion-person-add:before { content: "\f211"; }
.ion-person-stalker:before { content: "\f212"; }
.ion-pie-graph:before { content: "\f2a5"; }
.ion-pin:before { content: "\f2a6"; }
.ion-pinpoint:before { content: "\f2a7"; }
.ion-pizza:before { content: "\f2a8"; }
.ion-plane:before { content: "\f214"; }
.ion-planet:before { content: "\f343"; }
.ion-play:before { content: "\f215"; }
.ion-playstation:before { content: "\f30a"; }
.ion-plus:before { content: "\f218"; }
.ion-plus-circled:before { content: "\f216"; }
.ion-plus-round:before { content: "\f217"; }
.ion-podium:before { content: "\f344"; }
.ion-pound:before { content: "\f219"; }
.ion-power:before { content: "\f2a9"; }
.ion-pricetag:before { content: "\f2aa"; }
.ion-pricetags:before { content: "\f2ab"; }
.ion-printer:before { content: "\f21a"; }
.ion-pull-request:before { content: "\f345"; }
.ion-qr-scanner:before { content: "\f346"; }
.ion-quote:before { content: "\f347"; }
.ion-radio-waves:before { content: "\f2ac"; }
.ion-record:before { content: "\f21b"; }
.ion-refresh:before { content: "\f21c"; }
.ion-reply:before { content: "\f21e"; }
.ion-reply-all:before { content: "\f21d"; }
.ion-ribbon-a:before { content: "\f348"; }
.ion-ribbon-b:before { content: "\f349"; }
.ion-sad:before { content: "\f34a"; }
.ion-sad-outline:before { content: "\f4d7"; }
.ion-scissors:before { content: "\f34b"; }
.ion-search:before { content: "\f21f"; }
.ion-settings:before { content: "\f2ad"; }
.ion-share:before { content: "\f220"; }
.ion-shuffle:before { content: "\f221"; }
.ion-skip-backward:before { content: "\f222"; }
.ion-skip-forward:before { content: "\f223"; }
.ion-social-android:before { content: "\f225"; }
.ion-social-android-outline:before { content: "\f224"; }
.ion-social-angular:before { content: "\f4d9"; }
.ion-social-angular-outline:before { content: "\f4d8"; }
.ion-social-apple:before { content: "\f227"; }
.ion-social-apple-outline:before { content: "\f226"; }
.ion-social-bitcoin:before { content: "\f2af"; }
.ion-social-bitcoin-outline:before { content: "\f2ae"; }
.ion-social-buffer:before { content: "\f229"; }
.ion-social-buffer-outline:before { content: "\f228"; }
.ion-social-chrome:before { content: "\f4db"; }
.ion-social-chrome-outline:before { content: "\f4da"; }
.ion-social-codepen:before { content: "\f4dd"; }
.ion-social-codepen-outline:before { content: "\f4dc"; }
.ion-social-css3:before { content: "\f4df"; }
.ion-social-css3-outline:before { content: "\f4de"; }
.ion-social-designernews:before { content: "\f22b"; }
.ion-social-designernews-outline:before { content: "\f22a"; }
.ion-social-dribbble:before { content: "\f22d"; }
.ion-social-dribbble-outline:before { content: "\f22c"; }
.ion-social-dropbox:before { content: "\f22f"; }
.ion-social-dropbox-outline:before { content: "\f22e"; }
.ion-social-euro:before { content: "\f4e1"; }
.ion-social-euro-outline:before { content: "\f4e0"; }
.ion-social-facebook:before { content: "\f231"; }
.ion-social-facebook-outline:before { content: "\f230"; }
.ion-social-foursquare:before { content: "\f34d"; }
.ion-social-foursquare-outline:before { content: "\f34c"; }
.ion-social-freebsd-devil:before { content: "\f2c4"; }
.ion-social-github:before { content: "\f233"; }
.ion-social-github-outline:before { content: "\f232"; }
.ion-social-google:before { content: "\f34f"; }
.ion-social-google-outline:before { content: "\f34e"; }
.ion-social-googleplus:before { content: "\f235"; }
.ion-social-googleplus-outline:before { content: "\f234"; }
.ion-social-hackernews:before { content: "\f237"; }
.ion-social-hackernews-outline:before { content: "\f236"; }
.ion-social-html5:before { content: "\f4e3"; }
.ion-social-html5-outline:before { content: "\f4e2"; }
.ion-social-instagram:before { content: "\f351"; }
.ion-social-instagram-outline:before { content: "\f350"; }
.ion-social-javascript:before { content: "\f4e5"; }
.ion-social-javascript-outline:before { content: "\f4e4"; }
.ion-social-linkedin:before { content: "\f239"; }
.ion-social-linkedin-outline:before { content: "\f238"; }
.ion-social-markdown:before { content: "\f4e6"; }
.ion-social-nodejs:before { content: "\f4e7"; }
.ion-social-octocat:before { content: "\f4e8"; }
.ion-social-pinterest:before { content: "\f2b1"; }
.ion-social-pinterest-outline:before { content: "\f2b0"; }
.ion-social-python:before { content: "\f4e9"; }
.ion-social-reddit:before { content: "\f23b"; }
.ion-social-reddit-outline:before { content: "\f23a"; }
.ion-social-rss:before { content: "\f23d"; }
.ion-social-rss-outline:before { content: "\f23c"; }
.ion-social-sass:before { content: "\f4ea"; }
.ion-social-skype:before { content: "\f23f"; }
.ion-social-skype-outline:before { content: "\f23e"; }
.ion-social-snapchat:before { content: "\f4ec"; }
.ion-social-snapchat-outline:before { content: "\f4eb"; }
.ion-social-tumblr:before { content: "\f241"; }
.ion-social-tumblr-outline:before { content: "\f240"; }
.ion-social-tux:before { content: "\f2c5"; }
.ion-social-twitch:before { content: "\f4ee"; }
.ion-social-twitch-outline:before { content: "\f4ed"; }
.ion-social-twitter:before { content: "\f243"; }
.ion-social-twitter-outline:before { content: "\f242"; }
.ion-social-usd:before { content: "\f353"; }
.ion-social-usd-outline:before { content: "\f352"; }
.ion-social-vimeo:before { content: "\f245"; }
.ion-social-vimeo-outline:before { content: "\f244"; }
.ion-social-whatsapp:before { content: "\f4f0"; }
.ion-social-whatsapp-outline:before { content: "\f4ef"; }
.ion-social-windows:before { content: "\f247"; }
.ion-social-windows-outline:before { content: "\f246"; }
.ion-social-wordpress:before { content: "\f249"; }
.ion-social-wordpress-outline:before { content: "\f248"; }
.ion-social-yahoo:before { content: "\f24b"; }
.ion-social-yahoo-outline:before { content: "\f24a"; }
.ion-social-yen:before { content: "\f4f2"; }
.ion-social-yen-outline:before { content: "\f4f1"; }
.ion-social-youtube:before { content: "\f24d"; }
.ion-social-youtube-outline:before { content: "\f24c"; }
.ion-soup-can:before { content: "\f4f4"; }
.ion-soup-can-outline:before { content: "\f4f3"; }
.ion-speakerphone:before { content: "\f2b2"; }
.ion-speedometer:before { content: "\f2b3"; }
.ion-spoon:before { content: "\f2b4"; }
.ion-star:before { content: "\f24e"; }
.ion-stats-bars:before { content: "\f2b5"; }
.ion-steam:before { content: "\f30b"; }
.ion-stop:before { content: "\f24f"; }
.ion-thermometer:before { content: "\f2b6"; }
.ion-thumbsdown:before { content: "\f250"; }
.ion-thumbsup:before { content: "\f251"; }
.ion-toggle:before { content: "\f355"; }
.ion-toggle-filled:before { content: "\f354"; }
.ion-transgender:before { content: "\f4f5"; }
.ion-trash-a:before { content: "\f252"; }
.ion-trash-b:before { content: "\f253"; }
.ion-trophy:before { content: "\f356"; }
.ion-tshirt:before { content: "\f4f7"; }
.ion-tshirt-outline:before { content: "\f4f6"; }
.ion-umbrella:before { content: "\f2b7"; }
.ion-university:before { content: "\f357"; }
.ion-unlocked:before { content: "\f254"; }
.ion-upload:before { content: "\f255"; }
.ion-usb:before { content: "\f2b8"; }
.ion-videocamera:before { content: "\f256"; }
.ion-volume-high:before { content: "\f257"; }
.ion-volume-low:before { content: "\f258"; }
.ion-volume-medium:before { content: "\f259"; }
.ion-volume-mute:before { content: "\f25a"; }
.ion-wand:before { content: "\f358"; }
.ion-waterdrop:before { content: "\f25b"; }
.ion-wifi:before { content: "\f25c"; }
.ion-wineglass:before { content: "\f2b9"; }
.ion-woman:before { content: "\f25d"; }
.ion-wrench:before { content: "\f2ba"; }
.ion-xbox:before { content: "\f30c"; }

/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./src/assets/fonts/data-table/icons.css ***!
  \*******************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

@font-face {
  font-family: "data-table";
  src:url("data-table.eot");
  src:url("data-table.eot?#iefix") format("embedded-opentype"),
    url("data-table.woff") format("woff"),
    url("data-table.ttf") format("truetype"),
    url("data-table.svg#data-table") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "data-table" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-feature-settings: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="datatable-icon-"]:before,
[class*=" datatable-icon-"]:before {
  font-family: "data-table" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-feature-settings: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.datatable-icon-filter:before {
  content: "\62";
}

.datatable-icon-collapse:before {
  content: "\61";
}

.datatable-icon-expand:before {
  content: "\63";
}

.datatable-icon-close:before {
  content: "\64";
}

.datatable-icon-up:before {
  content: "\65";
}

.datatable-icon-down:before {
  content: "\66";
}

.datatable-icon-sort:before {
  content: "\67";
}

.datatable-icon-done:before {
  content: "\68";
}

.datatable-icon-done-all:before {
  content: "\69";
}

.datatable-icon-search:before {
  content: "\6a";
}

.datatable-icon-pin:before {
  content: "\6b";
}

.datatable-icon-add:before {
  content: "\6d";
}

.datatable-icon-left:before {
  content: "\6f";
}

.datatable-icon-right:before {
  content: "\70";
}

.datatable-icon-skip:before {
  content: "\71";
}

.datatable-icon-prev:before {
  content: "\72";
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/assets/styles/app.scss (1) ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Applies styles for users in high contrast mode. Note that this only applies
 * to Microsoft browsers. Chrome can be included by checking for the `html[hc]`
 * attribute, however Chrome handles high contrast differently.
 * @param target Which kind of high contrast setting to target. Defaults to `active`, can be
 *    `white-on-black` or `black-on-white`.
 */
/* Theme for the ripple elements.*/
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}
.cdk-overlay-container{position:fixed;z-index:1000}
.cdk-overlay-container:empty{display:none}
.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}
.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}
.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}
@media screen and (-ms-high-contrast: active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:0.6}}
.cdk-overlay-dark-backdrop{background:rgba(0,0,0,0.288)}
.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}
.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}
.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}
.owl-dialog-container{position:relative;pointer-events:auto;box-sizing:border-box;display:block;padding:1.5em;box-shadow:0 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12);border-radius:2px;overflow:auto;background:#fff;color:rgba(0,0,0,0.87);width:100%;height:100%;outline:none}
.owl-dt-container,.owl-dt-container *{box-sizing:border-box}
.owl-dt-container{display:block;font-size:1rem;background:#ffffff;pointer-events:auto;z-index:1000}
.owl-dt-container-row{border-bottom:1px solid rgba(0,0,0,0.12)}
.owl-dt-container-row:last-child{border-bottom:none}
.owl-dt-calendar{display:flex;flex-direction:column;width:100%}
.owl-dt-calendar-control{display:flex;align-items:center;font-size:1em;width:100%;padding:.5em;color:#000000}
.owl-dt-calendar-control .owl-dt-calendar-control-content{flex:1 1 auto;display:flex;justify-content:center;align-items:center}
.owl-dt-calendar-control .owl-dt-calendar-control-content .owl-dt-calendar-control-button{padding:0 .8em}
.owl-dt-calendar-control .owl-dt-calendar-control-content .owl-dt-calendar-control-button:hover{background-color:rgba(0,0,0,0.12)}
.owl-dt-calendar-main{display:flex;flex-direction:column;flex:1 1 auto;padding:0 .5em .5em;outline:0}
.owl-dt-calendar-view{display:block;flex:1 1 auto}
.owl-dt-calendar-multi-year-view{display:flex;align-items:center}
.owl-dt-calendar-multi-year-view .owl-dt-calendar-table{width:calc(100% - 3em)}
.owl-dt-calendar-multi-year-view .owl-dt-calendar-table .owl-dt-calendar-header th{padding-bottom:.25em}
.owl-dt-calendar-table{width:100%;border-collapse:collapse;border-spacing:0}
.owl-dt-calendar-table .owl-dt-calendar-header{color:rgba(0,0,0,0.4)}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-weekdays th{font-size:.7em;font-weight:400;text-align:center;padding-bottom:1em}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider{position:relative;height:1px;padding-bottom:.5em}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider:after{content:'';position:absolute;top:0;left:-.5em;right:-.5em;height:1px;background:rgba(0,0,0,0.12)}
.owl-dt-calendar-table .owl-dt-calendar-cell{position:relative;height:0;line-height:0;text-align:center;outline:0;color:rgba(0,0,0,0.85);-webkit-appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}
.owl-dt-calendar-table .owl-dt-calendar-cell-content{position:absolute;top:5%;left:5%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:90%;height:90%;font-size:.8em;line-height:1;border:1px solid transparent;border-radius:999px;color:inherit;cursor:pointer}
.owl-dt-calendar-table .owl-dt-calendar-cell-out{opacity:.2}
.owl-dt-calendar-table .owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected){border-color:rgba(0,0,0,0.4)}
.owl-dt-calendar-table .owl-dt-calendar-cell-selected{color:rgba(255,255,255,0.85);background-color:#3f51b5}
.owl-dt-calendar-table .owl-dt-calendar-cell-selected.owl-dt-calendar-cell-today{box-shadow:inset 0 0 0 1px rgba(255,255,255,0.85)}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled{cursor:default}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled>.owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected){color:rgba(0,0,0,0.4)}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled>.owl-dt-calendar-cell-content.owl-dt-calendar-cell-selected{opacity:.4}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled>.owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected){border-color:rgba(0,0,0,0.2)}
.owl-dt-calendar-table .owl-dt-calendar-cell-active:focus>.owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected),.owl-dt-calendar-table :not(.owl-dt-calendar-cell-disabled):hover>.owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected){background-color:rgba(0,0,0,0.04)}
.owl-dt-calendar-table .owl-dt-calendar-cell-in-range{background:rgba(63,81,181,0.2)}
.owl-dt-calendar-table .owl-dt-calendar-cell-in-range.owl-dt-calendar-cell-range-from{border-top-left-radius:999px;border-bottom-left-radius:999px}
.owl-dt-calendar-table .owl-dt-calendar-cell-in-range.owl-dt-calendar-cell-range-to{border-top-right-radius:999px;border-bottom-right-radius:999px}
.owl-dt-timer{display:flex;justify-content:center;width:100%;height:7em;padding:.5em;outline:none}
.owl-dt-timer-box{position:relative;display:inline-flex;flex-direction:column;align-items:center;width:25%;height:100%}
.owl-dt-timer-content{flex:1 1 auto;display:flex;justify-content:center;align-items:center;width:100%;margin:.2em 0}
.owl-dt-timer-content .owl-dt-timer-input{display:block;width:2em;text-align:center;border:1px solid rgba(0,0,0,0.5);border-radius:3px;outline:medium none;font-size:1.2em;padding:.2em}
.owl-dt-timer-divider{display:inline-block;align-self:flex-end;position:absolute;width:.6em;height:100%;left:-.3em}
.owl-dt-timer-divider:before,.owl-dt-timer-divider:after{content:'';display:inline-block;width:.35em;height:.35em;position:absolute;left:50%;border-radius:50%;transform:translateX(-50%);background-color:currentColor}
.owl-dt-timer-divider:before{top:35%}
.owl-dt-timer-divider:after{bottom:35%}
.owl-dt-control-button{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;margin:0;padding:0;background-color:transparent;font-size:1em;color:inherit}
.owl-dt-control-button .owl-dt-control-button-content{position:relative;display:inline-flex;justify-content:center;align-items:center;outline:none}
.owl-dt-control-period-button .owl-dt-control-button-content{height:1.5em;padding:0 .5em;border-radius:3px;transition:background-color 100ms linear}
.owl-dt-control-period-button:hover>.owl-dt-control-button-content{background-color:rgba(0,0,0,0.12)}
.owl-dt-control-period-button .owl-dt-control-button-arrow{display:flex;justify-content:center;align-items:center;width:1em;height:1em;margin:.1em;transition:transform 200ms ease}
.owl-dt-control-arrow-button .owl-dt-control-button-content{padding:0;border-radius:50%;width:1.5em;height:1.5em}
.owl-dt-control-arrow-button[disabled]{color:rgba(0,0,0,0.4);cursor:default}
.owl-dt-control-arrow-button svg{width:50%;height:50%;fill:currentColor}
.owl-dt-inline-container,.owl-dt-popup-container{position:relative;width:18.5em;box-shadow:0 5px 5px -3px rgba(0,0,0,0.2),0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12)}
.owl-dt-inline-container .owl-dt-calendar,.owl-dt-inline-container .owl-dt-timer,.owl-dt-popup-container .owl-dt-calendar,.owl-dt-popup-container .owl-dt-timer{width:100%}
.owl-dt-inline-container .owl-dt-calendar,.owl-dt-popup-container .owl-dt-calendar{height:20.25em}
.owl-dt-dialog-container{max-height:95vh;margin:-1.5em}
.owl-dt-dialog-container .owl-dt-calendar{min-width:250px;min-height:330px;max-width:750px;max-height:750px}
.owl-dt-dialog-container .owl-dt-timer{min-width:250px;max-width:750px}
@media all and (orientation: landscape){.owl-dt-dialog-container .owl-dt-calendar{width:58vh;height:62vh}.owl-dt-dialog-container .owl-dt-timer{width:58vh}}
@media all and (orientation: portrait){.owl-dt-dialog-container .owl-dt-calendar{width:80vw;height:80vw}.owl-dt-dialog-container .owl-dt-timer{width:80vw}}
.owl-dt-container-buttons{display:flex;width:100%;height:2em;color:#3f51b5}
.owl-dt-container-control-button{font-size:1em;width:50%;height:100%;border-radius:0}
.owl-dt-container-control-button .owl-dt-control-button-content{height:100%;width:100%;transition:background-color 100ms linear}
.owl-dt-container-control-button:hover .owl-dt-control-button-content{background-color:rgba(0,0,0,0.1)}
.owl-dt-container-info{padding:0 .5em;cursor:pointer;-webkit-tap-highlight-color:transparent}
.owl-dt-container-info .owl-dt-container-range{outline:none}
.owl-dt-container-info .owl-dt-container-range .owl-dt-container-range-content{display:flex;justify-content:space-between;padding:.5em 0;font-size:.8em}
.owl-dt-container-info .owl-dt-container-range:last-child{border-top:1px solid rgba(0,0,0,0.12)}
.owl-dt-container-info .owl-dt-container-info-active{color:#3f51b5}
.owl-dt-container-disabled,.owl-dt-trigger-disabled{opacity:0.35;filter:Alpha(Opacity=35);background-image:none;cursor:default !important}
.owl-dt-timer-hour12{display:flex;justify-content:center;align-items:center;color:#3f51b5}
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box{border:1px solid currentColor;border-radius:2px;transition:background 200ms ease}
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box .owl-dt-control-button-content{width:100%;height:100%;padding:.5em}
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box:focus .owl-dt-control-button-content,.owl-dt-timer-hour12 .owl-dt-timer-hour12-box:hover .owl-dt-control-button-content{background:#3f51b5;color:#ffffff}
.owl-dt-calendar-only-current-month .owl-dt-calendar-cell-out{visibility:hidden;cursor:default}
.owl-dt-inline{display:inline-block}
.owl-dt-control{outline:none;cursor:pointer}
.owl-dt-control .owl-dt-control-content{outline:none}
.owl-dt-control:focus>.owl-dt-control-content{background-color:rgba(0,0,0,0.12)}
.owl-dt-control:not(:-moz-focusring):focus>.owl-dt-control-content{box-shadow:none}
.owl-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 6px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px;
}
.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px;
}
.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px;
}
.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px;
}
.mat-h5, .mat-typography h5 {
  font: 400 11.62px/20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-h6, .mat-typography h6 {
  font: 400 9.38px/20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong, .mat-body-2 {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif;
}
.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
}
.mat-body p, .mat-body-1 p, .mat-typography p {
  margin: 0 0 12px;
}
.mat-small, .mat-caption {
  font: 400 12px/20px Roboto, "Helvetica Neue", sans-serif;
}
.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 56px;
  letter-spacing: -0.05em;
}
.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 64px;
  letter-spacing: -0.02em;
}
.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 64px;
  letter-spacing: -0.005em;
}
.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 400;
}
.mat-card-subtitle,
.mat-card-content,
.mat-card-header .mat-card-title {
  font-size: 14px;
}
.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 13px;
  line-height: 18px;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
}
.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  -ms-transform: translateY(-1.28124em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-1.28123em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0;
}
.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list .mat-list-item, .mat-nav-list .mat-list-item, .mat-selection-list .mat-list-item {
  font-size: 16px;
}
.mat-list .mat-list-item .mat-line, .mat-nav-list .mat-list-item .mat-line, .mat-selection-list .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list .mat-list-item .mat-line:nth-child(n+2), .mat-nav-list .mat-list-item .mat-line:nth-child(n+2), .mat-selection-list .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list .mat-list-option, .mat-nav-list .mat-list-option, .mat-selection-list .mat-list-option {
  font-size: 16px;
}
.mat-list .mat-list-option .mat-line, .mat-nav-list .mat-list-option .mat-line, .mat-selection-list .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list .mat-list-option .mat-line:nth-child(n+2), .mat-nav-list .mat-list-option .mat-line:nth-child(n+2), .mat-selection-list .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list .mat-subheader, .mat-nav-list .mat-subheader, .mat-selection-list .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list[dense] .mat-list-item, .mat-nav-list[dense] .mat-list-item, .mat-selection-list[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list[dense] .mat-list-item .mat-line, .mat-nav-list[dense] .mat-list-item .mat-line, .mat-selection-list[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list[dense] .mat-list-item .mat-line:nth-child(n+2), .mat-nav-list[dense] .mat-list-item .mat-line:nth-child(n+2), .mat-selection-list[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list[dense] .mat-list-option, .mat-nav-list[dense] .mat-list-option, .mat-selection-list[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list[dense] .mat-list-option .mat-line, .mat-nav-list[dense] .mat-list-option .mat-line, .mat-selection-list[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list[dense] .mat-list-option .mat-line:nth-child(n+2), .mat-nav-list[dense] .mat-list-option .mat-line:nth-child(n+2), .mat-selection-list[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list[dense] .mat-subheader, .mat-nav-list[dense] .mat-subheader, .mat-selection-list[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif;
}
.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-ripple {
  overflow: hidden;
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}
@media screen and (-ms-high-contrast: active) {
  .mat-ripple-element {
    display: none;
  }
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media screen and (-ms-high-contrast: active) {
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.288);
}
.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
@-webkit-keyframes cdk-text-field-autofill-start {
  /*!*/
}
@keyframes cdk-text-field-autofill-start {
  /*!*/
}
@-webkit-keyframes cdk-text-field-autofill-end {
  /*!*/
}
@keyframes cdk-text-field-autofill-end {
  /*!*/
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  -webkit-animation-name: cdk-text-field-autofill-start;
          animation-name: cdk-text-field-autofill-start;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  -webkit-animation-name: cdk-text-field-autofill-end;
          animation-name: cdk-text-field-autofill-end;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  height: auto !important;
  overflow: hidden !important;
  padding: 2px 0 !important;
  box-sizing: content-box !important;
}
.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #3f51b5;
}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ff4081;
}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f44336;
}
.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox::after {
  color: #fafafa;
}
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #ff4081;
}
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #3f51b5;
}
.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #f44336;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-theme-loaded-marker {
  display: none;
}
.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer.mat-drawer-push {
  background-color: white;
}
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
/* $colors
 ------------------------------------------*/
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #5c6bc0;
  --secondary: #868e96;
  --success: #66bb6a;
  --info: #29b6f6;
  --warning: #ffee58;
  --danger: #ef5350;
  --light: #f8f9fa;
  --dark: #343a40;
  --custom-color: #1b66dc;
  --custom-color-100: #1b66dc;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: "Space Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #5c6bc0;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #3a4896;
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: "Space Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.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-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1, .h1 {
  font-size: 2.03125rem;
}
h2, .h2 {
  font-size: 1.625rem;
}
h3, .h3 {
  font-size: 1.421875rem;
}
h4, .h4 {
  font-size: 1.21875rem;
}
h5, .h5 {
  font-size: 1.015625rem;
}
h6, .h6 {
  font-size: 0.8125rem;
}
.lead {
  font-size: 1.015625rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.015625rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7px;
  margin-left: -7px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7px;
  padding-left: 7px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #d1d6ed;
}
.table-hover .table-primary:hover {
  background-color: #bfc6e6;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #bfc6e6;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddfe2;
}
.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cfd2d6;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #d4ecd5;
}
.table-hover .table-success:hover {
  background-color: #c2e4c4;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #c2e4c4;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #c3ebfc;
}
.table-hover .table-info:hover {
  background-color: #abe3fb;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abe3fb;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fffad0;
}
.table-hover .table-warning:hover {
  background-color: #fff7b7;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fff7b7;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fbcfce;
}
.table-hover .table-danger:hover {
  background-color: #f9b8b6;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f9b8b6;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-custom-color,
.table-custom-color > th,
.table-custom-color > td {
  background-color: #bfd4f5;
}
.table-hover .table-custom-color:hover {
  background-color: #a9c5f2;
}
.table-hover .table-custom-color:hover > td,
.table-hover .table-custom-color:hover > th {
  background-color: #a9c5f2;
}
.table-custom-color-100,
.table-custom-color-100 > th,
.table-custom-color-100 > td {
  background-color: #bfd4f5;
}
.table-hover .table-custom-color-100:hover {
  background-color: #a9c5f2;
}
.table-hover .table-custom-color-100:hover > td,
.table-hover .table-custom-color-100:hover > th {
  background-color: #a9c5f2;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.96875rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #b8bee4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(92, 107, 192, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.75rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.625rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(2.5rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #66bb6a;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(102, 187, 106, 0.9);
  border-radius: 0.25rem;
}
.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #66bb6a;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #66bb6a;
  box-shadow: 0 0 0 0.2rem rgba(102, 187, 106, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #66bb6a;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #66bb6a;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #bee2c0;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #89cb8c;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(102, 187, 106, 0.25);
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #66bb6a;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(102, 187, 106, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ef5350;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(239, 83, 80, 0.9);
  border-radius: 0.25rem;
}
.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ef5350;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #ef5350;
  box-shadow: 0 0 0 0.2rem rgba(239, 83, 80, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ef5350;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ef5350;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #fac6c5;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #f3817f;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(239, 83, 80, 0.25);
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ef5350;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(239, 83, 80, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(92, 107, 192, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #5c6bc0;
  border-color: #5c6bc0;
}
.btn-primary:hover {
  color: #fff;
  background-color: #4555b1;
  border-color: #4150a8;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 107, 192, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #5c6bc0;
  border-color: #5c6bc0;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #4150a8;
  border-color: #3d4c9f;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 107, 192, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-success {
  color: #212529;
  background-color: #66bb6a;
  border-color: #66bb6a;
}
.btn-success:hover {
  color: #fff;
  background-color: #4dae52;
  border-color: #49a54e;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 187, 106, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #66bb6a;
  border-color: #66bb6a;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #49a54e;
  border-color: #459c49;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 187, 106, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #29b6f6;
  border-color: #29b6f6;
}
.btn-info:hover {
  color: #fff;
  background-color: #0aa7ef;
  border-color: #0a9fe2;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 182, 246, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #29b6f6;
  border-color: #29b6f6;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0a9fe2;
  border-color: #0996d6;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 182, 246, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffee58;
  border-color: #ffee58;
}
.btn-warning:hover {
  color: #212529;
  background-color: #ffea32;
  border-color: #ffe925;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 238, 88, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffee58;
  border-color: #ffee58;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffe925;
  border-color: #ffe818;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 238, 88, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #ef5350;
  border-color: #ef5350;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ec312d;
  border-color: #eb2521;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 83, 80, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ef5350;
  border-color: #ef5350;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #eb2521;
  border-color: #ea1a16;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 83, 80, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-custom-color {
  color: #fff;
  background-color: #1b66dc;
  border-color: #1b66dc;
}
.btn-custom-color:hover {
  color: #fff;
  background-color: #1756ba;
  border-color: #1551af;
}
.btn-custom-color:focus, .btn-custom-color.focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 102, 220, 0.5);
}
.btn-custom-color.disabled, .btn-custom-color:disabled {
  color: #fff;
  background-color: #1b66dc;
  border-color: #1b66dc;
}
.btn-custom-color:not(:disabled):not(.disabled):active, .btn-custom-color:not(:disabled):not(.disabled).active, .show > .btn-custom-color.dropdown-toggle {
  color: #fff;
  background-color: #1551af;
  border-color: #144ca3;
}
.btn-custom-color:not(:disabled):not(.disabled):active:focus, .btn-custom-color:not(:disabled):not(.disabled).active:focus, .show > .btn-custom-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 102, 220, 0.5);
}
.btn-custom-color-100 {
  color: #fff;
  background-color: #1b66dc;
  border-color: #1b66dc;
}
.btn-custom-color-100:hover {
  color: #fff;
  background-color: #1756ba;
  border-color: #1551af;
}
.btn-custom-color-100:focus, .btn-custom-color-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 102, 220, 0.5);
}
.btn-custom-color-100.disabled, .btn-custom-color-100:disabled {
  color: #fff;
  background-color: #1b66dc;
  border-color: #1b66dc;
}
.btn-custom-color-100:not(:disabled):not(.disabled):active, .btn-custom-color-100:not(:disabled):not(.disabled).active, .show > .btn-custom-color-100.dropdown-toggle {
  color: #fff;
  background-color: #1551af;
  border-color: #144ca3;
}
.btn-custom-color-100:not(:disabled):not(.disabled):active:focus, .btn-custom-color-100:not(:disabled):not(.disabled).active:focus, .show > .btn-custom-color-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 102, 220, 0.5);
}
.btn-outline-primary {
  color: #5c6bc0;
  background-color: transparent;
  background-image: none;
  border-color: #5c6bc0;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #5c6bc0;
  border-color: #5c6bc0;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 107, 192, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #5c6bc0;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #5c6bc0;
  border-color: #5c6bc0;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 107, 192, 0.5);
}
.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-outline-success {
  color: #66bb6a;
  background-color: transparent;
  background-image: none;
  border-color: #66bb6a;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #66bb6a;
  border-color: #66bb6a;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 187, 106, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #66bb6a;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #66bb6a;
  border-color: #66bb6a;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 187, 106, 0.5);
}
.btn-outline-info {
  color: #29b6f6;
  background-color: transparent;
  background-image: none;
  border-color: #29b6f6;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #29b6f6;
  border-color: #29b6f6;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 182, 246, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #29b6f6;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #29b6f6;
  border-color: #29b6f6;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 182, 246, 0.5);
}
.btn-outline-warning {
  color: #ffee58;
  background-color: transparent;
  background-image: none;
  border-color: #ffee58;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffee58;
  border-color: #ffee58;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 238, 88, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffee58;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffee58;
  border-color: #ffee58;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 238, 88, 0.5);
}
.btn-outline-danger {
  color: #ef5350;
  background-color: transparent;
  background-image: none;
  border-color: #ef5350;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ef5350;
  border-color: #ef5350;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 83, 80, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ef5350;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ef5350;
  border-color: #ef5350;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 83, 80, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-custom-color {
  color: #1b66dc;
  background-color: transparent;
  background-image: none;
  border-color: #1b66dc;
}
.btn-outline-custom-color:hover {
  color: #fff;
  background-color: #1b66dc;
  border-color: #1b66dc;
}
.btn-outline-custom-color:focus, .btn-outline-custom-color.focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 102, 220, 0.5);
}
.btn-outline-custom-color.disabled, .btn-outline-custom-color:disabled {
  color: #1b66dc;
  background-color: transparent;
}
.btn-outline-custom-color:not(:disabled):not(.disabled):active, .btn-outline-custom-color:not(:disabled):not(.disabled).active, .show > .btn-outline-custom-color.dropdown-toggle {
  color: #fff;
  background-color: #1b66dc;
  border-color: #1b66dc;
}
.btn-outline-custom-color:not(:disabled):not(.disabled):active:focus, .btn-outline-custom-color:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-custom-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 102, 220, 0.5);
}
.btn-outline-custom-color-100 {
  color: #1b66dc;
  background-color: transparent;
  background-image: none;
  border-color: #1b66dc;
}
.btn-outline-custom-color-100:hover {
  color: #fff;
  background-color: #1b66dc;
  border-color: #1b66dc;
}
.btn-outline-custom-color-100:focus, .btn-outline-custom-color-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 102, 220, 0.5);
}
.btn-outline-custom-color-100.disabled, .btn-outline-custom-color-100:disabled {
  color: #1b66dc;
  background-color: transparent;
}
.btn-outline-custom-color-100:not(:disabled):not(.disabled):active, .btn-outline-custom-color-100:not(:disabled):not(.disabled).active, .show > .btn-outline-custom-color-100.dropdown-toggle {
  color: #fff;
  background-color: #1b66dc;
  border-color: #1b66dc;
}
.btn-outline-custom-color-100:not(:disabled):not(.disabled):active:focus, .btn-outline-custom-color-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-custom-color-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 102, 220, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #5c6bc0;
  background-color: transparent;
}
.btn-link:hover {
  color: #3a4896;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #5c6bc0;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.5rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.625rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.21875rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #5c6bc0;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(92, 107, 192, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #dde0f2;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.109375rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.109375rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #5c6bc0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #5c6bc0;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(92, 107, 192, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(92, 107, 192, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #5c6bc0;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(92, 107, 192, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.96875rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #b8bee4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(184, 190, 228, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(1.625rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.custom-select-lg {
  height: calc(2.5rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.96875rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.96875rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #b8bee4;
  box-shadow: 0 0 0 0.2rem rgba(92, 107, 192, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #b8bee4;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.96875rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 1.96875rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(92, 107, 192, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(92, 107, 192, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(92, 107, 192, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #5c6bc0;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #dde0f2;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #5c6bc0;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #dde0f2;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #5c6bc0;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #dde0f2;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #5c6bc0;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.359375rem;
  padding-bottom: 0.359375rem;
  margin-right: 1rem;
  font-size: 1rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.06);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 1rem;
}
.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 1rem 1.25rem;
  margin-bottom: 0;
  background-color: white;
  border-bottom: 0 solid rgba(0, 0, 0, 0.06);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 0) calc(0.25rem - 0) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 1rem 1.25rem;
  background-color: white;
  border-top: 0 solid rgba(0, 0, 0, 0.06);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 0) calc(0.25rem - 0);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -1rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 0);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 0);
  border-top-right-radius: calc(0.25rem - 0);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 0);
  border-bottom-left-radius: calc(0.25rem - 0);
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 7px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -7px;
    margin-left: -7px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 7px;
    margin-bottom: 0;
    margin-left: 7px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 7px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #5c6bc0;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #3a4896;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(92, 107, 192, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #5c6bc0;
  border-color: #5c6bc0;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #5c6bc0;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #4150a8;
}
.badge-secondary {
  color: #fff;
  background-color: #868e96;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}
.badge-success {
  color: #212529;
  background-color: #66bb6a;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #49a54e;
}
.badge-info {
  color: #fff;
  background-color: #29b6f6;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0a9fe2;
}
.badge-warning {
  color: #212529;
  background-color: #ffee58;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #ffe925;
}
.badge-danger {
  color: #fff;
  background-color: #ef5350;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #eb2521;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.badge-custom-color {
  color: #fff;
  background-color: #1b66dc;
}
.badge-custom-color[href]:hover, .badge-custom-color[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1551af;
}
.badge-custom-color-100 {
  color: #fff;
  background-color: #1b66dc;
}
.badge-custom-color-100[href]:hover, .badge-custom-color-100[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1551af;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3.71875rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #303864;
  background-color: #dee1f2;
  border-color: #d1d6ed;
}
.alert-primary hr {
  border-top-color: #bfc6e6;
}
.alert-primary .alert-link {
  color: #1f2542;
}
.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}
.alert-secondary hr {
  border-top-color: #cfd2d6;
}
.alert-secondary .alert-link {
  color: #2e3133;
}
.alert-success {
  color: #356137;
  background-color: #e0f1e1;
  border-color: #d4ecd5;
}
.alert-success hr {
  border-top-color: #c2e4c4;
}
.alert-success .alert-link {
  color: #234024;
}
.alert-info {
  color: #155f80;
  background-color: #d4f0fd;
  border-color: #c3ebfc;
}
.alert-info hr {
  border-top-color: #abe3fb;
}
.alert-info .alert-link {
  color: #0e3e54;
}
.alert-warning {
  color: #857c2e;
  background-color: #fffcde;
  border-color: #fffad0;
}
.alert-warning hr {
  border-top-color: #fff7b7;
}
.alert-warning .alert-link {
  color: #5f5921;
}
.alert-danger {
  color: #7c2b2a;
  background-color: #fcdddc;
  border-color: #fbcfce;
}
.alert-danger hr {
  border-top-color: #f9b8b6;
}
.alert-danger .alert-link {
  color: #561e1d;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
.alert-custom-color {
  color: #0e3572;
  background-color: #d1e0f8;
  border-color: #bfd4f5;
}
.alert-custom-color hr {
  border-top-color: #a9c5f2;
}
.alert-custom-color .alert-link {
  color: #082045;
}
.alert-custom-color-100 {
  color: #0e3572;
  background-color: #d1e0f8;
  border-color: #bfd4f5;
}
.alert-custom-color-100 hr {
  border-top-color: #a9c5f2;
}
.alert-custom-color-100 .alert-link {
  color: #082045;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.609375rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #5c6bc0;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: rgba(0, 0, 0, 0.87);
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #5c6bc0;
  border-color: #5c6bc0;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-primary {
  color: #303864;
  background-color: #d1d6ed;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #303864;
  background-color: #bfc6e6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #303864;
  border-color: #303864;
}
.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #464a4e;
  background-color: #cfd2d6;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}
.list-group-item-success {
  color: #356137;
  background-color: #d4ecd5;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #356137;
  background-color: #c2e4c4;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #356137;
  border-color: #356137;
}
.list-group-item-info {
  color: #155f80;
  background-color: #c3ebfc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #155f80;
  background-color: #abe3fb;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #155f80;
  border-color: #155f80;
}
.list-group-item-warning {
  color: #857c2e;
  background-color: #fffad0;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #857c2e;
  background-color: #fff7b7;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #857c2e;
  border-color: #857c2e;
}
.list-group-item-danger {
  color: #7c2b2a;
  background-color: #fbcfce;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7c2b2a;
  background-color: #f9b8b6;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7c2b2a;
  border-color: #7c2b2a;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.list-group-item-custom-color {
  color: #0e3572;
  background-color: #bfd4f5;
}
.list-group-item-custom-color.list-group-item-action:hover, .list-group-item-custom-color.list-group-item-action:focus {
  color: #0e3572;
  background-color: #a9c5f2;
}
.list-group-item-custom-color.list-group-item-action.active {
  color: #fff;
  background-color: #0e3572;
  border-color: #0e3572;
}
.list-group-item-custom-color-100 {
  color: #0e3572;
  background-color: #bfd4f5;
}
.list-group-item-custom-color-100.list-group-item-action:hover, .list-group-item-custom-color-100.list-group-item-action:focus {
  color: #0e3572;
  background-color: #a9c5f2;
}
.list-group-item-custom-color-100.list-group-item-action.active {
  color: #fff;
  background-color: #0e3572;
  border-color: #0e3572;
}
.close {
  float: right;
  font-size: 1.21875rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: rgba(0, 0, 0, 0.87);
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000px;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
.active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
.active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #5c6bc0 !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #4150a8 !important;
}
.bg-secondary {
  background-color: #868e96 !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #6c757d !important;
}
.bg-success {
  background-color: #66bb6a !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #49a54e !important;
}
.bg-info {
  background-color: #29b6f6 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0a9fe2 !important;
}
.bg-warning {
  background-color: #ffee58 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ffe925 !important;
}
.bg-danger {
  background-color: #ef5350 !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #eb2521 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-custom-color {
  background-color: #1b66dc !important;
}
a.bg-custom-color:hover, a.bg-custom-color:focus,
button.bg-custom-color:hover,
button.bg-custom-color:focus {
  background-color: #1551af !important;
}
.bg-custom-color-100 {
  background-color: #1b66dc !important;
}
a.bg-custom-color-100:hover, a.bg-custom-color-100:focus,
button.bg-custom-color-100:hover,
button.bg-custom-color-100:focus {
  background-color: #1551af !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #5c6bc0 !important;
}
.border-secondary {
  border-color: #868e96 !important;
}
.border-success {
  border-color: #66bb6a !important;
}
.border-info {
  border-color: #29b6f6 !important;
}
.border-warning {
  border-color: #ffee58 !important;
}
.border-danger {
  border-color: #ef5350 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-custom-color {
  border-color: #1b66dc !important;
}
.border-custom-color-100 {
  border-color: #1b66dc !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  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: flex !important;
  }

  .d-sm-inline-flex {
    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: flex !important;
  }

  .d-md-inline-flex {
    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: flex !important;
  }

  .d-lg-inline-flex {
    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: flex !important;
  }

  .d-xl-inline-flex {
    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: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: "Space Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #5c6bc0 !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #4150a8 !important;
}
.text-secondary {
  color: #868e96 !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #6c757d !important;
}
.text-success {
  color: #66bb6a !important;
}
a.text-success:hover, a.text-success:focus {
  color: #49a54e !important;
}
.text-info {
  color: #29b6f6 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #0a9fe2 !important;
}
.text-warning {
  color: #ffee58 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #ffe925 !important;
}
.text-danger {
  color: #ef5350 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #eb2521 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}
.text-custom-color {
  color: #1b66dc !important;
}
a.text-custom-color:hover, a.text-custom-color:focus {
  color: #1551af !important;
}
.text-custom-color-100 {
  color: #1b66dc !important;
}
a.text-custom-color-100:hover, a.text-custom-color-100:focus {
  color: #1551af !important;
}
.text-body {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.theme-winter {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.theme-winter .bg-body {
  background-color: #fff;
}
.theme-winter .text-color {
  color: rgba(0, 0, 0, 0.87);
}
.theme-winter .text-muted {
  color: rgba(0, 0, 0, 0.3) !important;
}
.theme-winter code,
.theme-winter kbd {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-winter pre {
  color: rgba(0, 0, 0, 0.87);
}
.theme-winter .card,
.theme-winter .list-group-item,
.theme-winter ngb-accordion > .card > .card-body {
  background-color: white;
}
.theme-winter .card .card-header,
.theme-winter .card .card-footer {
  color: rgba(0, 0, 0, 0.87);
}
.theme-winter .card-header::after {
  border-bottom-color: #e8e8e8;
}
.theme-winter .card-footer::before {
  border-top-color: #e8e8e8;
}
.theme-winter .card-subtitle {
  color: rgba(0, 0, 0, 0.3);
}
.theme-winter .btn-secondary {
  color: #212529;
  background-color: white;
  border-color: rgba(0, 0, 0, 0.87);
  border-color: #e8e8e8;
}
.theme-winter .btn-secondary:hover {
  color: #212529;
  background-color: #ececec;
  border-color: rgba(0, 0, 0, 0.87);
}
.theme-winter .btn-secondary:focus, .theme-winter .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.theme-winter .btn-secondary.disabled, .theme-winter .btn-secondary:disabled {
  color: #212529;
  background-color: white;
  border-color: rgba(0, 0, 0, 0.87);
}
.theme-winter .btn-secondary:not(:disabled):not(.disabled):active, .theme-winter .btn-secondary:not(:disabled):not(.disabled).active, .show > .theme-winter .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0.87);
}
.theme-winter .btn-secondary:not(:disabled):not(.disabled):active:focus, .theme-winter .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .theme-winter .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.theme-winter .btn-outline-secondary {
  color: #e8e8e8;
  background-color: transparent;
  background-image: none;
  border-color: #e8e8e8;
}
.theme-winter .btn-outline-secondary:hover {
  color: #212529;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.theme-winter .btn-outline-secondary:focus, .theme-winter .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.5);
}
.theme-winter .btn-outline-secondary.disabled, .theme-winter .btn-outline-secondary:disabled {
  color: #e8e8e8;
  background-color: transparent;
}
.theme-winter .btn-outline-secondary:not(:disabled):not(.disabled):active, .theme-winter .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .theme-winter .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.theme-winter .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .theme-winter .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .theme-winter .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.5);
}
.theme-winter .page-link {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
  border-color: #e8e8e8;
}
.theme-winter .ngb-dp-header {
  background-color: white;
}
.theme-winter .progress {
  background-color: #e8e8e8;
}
.theme-winter .nav-tabs {
  border-bottom-color: #e8e8e8;
}
.theme-winter .nav-tabs .nav-link:hover, .theme-winter .nav-tabs .nav-link:focus {
  border-color: #e8e8e8;
}
.theme-winter .card .nav-tabs .nav-link.active,
.theme-winter .card .nav-tabs .nav-item.show .nav-link {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
  border-color: #e8e8e8 #e8e8e8 white;
}
.theme-winter .modal-content {
  background-color: white;
  border-color: #e8e8e8;
}
.theme-winter .modal-header {
  border-bottom-color: #e8e8e8;
}
.theme-winter .modal-footer {
  border-top-color: #e8e8e8;
}
.theme-winter .form-control {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.04);
  border-color: #e8e8e8;
}
.theme-winter .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #b8bee4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(92, 107, 192, 0.25);
}
.theme-winter .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.theme-winter .form-control::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.theme-winter .form-control:disabled, .theme-winter .form-control[readonly] {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-winter select.form-control:focus::-ms-value {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-winter .form-check.disabled .form-check-label {
  color: rgba(0, 0, 0, 0.3);
}
.theme-winter .table th,
.theme-winter .table td {
  border-top-color: #e8e8e8;
}
.theme-winter .table thead th {
  border-bottom-color: #e8e8e8;
}
.theme-winter .table tbody + tbody {
  border-top-color: #e8e8e8;
}
.theme-winter .table .table {
  background-color: #fff;
}
.theme-winter .table-bordered {
  border-color: #e8e8e8;
}
.theme-winter .table-bordered th,
.theme-winter .table-bordered td {
  border-color: #e8e8e8;
}
.theme-winter .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.theme-winter .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (max-width: 991.98px) {
  .theme-winter .no-more-tables tr {
    border-color: #e8e8e8;
  }
  .theme-winter .no-more-tables td {
    border-bottom-color: #e8e8e8;
  }
}
.theme-winter .main-header {
  background-color: white;
}
.theme-winter .main-header .nav-link,
.theme-winter .main-header .navbar-heading {
  color: rgba(0, 0, 0, 0.87);
}
.theme-winter .main-header .nav-link:hover, .theme-winter .main-header .nav-link:focus,
.theme-winter .main-header .navbar-heading:hover,
.theme-winter .main-header .navbar-heading:focus {
  color: black;
}
.theme-winter .nav-divider {
  background: #e8e8e8;
}
.theme-winter mat-sidenav.sidebar-panel {
  background-color: #464961;
}
.theme-winter mat-sidenav.sidebar-panel .navigation-title {
  color: rgba(255, 255, 255, 0.72);
}
.theme-winter mat-sidenav.sidebar-panel .nav-link,
.theme-winter mat-sidenav.sidebar-panel .navigation-link {
  color: rgba(255, 255, 255, 0.72);
}
.theme-winter mat-sidenav.sidebar-panel .nav-link:hover, .theme-winter mat-sidenav.sidebar-panel .nav-link:focus,
.theme-winter mat-sidenav.sidebar-panel .navigation-link:hover,
.theme-winter mat-sidenav.sidebar-panel .navigation-link:focus {
  color: white;
}
.theme-winter mat-sidenav.sidebar-panel .navigation-item.open > a {
  color: white;
}
.theme-winter ngb-accordion > .card {
  background-color: transparent;
}
.theme-winter ngb-accordion > .card .card-header {
  background-color: white;
}
.theme-winter .activity-stream::before {
  background-color: #e8e8e8;
}
.theme-winter .activity-stream .card-avatar {
  box-shadow: 0 0 0 1px white;
}
.theme-winter .timeline::before {
  background: #e8e8e8;
}
.theme-winter .timeline .timeline-icon::after {
  background: white;
}
.theme-winter .timeline .timeline-content > .card::before {
  border-color: transparent white transparent transparent !important;
}
.theme-winter .timeline .timeline-content > .card::after {
  border-color: transparent white transparent transparent !important;
}
@media (min-width: 992px) {
  .theme-winter .timeline:not(.stacked) .timeline-card:nth-child(even) .timeline-content > .card::before {
    border-color: transparent transparent transparent white !important;
  }
  .theme-winter .timeline:not(.stacked) .timeline-card:nth-child(even) .timeline-content > .card::after {
    border-color: transparent transparent transparent white !important;
  }
}
.theme-winter .taskboard .taskboard-list {
  background: white !important;
}
.theme-winter .taskboard .taskboard-task {
  background: #e8e8e8 !important;
}
.theme-winter .taskboard .taskboard-header {
  color: rgba(0, 0, 0, 0.87) !important;
}
.theme-winter .email-panel .list-group-item a {
  color: rgba(0, 0, 0, 0.87) !important;
}
.theme-winter .email-panel .list-group-item.selected a {
  color: rgba(0, 0, 0, 0.87) !important;
}
.theme-winter .cal-day-view .cal-hour-rows {
  border-color: #e8e8e8;
}
.theme-winter .cal-day-view .cal-hour:nth-child(odd) {
  background-color: #e8e8e8;
}
.theme-winter .cal-day-view .cal-hour:not(:last-child) .cal-hour-segment,
.theme-winter .cal-day-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-color: rgba(0, 0, 0, 0.3);
}
.theme-winter .cal-day-view .cal-hour-segment:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-winter .cal-month-view .cal-cell-row:hover {
  background-color: white;
}
.theme-winter .cal-month-view .cal-cell-row .cal-cell:hover,
.theme-winter .cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: rgba(0, 0, 0, 0.05);
}
.theme-winter .cal-month-view .cal-days {
  border-color: #e8e8e8;
}
.theme-winter .cal-month-view .cal-day-cell:not(:last-child) {
  border-color: #e8e8e8;
}
.theme-winter .cal-month-view .cal-days .cal-cell-row {
  border-color: #e8e8e8;
}
.theme-winter .cal-week-view .cal-day-headers {
  border-color: #e8e8e8;
}
.theme-winter .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-color: #e8e8e8;
}
.theme-winter .cal-week-view .cal-day-headers .cal-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-winter .ngx-datatable {
  background-color: white;
  /**
   * Header Styles
   */
  /**
   * Footer Styles
   */
}
.theme-winter .ngx-datatable.striped .datatable-row-odd {
  background: rgba(0, 0, 0, 0.05);
}
.theme-winter .ngx-datatable.single-selection .datatable-body-row.active, .theme-winter .ngx-datatable.single-selection .datatable-body-row.active .datatable-row-group, .theme-winter .ngx-datatable.multi-selection .datatable-body-row.active, .theme-winter .ngx-datatable.multi-selection .datatable-body-row.active .datatable-row-group {
  background: theme-colors("primary");
}
.theme-winter .ngx-datatable.single-selection .datatable-body-row.active:hover, .theme-winter .ngx-datatable.single-selection .datatable-body-row.active:hover .datatable-row-group, .theme-winter .ngx-datatable.multi-selection .datatable-body-row.active:hover, .theme-winter .ngx-datatable.multi-selection .datatable-body-row.active:hover .datatable-row-group {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-winter .ngx-datatable.single-selection .datatable-body-row.active:focus, .theme-winter .ngx-datatable.single-selection .datatable-body-row.active:focus .datatable-row-group, .theme-winter .ngx-datatable.multi-selection .datatable-body-row.active:focus, .theme-winter .ngx-datatable.multi-selection .datatable-body-row.active:focus .datatable-row-group {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-winter .ngx-datatable:not(.cell-selection) .datatable-body-row:hover, .theme-winter .ngx-datatable:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: transparent;
}
.theme-winter .ngx-datatable:not(.cell-selection) .datatable-body-row:focus, .theme-winter .ngx-datatable:not(.cell-selection) .datatable-body-row:focus .datatable-row-group {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-winter .ngx-datatable.cell-selection .datatable-body-cell:hover, .theme-winter .ngx-datatable.cell-selection .datatable-body-cell:hover .datatable-row-group {
  background: rgba(0, 0, 0, 0.04);
}
.theme-winter .ngx-datatable.cell-selection .datatable-body-cell:focus, .theme-winter .ngx-datatable.cell-selection .datatable-body-cell:focus .datatable-row-group {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-winter .ngx-datatable.cell-selection .datatable-body-cell.active, .theme-winter .ngx-datatable.cell-selection .datatable-body-cell.active .datatable-row-group {
  background-color: theme-colors("primary");
}
.theme-winter .ngx-datatable.cell-selection .datatable-body-cell.active:hover, .theme-winter .ngx-datatable.cell-selection .datatable-body-cell.active:hover .datatable-row-group {
  background-color: theme-colors("primary");
}
.theme-winter .ngx-datatable.cell-selection .datatable-body-cell.active:focus, .theme-winter .ngx-datatable.cell-selection .datatable-body-cell.active:focus .datatable-row-group {
  background-color: theme-colors("primary");
}
.theme-winter .ngx-datatable .datatable-header .datatable-row-left,
.theme-winter .ngx-datatable .datatable-body .datatable-row-left,
.theme-winter .ngx-datatable .datatable-header .datatable-row-right,
.theme-winter .ngx-datatable .datatable-body .datatable-row-right {
  background-color: white;
}
.theme-winter .ngx-datatable .datatable-header {
  border-bottom-color: #e8e8e8;
}
.theme-winter .ngx-datatable .datatable-header .datatable-header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.theme-winter .ngx-datatable .datatable-header .resize-handle {
  border-right-color: #e8e8e8;
}
.theme-winter .ngx-datatable .datatable-footer {
  border-top-color: #e8e8e8;
}
.theme-winter .my-drop-zone {
  border-color: #e8e8e8 !important;
}
.theme-winter .ngx-charts text {
  fill: rgba(0, 0, 0, 0.87);
}
.theme-winter .ngx-charts .gridline-path {
  stroke: rgba(0, 0, 0, 0.05);
}
.theme-winter .ngx-charts .grid-panel.odd rect {
  fill: rgba(0, 0, 0, 0.04);
}
.theme-winter .ngx-charts .gauge .background-arc path {
  fill: #e8e8e8;
}
.theme-winter .ngx-charts .gauge .gauge-tick path {
  stroke: #e8e8e8;
}
.theme-winter .ngx-charts .gauge .gauge-tick text {
  fill: rgba(0, 0, 0, 0.87);
}
.theme-winter .ngx-charts .linear-gauge .background-bar path {
  fill: #e8e8e8;
}
.theme-winter .ngx-charts .linear-gauge .units {
  fill: rgba(0, 0, 0, 0.87);
}
.theme-winter .ngx-charts .timeline .brush-background {
  fill: #e8e8e8;
}
.theme-winter .ngx-charts .timeline .brush .selection {
  fill: #e8e8e8;
  stroke: #aaa;
}
.theme-winter .ngx-charts .number-card .number-card-label {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.87);
}
.theme-spring {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.theme-spring .bg-body {
  background-color: #fff;
}
.theme-spring .text-color {
  color: rgba(0, 0, 0, 0.87);
}
.theme-spring .text-muted {
  color: rgba(0, 0, 0, 0.3) !important;
}
.theme-spring code,
.theme-spring kbd {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-spring pre {
  color: rgba(0, 0, 0, 0.87);
}
.theme-spring .card,
.theme-spring .list-group-item,
.theme-spring ngb-accordion > .card > .card-body {
  background-color: white;
}
.theme-spring .card .card-header,
.theme-spring .card .card-footer {
  color: rgba(0, 0, 0, 0.87);
}
.theme-spring .card-header::after {
  border-bottom-color: #e8e8e8;
}
.theme-spring .card-footer::before {
  border-top-color: #e8e8e8;
}
.theme-spring .card-subtitle {
  color: rgba(0, 0, 0, 0.3);
}
.theme-spring .btn-secondary {
  color: #212529;
  background-color: white;
  border-color: rgba(0, 0, 0, 0.87);
  border-color: #e8e8e8;
}
.theme-spring .btn-secondary:hover {
  color: #212529;
  background-color: #ececec;
  border-color: rgba(0, 0, 0, 0.87);
}
.theme-spring .btn-secondary:focus, .theme-spring .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.theme-spring .btn-secondary.disabled, .theme-spring .btn-secondary:disabled {
  color: #212529;
  background-color: white;
  border-color: rgba(0, 0, 0, 0.87);
}
.theme-spring .btn-secondary:not(:disabled):not(.disabled):active, .theme-spring .btn-secondary:not(:disabled):not(.disabled).active, .show > .theme-spring .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0.87);
}
.theme-spring .btn-secondary:not(:disabled):not(.disabled):active:focus, .theme-spring .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .theme-spring .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.theme-spring .btn-outline-secondary {
  color: #e8e8e8;
  background-color: transparent;
  background-image: none;
  border-color: #e8e8e8;
}
.theme-spring .btn-outline-secondary:hover {
  color: #212529;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.theme-spring .btn-outline-secondary:focus, .theme-spring .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.5);
}
.theme-spring .btn-outline-secondary.disabled, .theme-spring .btn-outline-secondary:disabled {
  color: #e8e8e8;
  background-color: transparent;
}
.theme-spring .btn-outline-secondary:not(:disabled):not(.disabled):active, .theme-spring .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .theme-spring .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.theme-spring .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .theme-spring .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .theme-spring .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.5);
}
.theme-spring .page-link {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
  border-color: #e8e8e8;
}
.theme-spring .ngb-dp-header {
  background-color: white;
}
.theme-spring .progress {
  background-color: #e8e8e8;
}
.theme-spring .nav-tabs {
  border-bottom-color: #e8e8e8;
}
.theme-spring .nav-tabs .nav-link:hover, .theme-spring .nav-tabs .nav-link:focus {
  border-color: #e8e8e8;
}
.theme-spring .card .nav-tabs .nav-link.active,
.theme-spring .card .nav-tabs .nav-item.show .nav-link {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
  border-color: #e8e8e8 #e8e8e8 white;
}
.theme-spring .modal-content {
  background-color: white;
  border-color: #e8e8e8;
}
.theme-spring .modal-header {
  border-bottom-color: #e8e8e8;
}
.theme-spring .modal-footer {
  border-top-color: #e8e8e8;
}
.theme-spring .form-control {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.04);
  border-color: #e8e8e8;
}
.theme-spring .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #b8bee4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(92, 107, 192, 0.25);
}
.theme-spring .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.theme-spring .form-control::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.theme-spring .form-control:disabled, .theme-spring .form-control[readonly] {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-spring select.form-control:focus::-ms-value {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-spring .form-check.disabled .form-check-label {
  color: rgba(0, 0, 0, 0.3);
}
.theme-spring .table th,
.theme-spring .table td {
  border-top-color: #e8e8e8;
}
.theme-spring .table thead th {
  border-bottom-color: #e8e8e8;
}
.theme-spring .table tbody + tbody {
  border-top-color: #e8e8e8;
}
.theme-spring .table .table {
  background-color: #fff;
}
.theme-spring .table-bordered {
  border-color: #e8e8e8;
}
.theme-spring .table-bordered th,
.theme-spring .table-bordered td {
  border-color: #e8e8e8;
}
.theme-spring .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.theme-spring .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (max-width: 991.98px) {
  .theme-spring .no-more-tables tr {
    border-color: #e8e8e8;
  }
  .theme-spring .no-more-tables td {
    border-bottom-color: #e8e8e8;
  }
}
.theme-spring .main-header {
  background-color: white;
}
.theme-spring .main-header .nav-link,
.theme-spring .main-header .navbar-heading {
  color: rgba(0, 0, 0, 0.87);
}
.theme-spring .main-header .nav-link:hover, .theme-spring .main-header .nav-link:focus,
.theme-spring .main-header .navbar-heading:hover,
.theme-spring .main-header .navbar-heading:focus {
  color: black;
}
.theme-spring .nav-divider {
  background: #e8e8e8;
}
.theme-spring mat-sidenav.sidebar-panel {
  background-color: #3e332f;
}
.theme-spring mat-sidenav.sidebar-panel .navigation-title {
  color: rgba(255, 255, 255, 0.72);
}
.theme-spring mat-sidenav.sidebar-panel .nav-link,
.theme-spring mat-sidenav.sidebar-panel .navigation-link {
  color: rgba(255, 255, 255, 0.72);
}
.theme-spring mat-sidenav.sidebar-panel .nav-link:hover, .theme-spring mat-sidenav.sidebar-panel .nav-link:focus,
.theme-spring mat-sidenav.sidebar-panel .navigation-link:hover,
.theme-spring mat-sidenav.sidebar-panel .navigation-link:focus {
  color: white;
}
.theme-spring mat-sidenav.sidebar-panel .navigation-item.open > a {
  color: white;
}
.theme-spring ngb-accordion > .card {
  background-color: transparent;
}
.theme-spring ngb-accordion > .card .card-header {
  background-color: white;
}
.theme-spring .activity-stream::before {
  background-color: #e8e8e8;
}
.theme-spring .activity-stream .card-avatar {
  box-shadow: 0 0 0 1px white;
}
.theme-spring .timeline::before {
  background: #e8e8e8;
}
.theme-spring .timeline .timeline-icon::after {
  background: white;
}
.theme-spring .timeline .timeline-content > .card::before {
  border-color: transparent white transparent transparent !important;
}
.theme-spring .timeline .timeline-content > .card::after {
  border-color: transparent white transparent transparent !important;
}
@media (min-width: 992px) {
  .theme-spring .timeline:not(.stacked) .timeline-card:nth-child(even) .timeline-content > .card::before {
    border-color: transparent transparent transparent white !important;
  }
  .theme-spring .timeline:not(.stacked) .timeline-card:nth-child(even) .timeline-content > .card::after {
    border-color: transparent transparent transparent white !important;
  }
}
.theme-spring .taskboard .taskboard-list {
  background: white !important;
}
.theme-spring .taskboard .taskboard-task {
  background: #e8e8e8 !important;
}
.theme-spring .taskboard .taskboard-header {
  color: rgba(0, 0, 0, 0.87) !important;
}
.theme-spring .email-panel .list-group-item a {
  color: rgba(0, 0, 0, 0.87) !important;
}
.theme-spring .email-panel .list-group-item.selected a {
  color: rgba(0, 0, 0, 0.87) !important;
}
.theme-spring .cal-day-view .cal-hour-rows {
  border-color: #e8e8e8;
}
.theme-spring .cal-day-view .cal-hour:nth-child(odd) {
  background-color: #e8e8e8;
}
.theme-spring .cal-day-view .cal-hour:not(:last-child) .cal-hour-segment,
.theme-spring .cal-day-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-color: rgba(0, 0, 0, 0.3);
}
.theme-spring .cal-day-view .cal-hour-segment:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-spring .cal-month-view .cal-cell-row:hover {
  background-color: white;
}
.theme-spring .cal-month-view .cal-cell-row .cal-cell:hover,
.theme-spring .cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: rgba(0, 0, 0, 0.05);
}
.theme-spring .cal-month-view .cal-days {
  border-color: #e8e8e8;
}
.theme-spring .cal-month-view .cal-day-cell:not(:last-child) {
  border-color: #e8e8e8;
}
.theme-spring .cal-month-view .cal-days .cal-cell-row {
  border-color: #e8e8e8;
}
.theme-spring .cal-week-view .cal-day-headers {
  border-color: #e8e8e8;
}
.theme-spring .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-color: #e8e8e8;
}
.theme-spring .cal-week-view .cal-day-headers .cal-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-spring .ngx-datatable {
  background-color: white;
  /**
   * Header Styles
   */
  /**
   * Footer Styles
   */
}
.theme-spring .ngx-datatable.striped .datatable-row-odd {
  background: rgba(0, 0, 0, 0.05);
}
.theme-spring .ngx-datatable.single-selection .datatable-body-row.active, .theme-spring .ngx-datatable.single-selection .datatable-body-row.active .datatable-row-group, .theme-spring .ngx-datatable.multi-selection .datatable-body-row.active, .theme-spring .ngx-datatable.multi-selection .datatable-body-row.active .datatable-row-group {
  background: theme-colors("primary");
}
.theme-spring .ngx-datatable.single-selection .datatable-body-row.active:hover, .theme-spring .ngx-datatable.single-selection .datatable-body-row.active:hover .datatable-row-group, .theme-spring .ngx-datatable.multi-selection .datatable-body-row.active:hover, .theme-spring .ngx-datatable.multi-selection .datatable-body-row.active:hover .datatable-row-group {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-spring .ngx-datatable.single-selection .datatable-body-row.active:focus, .theme-spring .ngx-datatable.single-selection .datatable-body-row.active:focus .datatable-row-group, .theme-spring .ngx-datatable.multi-selection .datatable-body-row.active:focus, .theme-spring .ngx-datatable.multi-selection .datatable-body-row.active:focus .datatable-row-group {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-spring .ngx-datatable:not(.cell-selection) .datatable-body-row:hover, .theme-spring .ngx-datatable:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: transparent;
}
.theme-spring .ngx-datatable:not(.cell-selection) .datatable-body-row:focus, .theme-spring .ngx-datatable:not(.cell-selection) .datatable-body-row:focus .datatable-row-group {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-spring .ngx-datatable.cell-selection .datatable-body-cell:hover, .theme-spring .ngx-datatable.cell-selection .datatable-body-cell:hover .datatable-row-group {
  background: rgba(0, 0, 0, 0.04);
}
.theme-spring .ngx-datatable.cell-selection .datatable-body-cell:focus, .theme-spring .ngx-datatable.cell-selection .datatable-body-cell:focus .datatable-row-group {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-spring .ngx-datatable.cell-selection .datatable-body-cell.active, .theme-spring .ngx-datatable.cell-selection .datatable-body-cell.active .datatable-row-group {
  background-color: theme-colors("primary");
}
.theme-spring .ngx-datatable.cell-selection .datatable-body-cell.active:hover, .theme-spring .ngx-datatable.cell-selection .datatable-body-cell.active:hover .datatable-row-group {
  background-color: theme-colors("primary");
}
.theme-spring .ngx-datatable.cell-selection .datatable-body-cell.active:focus, .theme-spring .ngx-datatable.cell-selection .datatable-body-cell.active:focus .datatable-row-group {
  background-color: theme-colors("primary");
}
.theme-spring .ngx-datatable .datatable-header .datatable-row-left,
.theme-spring .ngx-datatable .datatable-body .datatable-row-left,
.theme-spring .ngx-datatable .datatable-header .datatable-row-right,
.theme-spring .ngx-datatable .datatable-body .datatable-row-right {
  background-color: white;
}
.theme-spring .ngx-datatable .datatable-header {
  border-bottom-color: #e8e8e8;
}
.theme-spring .ngx-datatable .datatable-header .datatable-header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.theme-spring .ngx-datatable .datatable-header .resize-handle {
  border-right-color: #e8e8e8;
}
.theme-spring .ngx-datatable .datatable-footer {
  border-top-color: #e8e8e8;
}
.theme-spring .my-drop-zone {
  border-color: #e8e8e8 !important;
}
.theme-spring .ngx-charts text {
  fill: rgba(0, 0, 0, 0.87);
}
.theme-spring .ngx-charts .gridline-path {
  stroke: rgba(0, 0, 0, 0.05);
}
.theme-spring .ngx-charts .grid-panel.odd rect {
  fill: rgba(0, 0, 0, 0.04);
}
.theme-spring .ngx-charts .gauge .background-arc path {
  fill: #e8e8e8;
}
.theme-spring .ngx-charts .gauge .gauge-tick path {
  stroke: #e8e8e8;
}
.theme-spring .ngx-charts .gauge .gauge-tick text {
  fill: rgba(0, 0, 0, 0.87);
}
.theme-spring .ngx-charts .linear-gauge .background-bar path {
  fill: #e8e8e8;
}
.theme-spring .ngx-charts .linear-gauge .units {
  fill: rgba(0, 0, 0, 0.87);
}
.theme-spring .ngx-charts .timeline .brush-background {
  fill: #e8e8e8;
}
.theme-spring .ngx-charts .timeline .brush .selection {
  fill: #e8e8e8;
  stroke: #aaa;
}
.theme-spring .ngx-charts .number-card .number-card-label {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.87);
}
.theme-autumn {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.theme-autumn .bg-body {
  background-color: #fff;
}
.theme-autumn .text-color {
  color: rgba(0, 0, 0, 0.87);
}
.theme-autumn .text-muted {
  color: rgba(0, 0, 0, 0.3) !important;
}
.theme-autumn code,
.theme-autumn kbd {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-autumn pre {
  color: rgba(0, 0, 0, 0.87);
}
.theme-autumn .card,
.theme-autumn .list-group-item,
.theme-autumn ngb-accordion > .card > .card-body {
  background-color: white;
}
.theme-autumn .card .card-header,
.theme-autumn .card .card-footer {
  color: rgba(0, 0, 0, 0.87);
}
.theme-autumn .card-header::after {
  border-bottom-color: #e8e8e8;
}
.theme-autumn .card-footer::before {
  border-top-color: #e8e8e8;
}
.theme-autumn .card-subtitle {
  color: rgba(0, 0, 0, 0.3);
}
.theme-autumn .btn-secondary {
  color: #212529;
  background-color: white;
  border-color: rgba(0, 0, 0, 0.87);
  border-color: #e8e8e8;
}
.theme-autumn .btn-secondary:hover {
  color: #212529;
  background-color: #ececec;
  border-color: rgba(0, 0, 0, 0.87);
}
.theme-autumn .btn-secondary:focus, .theme-autumn .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.theme-autumn .btn-secondary.disabled, .theme-autumn .btn-secondary:disabled {
  color: #212529;
  background-color: white;
  border-color: rgba(0, 0, 0, 0.87);
}
.theme-autumn .btn-secondary:not(:disabled):not(.disabled):active, .theme-autumn .btn-secondary:not(:disabled):not(.disabled).active, .show > .theme-autumn .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0.87);
}
.theme-autumn .btn-secondary:not(:disabled):not(.disabled):active:focus, .theme-autumn .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .theme-autumn .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.theme-autumn .btn-outline-secondary {
  color: #e8e8e8;
  background-color: transparent;
  background-image: none;
  border-color: #e8e8e8;
}
.theme-autumn .btn-outline-secondary:hover {
  color: #212529;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.theme-autumn .btn-outline-secondary:focus, .theme-autumn .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.5);
}
.theme-autumn .btn-outline-secondary.disabled, .theme-autumn .btn-outline-secondary:disabled {
  color: #e8e8e8;
  background-color: transparent;
}
.theme-autumn .btn-outline-secondary:not(:disabled):not(.disabled):active, .theme-autumn .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .theme-autumn .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.theme-autumn .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .theme-autumn .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .theme-autumn .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.5);
}
.theme-autumn .page-link {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
  border-color: #e8e8e8;
}
.theme-autumn .ngb-dp-header {
  background-color: white;
}
.theme-autumn .progress {
  background-color: #e8e8e8;
}
.theme-autumn .nav-tabs {
  border-bottom-color: #e8e8e8;
}
.theme-autumn .nav-tabs .nav-link:hover, .theme-autumn .nav-tabs .nav-link:focus {
  border-color: #e8e8e8;
}
.theme-autumn .card .nav-tabs .nav-link.active,
.theme-autumn .card .nav-tabs .nav-item.show .nav-link {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
  border-color: #e8e8e8 #e8e8e8 white;
}
.theme-autumn .modal-content {
  background-color: white;
  border-color: #e8e8e8;
}
.theme-autumn .modal-header {
  border-bottom-color: #e8e8e8;
}
.theme-autumn .modal-footer {
  border-top-color: #e8e8e8;
}
.theme-autumn .form-control {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.04);
  border-color: #e8e8e8;
}
.theme-autumn .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #b8bee4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(92, 107, 192, 0.25);
}
.theme-autumn .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.theme-autumn .form-control::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.theme-autumn .form-control:disabled, .theme-autumn .form-control[readonly] {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-autumn select.form-control:focus::-ms-value {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-autumn .form-check.disabled .form-check-label {
  color: rgba(0, 0, 0, 0.3);
}
.theme-autumn .table th,
.theme-autumn .table td {
  border-top-color: #e8e8e8;
}
.theme-autumn .table thead th {
  border-bottom-color: #e8e8e8;
}
.theme-autumn .table tbody + tbody {
  border-top-color: #e8e8e8;
}
.theme-autumn .table .table {
  background-color: #fff;
}
.theme-autumn .table-bordered {
  border-color: #e8e8e8;
}
.theme-autumn .table-bordered th,
.theme-autumn .table-bordered td {
  border-color: #e8e8e8;
}
.theme-autumn .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.theme-autumn .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (max-width: 991.98px) {
  .theme-autumn .no-more-tables tr {
    border-color: #e8e8e8;
  }
  .theme-autumn .no-more-tables td {
    border-bottom-color: #e8e8e8;
  }
}
.theme-autumn .main-header {
  background-color: white;
}
.theme-autumn .main-header .nav-link,
.theme-autumn .main-header .navbar-heading {
  color: rgba(0, 0, 0, 0.87);
}
.theme-autumn .main-header .nav-link:hover, .theme-autumn .main-header .nav-link:focus,
.theme-autumn .main-header .navbar-heading:hover,
.theme-autumn .main-header .navbar-heading:focus {
  color: black;
}
.theme-autumn .nav-divider {
  background: #e8e8e8;
}
.theme-autumn mat-sidenav.sidebar-panel {
  background-color: #423016;
}
.theme-autumn mat-sidenav.sidebar-panel .navigation-title {
  color: rgba(255, 255, 255, 0.72);
}
.theme-autumn mat-sidenav.sidebar-panel .nav-link,
.theme-autumn mat-sidenav.sidebar-panel .navigation-link {
  color: rgba(255, 255, 255, 0.72);
}
.theme-autumn mat-sidenav.sidebar-panel .nav-link:hover, .theme-autumn mat-sidenav.sidebar-panel .nav-link:focus,
.theme-autumn mat-sidenav.sidebar-panel .navigation-link:hover,
.theme-autumn mat-sidenav.sidebar-panel .navigation-link:focus {
  color: white;
}
.theme-autumn mat-sidenav.sidebar-panel .navigation-item.open > a {
  color: white;
}
.theme-autumn ngb-accordion > .card {
  background-color: transparent;
}
.theme-autumn ngb-accordion > .card .card-header {
  background-color: white;
}
.theme-autumn .activity-stream::before {
  background-color: #e8e8e8;
}
.theme-autumn .activity-stream .card-avatar {
  box-shadow: 0 0 0 1px white;
}
.theme-autumn .timeline::before {
  background: #e8e8e8;
}
.theme-autumn .timeline .timeline-icon::after {
  background: white;
}
.theme-autumn .timeline .timeline-content > .card::before {
  border-color: transparent white transparent transparent !important;
}
.theme-autumn .timeline .timeline-content > .card::after {
  border-color: transparent white transparent transparent !important;
}
@media (min-width: 992px) {
  .theme-autumn .timeline:not(.stacked) .timeline-card:nth-child(even) .timeline-content > .card::before {
    border-color: transparent transparent transparent white !important;
  }
  .theme-autumn .timeline:not(.stacked) .timeline-card:nth-child(even) .timeline-content > .card::after {
    border-color: transparent transparent transparent white !important;
  }
}
.theme-autumn .taskboard .taskboard-list {
  background: white !important;
}
.theme-autumn .taskboard .taskboard-task {
  background: #e8e8e8 !important;
}
.theme-autumn .taskboard .taskboard-header {
  color: rgba(0, 0, 0, 0.87) !important;
}
.theme-autumn .email-panel .list-group-item a {
  color: rgba(0, 0, 0, 0.87) !important;
}
.theme-autumn .email-panel .list-group-item.selected a {
  color: rgba(0, 0, 0, 0.87) !important;
}
.theme-autumn .cal-day-view .cal-hour-rows {
  border-color: #e8e8e8;
}
.theme-autumn .cal-day-view .cal-hour:nth-child(odd) {
  background-color: #e8e8e8;
}
.theme-autumn .cal-day-view .cal-hour:not(:last-child) .cal-hour-segment,
.theme-autumn .cal-day-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-color: rgba(0, 0, 0, 0.3);
}
.theme-autumn .cal-day-view .cal-hour-segment:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-autumn .cal-month-view .cal-cell-row:hover {
  background-color: white;
}
.theme-autumn .cal-month-view .cal-cell-row .cal-cell:hover,
.theme-autumn .cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: rgba(0, 0, 0, 0.05);
}
.theme-autumn .cal-month-view .cal-days {
  border-color: #e8e8e8;
}
.theme-autumn .cal-month-view .cal-day-cell:not(:last-child) {
  border-color: #e8e8e8;
}
.theme-autumn .cal-month-view .cal-days .cal-cell-row {
  border-color: #e8e8e8;
}
.theme-autumn .cal-week-view .cal-day-headers {
  border-color: #e8e8e8;
}
.theme-autumn .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-color: #e8e8e8;
}
.theme-autumn .cal-week-view .cal-day-headers .cal-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-autumn .ngx-datatable {
  background-color: white;
  /**
   * Header Styles
   */
  /**
   * Footer Styles
   */
}
.theme-autumn .ngx-datatable.striped .datatable-row-odd {
  background: rgba(0, 0, 0, 0.05);
}
.theme-autumn .ngx-datatable.single-selection .datatable-body-row.active, .theme-autumn .ngx-datatable.single-selection .datatable-body-row.active .datatable-row-group, .theme-autumn .ngx-datatable.multi-selection .datatable-body-row.active, .theme-autumn .ngx-datatable.multi-selection .datatable-body-row.active .datatable-row-group {
  background: theme-colors("primary");
}
.theme-autumn .ngx-datatable.single-selection .datatable-body-row.active:hover, .theme-autumn .ngx-datatable.single-selection .datatable-body-row.active:hover .datatable-row-group, .theme-autumn .ngx-datatable.multi-selection .datatable-body-row.active:hover, .theme-autumn .ngx-datatable.multi-selection .datatable-body-row.active:hover .datatable-row-group {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-autumn .ngx-datatable.single-selection .datatable-body-row.active:focus, .theme-autumn .ngx-datatable.single-selection .datatable-body-row.active:focus .datatable-row-group, .theme-autumn .ngx-datatable.multi-selection .datatable-body-row.active:focus, .theme-autumn .ngx-datatable.multi-selection .datatable-body-row.active:focus .datatable-row-group {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-autumn .ngx-datatable:not(.cell-selection) .datatable-body-row:hover, .theme-autumn .ngx-datatable:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: transparent;
}
.theme-autumn .ngx-datatable:not(.cell-selection) .datatable-body-row:focus, .theme-autumn .ngx-datatable:not(.cell-selection) .datatable-body-row:focus .datatable-row-group {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-autumn .ngx-datatable.cell-selection .datatable-body-cell:hover, .theme-autumn .ngx-datatable.cell-selection .datatable-body-cell:hover .datatable-row-group {
  background: rgba(0, 0, 0, 0.04);
}
.theme-autumn .ngx-datatable.cell-selection .datatable-body-cell:focus, .theme-autumn .ngx-datatable.cell-selection .datatable-body-cell:focus .datatable-row-group {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-autumn .ngx-datatable.cell-selection .datatable-body-cell.active, .theme-autumn .ngx-datatable.cell-selection .datatable-body-cell.active .datatable-row-group {
  background-color: theme-colors("primary");
}
.theme-autumn .ngx-datatable.cell-selection .datatable-body-cell.active:hover, .theme-autumn .ngx-datatable.cell-selection .datatable-body-cell.active:hover .datatable-row-group {
  background-color: theme-colors("primary");
}
.theme-autumn .ngx-datatable.cell-selection .datatable-body-cell.active:focus, .theme-autumn .ngx-datatable.cell-selection .datatable-body-cell.active:focus .datatable-row-group {
  background-color: theme-colors("primary");
}
.theme-autumn .ngx-datatable .datatable-header .datatable-row-left,
.theme-autumn .ngx-datatable .datatable-body .datatable-row-left,
.theme-autumn .ngx-datatable .datatable-header .datatable-row-right,
.theme-autumn .ngx-datatable .datatable-body .datatable-row-right {
  background-color: white;
}
.theme-autumn .ngx-datatable .datatable-header {
  border-bottom-color: #e8e8e8;
}
.theme-autumn .ngx-datatable .datatable-header .datatable-header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.theme-autumn .ngx-datatable .datatable-header .resize-handle {
  border-right-color: #e8e8e8;
}
.theme-autumn .ngx-datatable .datatable-footer {
  border-top-color: #e8e8e8;
}
.theme-autumn .my-drop-zone {
  border-color: #e8e8e8 !important;
}
.theme-autumn .ngx-charts text {
  fill: rgba(0, 0, 0, 0.87);
}
.theme-autumn .ngx-charts .gridline-path {
  stroke: rgba(0, 0, 0, 0.05);
}
.theme-autumn .ngx-charts .grid-panel.odd rect {
  fill: rgba(0, 0, 0, 0.04);
}
.theme-autumn .ngx-charts .gauge .background-arc path {
  fill: #e8e8e8;
}
.theme-autumn .ngx-charts .gauge .gauge-tick path {
  stroke: #e8e8e8;
}
.theme-autumn .ngx-charts .gauge .gauge-tick text {
  fill: rgba(0, 0, 0, 0.87);
}
.theme-autumn .ngx-charts .linear-gauge .background-bar path {
  fill: #e8e8e8;
}
.theme-autumn .ngx-charts .linear-gauge .units {
  fill: rgba(0, 0, 0, 0.87);
}
.theme-autumn .ngx-charts .timeline .brush-background {
  fill: #e8e8e8;
}
.theme-autumn .ngx-charts .timeline .brush .selection {
  fill: #e8e8e8;
  stroke: #aaa;
}
.theme-autumn .ngx-charts .number-card .number-card-label {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.87);
}
.theme-summer {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.theme-summer .bg-body {
  background-color: #fff;
}
.theme-summer .text-color {
  color: rgba(0, 0, 0, 0.87);
}
.theme-summer .text-muted {
  color: rgba(0, 0, 0, 0.3) !important;
}
.theme-summer code,
.theme-summer kbd {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-summer pre {
  color: rgba(0, 0, 0, 0.87);
}
.theme-summer .card,
.theme-summer .list-group-item,
.theme-summer ngb-accordion > .card > .card-body {
  background-color: white;
}
.theme-summer .card .card-header,
.theme-summer .card .card-footer {
  color: rgba(0, 0, 0, 0.87);
}
.theme-summer .card-header::after {
  border-bottom-color: #e8e8e8;
}
.theme-summer .card-footer::before {
  border-top-color: #e8e8e8;
}
.theme-summer .card-subtitle {
  color: rgba(0, 0, 0, 0.3);
}
.theme-summer .btn-secondary {
  color: #212529;
  background-color: white;
  border-color: rgba(0, 0, 0, 0.87);
  border-color: #e8e8e8;
}
.theme-summer .btn-secondary:hover {
  color: #212529;
  background-color: #ececec;
  border-color: rgba(0, 0, 0, 0.87);
}
.theme-summer .btn-secondary:focus, .theme-summer .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.theme-summer .btn-secondary.disabled, .theme-summer .btn-secondary:disabled {
  color: #212529;
  background-color: white;
  border-color: rgba(0, 0, 0, 0.87);
}
.theme-summer .btn-secondary:not(:disabled):not(.disabled):active, .theme-summer .btn-secondary:not(:disabled):not(.disabled).active, .show > .theme-summer .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0.87);
}
.theme-summer .btn-secondary:not(:disabled):not(.disabled):active:focus, .theme-summer .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .theme-summer .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.theme-summer .btn-outline-secondary {
  color: #e8e8e8;
  background-color: transparent;
  background-image: none;
  border-color: #e8e8e8;
}
.theme-summer .btn-outline-secondary:hover {
  color: #212529;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.theme-summer .btn-outline-secondary:focus, .theme-summer .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.5);
}
.theme-summer .btn-outline-secondary.disabled, .theme-summer .btn-outline-secondary:disabled {
  color: #e8e8e8;
  background-color: transparent;
}
.theme-summer .btn-outline-secondary:not(:disabled):not(.disabled):active, .theme-summer .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .theme-summer .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.theme-summer .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .theme-summer .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .theme-summer .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.5);
}
.theme-summer .page-link {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
  border-color: #e8e8e8;
}
.theme-summer .ngb-dp-header {
  background-color: white;
}
.theme-summer .progress {
  background-color: #e8e8e8;
}
.theme-summer .nav-tabs {
  border-bottom-color: #e8e8e8;
}
.theme-summer .nav-tabs .nav-link:hover, .theme-summer .nav-tabs .nav-link:focus {
  border-color: #e8e8e8;
}
.theme-summer .card .nav-tabs .nav-link.active,
.theme-summer .card .nav-tabs .nav-item.show .nav-link {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
  border-color: #e8e8e8 #e8e8e8 white;
}
.theme-summer .modal-content {
  background-color: white;
  border-color: #e8e8e8;
}
.theme-summer .modal-header {
  border-bottom-color: #e8e8e8;
}
.theme-summer .modal-footer {
  border-top-color: #e8e8e8;
}
.theme-summer .form-control {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.04);
  border-color: #e8e8e8;
}
.theme-summer .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #b8bee4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(92, 107, 192, 0.25);
}
.theme-summer .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.theme-summer .form-control::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.theme-summer .form-control:disabled, .theme-summer .form-control[readonly] {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-summer select.form-control:focus::-ms-value {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-summer .form-check.disabled .form-check-label {
  color: rgba(0, 0, 0, 0.3);
}
.theme-summer .table th,
.theme-summer .table td {
  border-top-color: #e8e8e8;
}
.theme-summer .table thead th {
  border-bottom-color: #e8e8e8;
}
.theme-summer .table tbody + tbody {
  border-top-color: #e8e8e8;
}
.theme-summer .table .table {
  background-color: #fff;
}
.theme-summer .table-bordered {
  border-color: #e8e8e8;
}
.theme-summer .table-bordered th,
.theme-summer .table-bordered td {
  border-color: #e8e8e8;
}
.theme-summer .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.theme-summer .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (max-width: 991.98px) {
  .theme-summer .no-more-tables tr {
    border-color: #e8e8e8;
  }
  .theme-summer .no-more-tables td {
    border-bottom-color: #e8e8e8;
  }
}
.theme-summer .main-header {
  background-color: white;
}
.theme-summer .main-header .nav-link,
.theme-summer .main-header .navbar-heading {
  color: rgba(0, 0, 0, 0.87);
}
.theme-summer .main-header .nav-link:hover, .theme-summer .main-header .nav-link:focus,
.theme-summer .main-header .navbar-heading:hover,
.theme-summer .main-header .navbar-heading:focus {
  color: black;
}
.theme-summer .nav-divider {
  background: #e8e8e8;
}
.theme-summer mat-sidenav.sidebar-panel {
  background-color: #402610;
}
.theme-summer mat-sidenav.sidebar-panel .navigation-title {
  color: rgba(255, 255, 255, 0.72);
}
.theme-summer mat-sidenav.sidebar-panel .nav-link,
.theme-summer mat-sidenav.sidebar-panel .navigation-link {
  color: rgba(255, 255, 255, 0.72);
}
.theme-summer mat-sidenav.sidebar-panel .nav-link:hover, .theme-summer mat-sidenav.sidebar-panel .nav-link:focus,
.theme-summer mat-sidenav.sidebar-panel .navigation-link:hover,
.theme-summer mat-sidenav.sidebar-panel .navigation-link:focus {
  color: white;
}
.theme-summer mat-sidenav.sidebar-panel .navigation-item.open > a {
  color: white;
}
.theme-summer ngb-accordion > .card {
  background-color: transparent;
}
.theme-summer ngb-accordion > .card .card-header {
  background-color: white;
}
.theme-summer .activity-stream::before {
  background-color: #e8e8e8;
}
.theme-summer .activity-stream .card-avatar {
  box-shadow: 0 0 0 1px white;
}
.theme-summer .timeline::before {
  background: #e8e8e8;
}
.theme-summer .timeline .timeline-icon::after {
  background: white;
}
.theme-summer .timeline .timeline-content > .card::before {
  border-color: transparent white transparent transparent !important;
}
.theme-summer .timeline .timeline-content > .card::after {
  border-color: transparent white transparent transparent !important;
}
@media (min-width: 992px) {
  .theme-summer .timeline:not(.stacked) .timeline-card:nth-child(even) .timeline-content > .card::before {
    border-color: transparent transparent transparent white !important;
  }
  .theme-summer .timeline:not(.stacked) .timeline-card:nth-child(even) .timeline-content > .card::after {
    border-color: transparent transparent transparent white !important;
  }
}
.theme-summer .taskboard .taskboard-list {
  background: white !important;
}
.theme-summer .taskboard .taskboard-task {
  background: #e8e8e8 !important;
}
.theme-summer .taskboard .taskboard-header {
  color: rgba(0, 0, 0, 0.87) !important;
}
.theme-summer .email-panel .list-group-item a {
  color: rgba(0, 0, 0, 0.87) !important;
}
.theme-summer .email-panel .list-group-item.selected a {
  color: rgba(0, 0, 0, 0.87) !important;
}
.theme-summer .cal-day-view .cal-hour-rows {
  border-color: #e8e8e8;
}
.theme-summer .cal-day-view .cal-hour:nth-child(odd) {
  background-color: #e8e8e8;
}
.theme-summer .cal-day-view .cal-hour:not(:last-child) .cal-hour-segment,
.theme-summer .cal-day-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-color: rgba(0, 0, 0, 0.3);
}
.theme-summer .cal-day-view .cal-hour-segment:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-summer .cal-month-view .cal-cell-row:hover {
  background-color: white;
}
.theme-summer .cal-month-view .cal-cell-row .cal-cell:hover,
.theme-summer .cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: rgba(0, 0, 0, 0.05);
}
.theme-summer .cal-month-view .cal-days {
  border-color: #e8e8e8;
}
.theme-summer .cal-month-view .cal-day-cell:not(:last-child) {
  border-color: #e8e8e8;
}
.theme-summer .cal-month-view .cal-days .cal-cell-row {
  border-color: #e8e8e8;
}
.theme-summer .cal-week-view .cal-day-headers {
  border-color: #e8e8e8;
}
.theme-summer .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-color: #e8e8e8;
}
.theme-summer .cal-week-view .cal-day-headers .cal-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-summer .ngx-datatable {
  background-color: white;
  /**
   * Header Styles
   */
  /**
   * Footer Styles
   */
}
.theme-summer .ngx-datatable.striped .datatable-row-odd {
  background: rgba(0, 0, 0, 0.05);
}
.theme-summer .ngx-datatable.single-selection .datatable-body-row.active, .theme-summer .ngx-datatable.single-selection .datatable-body-row.active .datatable-row-group, .theme-summer .ngx-datatable.multi-selection .datatable-body-row.active, .theme-summer .ngx-datatable.multi-selection .datatable-body-row.active .datatable-row-group {
  background: theme-colors("primary");
}
.theme-summer .ngx-datatable.single-selection .datatable-body-row.active:hover, .theme-summer .ngx-datatable.single-selection .datatable-body-row.active:hover .datatable-row-group, .theme-summer .ngx-datatable.multi-selection .datatable-body-row.active:hover, .theme-summer .ngx-datatable.multi-selection .datatable-body-row.active:hover .datatable-row-group {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-summer .ngx-datatable.single-selection .datatable-body-row.active:focus, .theme-summer .ngx-datatable.single-selection .datatable-body-row.active:focus .datatable-row-group, .theme-summer .ngx-datatable.multi-selection .datatable-body-row.active:focus, .theme-summer .ngx-datatable.multi-selection .datatable-body-row.active:focus .datatable-row-group {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-summer .ngx-datatable:not(.cell-selection) .datatable-body-row:hover, .theme-summer .ngx-datatable:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: transparent;
}
.theme-summer .ngx-datatable:not(.cell-selection) .datatable-body-row:focus, .theme-summer .ngx-datatable:not(.cell-selection) .datatable-body-row:focus .datatable-row-group {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-summer .ngx-datatable.cell-selection .datatable-body-cell:hover, .theme-summer .ngx-datatable.cell-selection .datatable-body-cell:hover .datatable-row-group {
  background: rgba(0, 0, 0, 0.04);
}
.theme-summer .ngx-datatable.cell-selection .datatable-body-cell:focus, .theme-summer .ngx-datatable.cell-selection .datatable-body-cell:focus .datatable-row-group {
  background-color: rgba(0, 0, 0, 0.04);
}
.theme-summer .ngx-datatable.cell-selection .datatable-body-cell.active, .theme-summer .ngx-datatable.cell-selection .datatable-body-cell.active .datatable-row-group {
  background-color: theme-colors("primary");
}
.theme-summer .ngx-datatable.cell-selection .datatable-body-cell.active:hover, .theme-summer .ngx-datatable.cell-selection .datatable-body-cell.active:hover .datatable-row-group {
  background-color: theme-colors("primary");
}
.theme-summer .ngx-datatable.cell-selection .datatable-body-cell.active:focus, .theme-summer .ngx-datatable.cell-selection .datatable-body-cell.active:focus .datatable-row-group {
  background-color: theme-colors("primary");
}
.theme-summer .ngx-datatable .datatable-header .datatable-row-left,
.theme-summer .ngx-datatable .datatable-body .datatable-row-left,
.theme-summer .ngx-datatable .datatable-header .datatable-row-right,
.theme-summer .ngx-datatable .datatable-body .datatable-row-right {
  background-color: white;
}
.theme-summer .ngx-datatable .datatable-header {
  border-bottom-color: #e8e8e8;
}
.theme-summer .ngx-datatable .datatable-header .datatable-header-cell {
  color: rgba(0, 0, 0, 0.87);
}
.theme-summer .ngx-datatable .datatable-header .resize-handle {
  border-right-color: #e8e8e8;
}
.theme-summer .ngx-datatable .datatable-footer {
  border-top-color: #e8e8e8;
}
.theme-summer .my-drop-zone {
  border-color: #e8e8e8 !important;
}
.theme-summer .ngx-charts text {
  fill: rgba(0, 0, 0, 0.87);
}
.theme-summer .ngx-charts .gridline-path {
  stroke: rgba(0, 0, 0, 0.05);
}
.theme-summer .ngx-charts .grid-panel.odd rect {
  fill: rgba(0, 0, 0, 0.04);
}
.theme-summer .ngx-charts .gauge .background-arc path {
  fill: #e8e8e8;
}
.theme-summer .ngx-charts .gauge .gauge-tick path {
  stroke: #e8e8e8;
}
.theme-summer .ngx-charts .gauge .gauge-tick text {
  fill: rgba(0, 0, 0, 0.87);
}
.theme-summer .ngx-charts .linear-gauge .background-bar path {
  fill: #e8e8e8;
}
.theme-summer .ngx-charts .linear-gauge .units {
  fill: rgba(0, 0, 0, 0.87);
}
.theme-summer .ngx-charts .timeline .brush-background {
  fill: #e8e8e8;
}
.theme-summer .ngx-charts .timeline .brush .selection {
  fill: #e8e8e8;
  stroke: #aaa;
}
.theme-summer .ngx-charts .number-card .number-card-label {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.87);
}
.theme-eclipse {
  background-color: #3a3a3a;
  color: white;
}
.theme-eclipse .bg-body {
  background-color: #3a3a3a;
}
.theme-eclipse .text-color {
  color: white;
}
.theme-eclipse .text-muted {
  color: rgba(255, 255, 255, 0.3) !important;
}
.theme-eclipse code,
.theme-eclipse kbd {
  color: white;
  background-color: rgba(255, 255, 255, 0.04);
}
.theme-eclipse pre {
  color: white;
}
.theme-eclipse .card,
.theme-eclipse .list-group-item,
.theme-eclipse ngb-accordion > .card > .card-body {
  background-color: #424242;
}
.theme-eclipse .card .card-header,
.theme-eclipse .card .card-footer {
  color: white;
}
.theme-eclipse .card-header::after {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .card-footer::before {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .card-subtitle {
  color: rgba(255, 255, 255, 0.3);
}
.theme-eclipse .btn-secondary {
  color: #fff;
  background-color: #424242;
  border-color: white;
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .btn-secondary:hover {
  color: #fff;
  background-color: #2f2f2f;
  border-color: #e6e6e6;
}
.theme-eclipse .btn-secondary:focus, .theme-eclipse .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.theme-eclipse .btn-secondary.disabled, .theme-eclipse .btn-secondary:disabled {
  color: #fff;
  background-color: #424242;
  border-color: white;
}
.theme-eclipse .btn-secondary:not(:disabled):not(.disabled):active, .theme-eclipse .btn-secondary:not(:disabled):not(.disabled).active, .show > .theme-eclipse .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #292929;
  border-color: #dfdfdf;
}
.theme-eclipse .btn-secondary:not(:disabled):not(.disabled):active:focus, .theme-eclipse .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .theme-eclipse .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.theme-eclipse .btn-outline-secondary {
  color: rgba(255, 255, 255, 0.12);
  background-color: transparent;
  background-image: none;
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .btn-outline-secondary:hover {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .btn-outline-secondary:focus, .theme-eclipse .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.theme-eclipse .btn-outline-secondary.disabled, .theme-eclipse .btn-outline-secondary:disabled {
  color: rgba(255, 255, 255, 0.12);
  background-color: transparent;
}
.theme-eclipse .btn-outline-secondary:not(:disabled):not(.disabled):active, .theme-eclipse .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .theme-eclipse .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .theme-eclipse .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .theme-eclipse .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.theme-eclipse .page-link {
  color: white;
  background-color: #424242;
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .ngb-dp-header {
  background-color: #424242;
}
.theme-eclipse .progress {
  background-color: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .nav-tabs {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .nav-tabs .nav-link:hover, .theme-eclipse .nav-tabs .nav-link:focus {
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .card .nav-tabs .nav-link.active,
.theme-eclipse .card .nav-tabs .nav-item.show .nav-link {
  color: white;
  background-color: #424242;
  border-color: rgba(255, 255, 255, 0.12) rgba(255, 255, 255, 0.12) #424242;
}
.theme-eclipse .modal-content {
  background-color: #424242;
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .modal-header {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .modal-footer {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .form-control {
  color: white;
  background-color: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #b8bee4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(92, 107, 192, 0.25);
}
.theme-eclipse .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.theme-eclipse .form-control::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.theme-eclipse .form-control:disabled, .theme-eclipse .form-control[readonly] {
  background-color: rgba(255, 255, 255, 0.04);
}
.theme-eclipse select.form-control:focus::-ms-value {
  color: white;
  background-color: rgba(255, 255, 255, 0.04);
}
.theme-eclipse .form-check.disabled .form-check-label {
  color: rgba(255, 255, 255, 0.3);
}
.theme-eclipse .table th,
.theme-eclipse .table td {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .table thead th {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .table tbody + tbody {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .table .table {
  background-color: #3a3a3a;
}
.theme-eclipse .table-bordered {
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .table-bordered th,
.theme-eclipse .table-bordered td {
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.theme-eclipse .table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
@media (max-width: 991.98px) {
  .theme-eclipse .no-more-tables tr {
    border-color: rgba(255, 255, 255, 0.12);
  }
  .theme-eclipse .no-more-tables td {
    border-bottom-color: rgba(255, 255, 255, 0.12);
  }
}
.theme-eclipse .main-header {
  background-color: #424242;
}
.theme-eclipse .main-header .nav-link,
.theme-eclipse .main-header .navbar-heading {
  color: rgba(255, 255, 255, 0.7);
}
.theme-eclipse .main-header .nav-link:hover, .theme-eclipse .main-header .nav-link:focus,
.theme-eclipse .main-header .navbar-heading:hover,
.theme-eclipse .main-header .navbar-heading:focus {
  color: white;
}
.theme-eclipse .nav-divider {
  background: rgba(255, 255, 255, 0.12);
}
.theme-eclipse mat-sidenav.sidebar-panel {
  background-color: #333333;
}
.theme-eclipse mat-sidenav.sidebar-panel .navigation-title {
  color: rgba(255, 255, 255, 0.56);
}
.theme-eclipse mat-sidenav.sidebar-panel .nav-link,
.theme-eclipse mat-sidenav.sidebar-panel .navigation-link {
  color: rgba(255, 255, 255, 0.56);
}
.theme-eclipse mat-sidenav.sidebar-panel .nav-link:hover, .theme-eclipse mat-sidenav.sidebar-panel .nav-link:focus,
.theme-eclipse mat-sidenav.sidebar-panel .navigation-link:hover,
.theme-eclipse mat-sidenav.sidebar-panel .navigation-link:focus {
  color: white;
}
.theme-eclipse mat-sidenav.sidebar-panel .navigation-item.open > a {
  color: white;
}
.theme-eclipse ngb-accordion > .card {
  background-color: transparent;
}
.theme-eclipse ngb-accordion > .card .card-header {
  background-color: #424242;
}
.theme-eclipse .activity-stream::before {
  background-color: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .activity-stream .card-avatar {
  box-shadow: 0 0 0 1px #424242;
}
.theme-eclipse .timeline::before {
  background: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .timeline .timeline-icon::after {
  background: #424242;
}
.theme-eclipse .timeline .timeline-content > .card::before {
  border-color: transparent #424242 transparent transparent !important;
}
.theme-eclipse .timeline .timeline-content > .card::after {
  border-color: transparent #424242 transparent transparent !important;
}
@media (min-width: 992px) {
  .theme-eclipse .timeline:not(.stacked) .timeline-card:nth-child(even) .timeline-content > .card::before {
    border-color: transparent transparent transparent #424242 !important;
  }
  .theme-eclipse .timeline:not(.stacked) .timeline-card:nth-child(even) .timeline-content > .card::after {
    border-color: transparent transparent transparent #424242 !important;
  }
}
.theme-eclipse .taskboard .taskboard-list {
  background: #424242 !important;
}
.theme-eclipse .taskboard .taskboard-task {
  background: rgba(255, 255, 255, 0.12) !important;
}
.theme-eclipse .taskboard .taskboard-header {
  color: white !important;
}
.theme-eclipse .email-panel .list-group-item a {
  color: white !important;
}
.theme-eclipse .email-panel .list-group-item.selected a {
  color: rgba(0, 0, 0, 0.87) !important;
}
.theme-eclipse .cal-day-view .cal-hour-rows {
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .cal-day-view .cal-hour:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .cal-day-view .cal-hour:not(:last-child) .cal-hour-segment,
.theme-eclipse .cal-day-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-color: rgba(255, 255, 255, 0.3);
}
.theme-eclipse .cal-day-view .cal-hour-segment:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
.theme-eclipse .cal-month-view .cal-cell-row:hover {
  background-color: #424242;
}
.theme-eclipse .cal-month-view .cal-cell-row .cal-cell:hover,
.theme-eclipse .cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: rgba(255, 255, 255, 0.05);
}
.theme-eclipse .cal-month-view .cal-days {
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .cal-month-view .cal-day-cell:not(:last-child) {
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .cal-month-view .cal-days .cal-cell-row {
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .cal-week-view .cal-day-headers {
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-color: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .cal-week-view .cal-day-headers .cal-header:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
.theme-eclipse .ngx-datatable {
  background-color: #424242;
  /**
   * Header Styles
   */
  /**
   * Footer Styles
   */
}
.theme-eclipse .ngx-datatable.striped .datatable-row-odd {
  background: rgba(255, 255, 255, 0.05);
}
.theme-eclipse .ngx-datatable.single-selection .datatable-body-row.active, .theme-eclipse .ngx-datatable.single-selection .datatable-body-row.active .datatable-row-group, .theme-eclipse .ngx-datatable.multi-selection .datatable-body-row.active, .theme-eclipse .ngx-datatable.multi-selection .datatable-body-row.active .datatable-row-group {
  background: theme-colors("primary");
}
.theme-eclipse .ngx-datatable.single-selection .datatable-body-row.active:hover, .theme-eclipse .ngx-datatable.single-selection .datatable-body-row.active:hover .datatable-row-group, .theme-eclipse .ngx-datatable.multi-selection .datatable-body-row.active:hover, .theme-eclipse .ngx-datatable.multi-selection .datatable-body-row.active:hover .datatable-row-group {
  background-color: rgba(255, 255, 255, 0.04);
}
.theme-eclipse .ngx-datatable.single-selection .datatable-body-row.active:focus, .theme-eclipse .ngx-datatable.single-selection .datatable-body-row.active:focus .datatable-row-group, .theme-eclipse .ngx-datatable.multi-selection .datatable-body-row.active:focus, .theme-eclipse .ngx-datatable.multi-selection .datatable-body-row.active:focus .datatable-row-group {
  background-color: rgba(255, 255, 255, 0.04);
}
.theme-eclipse .ngx-datatable:not(.cell-selection) .datatable-body-row:hover, .theme-eclipse .ngx-datatable:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: transparent;
}
.theme-eclipse .ngx-datatable:not(.cell-selection) .datatable-body-row:focus, .theme-eclipse .ngx-datatable:not(.cell-selection) .datatable-body-row:focus .datatable-row-group {
  background-color: rgba(255, 255, 255, 0.04);
}
.theme-eclipse .ngx-datatable.cell-selection .datatable-body-cell:hover, .theme-eclipse .ngx-datatable.cell-selection .datatable-body-cell:hover .datatable-row-group {
  background: rgba(255, 255, 255, 0.04);
}
.theme-eclipse .ngx-datatable.cell-selection .datatable-body-cell:focus, .theme-eclipse .ngx-datatable.cell-selection .datatable-body-cell:focus .datatable-row-group {
  background-color: rgba(255, 255, 255, 0.04);
}
.theme-eclipse .ngx-datatable.cell-selection .datatable-body-cell.active, .theme-eclipse .ngx-datatable.cell-selection .datatable-body-cell.active .datatable-row-group {
  background-color: theme-colors("primary");
}
.theme-eclipse .ngx-datatable.cell-selection .datatable-body-cell.active:hover, .theme-eclipse .ngx-datatable.cell-selection .datatable-body-cell.active:hover .datatable-row-group {
  background-color: theme-colors("primary");
}
.theme-eclipse .ngx-datatable.cell-selection .datatable-body-cell.active:focus, .theme-eclipse .ngx-datatable.cell-selection .datatable-body-cell.active:focus .datatable-row-group {
  background-color: theme-colors("primary");
}
.theme-eclipse .ngx-datatable .datatable-header .datatable-row-left,
.theme-eclipse .ngx-datatable .datatable-body .datatable-row-left,
.theme-eclipse .ngx-datatable .datatable-header .datatable-row-right,
.theme-eclipse .ngx-datatable .datatable-body .datatable-row-right {
  background-color: #424242;
}
.theme-eclipse .ngx-datatable .datatable-header {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .ngx-datatable .datatable-header .datatable-header-cell {
  color: white;
}
.theme-eclipse .ngx-datatable .datatable-header .resize-handle {
  border-right-color: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .ngx-datatable .datatable-footer {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .my-drop-zone {
  border-color: rgba(255, 255, 255, 0.12) !important;
}
.theme-eclipse .ngx-charts text {
  fill: white;
}
.theme-eclipse .ngx-charts .gridline-path {
  stroke: rgba(255, 255, 255, 0.05);
}
.theme-eclipse .ngx-charts .grid-panel.odd rect {
  fill: rgba(255, 255, 255, 0.04);
}
.theme-eclipse .ngx-charts .gauge .background-arc path {
  fill: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .ngx-charts .gauge .gauge-tick path {
  stroke: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .ngx-charts .gauge .gauge-tick text {
  fill: white;
}
.theme-eclipse .ngx-charts .linear-gauge .background-bar path {
  fill: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .ngx-charts .linear-gauge .units {
  fill: white;
}
.theme-eclipse .ngx-charts .timeline .brush-background {
  fill: rgba(255, 255, 255, 0.12);
}
.theme-eclipse .ngx-charts .timeline .brush .selection {
  fill: rgba(255, 255, 255, 0.12);
  stroke: #aaa;
}
.theme-eclipse .ngx-charts .number-card .number-card-label {
  font-size: 0.8rem;
  color: white;
}
ngb-accordion > .card {
  background-color: transparent;
  margin-bottom: 5px;
}
ngb-accordion > .card .card-header {
  border-bottom-width: 0;
  border-radius: 0.25rem;
}
ngb-accordion > .card .card-header.active {
  display: block;
  border-bottom-width: 1px;
}
ngb-accordion > .card .card-header.active + .card-body {
  border-radius: 0 0 0.25rem 0.25rem;
}
ngb-accordion > .card .card-header a {
  color: inherit;
}
.btn-icon {
  position: relative;
  overflow: hidden;
  min-height: 2.188rem;
  padding-left: 2.188rem;
  text-overflow: ellipsis;
  text-align: left;
}
.btn-icon i:first-child {
  line-height: 2.188rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2.188rem;
  text-align: center;
  font-size: 0.8125rem;
}
.btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
  min-height: 3.188rem;
  padding-left: 3.188rem;
}
.btn-icon.btn-lg :first-child, .btn-group-lg > .btn-icon.btn :first-child {
  line-height: 3.188rem;
  width: 3.188rem;
  font-size: 2rem;
}
.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
  min-height: 1.688rem;
  padding-left: 1.688rem;
}
.btn-icon.btn-sm :first-child, .btn-group-sm > .btn-icon.btn :first-child {
  line-height: 1.688rem;
  width: 1.688rem;
}
.btn-icon-icon {
  width: 2.188rem;
  height: 2.188rem;
  padding: 0;
  padding-left: 0 !important;
  position: relative;
  overflow: hidden;
  min-height: 2.188rem;
  padding-left: 2.188rem;
  text-overflow: ellipsis;
}
.btn-icon-icon i:first-child {
  line-height: 2.188rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2.188rem;
  text-align: center;
  font-size: 0.8125rem;
}
.btn-icon-icon.btn-lg, .btn-group-lg > .btn-icon-icon.btn {
  min-height: 3.188rem;
  padding-left: 3.188rem;
}
.btn-icon-icon.btn-lg :first-child, .btn-group-lg > .btn-icon-icon.btn :first-child {
  line-height: 3.188rem;
  width: 3.188rem;
  font-size: 2rem;
}
.btn-icon-icon.btn-sm, .btn-group-sm > .btn-icon-icon.btn {
  min-height: 1.688rem;
  padding-left: 1.688rem;
}
.btn-icon-icon.btn-sm :first-child, .btn-group-sm > .btn-icon-icon.btn :first-child {
  line-height: 1.688rem;
  width: 1.688rem;
}
.btn-icon-icon :first-child {
  width: 100% !important;
  text-align: center;
}
.btn-icon-icon.btn-lg, .btn-group-lg > .btn-icon-icon.btn {
  width: 3.188rem;
  height: 3.188rem;
  padding-right: 0;
  padding-left: 0;
}
.btn-icon-icon.btn-sm, .btn-group-sm > .btn-icon-icon.btn {
  width: 1.688rem;
  height: 1.688rem;
  padding-right: 0;
  padding-left: 0;
}
.card {
  margin-bottom: 14px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.card.card-widget {
  height: auto;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
  max-width: 100%;
  padding: 1rem;
}
.card.card-widget p {
  margin: 0;
  line-height: 1;
}
.card .card-header {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  background: transparent;
  color: #000;
  border: 0;
  z-index: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card .card-header.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card .card-header .card-header-text .card-title {
  line-height: 1;
}
.card .card-header .card-header-text .card-subtitle {
  line-height: 1;
  font-size: 12px;
  text-transform: none;
  text-transform: initial;
}
.card .card-header .card-controls {
  line-height: 1;
  right: 1rem;
}
.card .card-header .card-controls a {
  position: relative;
  font-size: rem;
  display: inline-block;
  margin-left: 0.625rem;
  color: inherit;
}
.card .card-header .card-controls a i:before {
  font-size: 1rem;
}
.card .card-footer {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  background: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.card[class^=card-] .card-header, .card[class*=" card-"] .card-header, .card[class^=bg-] .card-header, .card[class*=" bg-"] .card-header {
  color: inherit;
}
.card .card-avatar {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 40px;
  line-height: 40px;
  margin-right: 1rem;
}
.card .card-avatar.widget-icon {
  font-size: 1rem;
}
.card .card-tab > ul {
  padding: 1rem 1rem 0;
}
.card .card-body > *:last-child {
  margin-bottom: 0;
}
/* $widget icon
 ------------------------------------------*/
.widget-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
}
.widget-icon::before {
  line-height: 40px;
}
.widget-bg-icon {
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 80px;
  font-size: 60px;
  opacity: 0.2;
}
.custom-control {
  align-items: center;
  align-content: center;
}
.custom-control-label::before {
  background: transparent;
  border: 1px solid #ced4da;
  top: 1px;
}
.custom-control-label::before,
.custom-control-label::after {
  width: 18px;
  height: 18px;
}
.custom-checkbox .custom-control-input ~ .custom-control-label::after {
  top: 1px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  content: "";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  text-align: center;
  font-size: 1.2rem;
  line-height: 18px;
  color: #5c6bc0;
  background: transparent;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  content: "";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  text-align: center;
  font-size: 1rem;
  line-height: 18px;
  color: #5c6bc0;
  background: transparent;
  top: 1px;
  left: 2px;
  width: 15px;
  height: 15px;
}
.switch {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.switch .slide-toggle-bar {
  display: inline-block;
  margin-right: 8px;
  margin-left: 0;
  position: relative;
  top: 5px;
  width: 36px;
  height: 14px;
  border-radius: 8px;
}
.switch input {
  position: absolute;
  left: -99999px;
}
.switch input + span {
  position: relative;
  display: block;
  width: 36px;
  height: 14px;
  border-radius: 8px;
  border: none;
  background-color: #B2B2B2;
  background-color: rgba(0, 0, 0, 0.26);
  transition: background-color linear 0.08s;
}
.switch input + span:before {
  content: "";
  display: inline-block;
}
.switch input + span:after {
  content: "";
  position: absolute;
  top: -3px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4), 0px 0px 0px -1px rgba(0, 0, 0, 0.5);
  background-color: #FAFAFA;
  border: none;
  transition: transform linear 0.08s, background-color linear 0.08s;
}
.switch input:checked + span {
  background-color: rgba(255, 193, 7, 0.5);
}
.switch input:checked + span:after {
  background-color: #ffc107;
  transform: translate3d(18px, 0, 0);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4), 0px 0px 0px -1px rgba(0, 147, 133, 0.5);
}
.table.align-middle th,
.table.align-middle td {
  vertical-align: middle;
}
.table th:first-child,
.table td:first-child {
  padding-left: 1.25rem;
}
.table th:last-child,
.table td:last-child {
  padding-right: 1.25rem;
}
/* No More tables */
@media (max-width: 991.98px) {
  /* Source:: http://elvery.net/demo/responsive-tables/#no-more-tables */
  /* Force table to not be like tables anymore */
  .no-more-tables table,
.no-more-tables thead,
.no-more-tables tbody,
.no-more-tables th,
.no-more-tables td,
.no-more-tables tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .no-more-tables td {
    position: relative;
    padding-left: 50% !important;
    /* Behave  like a "row" */
    border-top: 0 !important;
    text-align: left;
    white-space: normal;
  }

  .no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0.375rem;
    left: 0.375rem;
    padding-right: 0.625rem;
    width: 45%;
    text-align: left;
    white-space: nowrap;
    font-weight: 700;
  }

  /* Label the data */
  .no-more-tables td:before {
    content: attr(data-title);
  }
}
.bg-body {
  background-color: #fff;
}
.bg-dark {
  background-color: #333333;
}
.bg-black {
  background-color: black;
}
.no-bg,
.bg-none {
  background-color: transparent !important;
}
.bg-red {
  background-color: #f44336 !important;
  color: white !important;
}
.bg-red-50 {
  background-color: #ffebee !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-red-100 {
  background-color: #ffcdd2 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-red-200 {
  background-color: #ef9a9a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-red-300 {
  background-color: #e57373 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-red-400 {
  background-color: #ef5350 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-red-500 {
  background-color: #f44336 !important;
  color: white !important;
}
.bg-red-600 {
  background-color: #e53935 !important;
  color: white !important;
}
.bg-red-700 {
  background-color: #d32f2f !important;
  color: white !important;
}
.bg-red-800 {
  background-color: #c62828 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-red-900 {
  background-color: #b71c1c !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-red-A100 {
  background-color: #ff8a80 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-red-A200 {
  background-color: #ff5252 !important;
  color: white !important;
}
.bg-red-A400 {
  background-color: #ff1744 !important;
  color: white !important;
}
.bg-red-A700 {
  background-color: #d50000 !important;
  color: white !important;
}
.bg-pink {
  background-color: #e91e63 !important;
  color: white !important;
}
.bg-pink-50 {
  background-color: #fce4ec !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-pink-100 {
  background-color: #f8bbd0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-pink-200 {
  background-color: #f48fb1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-pink-300 {
  background-color: #f06292 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-pink-400 {
  background-color: #ec407a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-pink-500 {
  background-color: #e91e63 !important;
  color: white !important;
}
.bg-pink-600 {
  background-color: #d81b60 !important;
  color: white !important;
}
.bg-pink-700 {
  background-color: #c2185b !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-pink-800 {
  background-color: #ad1457 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-pink-900 {
  background-color: #880e4f !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-pink-A100 {
  background-color: #ff80ab !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-pink-A200 {
  background-color: #ff4081 !important;
  color: white !important;
}
.bg-pink-A400 {
  background-color: #f50057 !important;
  color: white !important;
}
.bg-pink-A700 {
  background-color: #c51162 !important;
  color: white !important;
}
.bg-purple {
  background-color: #9c27b0 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-purple-50 {
  background-color: #f3e5f5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-purple-100 {
  background-color: #e1bee7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-purple-200 {
  background-color: #ce93d8 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-purple-300 {
  background-color: #ba68c8 !important;
  color: white !important;
}
.bg-purple-400 {
  background-color: #ab47bc !important;
  color: white !important;
}
.bg-purple-500 {
  background-color: #9c27b0 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-purple-600 {
  background-color: #8e24aa !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-purple-700 {
  background-color: #7b1fa2 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-purple-800 {
  background-color: #6a1b9a !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-purple-900 {
  background-color: #4a148c !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-purple-A100 {
  background-color: #ea80fc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-purple-A200 {
  background-color: #e040fb !important;
  color: white !important;
}
.bg-purple-A400 {
  background-color: #d500f9 !important;
  color: white !important;
}
.bg-purple-A700 {
  background-color: #aa00ff !important;
  color: white !important;
}
.bg-deep-purple {
  background-color: #673ab7 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-purple-50 {
  background-color: #ede7f6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-purple-100 {
  background-color: #d1c4e9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-purple-200 {
  background-color: #b39ddb !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-purple-300 {
  background-color: #9575cd !important;
  color: white !important;
}
.bg-deep-purple-400 {
  background-color: #7e57c2 !important;
  color: white !important;
}
.bg-deep-purple-500 {
  background-color: #673ab7 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-purple-600 {
  background-color: #5e35b1 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-purple-700 {
  background-color: #512da8 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-purple-800 {
  background-color: #4527a0 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-purple-900 {
  background-color: #311b92 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-purple-A100 {
  background-color: #b388ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-purple-A200 {
  background-color: #7c4dff !important;
  color: white !important;
}
.bg-deep-purple-A400 {
  background-color: #651fff !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-purple-A700 {
  background-color: #6200ea !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-indigo {
  background-color: #3f51b5 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-indigo-50 {
  background-color: #e8eaf6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-indigo-100 {
  background-color: #c5cae9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-indigo-200 {
  background-color: #9fa8da !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-indigo-300 {
  background-color: #7986cb !important;
  color: white !important;
}
.bg-indigo-400 {
  background-color: #5c6bc0 !important;
  color: white !important;
}
.bg-indigo-500 {
  background-color: #3f51b5 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-indigo-600 {
  background-color: #3949ab !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-indigo-700 {
  background-color: #303f9f !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-indigo-800 {
  background-color: #283593 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-indigo-900 {
  background-color: #1a237e !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-indigo-A100 {
  background-color: #8c9eff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-indigo-A200 {
  background-color: #536dfe !important;
  color: white !important;
}
.bg-indigo-A400 {
  background-color: #3d5afe !important;
  color: white !important;
}
.bg-indigo-A700 {
  background-color: #304ffe !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-blue {
  background-color: #2196f3 !important;
  color: white !important;
}
.bg-blue-50 {
  background-color: #e3f2fd !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-100 {
  background-color: #bbdefb !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-200 {
  background-color: #90caf9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-300 {
  background-color: #64b5f6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-400 {
  background-color: #42a5f5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-500 {
  background-color: #2196f3 !important;
  color: white !important;
}
.bg-blue-600 {
  background-color: #1e88e5 !important;
  color: white !important;
}
.bg-blue-700 {
  background-color: #1976d2 !important;
  color: white !important;
}
.bg-blue-800 {
  background-color: #1565c0 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-blue-900 {
  background-color: #0d47a1 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-blue-A100 {
  background-color: #82b1ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-A200 {
  background-color: #448aff !important;
  color: white !important;
}
.bg-blue-A400 {
  background-color: #2979ff !important;
  color: white !important;
}
.bg-blue-A700 {
  background-color: #2962ff !important;
  color: white !important;
}
.bg-light-blue {
  background-color: #03a9f4 !important;
  color: white !important;
}
.bg-light-blue-50 {
  background-color: #e1f5fe !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-blue-100 {
  background-color: #b3e5fc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-blue-200 {
  background-color: #81d4fa !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-blue-300 {
  background-color: #4fc3f7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-blue-400 {
  background-color: #29b6f6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-blue-500 {
  background-color: #03a9f4 !important;
  color: white !important;
}
.bg-light-blue-600 {
  background-color: #039be5 !important;
  color: white !important;
}
.bg-light-blue-700 {
  background-color: #0288d1 !important;
  color: white !important;
}
.bg-light-blue-800 {
  background-color: #0277bd !important;
  color: white !important;
}
.bg-light-blue-900 {
  background-color: #01579b !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-light-blue-A100 {
  background-color: #80d8ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-blue-A200 {
  background-color: #40c4ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-blue-A400 {
  background-color: #00b0ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-blue-A700 {
  background-color: #0091ea !important;
  color: white !important;
}
.bg-cyan {
  background-color: #00bcd4 !important;
  color: white !important;
}
.bg-cyan-50 {
  background-color: #e0f7fa !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-cyan-100 {
  background-color: #b2ebf2 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-cyan-200 {
  background-color: #80deea !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-cyan-300 {
  background-color: #4dd0e1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-cyan-400 {
  background-color: #26c6da !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-cyan-500 {
  background-color: #00bcd4 !important;
  color: white !important;
}
.bg-cyan-600 {
  background-color: #00acc1 !important;
  color: white !important;
}
.bg-cyan-700 {
  background-color: #0097a7 !important;
  color: white !important;
}
.bg-cyan-800 {
  background-color: #00838f !important;
  color: white !important;
}
.bg-cyan-900 {
  background-color: #006064 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-cyan-A100 {
  background-color: #84ffff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-cyan-A200 {
  background-color: #18ffff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-cyan-A400 {
  background-color: #00e5ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-cyan-A700 {
  background-color: #00b8d4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-teal {
  background-color: #009688 !important;
  color: white !important;
}
.bg-teal-50 {
  background-color: #e0f2f1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-teal-100 {
  background-color: #b2dfdb !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-teal-200 {
  background-color: #80cbc4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-teal-300 {
  background-color: #4db6ac !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-teal-400 {
  background-color: #26a69a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-teal-500 {
  background-color: #009688 !important;
  color: white !important;
}
.bg-teal-600 {
  background-color: #00897b !important;
  color: white !important;
}
.bg-teal-700 {
  background-color: #00796b !important;
  color: white !important;
}
.bg-teal-800 {
  background-color: #00695c !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-teal-900 {
  background-color: #004d40 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-teal-A100 {
  background-color: #a7ffeb !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-teal-A200 {
  background-color: #64ffda !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-teal-A400 {
  background-color: #1de9b6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-teal-A700 {
  background-color: #00bfa5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-green {
  background-color: #4caf50 !important;
  color: white !important;
}
.bg-green-50 {
  background-color: #e8f5e9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-green-100 {
  background-color: #c8e6c9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-green-200 {
  background-color: #a5d6a7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-green-300 {
  background-color: #81c784 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-green-400 {
  background-color: #66bb6a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-green-500 {
  background-color: #4caf50 !important;
  color: white !important;
}
.bg-green-600 {
  background-color: #43a047 !important;
  color: white !important;
}
.bg-green-700 {
  background-color: #388e3c !important;
  color: white !important;
}
.bg-green-800 {
  background-color: #2e7d32 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-green-900 {
  background-color: #1b5e20 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-green-A100 {
  background-color: #b9f6ca !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-green-A200 {
  background-color: #69f0ae !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-green-A400 {
  background-color: #00e676 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-green-A700 {
  background-color: #00c853 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green {
  background-color: #8bc34a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-50 {
  background-color: #f1f8e9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-100 {
  background-color: #dcedc8 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-200 {
  background-color: #c5e1a5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-300 {
  background-color: #aed581 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-400 {
  background-color: #9ccc65 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-500 {
  background-color: #8bc34a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-600 {
  background-color: #7cb342 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-700 {
  background-color: #689f38 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-800 {
  background-color: #558b2f !important;
  color: white !important;
}
.bg-light-green-900 {
  background-color: #33691e !important;
  color: white !important;
}
.bg-light-green-A100 {
  background-color: #ccff90 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-A200 {
  background-color: #b2ff59 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-A400 {
  background-color: #76ff03 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-A700 {
  background-color: #64dd17 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime {
  background-color: #cddc39 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-50 {
  background-color: #f9fbe7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-100 {
  background-color: #f0f4c3 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-200 {
  background-color: #e6ee9c !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-300 {
  background-color: #dce775 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-400 {
  background-color: #d4e157 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-500 {
  background-color: #cddc39 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-600 {
  background-color: #c0ca33 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-700 {
  background-color: #afb42b !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-800 {
  background-color: #9e9d24 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-900 {
  background-color: #827717 !important;
  color: white !important;
}
.bg-lime-A100 {
  background-color: #f4ff81 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-A200 {
  background-color: #eeff41 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-A400 {
  background-color: #c6ff00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-A700 {
  background-color: #aeea00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow {
  background-color: #ffeb3b !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-50 {
  background-color: #fffde7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-100 {
  background-color: #fff9c4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-200 {
  background-color: #fff59d !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-300 {
  background-color: #fff176 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-400 {
  background-color: #ffee58 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-500 {
  background-color: #ffeb3b !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-600 {
  background-color: #fdd835 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-700 {
  background-color: #fbc02d !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-800 {
  background-color: #f9a825 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-900 {
  background-color: #f57f17 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-A100 {
  background-color: #ffff8d !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-A200 {
  background-color: yellow !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-A400 {
  background-color: #ffea00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-A700 {
  background-color: #ffd600 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber {
  background-color: #ffc107 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-50 {
  background-color: #fff8e1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-100 {
  background-color: #ffecb3 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-200 {
  background-color: #ffe082 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-300 {
  background-color: #ffd54f !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-400 {
  background-color: #ffca28 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-500 {
  background-color: #ffc107 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-600 {
  background-color: #ffb300 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-700 {
  background-color: #ffa000 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-800 {
  background-color: #ff8f00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-900 {
  background-color: #ff6f00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-A100 {
  background-color: #ffe57f !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-A200 {
  background-color: #ffd740 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-A400 {
  background-color: #ffc400 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-A700 {
  background-color: #ffab00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange {
  background-color: #ff9800 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-50 {
  background-color: #fff3e0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-100 {
  background-color: #ffe0b2 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-200 {
  background-color: #ffcc80 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-300 {
  background-color: #ffb74d !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-400 {
  background-color: #ffa726 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-500 {
  background-color: #ff9800 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-600 {
  background-color: #fb8c00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-700 {
  background-color: #f57c00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-800 {
  background-color: #ef6c00 !important;
  color: white !important;
}
.bg-orange-900 {
  background-color: #e65100 !important;
  color: white !important;
}
.bg-orange-A100 {
  background-color: #ffd180 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-A200 {
  background-color: #ffab40 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-A400 {
  background-color: #ff9100 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-A700 {
  background-color: #ff6d00 !important;
  color: black !important;
}
.bg-deep-orange {
  background-color: #ff5722 !important;
  color: white !important;
}
.bg-deep-orange-50 {
  background-color: #fbe9e7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-orange-100 {
  background-color: #ffccbc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-orange-200 {
  background-color: #ffab91 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-orange-300 {
  background-color: #ff8a65 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-orange-400 {
  background-color: #ff7043 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-orange-500 {
  background-color: #ff5722 !important;
  color: white !important;
}
.bg-deep-orange-600 {
  background-color: #f4511e !important;
  color: white !important;
}
.bg-deep-orange-700 {
  background-color: #e64a19 !important;
  color: white !important;
}
.bg-deep-orange-800 {
  background-color: #d84315 !important;
  color: white !important;
}
.bg-deep-orange-900 {
  background-color: #bf360c !important;
  color: white !important;
}
.bg-deep-orange-A100 {
  background-color: #ff9e80 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-orange-A200 {
  background-color: #ff6e40 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-orange-A400 {
  background-color: #ff3d00 !important;
  color: white !important;
}
.bg-deep-orange-A700 {
  background-color: #dd2c00 !important;
  color: white !important;
}
.bg-brown {
  background-color: #795548 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-brown-50 {
  background-color: #efebe9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-brown-100 {
  background-color: #d7ccc8 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-brown-200 {
  background-color: #bcaaa4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-brown-300 {
  background-color: #a1887f !important;
  color: white !important;
}
.bg-brown-400 {
  background-color: #8d6e63 !important;
  color: white !important;
}
.bg-brown-500 {
  background-color: #795548 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-brown-600 {
  background-color: #6d4c41 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-brown-700 {
  background-color: #5d4037 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-brown-800 {
  background-color: #4e342e !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-brown-900 {
  background-color: #3e2723 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-brown-A100 {
  background-color: #d7ccc8 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-brown-A200 {
  background-color: #bcaaa4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-brown-A400 {
  background-color: #8d6e63 !important;
  color: white !important;
}
.bg-brown-A700 {
  background-color: #5d4037 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-grey {
  background-color: #9e9e9e !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-grey-50 {
  background-color: #fafafa !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-grey-100 {
  background-color: whitesmoke !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-grey-200 {
  background-color: #eeeeee !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-grey-300 {
  background-color: #e0e0e0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-grey-400 {
  background-color: #bdbdbd !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-grey-500 {
  background-color: #9e9e9e !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-grey-600 {
  background-color: #757575 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-grey-700 {
  background-color: #616161 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-grey-800 {
  background-color: #424242 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-grey-900 {
  background-color: #212121 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-grey-A100 {
  background-color: white !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-grey-A200 {
  background-color: #eeeeee !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-grey-A400 {
  background-color: #bdbdbd !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-grey-A700 {
  background-color: #616161 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-blue-grey {
  background-color: #607d8b !important;
  color: white !important;
}
.bg-blue-grey-50 {
  background-color: #eceff1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-grey-100 {
  background-color: #cfd8dc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-grey-200 {
  background-color: #b0bec5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-grey-300 {
  background-color: #90a4ae !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-grey-400 {
  background-color: #78909c !important;
  color: white !important;
}
.bg-blue-grey-500 {
  background-color: #607d8b !important;
  color: white !important;
}
.bg-blue-grey-600 {
  background-color: #546e7a !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-blue-grey-700 {
  background-color: #455a64 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-blue-grey-800 {
  background-color: #37474f !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-blue-grey-900 {
  background-color: #263238 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.bg-blue-grey-A100 {
  background-color: #cfd8dc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-grey-A200 {
  background-color: #b0bec5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-grey-A400 {
  background-color: #78909c !important;
  color: white !important;
}
.bg-blue-grey-A700 {
  background-color: #455a64 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
/* Extra text colors */
.text-red {
  color: #f44336 !important;
}
a.text-red:hover, a.text-red:focus {
  color: #ea1c0d !important;
}
.text-pink {
  color: #e91e63 !important;
}
a.text-pink:hover, a.text-pink:focus {
  color: #c1134e !important;
}
.text-purple {
  color: #9c27b0 !important;
}
a.text-purple:hover, a.text-purple:focus {
  color: #771e86 !important;
}
.text-deep-purple {
  color: #673ab7 !important;
}
a.text-deep-purple:hover, a.text-deep-purple:focus {
  color: #512e90 !important;
}
.text-indigo {
  color: #3f51b5 !important;
}
a.text-indigo:hover, a.text-indigo:focus {
  color: #32408f !important;
}
.text-blue {
  color: #2196f3 !important;
}
a.text-blue:hover, a.text-blue:focus {
  color: #0c7cd5 !important;
}
.text-light-blue {
  color: #03a9f4 !important;
}
a.text-light-blue:hover, a.text-light-blue:focus {
  color: #0286c2 !important;
}
.text-cyan {
  color: #00bcd4 !important;
}
a.text-cyan:hover, a.text-cyan:focus {
  color: #008fa1 !important;
}
.text-teal {
  color: #009688 !important;
}
a.text-teal:hover, a.text-teal:focus {
  color: #00635a !important;
}
.text-green {
  color: #4caf50 !important;
}
a.text-green:hover, a.text-green:focus {
  color: #3d8b40 !important;
}
.text-light-green {
  color: #8bc34a !important;
}
a.text-light-green:hover, a.text-light-green:focus {
  color: #71a436 !important;
}
.text-lime {
  color: #cddc39 !important;
}
a.text-lime:hover, a.text-lime:focus {
  color: #b2c022 !important;
}
.text-yellow {
  color: #ffeb3b !important;
}
a.text-yellow:hover, a.text-yellow:focus {
  color: #ffe608 !important;
}
.text-amber {
  color: #ffc107 !important;
}
a.text-amber:hover, a.text-amber:focus {
  color: #d39e00 !important;
}
.text-orange {
  color: #ff9800 !important;
}
a.text-orange:hover, a.text-orange:focus {
  color: #cc7a00 !important;
}
.text-deep-orange {
  color: #ff5722 !important;
}
a.text-deep-orange:hover, a.text-deep-orange:focus {
  color: #ee3900 !important;
}
.text-brown {
  color: #795548 !important;
}
a.text-brown:hover, a.text-brown:focus {
  color: #593f35 !important;
}
.text-grey {
  color: #9e9e9e !important;
}
a.text-grey:hover, a.text-grey:focus {
  color: #858585 !important;
}
.text-blue-grey {
  color: #607d8b !important;
}
a.text-blue-grey:hover, a.text-blue-grey:focus {
  color: #4b626d !important;
}
/* $scaffolding
 ------------------------------------------*/
body,
html {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  background: #fff;
}
.app {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .app {
    transform: none !important;
  }
}
/* $typography
 ------------------------------------------*/
a {
  text-decoration: none;
}
a:hover, a:focus {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
  letter-spacing: 0.02rem;
}
.blockquote {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  opacity: 0.7;
  border-left: 0;
}
.blockquote::before {
  font-size: 2rem;
  position: relative;
  top: 0.5rem;
  display: inline-block;
  padding-right: 0.625rem;
  content: "“";
  font-weight: bold;
  font-family: Georgia, serif;
}
.blockquote cite {
  font-size: 1rem;
  display: block;
}
.ff-serif {
  font-family: "Playfair Display", "Abril Fatface", Georgia, "Times New Roman", Times, serif;
}
.ff-mono {
  font-family: "Space Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-900 {
  font-weight: 900;
}
.shadow {
  box-shadow: 0 1px 0 rgba(68, 68, 68, 0.05);
}
.no-shadow {
  box-shadow: none !important;
}
/* $avatar
 ------------------------------------------*/
/* sizes */
.avatar-xxlg {
  width: 32rem;
}
.avatar-xlg {
  width: 16rem;
}
.avatar-lg {
  width: 8rem;
}
.avatar-md {
  width: 4rem;
}
.avatar-sm {
  width: 3rem;
}
.avatar-xs {
  width: 2.125rem;
}
.avatar-xxs {
  width: 1.375rem;
}
/* $layout
 ------------------------------------------*/
/*Heights*/
.min-height-100 {
  min-height: 100vh;
}
.page-height {
  height: calc(100vh - 3.5rem);
}
/*Scroll*/
.scroll-y {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/*Hide footer*/
.no-footer .main-footer {
  display: none;
  visibility: hidden;
}
/* Boxed layout*/
.app.mode-boxed {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .app.mode-boxed {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .app.mode-boxed {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .app.mode-boxed {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .app.mode-boxed {
    max-width: 1140px;
  }
}
/* $sidebar-panel
 ------------------------------------------*/
mat-sidenav.sidebar-panel {
  width: 230px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: 50%;
}
mat-sidenav.sidebar-panel app-sidebar {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-direction: column;
}
mat-sidenav.sidebar-panel .navbar-brand > svg {
  opacity: 0.7;
  height: 0.75rem;
}
mat-sidenav.sidebar-panel .menu {
  position: relative;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-y: overlay;
  box-sizing: border-box;
  flex: 1;
  -webkit-overflow-scrolling: touch;
}
mat-sidenav.sidebar-panel .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
mat-sidenav.sidebar-panel .menu .navigation-title {
  font-size: 80%;
  font-weight: normal;
  position: relative;
  margin: 0 1rem;
  padding: 0.469rem 0.75rem;
}
mat-sidenav.sidebar-panel .menu .navigation-item {
  position: relative;
  display: block;
}
mat-sidenav.sidebar-panel .menu .navigation-item.open > a > .menu-caret {
  transform: rotate(90deg);
}
mat-sidenav.sidebar-panel .menu .navigation-item.open > .navigation-submenu {
  max-height: 1000px;
}
mat-sidenav.sidebar-panel .menu .navigation-link {
  position: relative;
  margin: 0;
  padding: 0.55rem 0.5rem;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
  transition: background 200ms, color 200ms;
}
mat-sidenav.sidebar-panel .menu .navigation-link:hover, mat-sidenav.sidebar-panel .menu .navigation-link:focus {
  background-color: transparent;
}
mat-sidenav.sidebar-panel .menu .navigation-link span {
  display: inline-block;
}
mat-sidenav.sidebar-panel .menu .navigation-link [class^=ion-]:not(.menu-caret),
mat-sidenav.sidebar-panel .menu .navigation-link [class*=" ion-"]:not(.menu-caret) {
  width: 20px;
  text-align: center;
  line-height: 1;
  font-size: 1.2rem;
}
mat-sidenav.sidebar-panel .menu .navigation-submenu {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-height: 0;
  transition: 0.5s max-height ease;
}
mat-sidenav.sidebar-panel .menu .navigation-submenu a {
  padding: 0.4rem 1rem 0.4rem 2.748rem;
}
mat-sidenav.sidebar-panel .menu .menu-caret {
  transition: transform 200ms ease;
  line-height: 16px;
  width: 16px;
  height: 16px;
  text-align: center;
}
@media (min-width: 992px) {
  mat-sidenav.sidebar-panel {
    z-index: 1030;
    width: 230px;
  }
  mat-sidenav.sidebar-panel .menu {
    min-width: 230px;
  }
}
mat-sidenav.sidebar-panel hr {
  border-color: rgba(255, 255, 255, 0.04);
}
mat-sidenav.sidebar-panel .sidebar-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}
mat-sidenav.sidebar-panel .sidebar-footer .nav-link {
  font-size: 1.5rem;
}
@media (max-width: 1199.98px) {
  .mode-docked mat-sidenav.sidebar-panel .docked-visible {
    display: block;
    visibility: visible;
  }
}
@media (min-width: 992px) {
  /* Docked sidebar */
  .app:not(.mode-docked) mat-sidenav.sidebar-panel .docked-visible,
.mode-docked mat-sidenav.sidebar-panel:hover .docked-visible {
    display: none;
    visibility: hidden;
  }

  .mode-docked .mat-drawer-backdrop {
    display: none;
  }
  .mode-docked mat-sidenav.sidebar-panel ~ .mat-drawer-content {
    margin-left: 5rem !important;
  }
  .mode-docked mat-sidenav.sidebar-panel {
    transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  }
  .mode-docked mat-sidenav.sidebar-panel:not(:hover) {
    width: 5rem;
  }
  .mode-docked mat-sidenav.sidebar-panel:not(:hover) .navigation-submenu,
.mode-docked mat-sidenav.sidebar-panel:not(:hover) .docked-hidden {
    display: none !important;
    visibility: hidden;
  }
  .mode-docked mat-sidenav.sidebar-panel:not(:hover) .main-brand {
    flex-direction: column;
  }
  .mode-docked mat-sidenav.sidebar-panel:not(:hover) .main-brand .navbar-brand {
    width: 100%;
    text-align: center;
  }
  .mode-docked mat-sidenav.sidebar-panel:not(:hover) .main-brand .navbar-brand > svg {
    height: 1.5rem;
  }
  .mode-docked mat-sidenav.sidebar-panel:not(:hover) .menu {
    min-width: 5rem;
  }
  .mode-docked mat-sidenav.sidebar-panel:not(:hover) .menu .navigation-link {
    padding-right: 0;
    padding-left: 0;
  }
  .mode-docked mat-sidenav.sidebar-panel:not(:hover) .menu .navigation-link span:not(.custom-control-label),
.mode-docked mat-sidenav.sidebar-panel:not(:hover) .menu .navigation-link .menu-caret {
    display: none;
  }
  .mode-docked mat-sidenav.sidebar-panel:not(:hover) .menu .navigation-link [class^=ion-]:not(.menu-caret),
.mode-docked mat-sidenav.sidebar-panel:not(:hover) .menu .navigation-link [class*=" ion-"]:not(.menu-caret) {
    margin: 0 !important;
  }
  .mode-docked mat-sidenav.sidebar-panel:not(:hover) .menu .navigation-title {
    margin: 0;
    text-align: center;
    display: block;
  }
  .mode-docked mat-sidenav.sidebar-panel:not(:hover) .menu .custom-control {
    margin: 0 auto !important;
  }
  .mode-docked mat-sidenav.sidebar-panel:not(:hover) .menu .icon {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .mode-docked mat-sidenav.sidebar-panel:not(:hover) .sidebar-footer .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* $header
 ------------------------------------------*/
.custom-navbar {
  position: relative;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  min-height: 3.5rem;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.custom-navbar.main-header {
  z-index: 9;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.custom-navbar.main-header .dropdown-toggle::after {
  display: none;
}
.custom-navbar.main-footer {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
}
.custom-navbar .navbar-nav {
  flex-direction: row;
}
.custom-navbar .navbar-nav .nav-item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.custom-navbar .navbar-nav .nav-item + .nav-item {
  margin-left: 1rem;
}
.custom-navbar .navbar-nav .nav-link .badge {
  position: absolute;
  top: 5px;
  right: -5px;
  border-radius: 50%;
  min-height: 12px;
  min-width: 12px;
}
.custom-navbar .navbar-nav .nav-link.dropdown > a {
  line-height: 3.5rem;
  display: inline-block;
}
.custom-navbar .form-search .form-control {
  padding: 0;
  outline: 0;
}
.custom-navbar .form-search .form-control:focus {
  box-shadow: none;
}
.custom-navbar .form-inline [class^=ion-],
.custom-navbar .form-inline [class*=" ion-"],
.custom-navbar .nav-link [class^=ion-],
.custom-navbar .nav-link [class*=" ion-"], .custom-navbar.main-brand [class^=ion-], .custom-navbar.main-brand [class*=" ion-"] {
  font-size: 1.2rem;
}
.custom-navbar .navbar-brand {
  font-weight: bold;
  color: white;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin: 0;
}
.custom-navbar .navbar-brand .navbar-brand-logo {
  height: 24px;
  margin-right: 6px;
}
.custom-navbar .navbar-avatar {
  width: 36px;
}
.custom-navbar .navbar-heading {
  font-size: 1rem;
}
.custom-navbar .nav-divider {
  height: 24px;
  width: 1px;
  display: inline-block;
  position: relative;
  opacity: 0.6;
}
.custom-navbar .navbar-nav .dropdown-menu {
  position: absolute;
  line-height: normal;
  line-height: initial;
  min-width: auto;
  border: 0;
  box-shadow: 0px 0px 5px rgba(125, 125, 125, 0.2);
}
.custom-navbar .navbar-nav .dropdown-menu.quick-launch {
  min-width: 260px;
}
.custom-navbar .navbar-nav .dropdown-menu.notifications {
  min-width: 360px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 575.98px) {
  .custom-navbar .navbar-nav .dropdown-menu.notifications {
    position: fixed;
    left: 0;
    right: 0;
    top: 3.5rem;
    min-width: auto;
  }
}
.custom-navbar .navbar-nav .dropdown-menu.notifications .notifications-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 280px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-navbar .navbar-nav .dropdown-menu.notifications .notifications-wrapper a {
  position: relative;
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  width: auto;
}
.custom-navbar .navbar-nav .dropdown-menu.notifications .notifications-wrapper a:last-child {
  border-bottom: 0;
}
.custom-navbar .navbar-nav .dropdown-menu.notifications .notifications-wrapper .time {
  font-size: 0.72rem;
  line-height: 1;
  display: block;
  color: #6c757d;
}
.custom-navbar .navbar-nav .dropdown-menu.notifications .notification-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0.7rem 1rem;
}
.custom-navbar .navbar-nav .dropdown-menu.notifications .notification-footer .dropdown-item {
  padding: 0;
  background: transparent;
}
.main-brand {
  padding: 0 1.5rem;
  box-shadow: none;
}
.main-brand .preferances-icon {
  color: white;
}
/* $main-panel
 ------------------------------------------*/
.app > .mat-drawer-content {
  min-height: 100%;
  overflow: hidden !important;
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column;
  flex: 1;
}
@media (min-width: 992px) {
  .app > .mat-drawer-content {
    margin-left: 230px;
  }
}
.app > .mat-drawer-content .app-inner {
  flex-direction: column;
  display: flex;
  flex: 1;
}
.app > .mat-drawer-content .main-content {
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column;
  flex: 1;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-y: overlay;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
  .mode-dock .app-inner {
    margin-left: 5rem !important;
  }

  .mode-over .app-inner,
.app:not(.sidebar-opened) .app-inner {
    margin-left: 0 !important;
  }
}
/* $widget
 ------------------------------------------*/
.activity-stream {
  position: relative;
}
.activity-stream::before {
  content: "";
  position: absolute;
  top: 42px;
  bottom: 0;
  left: 2.5rem;
  width: 1px;
  z-index: 2;
}
.activity-stream .card {
  box-shadow: none;
  z-index: 3;
}
.activity-stream .card:last-child {
  margin-bottom: 0;
}
.activity-stream .card,
.activity-stream .card-header {
  background-color: transparent !important;
  border: 0;
}
.activity-stream .card-header::after {
  display: none;
}
.activity-stream .card-body {
  padding-top: 0;
  padding-left: 78px;
}
.auth-container {
  max-width: 500px;
  width: 100%;
}
.lockcode {
  display: block;
  max-width: 280px;
  margin: 0 auto;
}
.error-number {
  font-size: 60px;
  line-height: 1;
}
.snackbars {
  position: fixed;
  z-index: 99999;
  display: flex;
  flex-direction: column;
}
.snackbars .snack {
  background: #323232;
  color: #fff;
  position: relative;
  min-width: 288px;
  max-width: 568px;
  border-radius: 2px;
  padding: 14px 0 14px 24px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.snack .snack-text {
  word-wrap: break-word;
  overflow: hidden;
  margin-right: 24px;
}
.snack .snack-action {
  text-transform: uppercase;
  margin-left: auto;
  cursor: pointer;
  color: #2196f3;
  margin-right: 24px;
}
.snackbars.bottom-left {
  left: 30px;
  bottom: 20px;
  align-items: flex-start;
}
.snackbars.bottom-center {
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 20px;
  align-items: center;
}
.snackbars.bottom-right {
  right: 30px;
  bottom: 20px;
  align-items: flex-end;
}
.snackbars.top-left {
  left: 30px;
  top: 30px;
  align-items: flex-start;
}
.snackbars.top-center {
  left: 50%;
  transform: translate(-50%, 0);
  top: 30px;
  align-items: center;
}
.snackbars.top-right {
  right: 30px;
  top: 30px;
  align-items: flex-end;
}
.ng2-tag-input {
  display: block;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  transition: all 0.25s;
  padding: 0.25rem 0;
  min-height: 32px;
  cursor: text;
  border-bottom: none !important;
}
.ng2-tag-input.ng2-tag-input--focused {
  border: none !important;
}
.card-border-radius {
  border-radius: 15px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.14);
}
.tags-container {
  background-color: rgba(0, 0, 0, 0.04);
  border-color: #e8e8e8;
  padding: 5px;
  overflow-y: auto;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
button:disabled {
  cursor: not-allowed;
}
.file-over {
  border: 1px solid blue;
  background: blue;
}
.modal-xxl .modal-lg {
  max-width: 75%;
}
.modal-xxl .modal-content {
  min-height: 410px;
  border-radius: 15px;
}
.invalid-feedback p {
  color: red;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/assets/styles/custom.scss (1) ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.cal-month-view .cal-header {
  text-align: center;
  font-weight: bolder; }
.cal-month-view .cal-header .cal-cell {
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap; }
.cal-month-view .cal-days {
  border: 1px solid;
  border-bottom: 0; }
.cal-month-view .cal-cell-top {
  min-height: 78px;
  flex: 1; }
.cal-month-view .cal-cell-row {
  -js-display: flex;
  display: flex; }
.cal-month-view .cal-cell {
  float: left;
  flex: 1;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: stretch; }
.cal-month-view .cal-cell .cal-event {
    pointer-events: all !important; }
.cal-month-view .cal-day-cell {
  min-height: 100px; }
@media all and (-ms-high-contrast: none) {
    .cal-month-view .cal-day-cell {
      display: block; } }
.cal-month-view .cal-day-cell:not(:last-child) {
  border-right: 1px solid; }
.cal-month-view .cal-days .cal-cell-row {
  border-bottom: 1px solid; }
.cal-month-view .cal-day-badge {
  margin-top: 18px;
  margin-left: 10px;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px; }
.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px; }
.cal-month-view .cal-events {
  flex: 1;
  align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap; }
.cal-month-view .cal-event {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px; }
.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  cursor: pointer; }
.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 0.1;
  cursor: default; }
.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  font-size: 1.9em; }
.cal-month-view .cal-open-day-events {
  padding: 15px; }
.cal-month-view .cal-open-day-events .cal-event {
  position: relative;
  top: 2px; }
.cal-month-view .cal-out-month .cal-day-badge,
.cal-month-view .cal-out-month .cal-event {
  opacity: 0.3; }
.cal-month-view .cal-draggable {
  cursor: move; }
.cal-month-view .cal-drag-active * {
  pointer-events: none; }
.cal-month-view .cal-event-title {
  cursor: pointer; }
.cal-month-view .cal-event-title:hover {
    text-decoration: underline; }
.cal-month-view {
  background-color: #fff; }
.cal-month-view .cal-cell-row:hover {
    background-color: #fafafa; }
.cal-month-view .cal-cell-row .cal-cell:hover,
  .cal-month-view .cal-cell.cal-has-events.cal-open {
    background-color: #ededed; }
.cal-month-view .cal-days {
    border-color: #e1e1e1; }
.cal-month-view .cal-day-cell:not(:last-child) {
    border-right-color: #e1e1e1; }
.cal-month-view .cal-days .cal-cell-row {
    border-bottom-color: #e1e1e1; }
.cal-month-view .cal-day-badge {
    background-color: #b94a48;
    color: #fff; }
.cal-month-view .cal-event {
    background-color: #1e90ff;
    border-color: #d1e8ff;
    color: #fff; }
.cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
    color: #8b0000; }
.cal-month-view .cal-day-cell.cal-today {
    background-color: #e8fde7; }
.cal-month-view .cal-day-cell.cal-drag-over {
    background-color: #e0e0e0 !important; }
.cal-month-view .cal-open-day-events {
    color: #fff;
    background-color: #555;
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5); }
.cal-week-view {
  /* stylelint-disable-next-line selector-type-no-unknown */ }
.cal-week-view * {
    box-sizing: border-box; }
.cal-week-view .cal-day-headers {
    -js-display: flex;
    display: flex;
    padding-left: 70px;
    border: 1px solid; }
.cal-week-view .cal-day-headers .cal-header {
    flex: 1;
    text-align: center;
    padding: 5px; }
.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
      border-right: 1px solid; }
.cal-week-view .cal-day-headers .cal-header:first-child {
      border-left: 1px solid; }
.cal-week-view .cal-day-headers span {
    font-weight: 400;
    opacity: 0.5; }
.cal-week-view .cal-day-column {
    flex-grow: 1;
    border-left: solid 1px; }
.cal-week-view .cal-event {
    font-size: 12px;
    border: 1px solid; }
.cal-week-view .cal-time-label-column {
    width: 70px;
    height: 100%; }
.cal-week-view .cal-current-time-marker {
    position: absolute;
    width: 100%;
    height: 2px;
    z-index: 2; }
.cal-week-view .cal-all-day-events {
    border: solid 1px;
    border-top: 0;
    border-bottom-width: 3px;
    padding-top: 3px;
    position: relative; }
.cal-week-view .cal-all-day-events .cal-day-columns {
      height: 100%;
      width: 100%;
      -js-display: flex;
      display: flex;
      position: absolute;
      top: 0;
      z-index: 0; }
.cal-week-view .cal-all-day-events .cal-events-row {
      position: relative;
      height: 31px;
      margin-left: 70px; }
.cal-week-view .cal-all-day-events .cal-event-container {
      display: inline-block;
      position: absolute; }
.cal-week-view .cal-all-day-events .cal-event-container.resize-active {
        z-index: 1;
        pointer-events: none; }
.cal-week-view .cal-all-day-events .cal-event {
      padding: 0 5px;
      margin-left: 2px;
      margin-right: 2px;
      height: 28px;
      line-height: 28px; }
.cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
.cal-week-view .cal-all-day-events .cal-time-label-column {
      -js-display: flex;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px; }
.cal-week-view .cal-all-day-events .cal-resize-handle {
      width: 6px;
      height: 100%;
      cursor: col-resize;
      position: absolute;
      top: 0; }
.cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
        right: 0; }
.cal-week-view .cal-event,
  .cal-week-view .cal-header {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.cal-week-view .cal-drag-active {
    pointer-events: none;
    z-index: 1; }
.cal-week-view .cal-drag-active * {
      pointer-events: none; }
.cal-week-view .cal-time-events {
    position: relative;
    border: solid 1px;
    border-top: 0;
    -js-display: flex;
    display: flex; }
.cal-week-view .cal-time-events .cal-day-columns {
      -js-display: flex;
      display: flex;
      flex-grow: 1; }
.cal-week-view .cal-time-events .cal-day-column {
      position: relative; }
.cal-week-view .cal-time-events .cal-events-container {
      position: relative; }
.cal-week-view .cal-time-events .cal-event-container {
      position: absolute;
      z-index: 1; }
.cal-week-view .cal-time-events .cal-event {
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      margin: 1px;
      padding: 0 5px;
      line-height: 25px; }
.cal-week-view .cal-time-events .cal-resize-handle {
      width: 100%;
      height: 4px;
      cursor: row-resize;
      position: absolute; }
.cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end {
        bottom: 0; }
.cal-week-view .cal-hour-segment {
    position: relative; }
.cal-week-view .cal-hour-segment::after {
      content: '\00a0'; }
.cal-week-view .cal-event-container:not(.cal-draggable) {
    cursor: pointer; }
.cal-week-view .cal-draggable {
    cursor: move; }
.cal-week-view mwl-calendar-week-view-hour-segment,
  .cal-week-view .cal-hour-segment {
    display: block; }
.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
  .cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
    border-bottom: thin dashed; }
.cal-week-view .cal-time {
    font-weight: bold;
    padding-top: 5px;
    width: 70px;
    text-align: center; }
.cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time {
    display: none; }
.cal-week-view .cal-starts-within-day .cal-event {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
.cal-week-view .cal-ends-within-day .cal-event {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
.cal-week-view {
  background-color: #fff;
  border-top: solid 1px #e1e1e1; }
.cal-week-view .cal-day-headers {
    border-color: #e1e1e1;
    border-top: 0; }
.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
    border-right-color: #e1e1e1; }
.cal-week-view .cal-day-headers .cal-header:first-child {
    border-left-color: #e1e1e1; }
.cal-week-view .cal-day-headers .cal-header:hover,
  .cal-week-view .cal-day-headers .cal-drag-over {
    background-color: #ededed; }
.cal-week-view .cal-day-column {
    border-left-color: #e1e1e1; }
.cal-week-view .cal-event {
    background-color: #d1e8ff;
    border-color: #1e90ff;
    color: #1e90ff; }
.cal-week-view .cal-all-day-events {
    border-color: #e1e1e1; }
.cal-week-view .cal-header.cal-today {
    background-color: #e8fde7; }
.cal-week-view .cal-header.cal-weekend span {
    color: #8b0000; }
.cal-week-view .cal-time-events {
    border-color: #e1e1e1; }
.cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover {
      background-color: #ededed; }
.cal-week-view .cal-hour-odd {
    background-color: #fafafa; }
.cal-week-view .cal-drag-over .cal-hour-segment {
    background-color: #ededed; }
.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
  .cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
    border-bottom-color: #e1e1e1; }
.cal-week-view .cal-current-time-marker {
    background-color: #ea4334; }
.cal-day-view {
  /* stylelint-disable-next-line selector-type-no-unknown */ }
.cal-day-view mwl-calendar-week-view-header {
    display: none; }
.cal-day-view .cal-events-container {
    margin-left: 70px; }
.cal-day-view .cal-day-column {
    border-left: 0; }
.cal-day-view .cal-current-time-marker {
    margin-left: 70px;
    width: calc(100% - 70px); }
.cal-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 11px;
  word-wrap: break-word;
  opacity: 0.9; }
.cal-tooltip.cal-tooltip-top {
  padding: 5px 0;
  margin-top: -3px; }
.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0; }
.cal-tooltip.cal-tooltip-right {
  padding: 0 5px;
  margin-left: 3px; }
.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0; }
.cal-tooltip.cal-tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px; }
.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px; }
.cal-tooltip.cal-tooltip-left {
  padding: 0 5px;
  margin-left: -3px; }
.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px; }
.cal-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  border-radius: 0.25rem; }
.cal-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }
.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  border-top-color: #000; }
.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  border-right-color: #000; }
.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  border-bottom-color: #000; }
.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  border-left-color: #000; }
.cal-tooltip-inner {
  color: #fff;
  background-color: #000; }
*,
body,
input,
button,
select,
optgroup,
textarea,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif !important;
}
.cal-month-view .cal-day-badge {
  background-color: #03c0c2;
}
.cal-week-view .cal-current-time-marker {
  background-color: #03c0c2;
}
.cal-month-view .cal-day-cell.cal-weekend .cal-day-number,
.cal-week-view .cal-header.cal-weekend span {
  color: rgba(0, 0, 0, 0.87);
}
.cal-week-view .cal-event {
  color: #000;
}
a.cal-event-action {
  color: #000;
}
.cal-month-view .cal-event {
  display: none;
}
.cal-month-view .cal-header .cal-cell,
.cal-week-view .cal-time {
  font-weight: 400;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected) {
  border: none;
  background-color: transparent;
}
.bg-zceppa {
  background-color: #03c0c2;
}
.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  font-size: 1.2em;
}
.cal-month-view .cal-day-cell.cal-today {
  background-color: transparent;
}
.bg-cellDisabled {
  background-color: #ededed !important;
}
.cal-month-view .cal-day-cell {
  min-height: 80px;
}
@media screen and (max-width: 576px) {
  .cal-month-view .cal-day-cell {
    min-height: 62px;
  }

  .cal-month-view .cal-cell-top {
    min-height: 62px;
    flex: 1;
  }

  .cal-month-view .cal-day-number {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.5;
    margin-top: 15px;
    margin-right: 15px;
    float: right;
    margin-bottom: 10px;
  }

  .cal-month-view .cal-day-cell.cal-today .cal-day-number {
    font-size: 16px;
  }
}
.card.card-border-radius.reviewtabs .templates_list.tags_list ul {
  box-shadow: none !important;
}
.templates_list.tags_list ul li {
  display: inline-block !important;
  margin-right: 5px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none;
  padding: 0px 0px !important;
  border-radius: 0px !important;
}
.templates_list.tags_list ul li:hover {
  cursor: pointer;
  background-color: rgba(32, 33, 36, 0.039) !important;
}
.templates_list.tags_list ul li.no_bg:hover {
  cursor: pointer;
  background: none !important;
}
.templates_list.tags_list ul li .chostemp_del {
  position: relative !important;
  right: 0px !important;
  padding-left: 7px;
  cursor: pointer !important;
}
.templates_list.tags_list ul li .title {
  font-weight: 500 !important;
  margin-bottom: 0px !important;
  color: #4a4a4a !important;
  cursor: pointer !important;
}
.templates_list.tags_list ul li .chostemp_del img {
  width: 7px !important;
}
.templates_list.tags_list ul li .custom-control.custom-checkbox.selected {
  box-shadow: inset 0 0 0 1px #03c0c2 !important;
  background: #dadce0 !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  color: #03c0c2;
  background-color: #fff;
}
.custom-checkbox .custom-control-input ~ .custom-control-label::after {
  top: 1px;
  background: #fff;
  border-radius: 50px;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 50px;
}
.templates_list.tags_list ul li .custom-control {
  padding-left: 0 !important;
  box-shadow: inset 0 0 0 1px #03c0c2 !important;
  padding: 4px 10px !important;
  border-radius: 8px !important;
}
.templates_list.tags_list ul li .chostemp_title {
  width: auto !important;
  font-weight: 500 !important;
  font-size: 0.8125rem !important;
}
.templates_list.tags_list ul li .custom-checkbox .custom-control-input ~ .custom-control-label::after {
  background: transparent !important;
  border: 1px solid #03c0c2 !important;
  top: 9px !important;
}
.templates_list.tags_list ul li .custom-checkbox .custom-control-input ~ .custom-control-label::after .templates_list.tags_list ul li {
  box-shadow: inset 0 0 0 1px #03c0c2 !important;
}
.templates_list.tags_list ul li .custom-control-input:active ~ .custom-control-label::before {
  background-color: transparent !important;
}
.templates_list.tags_list ul li .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  color: #03c0c2 !important;
  background-color: #03c0c2 !important;
}
.templates_list.tags_list ul li .custom-control-label::before,
.custom-control-label::after {
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
}
.templates_list.tags_list ul li .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  content: none !important;
}
ul.emojis {
  padding: 10px 0px;
}
ul.emojis li {
  list-style-type: none;
  display: inline-block;
  padding: 0px 5px !important;
}
ul.emojis li img {
  width: 40px;
}
ul.emojis li button {
  padding: 0px !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.card.card-border-radius.reviewtabs ul {
  margin-bottom: 0;
  padding-top: 10px;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.14) !important;
}
.card.card-border-radius.searchcard {
  padding: 7px 20px;
}
h3.modalreviewadd {
  color: #4a4a4a;
  font-size: 14px;
}
mat-sidenav.sidebar-panel .menu .navigation-link {
  border-radius: none;
}
.form-control:focus {
  border-color: #03c0c2 !important;
  box-shadow: none !important;
  border: 1px solid #03c0c2 !important;
  box-shadow: inset 0 0 0 1px #03c0c2 !important;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.bg-cover {
  background: #ffffff;
}
.main-content {
  background: #fafaff;
}
li.nav-item.bellnotify {
  margin-right: 1rem;
}
mat-sidenav.sidebar-panel .menu .navigation-item {
  padding-bottom: 1px;
  width: 100%;
}
mat-sidenav.sidebar-panel .menu .navigation-link {
  border-radius: 0;
  padding: 0.65rem 0.5rem;
  padding-left: 15% !important;
  border-radius: 0 !important;
}
.settings-navbar {
  box-shadow: none;
  padding-top: 10px !important;
}
.thankyoureview {
  text-align: center;
  padding-top: 10%;
}
.thankyoureview img {
  width: 60px;
}
.thankyoureview {
  text-align: center;
  padding-top: 0px;
  margin-bottom: 20px;
}
.thankyoureviewform .form-control {
  background: #f7f7f7;
  border: none;
  font-size: 1rem;
  height: calc(2.96875rem + 2px);
}
.thankyoureviewform .btn {
  background: #03c0c2;
  border: none;
  color: #fff;
  font-size: 1rem;
  padding: 0.8rem 2rem;
  font-weight: 600;
  position: relative;
  bottom: -25px;
}
.thankyoureviewform {
  box-shadow: 0px 0px 20px #dadada;
  padding-top: 15px;
  border-radius: 10px;
}
.thankyoureviewfooter {
  text-align: center;
  background: #fff;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  height: 15vh;
}
.thankyoureview h4 {
  display: inline-block;
  color: #03c0c2;
}
.reviewbottom h5 {
  color: blueviolet;
}
.reviewbottom p {
  color: #4a4a4a;
  font-size: 15px;
}
.thankyoureviewfooter p {
  margin: 0;
  font-style: italic;
  padding-bottom: 7px;
}
.reviewanyone ul li {
  list-style: none;
  padding: 10px 10px;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
}
.reviewanyone ul li.reviewgoogle {
  background: #4286f5;
}
.reviewanyone ul li.reviewfacebook {
  background: #465993;
}
.reviewanyone ul li.reviewzomato {
  background: #db1820;
}
.reviewanyone ul li.reviewzceppa {
  background: #03c0c2;
}
.reviewanyone ul li.reviewpracto {
  background: #2cb7df;
}
.reviewanyone ul li.reviewjustdial {
  background: #ffa563;
}
.reviewanyone ul li.reviewzomato {
  background: #cd2835;
}
.reviewanyone ul li.reviewtrip {
  background: #2c3b73;
}
.reviewanyone ul li span {
  font-size: 16px;
  color: #fff;
  padding-left: 20px;
  vertical-align: middle;
}
.reviewanyone ul {
  padding: 0;
}
.reviewbottom {
  margin: 0px auto;
  border: none !important;
  height: 83vh;
  overflow-y: auto;
}
.reviewimpbtn .btn {
  width: auto;
  padding: 0.6rem 2rem;
  font-size: 18px;
  background: #03c0c2;
  color: #fff;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
.reviewneedsimpbtn .btn {
  margin-top: 10px;
  color: #4a4a4a;
  border: 0px solid #333;
  padding: 0.6rem 2rem;
  background: #f1f1f1;
  font-size: 14px;
}
.feedbackimprove {
  padding: 15px;
}
.feedbackimprove h4 {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  color: #000;
}
.feedbackimprove textarea {
  width: 100%;
  height: 100px;
  background: #f7f7f7;
  border: none;
  padding: 10px;
  font-size: 14px;
}
.feedbackimprove .btn {
  background: #03c0c2;
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 0.8rem 4rem;
  font-weight: 600;
  position: relative;
  bottom: -40px;
}
.feedbackimprove h3 {
  font-weight: 400;
  text-align: center;
  padding-top: 8%;
  color: #5e5e5e;
  font-size: 1.2rem;
}
.ngx-pagination .current {
  background: #868e96 !important;
}
button {
  cursor: pointer;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #03c0c2;
}
.owl-dt-container {
  font-size: 10px !important;
}
.cdk-overlay-container {
  z-index: 1060 !important;
}
.owl-dt-container-inner.ng-trigger.ng-trigger-fadeInPicker {
  background: #fff !important;
}
.theme-winter .form-control:focus {
  color: #4a4a4a;
  background-color: #fff;
  border-color: #03c0c2;
  outline: 0;
  box-shadow: none;
  border: 1px solid #03c0c2 !important;
}
.dashboard_section {
  background: #fff;
  border-radius: 15px;
  box-shadow: none;
  margin-bottom: 12px;
  margin-left: 0;
  margin-right: 15px;
}
.dashboard_section .margin_zero {
  padding: 0;
  margin: 0;
}
.dashboard_section .border_right {
  border-right: 1px solid #ddd;
  min-height: 265px;
  max-height: 100%;
  height: 100%;
}
.dashboard_section .card {
  border: 0;
  box-shadow: none !important;
  text-align: center;
}
.dashboard_section .card ngx-gauge.ngx-gauge-meter {
  margin: auto;
  margin-bottom: -64px;
  color: #4a4a4a;
}
.dashboard_section .card ngx-gauge.ngx-gauge-meter .reading-block {
  top: -37px;
  font-size: 40px !important;
  text-align: center;
  color: #03c0c2;
}
.dashboard_section .card ngx-gauge.ngx-gauge-meter .reading-label {
  top: -45px;
  color: #4a4a4a;
  font-size: 14px !important;
}
.dashboard_section .card .overall_rating p.rate_percent {
  font-size: 40px;
  text-align: center;
  color: #03c0c2;
  margin-bottom: 0;
}
.dashboard_section .card .overall_rating p.rate_percent_text {
  text-align: center;
}
.dashboard_section .card-padding {
  padding: 15px 15px !important;
  background: transparent;
}
.dashboard_section .dash_sub_title_section {
  margin-bottom: 20px;
}
.dashboard_section .dash_sub_title_section p.dash_sub_title {
  color: #b5b5b5;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  font-feature-settings: "pcap", "c2pc";
  font-variant: all-petite-caps;
}
.dashboard_section .dash_sub_title_section .divider-small-border {
  margin: 10px auto;
  width: 20px;
  height: 2px;
  background-color: #ddd;
}
.dashboard_section2 .margin_zero {
  padding: 0;
  margin: 0;
}
.dashboard_section2 .dashreviwssec1.margin_zero .rat_review_subsec {
  margin-right: 4px !important;
}
.dashboard_section2 .dashreviwssec1,
.dashboard_section2 .dashreviwssec2 {
  margin-bottom: 12px;
}
.dashboard_section2 .dashreviwssec1 .card,
.dashboard_section2 .dashreviwssec2 .card {
  text-align: center;
  background: #fff;
  border-radius: 15px;
  box-shadow: none;
}
.dashboard_section2 .dashreviwssec1 .card .dash_sub_title_section,
.dashboard_section2 .dashreviwssec2 .card .dash_sub_title_section {
  margin-bottom: 20px;
}
.dashboard_section2 .dashreviwssec1 .card .dash_sub_title_section p.dash_sub_title,
.dashboard_section2 .dashreviwssec2 .card .dash_sub_title_section p.dash_sub_title {
  color: #b5b5b5;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  font-feature-settings: "pcap", "c2pc";
  font-variant: all-petite-caps;
}
.dashboard_section2 .dashreviwssec1 .card .dash_sub_title_section .divider-small-border,
.dashboard_section2 .dashreviwssec2 .card .dash_sub_title_section .divider-small-border {
  margin: 10px auto;
  width: 20px;
  height: 2px;
  background-color: #ddd;
}
.dashboard_section2 .dashreviwssec1 .card-padding,
.dashboard_section2 .dashreviwssec2 .card-padding {
  padding: 15px 15px !important;
}
.dashboard_section .card.gauge2 ngx-gauge.ngx-gauge-meter .reading-label {
  top: 0;
  color: #4a4a4a;
}
.dashboard_section .card.gauge2 ngx-gauge.ngx-gauge-meter .reading-block {
  top: 0;
  color: #4a4a4a;
}
table.dataTable tbody tr td {
  color: #4a4a4a;
}
.searchviewicon input {
  background: #fafafa !important;
  padding-left: 7px;
  padding-right: 0px;
}
.searchviewicon.searchbox {
  position: relative;
  float: left;
  padding: 2px 0px 15px;
  margin-left: 0px;
}
.searchviewicon:after {
  content: "";
  font-family: FontAwesome;
  margin-right: 12px;
  float: right;
  margin-top: -30px;
  right: 2px;
  color: #bfbfbf;
  position: relative;
}
.dash_sub_title_section {
  margin-bottom: 20px;
}
.dash_sub_title_section p.dash_sub_title {
  color: #b5b5b5 !important;
  text-align: center !important;
  margin-bottom: 0;
  font-size: 14px;
  font-feature-settings: "pcap", "c2pc";
  font-variant: all-petite-caps;
}
.dash_sub_title_section .divider-small-border {
  margin: 10px auto;
  width: 20px;
  height: 2px;
  background-color: #ddd;
}
table thead {
  background: #fbfbfb;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  color: #03c0c2;
  background-color: #fff;
}
.custom-checkbox .custom-control-input ~ .custom-control-label::after {
  top: 1px;
  background: #fff;
  border-radius: 50px;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 50px;
}
h3#modalreviewadd {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: normal;
}
button.close {
  outline: none;
}
.btn-primary {
  color: #fff;
  background-color: #03c0c2 !important;
  border-color: #03c0c2 !important;
}
.btn-primary:hover {
  color: #fff;
  background-color: #69d7d8 !important;
  border-color: #69d7d8 !important;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #03c0c2 !important;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none !important;
}
.dashreviwssec2 .rat_review_subsec {
  margin-right: -12px;
}
.theme-winter .btn-secondary:hover {
  color: #ffffff;
  background-color: #868e96;
  border-color: #868e96;
}
.theme-winter .btn-secondary:focus,
.theme-winter .btn-secondary.focus {
  box-shadow: 0 0 0 0.02rem #59b1b2;
}
.form-group.radiobtns label.disabled {
  color: #a9a9a9 !important;
}
button.btn img {
  position: relative;
  top: -2px;
}
select.phnosendreview {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.load_more {
  text-align: center;
  margin: auto;
  /* color: #fff; */
  padding: 5px 12px;
  margin-top: 7px;
}
.load_more:hover {
  color: #ffffff;
}
.disabled:hover,
a.ticket.disabled:hover {
  cursor: not-allowed !important;
}
.profile_sav label {
  position: relative;
  padding-top: 15px;
  color: #4a4a4a;
}
.col-md-8.col-12.card.w-98.card-border-radius {
  border-radius: 5px;
}
/* custom select option start */
.select-style {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.04) url('down-arrow1.svg') no-repeat 95% 50%;
}
.select-style select {
  padding: 8px 8px;
  width: 100%;
  padding-right: 25px;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}
.form-control.location-dropdown:focus {
  background: transparent !important;
}
/* custom select option end */
@media (min-width: 576px) {
  .modalfeedback .modal-sm {
    max-width: 320px;
  }
}
@media (min-width: 992px) {
  mat-sidenav.sidebar-panel {
    box-shadow: 0px 1px 26px 0px rgba(0, 0, 0, 0.1);
  }
}
.first-child {
  padding: 60px 3px 15px 17px;
}
@media (max-width: 767px) {
  .card.card-border-radius.reviewtabs {
    position: relative;
    margin-top: 40px;
  }

  .dashboard_section2 .dashreviwssec1,
.dashboard_section2 .dashreviwssec2 {
    margin-bottom: 0px;
  }

  .h-100 {
    height: auto !important;
  }

  .first-child {
    padding: 105px 4px 0px 17px;
  }

  .border_right {
    border: 0 !important;
  }

  .cdk-overlay-container {
    position: fixed;
    top: 30px;
    right: 0;
    bottom: 0;
    left: 30px;
    margin: 0 auto;
    z-index: 1060 !important;
  }

  .modal-dialog {
    margin: 1.5rem !important;
    max-width: 100% !important;
  }
}
#toast-container > .toast-success {
  background-image: none;
  background-color: blueviolet;
  color: #fff;
}
.nav-tab.active {
  border-color: #03c0c2 !important;
}
.ng2-tag-input__text-input {
  display: inline;
  vertical-align: middle;
  border: none;
  padding: 0 0.5rem;
  height: 38px;
  font-size: 1em;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  width: 250px;
  display: none;
}
.on-boarding-issue {
  float: right;
  padding: 80px;
}
.pac-container {
  background-color: #fff;
  position: absolute !important;
  z-index: 9999 !important;
  border-radius: 2px;
  border-top: 1px solid #d9d9d9;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  overflow: hidden;
}
button:active,
button:focus {
  outline: none !important;
}
.box_shadow_color {
  box-shadow: 0 2px 5px 0 rgba(164, 173, 186, 0.25) !important;
  border: none !important;
}
* {
  outline: none;
}
ngx-gauge.ngx-gauge-meter {
  margin: auto;
  margin-bottom: 0px;
  color: #4a4a4a;
}
ngx-gauge.ngx-gauge-meter .reading-block {
  top: -25px;
  font-size: 30px !important;
  text-align: center;
}
ngx-gauge.ngx-gauge-meter .reading-label {
  top: -28px;
  color: #4a4a4a;
  font-size: 14px !important;
}
ng4-loading-spinner {
  text-align: center;
}
ng4-loading-spinner .spinner {
  opacity: 1;
  position: absolute;
  background: #fff;
}
ng4-loading-spinner .spinner .lds-roller {
  left: 0 !important;
  top: 40% !important;
}
ng4-loading-spinner .loading-text {
  position: absolute;
}
ng4-loading-spinner .lds-roller div:after {
  background: #03c0c2;
}
ngb-modal-window {
  margin: auto !important;
}
.tag_lists input.ng2-tag-input__text-input.ng-pristine {
  width: 95px !important;
}
td.tag_listsbtn button {
  padding: 4px 5px;
  margin-bottom: 5px;
  margin-right: 3px;
}
.taginputlists tag {
  height: 25px !important;
  line-height: 25px !important;
  border-radius: 7px !important;
  font-size: 13px !important;
  top: 4px !important;
}
.taginputlists tag delete-icon svg {
  height: 12px !important;
  top: -6px;
  position: relative;
}
.taginputlists .ng2-tag-input__text-input {
  border: 1px solid #b8b8b8 !important;
  height: 23px !important;
  font-size: 12px !important;
  top: 6px !important;
  position: relative;
}
.showentries {
  width: 200px;
  display: block;
  position: relative;
  padding-bottom: 40px;
  padding-top: 7px;
}
.showentries label {
  width: 85px;
  position: absolute;
  padding-top: 15px;
}
.showentries .select-style {
  left: 85px;
  position: relative;
  top: 12px;
  width: 60px;
  height: 25px;
  border: 1px solid #e1e1e1;
}
.showentries .select-style select {
  padding: 2px 8px;
}
.card.card-border-radius.reviewtabs pagination-controls.revis_pagination.clientsp ul {
  box-shadow: none !important;
}
.row.w-100.pb-2.review-data-container.tickts {
  background: #f9f9f9;
  margin: 0px 0px 7px;
  padding: 7px;
}
.half-star {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  color: #febd00;
}
.star {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  color: #d3d3d3;
}
.full-star {
  color: #febd00;
}
[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 22px;
  padding-right: 10px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #03c0c2;
  position: absolute;
  top: 4px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.form-group.radiobtns label {
  margin-left: 10px;
  color: #4a4a4a;
  font-size: 12px;
}
.card li.nav-tab.active {
  border-bottom: 4px solid #03c0c2 !important;
}
span.legend-label-color1 {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-right: 5px;
  color: #5b646b;
  border-radius: 3px;
  background: #03c0c2;
  position: relative;
  top: 3px;
}
span.legend-label-color2 {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-right: 5px;
  color: #5b646b;
  border-radius: 3px;
  background: #e13b31;
  position: relative;
  top: 3px;
}
.checkbox-custom + .checkbox-custom-label:before {
  width: 22px !important;
  height: 22px !important;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  top: 3px;
}
.styled-checkbox:checked + label:before {
  background: #03c0c2;
}
.styled-checkbox:hover + label:before {
  background: #03c0c2;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #efefef;
  border-radius: 5px;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.switch-medium small {
  width: 20px !important;
  height: 20px !important;
}
.switch-medium {
  width: 40px !important;
  height: 20px !important;
}
ui-switch {
  padding: 0px 5px !important;
}
.range-slider input[type=range].ghost {
  background: var(--track-background);
  --track-background: linear-gradient(
      to right,
      transparent var(--low),
      var(--range-color) 0,
      var(--range-color) var(--high),
      transparent 0
    )
    no-repeat 0 50%/100% 100% !important;
}
.range-slider span {
  padding: 0px 5px !important;
}
.range-slider .info {
  bottom: -12px !important;
}
ul.smile_lists li {
  list-style-type: none;
  display: inline-block;
  padding: 0px 9px;
}
ul.smile_lists {
  padding-left: 0;
}
ul.smile_lists li p.positivereview {
  margin-bottom: 3px;
}
.ng5-slider .ng5-slider-pointer {
  background-color: #03c0c2 !important;
  width: 20px !important;
  height: 20px !important;
}
.ng5-slider .ng5-slider-selection {
  background: #03c0c2 !important;
}
.ng5-slider {
  margin: 30px 0 15px !important;
}
.ng5-slider .ng5-slider-bubble {
  font-size: 13px !important;
}
.ng5-slider .ng5-slider-pointer:after {
  top: 6px !important;
  left: 6px !important;
}
.ng5-slider .ng5-slider-bar-wrapper {
  margin-top: -6px !important;
  padding-top: 0px !important;
}
.ng5-slider .ng5-slider-tick.ng5-slider-selected {
  background: #03c0c2 !important;
}
.ng5-slider .ng5-slider-tick {
  top: -6px !important;
  left: -6px !important;
}
ul.review_stats_filter li {
  display: inline-block;
  text-decoration: none;
  list-style-type: none;
  margin-bottom: 5px;
  padding: 0px 2px;
}
ul.review_stats_filter li select {
  padding-right: 30px;
}
.backdrop {
  background: #fff !important;
}
.bounce1,
.bounce2,
.bounce3 {
  background: #03c0c2 !important;
}
ol.smileylist {
  list-style: none;
  counter-reset: my-awesome-counter;
  counter-reset: list-items 6;
  padding: 0px 2px;
  text-align: center;
  margin-bottom: 70px;
  margin-top: 15px;
}
ol.smileylist li {
  counter-increment: my-awesome-counter;
  display: inline-block;
  padding: 0 10px;
}
ol.smileylist li:nth-child(1)::after {
  content: "Very Dissatisfied";
  display: table-caption;
  position: relative;
  padding-top: 5px;
  padding-left: 0px;
  font-size: 7px;
  width: 36px;
}
ol.smileylist li:nth-child(2)::after {
  content: "Dissatisfied";
  display: table-caption;
  position: relative;
  padding-top: 5px;
  padding-left: 0px;
  font-size: 7px;
  width: 36px;
}
ol.smileylist li:nth-child(3)::after {
  content: "Average";
  display: table-cell;
  position: relative;
  padding-top: 5px;
  padding-left: 0px;
  font-size: 7px;
  width: 36px;
}
ol.smileylist li:nth-child(4)::after {
  content: "Good";
  display: table-cell;
  position: relative;
  padding-top: 5px;
  padding-left: 0px;
  font-size: 7px;
  width: 36px;
}
ol.smileylist li:nth-child(5)::after {
  content: "Excellent";
  display: table-cell;
  position: absolute;
  padding-top: 5px;
  padding-left: 0px;
  font-size: 7px;
}
ol.smileylist li::before {
  content: counter(list-items) "";
  content: counter(my-awesome-counter);
  background: #03c0c2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  line-height: 25px;
  color: white;
  text-align: center;
  margin-right: 0rem;
}
.app-modal-window .modal-dialog {
  max-width: 86% !important;
}
ol.smileylist.onlysmileys li::before {
  display: none !important;
}
ol.smileylist.onlysmileys li img {
  width: 30px !important;
}
