@charset "UTF-8"; /*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: 0;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1),
    -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}
.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
} /*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
  position: relative;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: 0;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.e3f799c6dec9af194c86.png) 0 0/264px 88px
    no-repeat;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1),
  (-webkit-min-device-pixel-ratio: 1.09375),
  (min-resolution: 105dpi),
  (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.b257fa9c5ac8c515ac4d.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: 0 0;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: 0 0;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}
a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff;
}
a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}
a.pswp__share--download:hover {
  background: #ddd;
}
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px;
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #bbb;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc;
}
.pswp__caption--empty {
  display: none;
}
.pswp__caption--fake {
  visibility: hidden;
}
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  background: url(preloader.e34aafbb485a96eaf2a7.gif) no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: 0.5s linear infinite clockwise;
  animation: 0.5s linear infinite clockwise;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: 1s cubic-bezier(0.4, 0, 0.22, 1) infinite donut-rotate;
  animation: 1s cubic-bezier(0.4, 0, 0.22, 1) infinite donut-rotate;
}
.pswp--css_animation .pswp__preloader__icn {
  background: 0 0;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
}
@keyframes donut-rotate {
  0%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__caption,
.pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.5);
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: 0 0;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: url(ajax-loader.c5cd7f5300576ab4c882.gif) center center no-repeat
    #fff;
}
@font-face {
  font-family: slick;
  src: url(slick.ced611daf7709cc778da.eot);
  src: url(slick.ced611daf7709cc778da.eot?#iefix) format("embedded-opentype"),
    url(slick.b7c9e1e479de3b53f1e4.woff) format("woff"),
    url(slick.d41f55a78e6f49a55128.ttf) format("truetype"),
    url(slick.f97e3bbf73254b011209.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal;
}
.slick-next,
.slick-prev {
  position: absolute;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  width: 5px;
  height: 5px;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
@font-face {
  font-family: videogular;
  src: url(videogular.535a6d96e96b8bc4549f.eot?hj1wei);
  src: url(videogular.535a6d96e96b8bc4549f.eot?hj1wei#iefix)
      format("embedded-opentype"),
    url(videogular.ab020f4923f88c9e6b00.ttf?hj1wei) format("truetype"),
    url(videogular.0b8f5ffeb073ed30e02a.woff?hj1wei) format("woff"),
    url(videogular.d4f9c9f4aca582e94b2a.svg?hj1wei#videogular) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" vg-icon-"],
[class^="vg-icon-"] {
  font-family: videogular !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vg-icon-closed_caption:before {
  content: "\e006";
}
.vg-icon-pause:before {
  content: "\e018";
}
.vg-icon-play_arrow:before {
  content: "\e01b";
}
.vg-icon-repeat:before {
  content: "\e023";
}
.vg-icon-replay:before {
  content: "\e025";
}
.vg-icon-skip_next:before {
  content: "\e027";
}
.vg-icon-skip_previous:before {
  content: "\e028";
}
.vg-icon-stop:before {
  content: "\e02a";
}
.vg-icon-volume_down:before {
  content: "\e030";
}
.vg-icon-volume_mute:before {
  content: "\e031";
}
.vg-icon-volume_off:before {
  content: "\e032";
}
.vg-icon-volume_up:before {
  content: "\e033";
}
.vg-icon-hd:before {
  content: "\e035";
}
.vg-icon-forward_10:before {
  content: "\e038";
}
.vg-icon-forward_30:before {
  content: "\e039";
}
.vg-icon-replay_10:before {
  content: "\e03b";
}
.vg-icon-replay_30:before {
  content: "\e03c";
}
.vg-icon-fullscreen:before {
  content: "\e20c";
}
.vg-icon-fullscreen_exit:before {
  content: "\e20d";
}
vg-player video {
  width: 100%;
  height: 100%;
}
.toast-center-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -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-title {
  font-weight: 700;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #fff;
}
.toast-message a:hover {
  color: #ccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
}
.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  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;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999;
  color: #fff;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  cursor: pointer;
}
.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");
}
.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");
}
.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");
}
.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-bottom-center .ngx-toastr,
.toast-container.toast-top-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-bottom-full-width .ngx-toastr,
.toast-container.toast-top-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
}
@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;
  }
}
.CodeMirror {
  font-family: monospace;
  height: 300px;
  color: #000;
  direction: ltr;
}
.CodeMirror-lines {
  padding: 4px 0;
}
.CodeMirror-gutter-filler,
.CodeMirror-scrollbar-filler {
  background-color: #fff;
}
.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}
.CodeMirror-guttermarker {
  color: #000;
}
.CodeMirror-guttermarker-subtle {
  color: #999;
}
.CodeMirror-cursor {
  border-left: 1px solid #000;
  border-right: none;
  width: 0;
}
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-fat-cursor-mark {
  background-color: rgba(20, 255, 20, 0.5);
  -webkit-animation: 1.06s steps(1) infinite blink;
  animation: 1.06s steps(1) infinite blink;
}
.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: 1.06s steps(1) infinite blink;
  animation: 1.06s steps(1) infinite blink;
  background-color: #7e7;
}
@-webkit-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@keyframes blink {
  50% {
    background-color: transparent;
  }
}
.cm-tab {
  display: inline-block;
  text-decoration: inherit;
}
.CodeMirror-rulers {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  bottom: 0;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0;
  bottom: 0;
  position: absolute;
}
.cm-s-default .cm-header {
  color: #00f;
}
.cm-s-default .cm-quote {
  color: #090;
}
.cm-negative {
  color: #d44;
}
.cm-positive {
  color: #292;
}
.cm-header,
.cm-strong {
  font-weight: 700;
}
.cm-em {
  font-style: italic;
}
.cm-link {
  text-decoration: underline;
}
.cm-strikethrough {
  text-decoration: line-through;
}
.cm-s-default .cm-keyword {
  color: #708;
}
.cm-s-default .cm-atom {
  color: #219;
}
.cm-s-default .cm-number {
  color: #164;
}
.cm-s-default .cm-def {
  color: #00f;
}
.cm-s-default .cm-variable-2 {
  color: #05a;
}
.cm-s-default .cm-type,
.cm-s-default .cm-variable-3 {
  color: #085;
}
.cm-s-default .cm-comment {
  color: #a50;
}
.cm-s-default .cm-string {
  color: #a11;
}
.cm-s-default .cm-string-2 {
  color: #f50;
}
.cm-s-default .cm-meta,
.cm-s-default .cm-qualifier {
  color: #555;
}
.cm-s-default .cm-builtin {
  color: #30a;
}
.cm-s-default .cm-bracket {
  color: #997;
}
.cm-s-default .cm-tag {
  color: #170;
}
.cm-s-default .cm-attribute {
  color: #00c;
}
.cm-s-default .cm-hr {
  color: #999;
}
.cm-s-default .cm-link {
  color: #00c;
}
.cm-invalidchar,
.cm-s-default .cm-error {
  color: red;
}
.CodeMirror-composing {
  border-bottom: 2px solid;
}
div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0b0;
}
div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #a22;
}
.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}
.CodeMirror-activeline-background {
  background: #e8f2ff;
}
.CodeMirror {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.CodeMirror-scroll {
  overflow: scroll !important;
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: 0;
  position: relative;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
}
.CodeMirror-gutter-filler,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler,
.CodeMirror-vscrollbar {
  position: absolute;
  z-index: 6;
  display: none;
}
.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}
.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: 0 0 !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper ::selection {
  background-color: transparent;
}
.CodeMirror-gutter-wrapper ::-moz-selection {
  background-color: transparent;
}
.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  padding: 0 4px;
  border-radius: 0;
  border-width: 0;
  background: 0 0;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}
.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px;
}
.CodeMirror-rtl pre {
  direction: rtl;
}
.CodeMirror-code {
  outline: 0;
}
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber,
.CodeMirror-scroll,
.CodeMirror-sizer {
  box-sizing: content-box;
}
.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre {
  position: static;
}
div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
.CodeMirror-focused div.CodeMirror-cursors,
div.CodeMirror-dragcursors {
  visibility: visible;
}
.CodeMirror-selected {
  background: #d9d9d9;
}
.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0;
}
.CodeMirror-crosshair {
  cursor: crosshair;
}
.CodeMirror-line::selection,
.CodeMirror-line > span::selection,
.CodeMirror-line > span > span::selection {
  background: #d7d4f0;
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}
.cm-searching {
  background-color: rgba(255, 255, 0, 0.4);
}
.cm-force-border {
  padding-right: 0.1px;
}
.cm-tab-wrap-hack:after {
  content: "";
}
span.CodeMirror-selectedtext {
  background: 0 0;
}
.cm-s-material.CodeMirror {
  background-color: #263238;
  color: rgba(233, 237, 237, 1);
}
.cm-s-material .CodeMirror-gutters {
  background: #263238;
  color: #537f7e;
  border: none;
}
.cm-s-material .CodeMirror-guttermarker,
.cm-s-material .CodeMirror-guttermarker-subtle,
.cm-s-material .CodeMirror-linenumber {
  color: #537f7e;
}
.cm-s-material .CodeMirror-cursor {
  border-left: 1px solid #f8f8f0;
}
.cm-s-material div.CodeMirror-selected {
  background: rgba(255, 255, 255, 0.15);
}
.cm-s-material.CodeMirror-focused div.CodeMirror-selected {
  background: rgba(255, 255, 255, 0.1);
}
.cm-s-material .CodeMirror-line::selection,
.cm-s-material .CodeMirror-line > span::selection,
.cm-s-material .CodeMirror-line > span > span::selection {
  background: rgba(255, 255, 255, 0.1);
}
.cm-s-material .CodeMirror-line::-moz-selection,
.cm-s-material .CodeMirror-line > span::-moz-selection,
.cm-s-material .CodeMirror-line > span > span::-moz-selection {
  background: rgba(255, 255, 255, 0.1);
}
.cm-s-material .CodeMirror-activeline-background {
  background: rgba(0, 0, 0, 0);
}
.cm-s-material .cm-keyword {
  color: rgba(199, 146, 234, 1);
}
.cm-s-material .cm-operator {
  color: rgba(233, 237, 237, 1);
}
.cm-s-material .cm-variable-2 {
  color: #80cbc4;
}
.cm-s-material .cm-builtin {
  color: #decb6b;
}
.cm-s-material .cm-atom,
.cm-s-material .cm-number {
  color: #f77669;
}
.cm-s-material .cm-def {
  color: rgba(233, 237, 237, 1);
}
.cm-s-material .cm-string {
  color: #c3e88d;
}
.cm-s-material .cm-string-2 {
  color: #80cbc4;
}
.cm-s-material .cm-comment {
  color: #546e7a;
}
.cm-s-material .cm-variable {
  color: #82b1ff;
}
.cm-s-material .cm-meta,
.cm-s-material .cm-tag {
  color: #80cbc4;
}
.cm-s-material .cm-attribute {
  color: #ffcb6b;
}
.cm-s-material .cm-property {
  color: #80cbae;
}
.cm-s-material .cm-qualifier,
.cm-s-material .cm-type,
.cm-s-material .cm-variable-3 {
  color: #decb6b;
}
.cm-s-material .cm-tag {
  color: rgba(255, 83, 112, 1);
}
.cm-s-material .cm-error {
  color: rgba(255, 255, 255, 1);
  background-color: #ec5f67;
}
.cm-s-material .CodeMirror-matchingbracket {
  text-decoration: underline;
  color: #fff !important;
}
@-webkit-keyframes pop-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.65);
  }
  75% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    opacity: 0.8;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes pop-in {
  0% {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
    opacity: 0;
  }
  75% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    transform: translate3d(0, 3000px, 0);
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
  }
  60% {
    transform: translate3d(0, -20px, 0);
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    transform: translate3d(0, 3000px, 0);
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
  }
  60% {
    transform: translate3d(0, -20px, 0);
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
  -webkit-animation-name: bounceInUp;
} /*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #197ce0;
  --indigo: #6610f2;
  --purple: #7c4dff;
  --pink: #e83e8c;
  --red: #b71c1c;
  --orange: #ff5722;
  --yellow: #fdd835;
  --green: #18c96e;
  --teal: #00e5ff;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #627d98;
  --gray-dark: #334e68;
  --primary: #197ce0;
  --secondary: #d9e2ec;
  --success: #18c96e;
  --info: #197ce0;
  --warning: #fdd835;
  --danger: #f24235;
  --light: #ffffff;
  --dark: #001e41;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "proxima-nova", "Proxima Nova", helvetica, arial,
    sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 30, 65, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: proxima-nova, "Proxima Nova", helvetica, arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.5;
  color: #102a43;
  text-align: left;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
p {
  margin-top: 0;
  margin-bottom: 16px;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 600;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote,
figure {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #197ce0;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgba(25, 124, 224, 0.85);
  text-decoration: none;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
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: #829ab1;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
button {
  border-radius: 0;
}
button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 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-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: 8px;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: #102a43;
}
.h1,
h1 {
  font-size: 3rem;
}
.h2,
h2 {
  font-size: 2.25rem;
}
.h3,
h3 {
  font-size: 1.875rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.225rem;
  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 {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid #e3eaf1;
}
.small,
small {
  font-size: 85%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
  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: 16px;
  font-size: 1.225rem;
}
.blockquote-footer {
  display: block;
  font-size: 85%;
  color: #486581;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #bcccdc;
  border-radius: 3px;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 8px;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #627d98;
}
code {
  font-size: 87.5%;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #243b53;
  border-radius: 2px;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #243b53;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.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: 100%;
  }
  .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: 100%;
  }
  .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: 100%;
  }
  .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: 100%;
  }
  .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: 16px;
  color: #102a43;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #d9e2ec;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #d9e2ec;
}
.table tbody + tbody {
  border-top: 2px solid #d9e2ec;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #d9e2ec;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f0f4f8;
}
.table-hover tbody tr:hover {
  color: #102a43;
  background-color: #f0f4f8;
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #bfdaf6;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #87bbef;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a9cdf3;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #f4f7fa;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #ebf0f5;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #e2eaf2;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #bef0d6;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #87e3b4;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a9ebc9;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bfdaf6;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #87bbef;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a9cdf3;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #fef4c6;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #feeb96;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #feefad;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #fbcac6;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #f89d96;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f9b4ae;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fff;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fff;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f2f2f2;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #b8c0ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #7a8a9c;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #a9b3bf;
}
.table-active,
.table-active > td,
.table-active > th {
  background-color: #f0f4f8;
}
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #dfe7f0;
}
.table .thead-dark th {
  color: #fff;
  background-color: #243b53;
  border-color: #304e6e;
}
.table .thead-light th {
  color: #486581;
  background-color: #f0f4f8;
  border-color: #d9e2ec;
}
.table-dark {
  color: #fff;
  background-color: #243b53;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #304e6e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.323rem + 2.4px);
  font-size: 0.882rem;
  font-weight: 400;
  line-height: 1.5;
  color: #102a43;
  background-color: #fff;
  background-clip: padding-box;
  border: 1.2px solid #d9e2ec;
  border-radius: 3px;
  transition: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #102a43;
  background-color: #fff;
  border-color: #197ce0;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(232, 242, 252, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #829ab1;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #829ab1;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #829ab1;
  opacity: 1;
}
.form-control::placeholder {
  color: #829ab1;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #102a43;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.5rem + 1.2px);
  padding-bottom: calc(0.5rem + 1.2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.75rem + 1.2px);
  padding-bottom: calc(0.75rem + 1.2px);
  font-size: 1.15rem;
  line-height: 1;
}
.col-form-label-sm {
  padding-top: calc(0.65rem + 1.2px);
  padding-bottom: calc(0.65rem + 1.2px);
  font-size: 0.75rem;
  line-height: 0.9;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #102a43;
  background-color: transparent;
  border: solid transparent;
  border-width: 1.2px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.975rem + 2.4px);
  padding: 0.65rem 0.75rem;
  font-size: 0.75rem;
  line-height: 0.9;
  border-radius: 2px;
}
.form-control-lg {
  height: calc(2.65rem + 2.4px);
  padding: 0.75rem 1.5rem;
  font-size: 1.15rem;
  line-height: 1;
  border-radius: 4px;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
}
.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: #829ab1;
}
.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: 85%;
  color: #18c96e;
}
.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: #fff;
  background-color: #18c96e;
  border-radius: 3px;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #18c96e;
  padding-right: 2.323rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2318C96E' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.25rem);
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #18c96e;
  box-shadow: 0 0 0 0.2rem rgba(24, 201, 110, 0.25);
}
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: 2.323rem;
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #18c96e;
  padding-right: 3.74225rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23334E68' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      right 1rem center/8px 10px no-repeat,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2318C96E' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
      center right 2rem/1.1615rem 1.1615rem no-repeat #fff;
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #18c96e;
  box-shadow: 0 0 0 0.2rem rgba(24, 201, 110, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip {
  display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #18c96e;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #18c96e;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #18c96e;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before {
  border-color: #2ee687;
  background-color: #2ee687;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(24, 201, 110, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #18c96e;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #18c96e;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #18c96e;
  box-shadow: 0 0 0 0.2rem rgba(24, 201, 110, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 85%;
  color: #f24235;
}
.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: #f24235;
  border-radius: 3px;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #f24235;
  padding-right: 2.323rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f24235' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.25rem);
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #f24235;
  box-shadow: 0 0 0 0.2rem rgba(242, 66, 53, 0.25);
}
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: 2.323rem;
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #f24235;
  padding-right: 3.74225rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23334E68' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      right 1rem center/8px 10px no-repeat,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f24235' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
      center right 2rem/1.1615rem 1.1615rem no-repeat #fff;
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #f24235;
  box-shadow: 0 0 0 0.2rem rgba(242, 66, 53, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #f24235;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #f24235;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #f24235;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before {
  border-color: #f56f65;
  background-color: #f56f65;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(242, 66, 53, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #f24235;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #f24235;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #f24235;
  box-shadow: 0 0 0 0.2rem rgba(242, 66, 53, 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 .custom-select,
  .form-inline .input-group {
    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;
    flex-shrink: 0;
    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;
  color: #102a43;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 0.882rem;
  line-height: 1.5;
  border-radius: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #102a43;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #197ce0;
  border-color: #197ce0;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1569be;
  border-color: #1463b2;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 144, 229, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #197ce0;
  border-color: #197ce0;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1463b2;
  border-color: #135ca7;
}
.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(60, 144, 229, 0.5);
}
.btn-secondary {
  color: #102a43;
  background-color: #d9e2ec;
  border-color: #d9e2ec;
}
.btn-secondary:hover {
  color: #102a43;
  background-color: #c0cfdf;
  border-color: #b7c8db;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(187, 198, 211, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #102a43;
  background-color: #d9e2ec;
  border-color: #d9e2ec;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #102a43;
}
.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(187, 198, 211, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #18c96e;
  border-color: #18c96e;
}
.btn-success:hover {
  color: #fff;
  background-color: #14a75b;
  border-color: #139b55;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 209, 132, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #18c96e;
  border-color: #18c96e;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #139b55;
  border-color: #11904f;
}
.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(59, 209, 132, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #197ce0;
  border-color: #197ce0;
}
.btn-info:hover {
  color: #fff;
  background-color: #1569be;
  border-color: #1463b2;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 144, 229, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #197ce0;
  border-color: #197ce0;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1463b2;
  border-color: #135ca7;
}
.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(60, 144, 229, 0.5);
}
.btn-warning {
  color: #102a43;
  background-color: #fdd835;
  border-color: #fdd835;
}
.btn-warning:hover {
  color: #102a43;
  background-color: #fdd10f;
  border-color: #fdce03;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 190, 55, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #102a43;
  background-color: #fdd835;
  border-color: #fdd835;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #102a43;
  background-color: #fdce03;
  border-color: #f0c402;
}
.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(217, 190, 55, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #f24235;
  border-color: #f24235;
}
.btn-danger:hover {
  color: #fff;
  background-color: #f02011;
  border-color: #e51e0f;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 94, 83, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #f24235;
  border-color: #f24235;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e51e0f;
  border-color: #d91c0e;
}
.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(244, 94, 83, 0.5);
}
.btn-light {
  color: #102a43;
  background-color: #fff;
  border-color: #fff;
}
.btn-light:hover {
  color: #102a43;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 223, 227, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #102a43;
  background-color: #fff;
  border-color: #fff;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #102a43;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 223, 227, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #001e41;
  border-color: #001e41;
}
.btn-dark:hover {
  color: #fff;
  background-color: #000c1b;
  border-color: #00060e;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 64, 94, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #001e41;
  border-color: #001e41;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #00060e;
  border-color: #000101;
}
.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(38, 64, 94, 0.5);
}
.btn-outline-primary {
  color: #197ce0;
  border-color: #197ce0;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #197ce0;
  border-color: #197ce0;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 124, 224, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #197ce0;
  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: #197ce0;
  border-color: #197ce0;
}
.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(25, 124, 224, 0.5);
}
.btn-outline-secondary {
  color: #d9e2ec;
  border-color: #d9e2ec;
}
.btn-outline-secondary:hover {
  color: #102a43;
  background-color: #d9e2ec;
  border-color: #d9e2ec;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 226, 236, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #d9e2ec;
  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: #102a43;
  background-color: #d9e2ec;
  border-color: #d9e2ec;
}
.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(217, 226, 236, 0.5);
}
.btn-outline-success {
  color: #18c96e;
  border-color: #18c96e;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #18c96e;
  border-color: #18c96e;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(24, 201, 110, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #18c96e;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #18c96e;
  border-color: #18c96e;
}
.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(24, 201, 110, 0.5);
}
.btn-outline-info {
  color: #197ce0;
  border-color: #197ce0;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #197ce0;
  border-color: #197ce0;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 124, 224, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #197ce0;
  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: #197ce0;
  border-color: #197ce0;
}
.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(25, 124, 224, 0.5);
}
.btn-outline-warning {
  color: #fdd835;
  border-color: #fdd835;
}
.btn-outline-warning:hover {
  color: #102a43;
  background-color: #fdd835;
  border-color: #fdd835;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 216, 53, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #fdd835;
  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: #102a43;
  background-color: #fdd835;
  border-color: #fdd835;
}
.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(253, 216, 53, 0.5);
}
.btn-outline-danger {
  color: #f24235;
  border-color: #f24235;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f24235;
  border-color: #f24235;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 66, 53, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #f24235;
  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: #f24235;
  border-color: #f24235;
}
.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(242, 66, 53, 0.5);
}
.btn-outline-light {
  color: #fff;
  border-color: #fff;
}
.btn-outline-light:hover {
  color: #102a43;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #fff;
  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: #102a43;
  background-color: #fff;
  border-color: #fff;
}
.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(255, 255, 255, 0.5);
}
.btn-outline-dark {
  color: #001e41;
  border-color: #001e41;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #001e41;
  border-color: #001e41;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 30, 65, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #001e41;
  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: #001e41;
  border-color: #001e41;
}
.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(0, 30, 65, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #197ce0;
  text-decoration: none;
}
.btn-link:hover {
  color: rgba(25, 124, 224, 0.85);
  text-decoration: none;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: none;
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #829ab1;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.15rem;
  line-height: 1;
  border-radius: 3.75px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.65rem 0.75rem;
  font-size: 0.75rem;
  line-height: 0.9;
  border-radius: 2.25px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  margin: 0.125rem 0 0;
  color: #102a43;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d9e2ec;
  border-radius: 3px;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 8px 0;
  overflow: hidden;
  border-top: 1px solid #d9e2ec;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #102a43;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #102a43;
  text-decoration: none;
  background-color: #f0f4f8;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #e8f2fc;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #829ab1;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.5rem 1.5rem;
  color: #102a43;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
  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 > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1.2px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control: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-append,
.input-group-prepend {
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1.2px;
}
.input-group-prepend {
  margin-right: -1.2px;
}
.input-group-append {
  margin-left: -1.2px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.882rem;
  font-weight: 400;
  line-height: 1.5;
  color: #102a43;
  text-align: center;
  white-space: nowrap;
  background-color: #d9e2ec;
  border: 1.2px solid #d9e2ec;
  border-radius: 3px;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(2.65rem + 2.4px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.75rem 1.5rem;
  font-size: 1.15rem;
  line-height: 1;
  border-radius: 4px;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.975rem + 2.4px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.65rem 0.75rem;
  font-size: 0.75rem;
  line-height: 0.9;
  border-radius: 2px;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2rem;
}
.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),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  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:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.47rem;
  padding-left: 1.75rem;
}
.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: #197ce0;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(232, 242, 252, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #197ce0;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #627d98;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #d9e2ec;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.11rem;
  left: -1.75rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1.2px solid #d9e2ec;
}
.custom-control-label::after {
  position: absolute;
  top: 0.11rem;
  left: -1.75rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  border-color: #e8f2fc;
  background-color: #e8f2fc;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFFFFF' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(25, 124, 224, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(25, 124, 224, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(25, 124, 224, 0.5);
}
.custom-switch {
  padding-left: 3.5rem;
}
.custom-switch .custom-control-label::before {
  left: -3.5rem;
  width: 3rem;
  pointer-events: all;
}
.custom-switch .custom-control-label::after {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0.5625rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(25, 124, 224, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.323rem + 2.4px);
  padding: 0.5rem 2rem 0.5rem 1rem;
  font-size: 0.882rem;
  font-weight: 400;
  line-height: 1.5;
  color: #102a43;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23334E68' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    right 1rem center/8px 10px no-repeat #fff;
  border: 1.2px solid #d9e2ec;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #197ce0;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(25, 124, 224, 0.5);
}
.custom-select:focus::-ms-value {
  color: #102a43;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}
.custom-select:disabled {
  color: #627d98;
  background-color: #d9e2ec;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select-sm {
  height: calc(1.975rem + 2.4px);
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  padding-left: 0.75rem;
  font-size: 0.75rem;
}
.custom-select-lg {
  height: calc(2.65rem + 2.4px);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  font-size: 1.15rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.323rem + 2.4px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.323rem + 2.4px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #197ce0;
  box-shadow: 0 0 0 0.2rem rgba(232, 242, 252, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #d9e2ec;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.323rem + 2.4px);
  padding: 0.5rem 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #102a43;
  background-color: #fff;
  border: 1.2px solid #d9e2ec;
  border-radius: 3px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.323rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #102a43;
  content: "Browse";
  background-color: #d9e2ec;
  border-left: inherit;
  border-radius: 0 3px 3px 0;
}
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(232, 242, 252, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(232, 242, 252, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(232, 242, 252, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #e8f2fc;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing,
  .custom-switch .custom-control-label::after {
    transition: none;
  }
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #fff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #bcccdc;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #e8f2fc;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #fff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #bcccdc;
  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: #e8f2fc;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #fff;
}
.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: #bcccdc;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #bcccdc;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #829ab1;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #829ab1;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #829ab1;
}
.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 (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:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #627d98;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #bcccdc;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #d9e2ec #d9e2ec #bcccdc;
}
.nav-tabs .nav-link.disabled {
  color: #627d98;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #486581;
  background-color: #fff;
  border-color: #bcccdc #bcccdc #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 3px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #197ce0;
  background-color: #e8f2fc;
}
.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;
}
.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.3725rem;
  padding-bottom: 0.3725rem;
  font-size: 1.15rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  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: 1.15rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: center center/100% 100% no-repeat;
}
@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 .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 {
  padding-right: 0;
  padding-left: 0;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 30, 65, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 30, 65, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 30, 65, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 30, 65, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 30, 65, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 30, 65, 0.5);
  border-color: rgba(0, 30, 65, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 30, 65, 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, 30, 65, 0.5);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 30, 65, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  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 .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: 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,%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,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #d9e2ec;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.card-body {
  flex: 1 1 auto;
  padding: 24px;
}
.card-title {
  margin-bottom: 12px;
}
.card-subtitle {
  margin-top: -6px;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 24px;
}
.card-header {
  padding: 12px 24px;
  margin-bottom: 0;
  color: inherit;
  background-color: rgba(0, 30, 65, 0.03);
  border-bottom: 1px solid #d9e2ec;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 12px 24px;
  background-color: rgba(0, 30, 65, 0.03);
  border-top: 1px solid #d9e2ec;
}
.card-footer:last-child {
  border-radius: 0 0 calc(6px - 1px) calc(6px - 1px);
}
.card-header-tabs {
  margin-right: -12px;
  margin-bottom: -12px;
  margin-left: -12px;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -12px;
  margin-left: -12px;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(6px - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(6px - 1px);
  border-top-right-radius: calc(6px - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(6px - 1px);
  border-bottom-left-radius: calc(6px - 1px);
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@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:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.card-columns .card {
  margin-bottom: 12px;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  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;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 3px;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #d9e2ec;
  content: "";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #102a43;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 3px;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #197ce0;
  background-color: #fff;
  border: 1px solid #bcccdc;
}
.page-link:hover {
  z-index: 2;
  color: rgba(25, 124, 224, 0.85);
  text-decoration: none;
  background-color: #d9e2ec;
  border-color: #bcccdc;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(232, 242, 252, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #e8f2fc;
  border-color: #e8f2fc;
}
.page-item.disabled .page-link {
  color: #627d98;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #bcccdc;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.15rem;
  line-height: 1;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 0.9;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.badge {
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}
.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: #197ce0;
}
a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #1463b2;
}
a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(25, 124, 224, 0.5);
}
.badge-secondary {
  color: #102a43;
  background-color: #d9e2ec;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #102a43;
  background-color: #b7c8db;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(217, 226, 236, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #18c96e;
}
a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #139b55;
}
a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(24, 201, 110, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #197ce0;
}
a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #1463b2;
}
a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(25, 124, 224, 0.5);
}
.badge-warning {
  color: #102a43;
  background-color: #fdd835;
}
a.badge-warning:focus,
a.badge-warning:hover {
  color: #102a43;
  background-color: #fdce03;
}
a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(253, 216, 53, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #f24235;
}
a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #e51e0f;
}
a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(242, 66, 53, 0.5);
}
.badge-light {
  color: #102a43;
  background-color: #fff;
}
a.badge-light:focus,
a.badge-light:hover {
  color: #102a43;
  background-color: #e6e6e6;
}
a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #001e41;
}
a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #00060e;
}
a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 30, 65, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #d9e2ec;
  border-radius: 4px;
}
@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: 0 solid transparent;
  border-radius: 0;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 600;
}
.alert-dismissible {
  padding-right: 3.97rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #0d4f94;
  background-color: #d1e5f9;
  border-color: #bfdaf6;
}
.alert-primary hr {
  border-top-color: #a9cdf3;
}
.alert-primary .alert-link {
  color: #093665;
}
.alert-secondary {
  color: #71849a;
  background-color: #f7f9fb;
  border-color: #f4f7fa;
}
.alert-secondary hr {
  border-top-color: #e2eaf2;
}
.alert-secondary .alert-link {
  color: #5a6b7e;
}
.alert-success {
  color: #0c7758;
  background-color: #d1f4e2;
  border-color: #bef0d6;
}
.alert-success hr {
  border-top-color: #a9ebc9;
}
.alert-success .alert-link {
  color: #074936;
}
.alert-info {
  color: #0d4f94;
  background-color: #d1e5f9;
  border-color: #bfdaf6;
}
.alert-info hr {
  border-top-color: #a9cdf3;
}
.alert-info .alert-link {
  color: #093665;
}
.alert-warning {
  color: #847f3b;
  background-color: #fff7d7;
  border-color: #fef4c6;
}
.alert-warning hr {
  border-top-color: #feefad;
}
.alert-warning .alert-link {
  color: #615d2b;
}
.alert-danger {
  color: #7e313b;
  background-color: #fcd9d7;
  border-color: #fbcac6;
}
.alert-danger hr {
  border-top-color: #f9b4ae;
}
.alert-danger .alert-link {
  color: #59232a;
}
.alert-light {
  color: #8593a4;
  background-color: #fff;
  border-color: #fff;
}
.alert-light hr {
  border-top-color: #f2f2f2;
}
.alert-light .alert-link {
  color: #69798d;
}
.alert-dark {
  color: #001e41;
  background-color: #ccd2d9;
  border-color: #b8c0ca;
}
.alert-dark hr {
  border-top-color: #a9b3bf;
}
.alert-dark .alert-link {
  color: #00060e;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0.5rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0.5rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 0.5rem;
  overflow: hidden;
  font-size: 0.735rem;
  background-color: #e9eff5;
  border-radius: 24px;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #197ce0;
  transition: width 0.6s ease;
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 0.5rem 0.5rem;
}
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
.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: #486581;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #486581;
  text-decoration: none;
  background-color: #f0f4f8;
}
.list-group-item-action:active {
  color: #102a43;
  background-color: #d9e2ec;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 30, 65, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #627d98;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #e8f2fc;
  border-color: #e8f2fc;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.list-group-item-primary {
  color: #0d4f94;
  background-color: #bfdaf6;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #0d4f94;
  background-color: #a9cdf3;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0d4f94;
  border-color: #0d4f94;
}
.list-group-item-secondary {
  color: #71849a;
  background-color: #f4f7fa;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #71849a;
  background-color: #e2eaf2;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #71849a;
  border-color: #71849a;
}
.list-group-item-success {
  color: #0c7758;
  background-color: #bef0d6;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #0c7758;
  background-color: #a9ebc9;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0c7758;
  border-color: #0c7758;
}
.list-group-item-info {
  color: #0d4f94;
  background-color: #bfdaf6;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0d4f94;
  background-color: #a9cdf3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0d4f94;
  border-color: #0d4f94;
}
.list-group-item-warning {
  color: #847f3b;
  background-color: #fef4c6;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #847f3b;
  background-color: #feefad;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #847f3b;
  border-color: #847f3b;
}
.list-group-item-danger {
  color: #7e313b;
  background-color: #fbcac6;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #7e313b;
  background-color: #f9b4ae;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7e313b;
  border-color: #7e313b;
}
.list-group-item-light {
  color: #8593a4;
  background-color: #fff;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #8593a4;
  background-color: #f2f2f2;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #8593a4;
  border-color: #8593a4;
}
.list-group-item-dark {
  color: #001e41;
  background-color: #b8c0ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #001e41;
  background-color: #a9b3bf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #001e41;
  border-color: #001e41;
}
.close {
  float: right;
  font-size: 1.47rem;
  font-weight: 600;
  line-height: 1;
  color: #001e41;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #001e41;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 30, 65, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #627d98;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2500;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 30, 65, 0.2);
  border-radius: 3px;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #001e41;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.65;
}
.modal-header {
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 0 solid #d9e2ec;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.modal-header .close {
  padding: 1rem 1.5rem;
  margin: -1rem -1.5rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 0 solid #d9e2ec;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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: 420px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 760px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 2700;
  display: block;
  margin: 0;
  font-family: proxima-nova, "Proxima Nova", helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0.25rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.25rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.25rem 0 0;
  border-top-color: #001e41;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.25rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.25rem;
  height: 0;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0 0.25rem 0 0;
  border-right-color: #001e41;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.25rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0 0.25rem;
  border-bottom-color: #001e41;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.25rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.25rem;
  height: 0;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0 0 0 0.25rem;
  border-left-color: #001e41;
}
.tooltip-inner {
  max-width: 240px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #001e41;
  border-radius: 3px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2600;
  display: block;
  max-width: 276px;
  font-family: proxima-nova, "Proxima Nova", helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d9e2ec;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  margin: 0 4px;
}
.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc((0rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="top"] > .arrow::before,
.bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: 0;
  border-top-color: #d9e2ec;
}
.bs-popover-auto[x-placement^="top"] > .arrow::after,
.bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: 0;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
  left: calc((0rem + 1px) * -1);
  width: 0;
  height: 0;
  margin: 4px 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow::before,
.bs-popover-right > .arrow::before {
  left: 0;
  border-width: 0;
  border-right-color: #d9e2ec;
}
.bs-popover-auto[x-placement^="right"] > .arrow::after,
.bs-popover-right > .arrow::after {
  left: 1px;
  border-width: 0;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc((0rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::before,
.bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0;
  border-bottom-color: #d9e2ec;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::after,
.bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  margin-left: 0;
  content: "";
  border-bottom: 1px solid #fff;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
  right: calc((0rem + 1px) * -1);
  width: 0;
  height: 0;
  margin: 4px 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow::before,
.bs-popover-left > .arrow::before {
  right: 0;
  border-width: 0;
  border-left-color: #d9e2ec;
}
.bs-popover-auto[x-placement^="left"] > .arrow::after,
.bs-popover-left > .arrow::after {
  right: 1px;
  border-width: 0;
  border-left-color: #fff;
}
.popover-header {
  padding: 0;
  margin-bottom: 0;
  font-size: 0.98rem;
  color: #102a43;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: calc(4px - 1px);
  border-top-right-radius: calc(4px - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  color: #102a43;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right,
  .carousel-item {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-indicators {
  display: flex;
  justify-content: center;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  text-indent: -999px;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev,
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #197ce0 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #1463b2 !important;
}
.bg-secondary {
  background-color: #d9e2ec !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #b7c8db !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #139b55 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #1463b2 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #fdce03 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #e51e0f !important;
}
.bg-light {
  background-color: #fff !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #e6e6e6 !important;
}
.bg-dark {
  background-color: #001e41 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #00060e !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #d9e2ec !important;
}
.border-top {
  border-top: 1px solid #d9e2ec !important;
}
.border-right {
  border-right: 1px solid #d9e2ec !important;
}
.border-bottom {
  border-bottom: 1px solid #d9e2ec !important;
}
.border-left {
  border-left: 1px solid #d9e2ec !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: #197ce0 !important;
}
.border-secondary {
  border-color: #d9e2ec !important;
}
.border-success {
  border-color: #18c96e !important;
}
.border-info {
  border-color: #197ce0 !important;
}
.border-warning {
  border-color: #fdd835 !important;
}
.border-danger {
  border-color: #f24235 !important;
}
.border-light {
  border-color: #fff !important;
}
.border-dark {
  border-color: #001e41 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 2px !important;
}
.rounded {
  border-radius: 3px !important;
}
.rounded-top {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}
.rounded-right {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.rounded-bottom {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
.rounded-left {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
.rounded-lg {
  border-radius: 4px !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !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 {
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
  .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 embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-3by4::before {
  padding-top: 133.3333333333%;
}
.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;
  }
}
.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;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 1px 3px 0 rgba(0, 30, 65, 0.1),
    0 1px 2px 0 rgba(0, 30, 65, 0.06) !important;
}
.shadow {
  box-shadow: 0 4px 6px -1px rgba(0, 30, 65, 0.1),
    0 2px 4px -1px rgba(0, 30, 65, 0.06) !important;
}
.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 30, 65, 0.1),
    0 4px 6px -2px rgba(0, 30, 65, 0.05) !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;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 4px !important;
}
.mt-1,
.my-1 {
  margin-top: 4px !important;
}
.mr-1,
.mx-1 {
  margin-right: 4px !important;
}
.mb-1,
.my-1 {
  margin-bottom: 4px !important;
}
.ml-1,
.mx-1 {
  margin-left: 4px !important;
}
.m-2 {
  margin: 8px !important;
}
.mt-2,
.my-2 {
  margin-top: 8px !important;
}
.mr-2,
.mx-2 {
  margin-right: 8px !important;
}
.mb-2,
.my-2 {
  margin-bottom: 8px !important;
}
.ml-2,
.mx-2 {
  margin-left: 8px !important;
}
.m-3 {
  margin: 16px !important;
}
.mt-3,
.my-3 {
  margin-top: 16px !important;
}
.mr-3,
.mx-3 {
  margin-right: 16px !important;
}
.mb-3,
.my-3 {
  margin-bottom: 16px !important;
}
.ml-3,
.mx-3 {
  margin-left: 16px !important;
}
.m-4 {
  margin: 24px !important;
}
.mt-4,
.my-4 {
  margin-top: 24px !important;
}
.mr-4,
.mx-4 {
  margin-right: 24px !important;
}
.mb-4,
.my-4 {
  margin-bottom: 24px !important;
}
.ml-4,
.mx-4 {
  margin-left: 24px !important;
}
.m-5 {
  margin: 48px !important;
}
.mt-5,
.my-5 {
  margin-top: 48px !important;
}
.mr-5,
.mx-5 {
  margin-right: 48px !important;
}
.mb-5,
.my-5 {
  margin-bottom: 48px !important;
}
.ml-5,
.mx-5 {
  margin-left: 48px !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: 4px !important;
}
.pt-1,
.py-1 {
  padding-top: 4px !important;
}
.pr-1,
.px-1 {
  padding-right: 4px !important;
}
.pb-1,
.py-1 {
  padding-bottom: 4px !important;
}
.pl-1,
.px-1 {
  padding-left: 4px !important;
}
.p-2 {
  padding: 8px !important;
}
.pt-2,
.py-2 {
  padding-top: 8px !important;
}
.pr-2,
.px-2 {
  padding-right: 8px !important;
}
.pb-2,
.py-2 {
  padding-bottom: 8px !important;
}
.pl-2,
.px-2 {
  padding-left: 8px !important;
}
.p-3 {
  padding: 16px !important;
}
.pt-3,
.py-3 {
  padding-top: 16px !important;
}
.pr-3,
.px-3 {
  padding-right: 16px !important;
}
.pb-3,
.py-3 {
  padding-bottom: 16px !important;
}
.pl-3,
.px-3 {
  padding-left: 16px !important;
}
.p-4 {
  padding: 24px !important;
}
.pt-4,
.py-4 {
  padding-top: 24px !important;
}
.pr-4,
.px-4 {
  padding-right: 24px !important;
}
.pb-4,
.py-4 {
  padding-bottom: 24px !important;
}
.pl-4,
.px-4 {
  padding-left: 24px !important;
}
.p-5 {
  padding: 48px !important;
}
.pt-5,
.py-5 {
  padding-top: 48px !important;
}
.pr-5,
.px-5 {
  padding-right: 48px !important;
}
.pb-5,
.py-5 {
  padding-bottom: 48px !important;
}
.pl-5,
.px-5 {
  padding-left: 48px !important;
}
.m-n1 {
  margin: -4px !important;
}
.mt-n1,
.my-n1 {
  margin-top: -4px !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -4px !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -4px !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -4px !important;
}
.m-n2 {
  margin: -8px !important;
}
.mt-n2,
.my-n2 {
  margin-top: -8px !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -8px !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -8px !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -8px !important;
}
.m-n3 {
  margin: -16px !important;
}
.mt-n3,
.my-n3 {
  margin-top: -16px !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -16px !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -16px !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -16px !important;
}
.m-n4 {
  margin: -24px !important;
}
.mt-n4,
.my-n4 {
  margin-top: -24px !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -24px !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -24px !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -24px !important;
}
.m-n5 {
  margin: -48px !important;
}
.mt-n5,
.my-n5 {
  margin-top: -48px !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -48px !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -48px !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -48px !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: 4px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 4px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 4px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 4px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 4px !important;
  }
  .m-sm-2 {
    margin: 8px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 8px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 8px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 8px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 8px !important;
  }
  .m-sm-3 {
    margin: 16px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 16px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 16px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 16px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 16px !important;
  }
  .m-sm-4 {
    margin: 24px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 24px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 24px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 24px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 24px !important;
  }
  .m-sm-5 {
    margin: 48px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 48px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 48px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 48px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 48px !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: 4px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 4px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 4px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 4px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 4px !important;
  }
  .p-sm-2 {
    padding: 8px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 8px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 8px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 8px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 8px !important;
  }
  .p-sm-3 {
    padding: 16px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 16px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 16px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 16px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 16px !important;
  }
  .p-sm-4 {
    padding: 24px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 24px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 24px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 24px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 24px !important;
  }
  .p-sm-5 {
    padding: 48px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 48px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 48px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 48px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 48px !important;
  }
  .m-sm-n1 {
    margin: -4px !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -4px !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -4px !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -4px !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -4px !important;
  }
  .m-sm-n2 {
    margin: -8px !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -8px !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -8px !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -8px !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -8px !important;
  }
  .m-sm-n3 {
    margin: -16px !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -16px !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -16px !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -16px !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -16px !important;
  }
  .m-sm-n4 {
    margin: -24px !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -24px !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -24px !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -24px !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -24px !important;
  }
  .m-sm-n5 {
    margin: -48px !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -48px !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -48px !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -48px !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -48px !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;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  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) {
  .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;
  }
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .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: 4px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 4px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 4px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 4px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 4px !important;
  }
  .m-md-2 {
    margin: 8px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 8px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 8px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 8px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 8px !important;
  }
  .m-md-3 {
    margin: 16px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 16px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 16px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 16px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 16px !important;
  }
  .m-md-4 {
    margin: 24px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 24px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 24px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 24px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 24px !important;
  }
  .m-md-5 {
    margin: 48px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 48px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 48px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 48px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 48px !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: 4px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 4px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 4px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 4px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 4px !important;
  }
  .p-md-2 {
    padding: 8px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 8px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 8px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 8px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 8px !important;
  }
  .p-md-3 {
    padding: 16px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 16px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 16px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 16px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 16px !important;
  }
  .p-md-4 {
    padding: 24px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 24px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 24px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 24px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 24px !important;
  }
  .p-md-5 {
    padding: 48px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 48px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 48px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 48px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 48px !important;
  }
  .m-md-n1 {
    margin: -4px !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -4px !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -4px !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -4px !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -4px !important;
  }
  .m-md-n2 {
    margin: -8px !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -8px !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -8px !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -8px !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -8px !important;
  }
  .m-md-n3 {
    margin: -16px !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -16px !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -16px !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -16px !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -16px !important;
  }
  .m-md-n4 {
    margin: -24px !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -24px !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -24px !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -24px !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -24px !important;
  }
  .m-md-n5 {
    margin: -48px !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -48px !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -48px !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -48px !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -48px !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;
  }
  .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) {
  .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;
  }
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .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: 4px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 4px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 4px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 4px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 4px !important;
  }
  .m-lg-2 {
    margin: 8px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 8px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 8px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 8px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 8px !important;
  }
  .m-lg-3 {
    margin: 16px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 16px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 16px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 16px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 16px !important;
  }
  .m-lg-4 {
    margin: 24px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 24px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 24px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 24px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 24px !important;
  }
  .m-lg-5 {
    margin: 48px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 48px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 48px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 48px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 48px !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: 4px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 4px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 4px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 4px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 4px !important;
  }
  .p-lg-2 {
    padding: 8px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 8px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 8px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 8px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 8px !important;
  }
  .p-lg-3 {
    padding: 16px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 16px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 16px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 16px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 16px !important;
  }
  .p-lg-4 {
    padding: 24px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 24px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 24px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 24px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 24px !important;
  }
  .p-lg-5 {
    padding: 48px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 48px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 48px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 48px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 48px !important;
  }
  .m-lg-n1 {
    margin: -4px !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -4px !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -4px !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -4px !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -4px !important;
  }
  .m-lg-n2 {
    margin: -8px !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -8px !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -8px !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -8px !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -8px !important;
  }
  .m-lg-n3 {
    margin: -16px !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -16px !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -16px !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -16px !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -16px !important;
  }
  .m-lg-n4 {
    margin: -24px !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -24px !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -24px !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -24px !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -24px !important;
  }
  .m-lg-n5 {
    margin: -48px !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -48px !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -48px !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -48px !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -48px !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;
  }
  .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) {
  .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-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .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: 4px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 4px !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 4px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 4px !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 4px !important;
  }
  .m-xl-2 {
    margin: 8px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 8px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 8px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 8px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 8px !important;
  }
  .m-xl-3 {
    margin: 16px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 16px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 16px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 16px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 16px !important;
  }
  .m-xl-4 {
    margin: 24px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 24px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 24px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 24px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 24px !important;
  }
  .m-xl-5 {
    margin: 48px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 48px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 48px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 48px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 48px !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: 4px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 4px !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 4px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 4px !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 4px !important;
  }
  .p-xl-2 {
    padding: 8px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 8px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 8px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 8px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 8px !important;
  }
  .p-xl-3 {
    padding: 16px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 16px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 16px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 16px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 16px !important;
  }
  .p-xl-4 {
    padding: 24px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 24px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 24px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 24px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 24px !important;
  }
  .p-xl-5 {
    padding: 48px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 48px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 48px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 48px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 48px !important;
  }
  .m-xl-n1 {
    margin: -4px !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -4px !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -4px !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -4px !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -4px !important;
  }
  .m-xl-n2 {
    margin: -8px !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -8px !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -8px !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -8px !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -8px !important;
  }
  .m-xl-n3 {
    margin: -16px !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -16px !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -16px !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -16px !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -16px !important;
  }
  .m-xl-n4 {
    margin: -24px !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -24px !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -24px !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -24px !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -24px !important;
  }
  .m-xl-n5 {
    margin: -48px !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -48px !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -48px !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -48px !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -48px !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-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 600 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #197ce0 !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #11569b !important;
}
.text-secondary {
  color: #d9e2ec !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #a6bbd3 !important;
}
.text-success {
  color: #18c96e !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #108549 !important;
}
.text-info {
  color: #197ce0 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #11569b !important;
}
.text-warning {
  color: #fdd835 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #e3ba02 !important;
}
.text-danger {
  color: #f24235 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #cd1a0d !important;
}
.text-light {
  color: #fff !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #d9d9d9 !important;
}
.text-dark {
  color: #001e41 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #000 !important;
}
.text-body {
  color: #102a43 !important;
}
.text-muted {
  color: #829ab1 !important;
}
.text-black-50 {
  color: rgba(0, 30, 65, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  ::after,
  ::before {
    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;
  }
  blockquote,
  pre {
    border: 1px solid #829ab1;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #001e41;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #bcccdc !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #d9e2ec;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #d9e2ec;
  }
}
::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 0.855rem;
}
::-moz-placeholder {
  font-weight: 500;
  font-size: 0.855rem;
}
:-ms-input-placeholder {
  font-weight: 500;
  font-size: 0.855rem;
}
:-moz-placeholder {
  font-weight: 500;
  font-size: 0.855rem;
}
.alert.w-icon {
  padding-left: 48px !important;
}
.alert.w-icon .icon {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 12px;
  top: 10px;
}
.alert.alert-success {
  border-left: 4px solid #18c96e;
  color: #14ab5e;
}
.alert.alert-success .icon {
  fill: #18c96e !important;
}
.alert.alert-danger {
  border-left: 4px solid #f24235;
  color: #ce382d;
}
.alert.alert-danger .icon {
  fill: #f24235 !important;
}
.accordion > .card {
  box-shadow: none;
}
.accordion > .card .card-header {
  padding: 8px 16px;
}
.accordion > .card .card-header .btn-link {
  color: #486581;
  font-weight: 500;
  width: 100%;
  text-align: left;
  position: relative;
  padding: 4px;
  font-size: 14px;
}
.accordion > .card .card-header .btn-link .chevron {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 0;
}
.accordion > .card .card-header .btn-link .chevron svg {
  width: 16px;
  height: 16px;
  fill: #6a8bac;
}
.accordion > .card .card-body {
  border-top: 1px solid #d9e2ec;
  padding: 16px 24px;
  background-color: #fff;
}
.badge {
  padding: 6px 12px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
}
.badge.badge-pill {
  border-radius: 24px;
}
.badge.badge-light {
  border: 1px solid #d9e2ec;
}
.badge-soft-primary {
  color: #11569b;
  background-color: #d1e5f9;
}
.badge-soft-primary[href]:focus,
.badge-soft-primary[href]:hover {
  color: #11569b;
  text-decoration: none;
  background-color: #bad8f6;
}
.badge-soft-secondary {
  background-color: #f7f9fb;
}
.badge-soft-secondary[href]:focus,
.badge-soft-secondary[href]:hover {
  color: #a6bbd3;
  text-decoration: none;
  background-color: #e6ecf3;
}
.badge-soft-success {
  color: #108549;
  background-color: #d1f4e2;
}
.badge-soft-success[href]:focus,
.badge-soft-success[href]:hover {
  color: #108549;
  text-decoration: none;
  background-color: #bcefd5;
}
.badge-soft-info {
  color: #11569b;
  background-color: #d1e5f9;
}
.badge-soft-info[href]:focus,
.badge-soft-info[href]:hover {
  color: #11569b;
  text-decoration: none;
  background-color: #bad8f6;
}
.badge-soft-warning {
  color: #e3ba02;
  background-color: #fff7d7;
}
.badge-soft-warning[href]:focus,
.badge-soft-warning[href]:hover {
  color: #e3ba02;
  text-decoration: none;
  background-color: #fff2be;
}
.badge-soft-danger {
  color: #cd1a0d;
  background-color: #fcd9d7;
}
.badge-soft-danger[href]:focus,
.badge-soft-danger[href]:hover {
  color: #cd1a0d;
  text-decoration: none;
  background-color: #fac2bf;
}
.badge-soft-light {
  background-color: #fff;
}
.badge-soft-light[href]:focus,
.badge-soft-light[href]:hover {
  color: #d9d9d9;
  text-decoration: none;
  background-color: #f2f2f2;
}
.badge-soft-dark {
  color: #000;
  background-color: #ccd2d9;
}
.badge-soft-dark[href]:focus,
.badge-soft-dark[href]:hover {
  color: #000;
  text-decoration: none;
  background-color: #bdc5ce;
}
.badge-soft-secondary {
  color: #486581;
}
.badge-soft-light {
  border: 1px solid #d9e2ec;
  color: #102a43;
}
.breadcrumb {
  margin-bottom: 0;
}
.breadcrumb-item {
  font-weight: 600;
}
.breadcrumb-item + .breadcrumb-item::before {
  width: 0.3rem;
  height: 0.6rem;
  margin-right: 0.5rem;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+ICAgICAgICA8ZyBpZD0iY2hldnJvbi1yaWdodCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4wMDAwMDAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuNSI+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTaGFwZSIgcG9pbnRzPSIwIDEyIDYgNiAwIDAiPjwvcG9seWxpbmU+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=)
    no-repeat 50% 50%;
  mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+ICAgICAgICA8ZyBpZD0iY2hldnJvbi1yaWdodCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4wMDAwMDAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuNSI+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTaGFwZSIgcG9pbnRzPSIwIDEyIDYgNiAwIDAiPjwvcG9seWxpbmU+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=)
    no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #d9e2ec;
}
.breadcrumb-sm {
  font-size: 0.75rem;
}
.btn {
  font-weight: 500;
  cursor: pointer;
  border: none;
  transition: all ease-in-out 0.15s;
}
.btn-group-sm > .btn,
.btn.btn-sm {
  padding: 0.5rem 0.75rem;
}
.btn.btn-success:hover {
  background-color: #18c96e;
  border-color: #18c96e;
  opacity: 0.9;
}
.btn.btn-success:active,
.btn.btn-success:active:focus {
  background-color: #18c96e;
  border-color: #18c96e;
  opacity: 0.75;
}
.btn.btn-warning:hover {
  background-color: #fdd835;
  border-color: #fdd835;
  opacity: 0.9;
}
.btn.btn-warning:active,
.btn.btn-warning:active:focus {
  background-color: #fdd835;
  border-color: #fdd835;
  opacity: 0.75;
}
.btn.btn-danger:hover {
  background-color: #f24235;
  border-color: #f24235;
  opacity: 0.9;
}
.btn.btn-danger:active,
.btn.btn-danger:active:focus {
  background-color: #f24235;
  border-color: #f24235;
  opacity: 0.75;
}
.btn.btn-primary:hover {
  background-color: #197ce0;
  border-color: #197ce0;
  opacity: 0.9;
}
.btn.btn-primary:active,
.btn.btn-primary:active:focus {
  background-color: #197ce0;
  border-color: #197ce0;
  opacity: 0.75;
}
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #bcccdc !important;
  border-color: #bcccdc !important;
}
.btn.btn-icon {
  width: calc(1em * 1.5 + 1rem + 1px * 2);
  padding-left: 0;
  padding-right: 0;
}
.btn.btn-icon svg {
  width: 20px;
  height: 20px;
  fill: #6a8bac;
  display: inline-block;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.btn.btn-icon .icon {
  width: 20px;
  height: 20px;
  fill: #486581;
  display: inline-block;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.btn.btn-icon .feather.icon {
  display: inline-block;
  fill: transparent;
  stroke: #486581;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.btn.btn-icon.active svg,
.btn.btn-icon.open svg,
.btn.btn-icon:hover svg {
  fill: #486581;
}
.btn-group-sm > .btn.btn-icon,
.btn.btn-icon.btn-sm {
  width: unset;
  height: unset;
  padding: 2px;
}
.btn-group-sm > .btn.btn-icon svg,
.btn.btn-icon.btn-sm svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.btn.btn-primary.btn-icon svg {
  fill: #fff;
}
.btn.w-icon svg,
.btn.w-icon-right svg {
  width: 16px;
  height: 16px;
  fill: #6a8bac;
  display: inline-block;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-right: 4px;
  margin-left: -4px;
}
.btn.w-icon .icon,
.btn.w-icon-right .icon {
  width: 16px;
  height: 16px;
  fill: #486581;
  display: inline-block;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-right: 4px;
  margin-left: -4px;
}
.btn.w-icon-right .icon,
.btn.w-icon-right svg {
  margin-left: 4px;
  margin-right: -4px;
}
.btn.btn-primary.w-icon svg,
.btn.btn-primary.w-icon-right svg {
  fill: #fff;
}
.btn .loader.loader-tiny {
  display: inline-block;
  margin: 0 8px 0 0;
  width: 1.3em;
  height: 1.3em;
  border-top: 0.12em solid #fff;
  border-right: 0.12em solid rgba(255, 255, 255, 0.15);
  border-bottom: 0.12em solid rgba(255, 255, 255, 0.15);
  border-left: 0.12em solid rgba(255, 255, 255, 0.15);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.btn.btn-light .loader.loader-tiny {
  border-top: 0.12em solid #197ce0;
  border-right: 0.12em solid #d9e2ec;
  border-bottom: 0.12em solid #d9e2ec;
  border-left: 0.12em solid #d9e2ec;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.btn-default {
  background-color: transparent !important;
}
.btn.btn-light {
  border: 1px solid #d9e2ec;
  padding: calc($input-btn-padding-y + 2px) calc($input-btn-padding-x + 2px) !important;
}
.btn.btn-light:hover {
  background-color: #f0f4f8;
  opacity: 0.9;
}
.btn.btn-light.open,
.btn.btn-light:active,
.btn.btn-light:active:focus {
  background-color: #e2eaf2;
  border-color: #d9e2ec;
}
.btn.btn-ghost {
  background-color: transparent;
  border-color: transparent;
  color: #102a43;
}
.btn.btn-ghost.btn-ghost-light {
  color: #486581;
}
.btn.btn-ghost:hover {
  background-color: #f0f4f8;
  border-color: #f0f4f8;
}
.btn.btn-ghost.open,
.btn.btn-ghost:active {
  background-color: #e2eaf2;
  border-color: #e2eaf2;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #e8f2fc;
  border: 1px solid #d9e2ec;
}
.btn-rounded-circle {
  width: calc(1em * 1.5 + 1rem + 1px * 2);
  padding-left: 0;
  padding-right: 0;
  border-radius: 50% !important;
}
.btn-group-lg > .btn-rounded-circle.btn,
.btn-rounded-circle.btn-lg {
  width: calc(1em * 1 + 1.5rem + 1px * 2);
}
.btn-group-sm > .btn-rounded-circle.btn,
.btn-rounded-circle.btn-sm {
  width: calc(1em * 0.9 + 1.3rem + 1px * 2);
}
.btn-group-light .btn.btn-light svg {
  fill: #829ab1 !important;
  width: 14px;
  height: 14px;
  margin: 0 4px !important;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.btn-group-light .btn.btn-light.active {
  background-color: #f0f4f8 !important;
}
.btn-group-light .btn.btn-light.active svg {
  fill: #486581 !important;
}
.btn-group .btn {
  padding: 0.5rem !important;
}
.card {
  border-radius: 8px;
}
.card .card-header {
  background-color: #fff;
}
.card .card_actions {
  position: absolute;
  top: 8px;
  right: 8px;
}
.card-header:first-child {
  border-radius: calc(8px - 1px) calc(8px - 1px) 0 0;
}
ngb-datepicker,
ngb-datepicker.dropdown-menu {
  border: 1px solid #d9e2ec !important;
  box-shadow: 0 10px 15px -3px rgba(0, 30, 65, 0.1),
    0 4px 6px -2px rgba(0, 30, 65, 0.05);
  border-radius: 0.25rem;
  display: inline-block;
  font-family: proxima-nova, "Proxima Nova", helvetica, arial, sans-serif;
}
ngb-datepicker .custom-select,
ngb-datepicker.dropdown-menu .custom-select {
  border: none !important;
  margin-top: 1px !important;
  color: #102a43;
  font-weight: 500;
}
ngb-datepicker .custom-select:first-child,
ngb-datepicker.dropdown-menu .custom-select:first-child {
  margin-right: 2px;
}
ngb-datepicker .custom-select:hover,
ngb-datepicker.dropdown-menu .custom-select:hover {
  background-color: #f0f4f8;
  cursor: pointer;
}
ngb-datepicker .btn-light:hover,
ngb-datepicker.dropdown-menu .btn-light:hover {
  color: #102a43;
  background-color: #f0f4f8;
  border-color: #f0f4f8;
}
ngb-datepicker .btn-light:hover.active,
ngb-datepicker.dropdown-menu .btn-light:hover.active {
  color: #102a43;
  background-color: #f0f4f8;
  border-color: #f0f4f8;
}
.ngb-dp-month {
  pointer-events: none;
}
.ngb-dp-header {
  border-bottom: 0;
  border-radius: 0.25rem 0.25rem 0 0;
  padding-top: 4px !important;
}
ngb-datepicker-month-view {
  pointer-events: auto;
  padding: 4px;
}
.ngb-dp-month-name {
  font-size: larger;
  height: 28px;
  line-height: 28px;
  text-align: center;
}
.ngb-dp-month + .ngb-dp-month > .ngb-dp-month-name,
.ngb-dp-month + .ngb-dp-month > ngb-datepicker-month-view > .ngb-dp-week {
  padding-left: 1rem;
}
.ngb-dp-month:last-child .ngb-dp-week {
  padding-right: 0.25rem;
}
.ngb-dp-month:first-child .ngb-dp-week {
  padding-left: 0.25rem;
}
.ngb-dp-month > ngb-datepicker-month-view > .ngb-dp-week:last-child {
  padding-bottom: 0 !important;
}
.ngb-dp-months {
  display: flex;
}
.ngb-dp-weekdays {
  border-bottom: none !important;
  border-top: 1px solid #d9e2ec;
  padding-top: 0;
  margin-bottom: 5px;
}
.ngb-dp-week-number,
.ngb-dp-weekday {
  color: #486581 !important;
  font-style: unset !important;
  font-weight: 500;
  text-align: right !important;
}
.ngb-dp-navigation-chevron {
  border-style: solid;
  border-width: 2px 2px 0 0 !important;
  display: inline-block;
  width: 8px !important;
  height: 8px !important;
  margin-left: 0.25em;
  margin-right: 0.15em;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  color: #6a8bac;
}
.ngb-dp-navigation-chevron:hover {
  color: #197ce0;
}
.ngb-dp-arrow-btn {
  padding: 0.15rem 0.5rem !important;
  margin: 0 8px !important;
}
.ngb-dp-arrow-btn:hover {
  background-color: #f0f4f8;
}
.ngb-dp-arrow-btn .ngb-dp-navigation-chevron {
  color: #6a8bac;
  width: 10px !important;
  height: 10px !important;
}
.ngb-dp-arrow-btn .ngb-dp-navigation-chevron:before {
  content: "";
  height: 2px;
  background: #6a8bac;
  display: block;
  position: absolute;
  top: 3px;
  right: -3px;
  width: 15px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: 0;
  margin-right: 0;
}
.ngb-dp-day,
.ngb-dp-week-number,
.ngb-dp-weekday {
  margin: 1px;
  width: 32px !important;
  height: 24px !important;
  outline: 0 !important;
  font-size: 14px;
}
[ngbDatepickerDayView] {
  width: 32px !important;
  height: 24px !important;
  line-height: 26px !important;
  font-weight: 500;
  border-radius: 0.25rem;
  text-align: right !important;
  background: 0 0;
  outline: 0 !important;
  padding: 0 5px;
  background-color: #f0f4f8 !important;
}
[ngbDatepickerDayView].bg-primary,
[ngbDatepickerDayView].bg-primary:hover {
  background-color: #197ce0 !important;
}
[ngbDatepickerDayView].outside {
  display: none !important;
}
[ngbDatepickerDayView]:hover {
  background-color: rgba(25, 124, 224, 0.125) !important;
}
.datepicker-footer {
  padding-top: 4px;
  padding-bottom: 4px;
}
.datepicker-footer .vert-divider {
  height: 24px;
  margin: 0 4px !important;
}
.clear-date,
.set-today {
  font-weight: 500;
  color: #486581;
  padding: 4px 30px 4px 34px !important;
}
.clear-date svg,
.set-today svg {
  width: 14px;
  height: 14px;
  fill: #6a8bac;
  display: inline-block;
  margin-right: 4px;
  margin-left: -4px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.clear-date:hover,
.set-today:hover {
  background-color: #f0f4f8;
}
.clear-date:hover svg,
.set-today:hover svg {
  fill: #197ce0;
}
.clear-date:hover {
  color: #f24235;
}
.clear-date:hover svg {
  fill: #f24235;
}
.dropdown-menu {
  box-shadow: 0 3px 6px 0 rgba(130, 154, 177, 0.12),
    0 0 1px 0 rgba(130, 154, 177, 0.14), 0 1px 3px 0 rgba(130, 154, 177, 0.1);
}
.dropdown-menu,
.popover-menu {
  border: none;
  min-width: 12rem;
  padding: 8px;
  font-size: 14px;
  min-width: 180px;
}
.dropdown-menu .btn,
.dropdown-menu button,
.popover-menu .btn,
.popover-menu button {
  cursor: pointer;
  font-weight: 500;
}
.dropdown-menu p,
.popover-menu p {
  font-size: 16px;
  white-space: initial;
  line-height: 16px;
}
.dropdown-menu.quick-select .options,
.popover-menu.quick-select .options {
  max-height: 33vh;
  overflow: hidden;
}
.dropdown-menu.quick-select .button-dropdown-item.active,
.dropdown-menu.quick-select .dropdown-item.active,
.popover-menu.quick-select .button-dropdown-item.active,
.popover-menu.quick-select .dropdown-item.active {
  color: #197ce0;
}
.dropdown-menu.quick-select .clear-value svg,
.popover-menu.quick-select .clear-value svg {
  width: 14px;
  height: 14px;
  fill: #6a8bac;
  display: inline-block;
  margin-right: 4px;
  margin-left: -4px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.dropdown-menu.quick-select .dropdown-divider,
.popover-menu.quick-select .dropdown-divider {
  margin: 4px 0;
}
.dropdown-menu .dropdown-item,
.dropdown-menu button.dropdown-item,
.popover-menu .dropdown-item,
.popover-menu button.dropdown-item {
  color: #102a43;
  font-size: 13px;
  position: relative;
  border-radius: 3px;
  cursor: pointer;
  padding: 0.375rem 0.75rem;
  margin-bottom: 2px;
  transition: all ease 0.15s;
  font-weight: 500;
}
.dropdown-menu .dropdown-item:last-child,
.dropdown-menu button.dropdown-item:last-child,
.popover-menu .dropdown-item:last-child,
.popover-menu button.dropdown-item:last-child {
  margin-bottom: 0;
}
.dropdown-menu .dropdown-item .caret,
.dropdown-menu button.dropdown-item .caret,
.popover-menu .dropdown-item .caret,
.popover-menu button.dropdown-item .caret {
  width: 12px;
  height: 12px;
  color: #8da2b5;
  position: absolute;
  right: 24px;
  top: 10px;
  font-size: 0.8rem;
}
.dropdown-menu .dropdown-item .shortcut,
.dropdown-menu button.dropdown-item .shortcut,
.popover-menu .dropdown-item .shortcut,
.popover-menu button.dropdown-item .shortcut {
  color: #8da2b5;
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 0.8rem;
}
.dropdown-menu .dropdown-item.radio-item svg,
.dropdown-menu button.dropdown-item.radio-item svg,
.popover-menu .dropdown-item.radio-item svg,
.popover-menu button.dropdown-item.radio-item svg {
  display: none !important;
  width: 20px !important;
  height: 20px !important;
  fill: #197ce0;
}
.dropdown-menu .dropdown-item.radio-item.active,
.dropdown-menu button.dropdown-item.radio-item.active,
.popover-menu .dropdown-item.radio-item.active,
.popover-menu button.dropdown-item.radio-item.active {
  color: #197ce0;
}
.dropdown-menu .dropdown-item.radio-item.active svg,
.dropdown-menu button.dropdown-item.radio-item.active svg,
.popover-menu .dropdown-item.radio-item.active svg,
.popover-menu button.dropdown-item.radio-item.active svg {
  display: inline-block !important;
  fill: #197ce0;
}
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:active:focus,
.dropdown-menu .dropdown-item:active:hover,
.dropdown-menu button.dropdown-item:active,
.dropdown-menu button.dropdown-item:active:focus,
.dropdown-menu button.dropdown-item:active:hover,
.popover-menu .dropdown-item:active,
.popover-menu .dropdown-item:active:focus,
.popover-menu .dropdown-item:active:hover,
.popover-menu button.dropdown-item:active,
.popover-menu button.dropdown-item:active:focus,
.popover-menu button.dropdown-item:active:hover {
  color: #197ce0;
  background-color: #e8f2fc;
}
.dropdown-menu .dropdown-item:active svg,
.dropdown-menu .dropdown-item:active:focus svg,
.dropdown-menu .dropdown-item:active:hover svg,
.dropdown-menu button.dropdown-item:active svg,
.dropdown-menu button.dropdown-item:active:focus svg,
.dropdown-menu button.dropdown-item:active:hover svg,
.popover-menu .dropdown-item:active svg,
.popover-menu .dropdown-item:active:focus svg,
.popover-menu .dropdown-item:active:hover svg,
.popover-menu button.dropdown-item:active svg,
.popover-menu button.dropdown-item:active:focus svg,
.popover-menu button.dropdown-item:active:hover svg {
  fill: #197ce0;
}
.dropdown-menu .dropdown-item:active svg.feather,
.dropdown-menu .dropdown-item:active:focus svg.feather,
.dropdown-menu .dropdown-item:active:hover svg.feather,
.dropdown-menu button.dropdown-item:active svg.feather,
.dropdown-menu button.dropdown-item:active:focus svg.feather,
.dropdown-menu button.dropdown-item:active:hover svg.feather,
.popover-menu .dropdown-item:active svg.feather,
.popover-menu .dropdown-item:active:focus svg.feather,
.popover-menu .dropdown-item:active:hover svg.feather,
.popover-menu button.dropdown-item:active svg.feather,
.popover-menu button.dropdown-item:active:focus svg.feather,
.popover-menu button.dropdown-item:active:hover svg.feather {
  stroke: #197ce0;
}
.dropdown-menu .dropdown-item.danger-item:hover,
.dropdown-menu button.dropdown-item.danger-item:hover,
.popover-menu .dropdown-item.danger-item:hover,
.popover-menu button.dropdown-item.danger-item:hover {
  color: #f24235;
}
.dropdown-menu .dropdown-item.danger-item:hover .icon,
.dropdown-menu .dropdown-item.danger-item:hover svg,
.dropdown-menu button.dropdown-item.danger-item:hover .icon,
.dropdown-menu button.dropdown-item.danger-item:hover svg,
.popover-menu .dropdown-item.danger-item:hover .icon,
.popover-menu .dropdown-item.danger-item:hover svg,
.popover-menu button.dropdown-item.danger-item:hover .icon,
.popover-menu button.dropdown-item.danger-item:hover svg {
  fill: #f24235 !important;
}
.dropdown-menu .dropdown-item.danger-item:active,
.dropdown-menu button.dropdown-item.danger-item:active,
.popover-menu .dropdown-item.danger-item:active,
.popover-menu button.dropdown-item.danger-item:active {
  background-color: rgba(242, 66, 53, 0.125);
}
.dropdown-menu .dropdown-item.danger-item:active svg,
.dropdown-menu button.dropdown-item.danger-item:active svg,
.popover-menu .dropdown-item.danger-item:active svg,
.popover-menu button.dropdown-item.danger-item:active svg {
  fill: #f24235;
}
.dropdown-menu .dropdown-item.w-icon,
.dropdown-menu button.dropdown-item.w-icon,
.popover-menu .dropdown-item.w-icon,
.popover-menu button.dropdown-item.w-icon {
  padding-left: 40px;
}
.dropdown-menu .dropdown-item.w-icon svg,
.dropdown-menu button.dropdown-item.w-icon svg,
.popover-menu .dropdown-item.w-icon svg,
.popover-menu button.dropdown-item.w-icon svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  fill: #486581;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-9px);
}
.dropdown-menu .dropdown-item.w-icon svg.feather,
.dropdown-menu button.dropdown-item.w-icon svg.feather,
.popover-menu .dropdown-item.w-icon svg.feather,
.popover-menu button.dropdown-item.w-icon svg.feather {
  fill: transparent;
  stroke: #486581;
}
.popover-menu {
  border: none;
}
.dropdown-header {
  color: #627d98;
  text-transform: uppercase;
  padding: 8px 12px;
  letter-spacing: 1px;
  font-size: 12px;
  margin-bottom: 4px;
  font-weight: 700;
}
.close-dropdown {
  position: absolute;
  top: 8px;
  right: 16px;
  cursor: pointer;
}
.close-dropdown .icon,
.close-dropdown svg {
  width: 12px;
  height: 12px;
  fill: #6a8bac;
}
.close-dropdown:hover .icon,
.close-dropdown:hover svg {
  fill: #486581;
}
.dropdown-dark .dropdown-menu {
  background-color: #001e41;
}
.dropdown-dark .dropdown-menu .dropdown-item {
  color: #fff;
}
.dropdown-dark .dropdown-menu .dropdown-item svg {
  fill: #fff;
}
.dropdown-dark .dropdown-menu .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.125);
}
@media (min-width: 576px) {
  .col-md-2-5 {
    flex: 0 0 19.99999997% !important;
    max-width: 19.99999997% !important;
    padding-right: 8px;
    padding-left: 8px;
  }
}
label {
  display: inline-block;
  color: #102a43;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
input {
  font-weight: 500;
  font-size: 0.9rem;
}
.required {
  color: #f24235 !important;
  font-size: 90%;
  margin-left: 0;
}
.form-text {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.form-control {
  padding: 8px 12px;
  box-shadow: rgba(240, 244, 248, 0.3) 0 0 0 1px inset,
    rgba(240, 244, 248, 0.14) 0 1px 2px inset;
  height: unset;
}
.form-control.form-control-thick {
  font-weight: 600;
}
.form-control:disabled.date-picker,
.form-control[readonly].date-picker {
  background-color: #fff !important;
}
.info svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  fill: #829ab1;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  margin: 0 2px;
}
.info:hover {
  cursor: help;
}
.search-input,
.search-input-wrap {
  display: block;
  position: relative;
}
.search-input-wrap.search-input-sm .search-icon,
.search-input.search-input-sm .search-icon {
  top: 2px;
}
.search-input-wrap.search-input-sm .search-icon svg,
.search-input.search-input-sm .search-icon svg {
  width: 14px;
  height: 14px;
}
.search-input-wrap.search-input-sm .clear-search svg,
.search-input.search-input-sm .clear-search svg {
  width: 16px;
  height: 16px;
}
.search-input .search-icon,
.search-input-wrap .search-icon {
  position: absolute;
  left: 12px;
  top: 8px;
}
.search-input .search-icon svg,
.search-input-wrap .search-icon svg {
  width: 14px;
  height: 14px;
  fill: #6a8bac;
}
.search-input .form-group,
.search-input-wrap .form-group {
  margin-bottom: 0;
}
.search-input .form-control,
.search-input-wrap .form-control {
  padding-left: 36px;
  transition: order linear 0.2s;
}
.search-input-wrap.dropdown-search,
.search-input.dropdown-search {
  padding-bottom: 15px;
  border-bottom: 1px solid #d9e2ec;
  margin-bottom: 15px;
}
.search-input .clear-search,
.search-input-wrap .clear-search {
  position: absolute;
  right: 0;
  top: 0;
}
.search-input .clear-search svg,
.search-input-wrap .clear-search svg {
  width: 18px;
  height: 18px;
  fill: #6a8bac;
}
.search-input .clear-search:hover svg,
.search-input-wrap .clear-search:hover svg {
  fill: #f24235;
}
.date-picker {
  position: relative;
}
.date-picker .date-icon {
  position: absolute;
  left: 12px;
  top: 33px;
}
.date-picker .date-icon svg {
  width: 15px;
  height: 15px;
  fill: #6a8bac;
}
.date-picker.no-label .date-icon {
  top: 8px;
}
.date-picker .form-group {
  margin-bottom: 0;
}
.date-picker .form-control {
  padding-left: 36px;
  transition: order linear 0.2s;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #f0f4f8;
  opacity: 1;
}
.form-control-flush {
  padding: 0;
  border-width: 0;
  box-shadow: none;
  background-color: transparent;
}
.form-control-flush:focus {
  background-color: transparent;
}
.form-control-rounded {
  border-radius: 20rem;
}
.input-group.input-group-merge > .form-control {
  border-radius: 3px;
}
.input-group.input-group-merge > .form-control:focus {
  box-shadow: none;
}
.input-group.input-group-merge
  > .form-control:focus
  ~ [class*="input-group"]
  > .input-group-text {
  border-color: #197ce0;
}
.input-group.input-group-merge
  > .form-control.is-valid
  ~ [class*="input-group"]
  > .input-group-text {
  border-color: #18c96e;
}
.input-group.input-group-merge
  > .form-control.is-invalid
  ~ [class*="input-group"]
  > .input-group-text {
  border-color: #f24235;
}
.input-group.input-group-merge > .form-control-prepended {
  padding-left: 0.5rem;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left-width: 0;
}
.input-group.input-group-merge > .form-control-appended {
  padding-right: 0.5rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right-width: 0;
}
.input-group.input-group-merge > .input-group-prepend {
  order: -1;
}
.input-group.input-group-merge > .input-group-prepend > .input-group-text {
  padding-right: 0.5rem;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right-width: 0;
  transition: none;
}
.input-group.input-group-merge > .input-group-append > .input-group-text {
  padding-left: 0.5rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left-width: 0;
  transition: none;
}
.input-group-lg.input-group-merge > .form-control {
  border-radius: 4px;
}
.input-group-lg.input-group-merge > .form-control-prepended {
  padding-left: 0.75rem;
}
.input-group-lg.input-group-merge > .form-control-appended {
  padding-right: 0.75rem;
}
.input-group-lg.input-group-merge > .input-group-prepend > .input-group-text {
  padding-right: 0.75rem;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.input-group-lg.input-group-merge > .input-group-append > .input-group-text {
  padding-left: 0.75rem;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.input-group-sm.input-group-merge > .form-control {
  border-radius: 2px;
}
.input-group-sm.input-group-merge > .form-control-prepended {
  padding-left: 0.375rem;
}
.input-group-sm.input-group-merge > .form-control-appended {
  padding-right: 0.375rem;
}
.input-group-sm.input-group-merge > .input-group-prepend > .input-group-text {
  padding-right: 0.375rem;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.input-group-sm.input-group-merge > .input-group-append > .input-group-text {
  padding-left: 0.375rem;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.input-group-rounded.input-group-merge > .form-control {
  border-radius: 20rem;
}
.input-group-rounded.input-group-merge
  > .input-group-prepend
  > .input-group-text {
  border-top-left-radius: 20rem;
  border-bottom-left-radius: 20rem;
}
.input-group-rounded.input-group-merge
  > .input-group-append
  > .input-group-text {
  border-top-right-radius: 20rem;
  border-bottom-right-radius: 20rem;
}
.input-group-flush > .form-control,
.input-group-flush > .input-group-append > .input-group-text,
.input-group-flush > .input-group-prepend > .input-group-text {
  padding: 0;
  border-width: 0;
  background-color: transparent;
}
.custom-checkbox .custom-control-label::before {
  top: 2px;
  border: 1px solid #d9e2ec;
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #197ce0 !important;
}
.custom-radio .custom-control-label::before {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(221, 236, 251, 0.25);
  border: 1px solid #d9e2ec;
}
.custom-radio
  .custom-control-input:not(:disabled):active
  ~ .custom-control-label::before {
  color: #fff;
  background-color: transparent;
  border-color: #d9e2ec !important;
}
ol,
ul {
  padding-left: 1.8rem;
  color: #102a43;
}
.numbered-steps {
  padding-left: 0;
}
.numbered-steps ul {
  counter-reset: a;
}
.numbered-steps > li {
  position: relative;
  padding-top: 7px;
  padding-left: 40px;
  margin-bottom: 30px;
  counter-increment: a;
  list-style-type: none;
}
.numbered-steps > li:before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9e2ec;
  border-radius: 50%;
  content: counter(a);
}
.numbered-steps h3 {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
}
.numbered-steps p {
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 18px;
}
.numbered-steps .is-top-right {
  position: absolute;
  top: 7px;
  right: 0;
}
.modal-header {
  display: block;
}
.modal-header.no-border {
  border-bottom: none;
}
.modal-title {
  font-size: 20px;
}
.modal-body {
  padding: 1rem 1.5rem;
}
.modal-content {
  padding: 0;
  -webkit-animation-name: pop-in;
  animation-name: pop-in;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
.modal-visual {
  display: block;
  width: 48px;
  height: 48px;
  background-color: rgba(25, 124, 224, 0.125);
  border-radius: 50%;
  line-height: 48px;
  text-align: center;
  margin-bottom: 24px;
}
.modal-visual svg {
  width: 24px;
  height: 24px;
  display: inline-block;
  fill: #197ce0;
}
.modal-visual.danger-visual,
.modal-visual.visual-danger {
  background-color: rgba(242, 66, 53, 0.125);
}
.modal-visual.danger-visual svg,
.modal-visual.visual-danger svg {
  fill: #f24235;
}
.modal-visual.visual-warning,
.modal-visual.warning-visual {
  background-color: rgba(253, 216, 53, 0.125);
}
.modal-visual.visual-warning svg,
.modal-visual.warning-visual svg {
  fill: #fdd835;
}
.modal-dialog .modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -150px);
  transform: translate(0, -150px);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-backdrop {
  z-index: 2040 !important;
}
.modal-dialog-vertical {
  height: 100%;
  max-width: 350px;
  margin: 0;
}
.modal-dialog-vertical .modal-content {
  height: inherit;
  border-width: 0;
  border-radius: 0;
}
.modal-dialog-vertical .modal-header {
  border-radius: inherit;
}
.modal-dialog-vertical .modal-body {
  height: inherit;
  overflow-y: auto;
}
.modal.fade .modal-dialog-vertical {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.modal.show .modal-dialog-vertical {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal.fixed-right {
  padding-right: 0 !important;
}
.modal.fixed-right .modal-dialog-vertical {
  margin-left: auto;
}
.modal.fixed-right.fade .modal-dialog-vertical {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.modal.fixed-right.show .modal-dialog-vertical {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-card {
  margin-bottom: 0;
}
.modal-card .card-body {
  max-height: 350px;
  overflow-y: auto;
}
.modal.fullPageModal .modal-dialog {
  width: 80% !important;
  max-width: 960px !important;
  min-width: 800px !important;
}
.modal.fullPageModal.modal-h-640 .modal-content {
  height: 540px !important;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 5px;
}
.modal .close {
  outline: 0 !important;
  position: absolute;
  top: 16px;
  right: 20px;
}
.modal .close svg {
  width: 32px;
  height: 32px;
  fill: #6a8bac;
}
.modal .close:hover svg {
  fill: #486581;
}
.modal-menu {
  width: 160px;
  border-right: 1px solid #d9e2ec;
  min-height: 200px;
  display: inline-block;
  padding-right: 16px;
  margin-bottom: 16px;
}
.modal-inner {
  display: inline-block;
  padding: 16px;
}
.popover {
  box-shadow: 0 3px 6px 0 rgba(0, 30, 65, 0.12), 0 0 1px 0 rgba(0, 30, 65, 0.14),
    0 1px 3px 0 rgba(0, 30, 65, 0.1);
  color: #102a43;
  margin-top: 2px;
  border: none;
  border-radius: 3px;
}
.popover.no-limit {
  max-width: unset !important;
}
.popover-body {
  padding: 0;
}
.progress-bar:first-child {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.progress-bar:last-child {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
.progress-sm {
  height: 0.25rem;
}
.progress-container {
  min-height: 40px;
  margin-right: auto;
  margin-left: auto;
}
.progress-stages {
  position: relative;
  padding: 0;
  margin-left: 30px;
  list-style: none;
}
.progress-stages:after,
.progress-stages:before {
  display: table;
  content: "";
}
.progress-stages:after {
  clear: both;
}
.progress-stages li {
  position: relative;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 80px;
  color: #197ce0;
  background-color: transparent;
  border: 1px solid #197ce0;
  border-radius: 50%;
  opacity: 0.6;
}
.progress-stages li:after {
  display: block;
  width: 75px;
  margin-top: 6px;
  margin-left: 17px;
  border-bottom: 1px solid #d9e2ec;
  content: "";
}
.progress-stages li:before {
  position: absolute;
  width: 14px;
  padding-top: 3px;
  font-size: 9px;
  line-height: 9px;
  text-align: center;
}
.progress-stages li:first-child::before {
  content: "1";
}
.progress-stages li:nth-child(2):before {
  content: "2";
}
.progress-stages li:nth-child(3):before {
  content: "3";
}
.progress-stages li:nth-child(4):before {
  content: "4";
}
.progress-stages li:nth-child(5):before {
  content: "5";
}
.progress-stages li:nth-child(6):before {
  content: "6";
}
.progress-stages li:nth-child(7):before {
  content: "7";
}
.progress-stages li:nth-child(8):before {
  content: "8";
}
.progress-stages li:nth-child(9):before {
  content: "9";
}
.progress-stages li:first-child {
  margin-left: 5px;
}
.progress-stages li:last-child:after {
  display: none;
}
.progress-stages li.done,
.progress-stages li.is-done,
.progress-stages li.is-selected,
.progress-stages li.selected {
  background-color: #197ce0;
  opacity: 1;
}
.progress-stages li.done:before,
.progress-stages li.is-done:before,
.progress-stages li.is-selected:before,
.progress-stages li.selected:before {
  color: #fff;
}
.progress-stages li.is-selected label,
.progress-stages li.selected label {
  font-weight: 600;
}
.progress-stages li.done:before,
.progress-stages li.is-done:before {
  font-family: styleguideicons;
  font-size: 6px;
  content: "";
  speak: none;
}
.progress-stages label {
  position: absolute;
  bottom: -25px;
  left: -33px;
  width: 80px;
  font-size: 12px;
  text-align: center;
}
.progress-stages a {
  color: #546b81;
}
.progress-stages a:hover {
  text-decoration: underline;
}
.progress-container.is-vertical .progress-stages,
.progress-container.vertical .progress-stages {
  margin-left: 0;
}
.progress-container.is-vertical .progress-stages li,
.progress-container.vertical .progress-stages li {
  float: none;
  margin-bottom: 40px;
  margin-left: 0;
}
.progress-container.is-vertical .progress-stages li:after,
.progress-container.vertical .progress-stages li:after {
  width: 0;
  height: 36px;
  margin-top: 17px;
  margin-left: 6px;
  border-bottom: 0;
  border-left: 1px solid #d9e2ec;
}
.progress-container.is-vertical .progress-stages li:last-child,
.progress-container.vertical .progress-stages li:last-child {
  margin-bottom: 0;
}
.progress-container.is-vertical label,
.progress-container.vertical label {
  top: 2px;
  left: 20px;
  width: 120px;
  line-height: 12px;
  text-align: left;
}
.nav-link,
a.nav-link {
  border-radius: 4px;
  color: #486581;
  margin-bottom: 2px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  transition: color 0.15s ease 0s, background-color 0.15s ease 0s;
}
.nav-link:hover,
a.nav-link:hover {
  background-color: #f0f4f8;
}
.nav-link.active,
a.nav-link.active {
  background-color: #e8f2fc;
  color: #197ce0;
}
.nav-link.w-icon svg,
a.nav-link.w-icon svg {
  width: 20px;
  height: 20px;
  fill: #486581;
  display: inline-block;
  margin-right: 4px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-left: -4px;
}
.nav.nav-tabs {
  border-bottom: 1px solid #d9e2ec;
  margin-bottom: 0;
}
.nav.nav-tabs .nav-link {
  color: #486581;
  margin-left: 1px;
  border-radius: 4px 4px 0 0;
  margin-bottom: 0;
}
.nav.nav-tabs .nav-link:hover {
  background-color: transparent;
  border: 1px solid transparent;
}
.nav.nav-tabs .nav-link.active {
  color: #102a43;
  background-color: #fff;
  border: 1px solid #d9e2ec;
  border-bottom: 1px solid #fff;
}
.nav.nav-tabs.nav-tabs-dark {
  border-bottom: none;
}
.nav.nav-tabs.nav-tabs-dark .nav-link {
  transition: background-color ease 0.15s;
  color: #fff;
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: 2px;
  font-weight: 600;
}
.nav.nav-tabs.nav-tabs-dark .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.nav.nav-tabs.nav-tabs-dark .nav-link.active {
  background-color: #fff;
  color: #102a43;
}
.nav.nav-pills.flex-column .nav-item {
  margin-bottom: 2px;
}
.nav.nav-simple-tabs {
  border-bottom: 1px solid #d9e2ec;
}
.nav.nav-simple-tabs.no-border {
  border: none;
}
.nav.nav-simple-tabs .nav-item {
  border-radius: 0;
  margin-bottom: -3px;
}
.nav.nav-simple-tabs .nav-link {
  border-color: transparent;
  color: #486581;
  border-radius: 0;
  background-color: transparent;
  transition: none;
  cursor: pointer;
}
.nav.nav-simple-tabs .nav-link.disabled {
  color: #627d98;
  background-color: transparent;
  border-color: transparent;
}
.nav.nav-simple-tabs .nav-item.show .nav-link,
.nav.nav-simple-tabs .nav-link.active {
  color: #102a43;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 3px solid #197ce0;
}
.nav.nav-simple-tabs .nav-item.show .nav-link:hover,
.nav.nav-simple-tabs .nav-link.active:hover {
  color: #102a43 !important;
}
.nav.nav-simple-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.custom-switch {
  min-height: 1.5rem;
  vertical-align: baseline;
}
.custom-switch .custom-control-label::before {
  top: 0;
  height: 1.5rem;
  border-radius: 0.75rem;
  background-color: #d4e0eb;
}
.custom-switch .custom-control-label::after {
  top: 0.1875rem;
  left: -3.3125rem;
  background-color: #fff;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(1.5rem);
  transform: translateX(1.5rem);
}
.custom-switch-sm {
  padding-left: 2.75rem;
}
.custom-switch-sm .custom-control-label {
  transform: scale(0.75) translateY(4px);
  -webkit-transform: scale(0.75) translateY(4px);
}
.custom-switch-xs {
  padding-left: 2rem;
}
.custom-switch-xs .custom-control-label {
  transform: scale(0.5) translateY(12px);
  -webkit-transform: scale(0.5) translateY(12px);
}
.table thead th {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: #486581;
  border-bottom-width: 1px;
  background-color: #f0f4f8;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
}
.table-sm {
  font-size: 0.75rem;
}
.table-sm thead th {
  font-size: 0.6533333334rem;
}
.table-nowrap td,
.table-nowrap th {
  white-space: nowrap;
}
.table [data-sort]::after {
  content: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 0L6 4H0L3 0ZM3 10L0 6H6L3 10Z' fill='%23829AB1'/></svg>");
  margin-left: 0.25rem;
}
.table-checkbox {
  min-height: 0;
}
.table-checkbox .custom-control-label::after,
.table-checkbox .custom-control-label::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.table {
  vertical-align: middle;
  background-color: #fff;
  font-size: 85%;
}
.table th,
.table tr {
  background-color: #fff;
}
.table-top {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 48px;
}
.table-top .table-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
}
.table-wrap {
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 0;
  border: none;
}
.table-wrap .table-inner {
  border: 1px solid #d9e2ec;
  border-radius: 3px;
  overflow: hidden;
}
.table-wrap .table-inner .table {
  border-top: none !important;
  margin-bottom: 0 !important;
}
.table-wrap .table-inner .table th,
.table-wrap .table-inner .table thead {
  background-color: #f0f4f8 !important;
  border-top: none !important;
  border-bottom: 1px solid #d9e2ec !important;
}
.table-wrap .table-inner .table tr > td,
.table-wrap .table-inner .table tr > td:last-child,
.table-wrap .table-inner .table tr > th,
.table-wrap .table-inner .table tr > th:last-child {
  border-right: none;
}
.table-action {
  width: 32px;
  height: 32px;
  padding: 8px 10px;
  margin-top: -8px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  margin-right: 5px;
}
.table-action svg {
  width: 15px;
  height: 15px;
  fill: #486581;
  display: block;
}
.table-action .shift-r-1 {
  -webkit-transform: translateX(-2px);
  transform: translateX(-2px);
}
.table-action .shift-r-3 {
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}
.table-action:hover svg {
  fill: #197ce0 !important;
}
.tooltip .tooltip-inner {
  font-size: 13px;
  font-weight: 500;
}
.tooltip-light .tooltip-inner {
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 0 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.1);
  color: #102a43;
  font-size: 13px;
  font-weight: 500;
}
.tooltip.light.top > .tooltip-arrow {
  border-top-color: #fff;
}
.tooltip.light.right > .tooltip-arrow {
  border-right-color: #fff;
}
.tooltip.light.bottom > .tooltip-arrow {
  border-bottom-color: #fff;
}
.tooltip.light.left > .tooltip-arrow {
  border-left-color: #fff;
}
.tooltip-nowrap .tooltip-inner {
  white-space: nowrap !important;
}
.avatar {
  display: inline-block;
  background-color: #d8e2ed;
  border: 1px solid #d9e2ec;
  border-radius: 50%;
  text-align: center;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
}
.avatar.avatar-32 {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
.avatar.avatar-28 {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
}
.avatar.avatar-24 {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}
.avatar.dark-text {
  color: #102a43;
}
.avatar .image {
  width: 100%;
  height: 100%;
}
.avatar .image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.avatar.light-text {
  color: #fff;
}
.avatar .initials {
  display: block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.avatar.avatar-sm {
  font-size: 0.6rem;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  font-weight: 600;
}
.avatar.avatar-md {
  font-size: 0.9rem;
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
}
.avatar.avatar-xl {
  font-size: 1.5rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.avatars {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.avatars > li {
  display: inline-block;
}
.avatars > li + li {
  margin-left: -8px;
}
.avatar svg {
  height: 24px;
  width: 24px;
  fill: #fff;
  margin-top: -2px;
}
.avatar img {
  vertical-align: middle;
  border-style: none;
  width: 105%;
  margin-top: -2px;
  height: auto;
}
.avatar.avatar-lg {
  font-size: 1.35rem;
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
}
.avatar-group > .avatar {
  border: 2px solid #fff;
  line-height: 36px;
}
.avatar-group > .avatar:not(:first-child) {
  margin-left: -20px;
}
.avatar-group > .avatar.avatar-32 {
  border: 2px solid #fff;
  line-height: 28px;
}
.avatar-group > .avatar.avatar-32:not(:first-child) {
  margin-left: -16px;
}
.callout {
  display: block;
  width: 100%;
  border-radius: 0;
  background-color: #f0f4f8;
  position: relative;
  padding: 16px 24px;
  margin-bottom: 20px;
  border-left: 5px solid #829ab1;
}
.callout.w-icon {
  padding-left: 48px;
}
.callout .callout-icon,
.callout .callout-visual {
  position: absolute;
  left: 12px;
  top: 16px;
}
.callout .callout-icon svg,
.callout .callout-visual svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: #486581;
}
.callout h5.callout-title {
  font-size: 18px;
  color: #102a43;
  margin: 0 0 5px;
  font-weight: 600;
}
.callout p.callout-body {
  color: #486581;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  font-weight: 500;
}
.callout.callout-info {
  border-left: 5px solid #197ce0;
  background-color: #e8f2fc;
}
.callout.callout-info h5 {
  color: #102a43;
}
.callout.callout-info .callout-visual svg {
  fill: #1569be;
}
.callout.callout-warning {
  border-left: 5px solid #fdd835;
  background-color: #fffbeb;
}
.callout.callout-warning h5 {
  color: #102a43;
}
.callout.callout-warning .callout-visual svg {
  fill: #d7b82d;
}
.callout.callout-success {
  border-left: 5px solid #18c96e;
  background-color: #e8faf1;
}
.callout.callout-success h5 {
  color: #102a43;
}
.callout.callout-success .callout-visual svg {
  fill: #14ab5e;
}
.callout.callout-danger {
  border-left: 5px solid #f24235;
  background-color: #feeceb;
}
.callout.callout-danger h5 {
  color: #102a43;
}
.callout.callout-danger .callout-visual svg {
  fill: #ce382d;
}
.vert-divider {
  line-height: inherit;
}
.empty,
.empty-state {
  text-align: center;
  width: 100%;
  padding: 120px 40px;
}
.empty-state.centered,
.empty.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.empty-state.w-border,
.empty.w-border {
  border: 1px solid #d9e2ec;
}
.empty .empty-icon,
.empty-state .empty-icon {
  display: block;
  width: 64px !important;
  height: 64px !important;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 64px;
  box-shadow: 0 4px 6px -1px rgba(0, 30, 65, 0.1),
    0 2px 4px -1px rgba(0, 30, 65, 0.06);
  margin: auto;
}
.empty .empty-icon svg,
.empty-state .empty-icon svg {
  width: 28px;
  height: 28px;
  display: inline-block;
  fill: transparent !important;
  stroke: #6a8bac !important;
}
.empty .empty-icon.empty-icon-fill svg,
.empty-state .empty-icon.empty-icon-fill svg {
  fill: #6a8bac !important;
  stroke: none !important;
}
.empty .empty-title,
.empty-state .empty-title {
  font-weight: 600 !important;
  color: #102a43;
  margin-top: 20px !important;
  font-size: 20px;
}
.empty .empty-text,
.empty-state .empty-text {
  max-width: 500px;
  margin: auto auto 24px;
  font-size: 16px;
  line-height: 21px;
}
.fab-btn {
  position: fixed;
  bottom: 36px;
  right: 24px;
}
.fab-btn-inner {
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.2);
  background: #197ce0;
  border: #197ce0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  display: inline-block;
  cursor: pointer;
}
.fab-btn-inner:hover {
  opacity: 1;
  box-shadow: 0 10px 15px -3px rgba(0, 30, 65, 0.1),
    0 4px 6px -2px rgba(0, 30, 65, 0.05);
}
.fab-btn-inner svg {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  line-height: 64px;
  fill: #fff !important;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
}
.loader {
  margin: 30px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.6em solid #197ce0;
  border-right: 0.6em solid #d9e2ec;
  border-bottom: 0.6em solid #d9e2ec;
  border-left: 0.6em solid #d9e2ec;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: 0.8s cubic-bezier(0.15, 0.1, 0.15, 1) infinite loader;
  animation: 0.8s cubic-bezier(0.15, 0.1, 0.15, 1) infinite loader;
}
.loader.loader-xs {
  margin: 30px auto;
  width: 4em;
  height: 4em;
}
.loader.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99999;
}
.loader.centered.w-header {
  top: calc(50% - 50px);
}
.loader.centered.w-subheader {
  top: calc(50% - 100px);
}
.loader.loader-indeterminate {
  -webkit-animation: 1s linear infinite loaderBack;
  animation: 1s linear infinite loaderBack;
}
.loader.loader-indeterminate.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99999;
}
.loader.loader-indeterminate.centered.w-header {
  top: calc(50% - 50px);
}
.loader.loader-indeterminate.centered.w-subheader {
  top: calc(50% - 100px);
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loaderBack {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes loaderBack {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.color-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  display: inline-block;
  cursor: pointer;
  margin: 0 3px;
  position: relative;
}
.color-dot.square {
  border-radius: 5px;
}
.color-dot.active .icon,
.color-dot.active svg {
  display: block;
}
.color-dot .icon,
.color-dot svg {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 4px;
  top: 4px;
  fill: #fff;
  display: none;
}
.colorPicker .color-dot {
  margin-top: 4px;
}
.colorPicker .chevron {
  display: inline-block;
}
.colorPicker .chevron svg {
  width: 10px;
  height: 10px;
  fill: #6b8199;
  margin: -5px 0 0 10px;
}
.colorPicker:hover .btn.btn-light {
  border: 1px solid #197ce0 !important;
}
.colorPicker:hover .chevron svg {
  fill: #197ce0;
}
.colorPicker.show .btn.btn-light {
  border: 1px solid #197ce0 !important;
}
.colorPicker.show .chevron svg {
  fill: #197ce0;
}
.colorPickerMenu .avatar-colors {
  margin-top: 5px;
}
.colorPickerMenu .color-dot {
  margin: 4px;
}
.iconPicker .loop-icons {
  max-height: 320px;
  overflow: hidden;
  overflow-y: auto;
}
.iconPicker .btn.btn-light {
  padding: 3px 12px !important;
}
.iconPicker .icon-holder {
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 3px;
  border: 1px solid transparent;
  margin: 0;
  text-align: center;
  line-height: 33px;
  cursor: pointer;
}
.iconPicker .icon-holder svg {
  width: 18px;
  height: 18px;
  fill: #6a8bac;
  margin-top: -5px;
  display: inline-block;
}
.iconPicker .icon-holder.active {
  background-color: #197ce0;
  color: #fff;
}
.iconPicker .icon-holder.active svg {
  fill: #fff;
}
.iconPicker .loop-icon svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-top: -3px;
}
.iconPicker .loop-icon.loop-icon-sm svg {
  fill: #fff;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: -3px;
}
.iconPicker .chevron {
  display: inline-block;
}
.iconPicker .chevron svg {
  width: 10px;
  height: 10px;
  fill: #6b8199;
  margin: 3px 0 0 10px;
}
.iconPicker:hover .btn.btn-light {
  border: 1px solid #197ce0 !important;
}
.iconPicker:hover .chevron svg {
  fill: #197ce0;
}
.iconPicker.show .btn.btn-light {
  border: 1px solid #197ce0 !important;
}
.iconPicker.show .chevron svg {
  fill: #197ce0;
}
.iconPickerMenu {
  width: 300px;
}
.iconPickerMenu .popover-menu {
  height: 240px;
  overflow: hidden;
  overflow-y: auto;
}
.iconPickerMenu .search-input {
  position: relative;
  margin: 0 50px 10px 0;
  width: 100%;
}
.iconPickerMenu .search-input input {
  padding-left: 36px;
  font-size: 90%;
}
.iconPickerMenu .search-input .search-icon {
  position: absolute;
  left: 13px;
  top: 10px;
  width: 14px;
  height: 14px;
  fill: #55687c;
  display: block;
}
.iconPickerMenu .icon-holder {
  margin: 1px;
  line-height: 34px;
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
}
.iconPickerMenu .icon-holder svg {
  width: 16px;
  height: 16px;
  fill: #486581;
}
.iconPickerMenu .icon-holder:hover {
  background-color: #f0f4f8;
}
.iconPickerMenu .icon-holder.active {
  background-color: #197ce0;
  color: #fff;
}
.iconPickerMenu .icon-holder.active svg {
  fill: #fff;
}
.iconPickerMenu .loop-icon svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-top: -3px;
}
.iconPickerMenu .loop-icon.loop-icon-sm svg {
  fill: #fff;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: -3px;
}
.search-loader {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: relative;
  -webkit-animation: 1s linear infinite loader07-uzawqrz;
  animation: 1s linear infinite loader07-uzawqrz;
}
@-webkit-keyframes loader07-uzawqrz {
  0% {
    box-shadow: 0 -10px 0 0 rgba(130, 154, 177, 0.05),
      7px -7px 0 0 rgba(130, 154, 177, 0.1), 10px 0 0 0 rgba(130, 154, 177, 0.2),
      7px 7px 0 0 rgba(130, 154, 177, 0.3), 0 10px 0 0 rgba(130, 154, 177, 0.4),
      -7px 7px 0 0 rgba(130, 154, 177, 0.6),
      -10px 0 0 0 rgba(130, 154, 177, 0.8), -7px -7px 0 0 #829ab1;
  }
  12.5% {
    box-shadow: 0 -10px 0 0 #829ab1, 7px -7px 0 0 rgba(130, 154, 177, 0.05),
      10px 0 0 0 rgba(130, 154, 177, 0.1), 7px 7px 0 0 rgba(130, 154, 177, 0.2),
      0 10px 0 0 rgba(130, 154, 177, 0.3), -7px 7px 0 0 rgba(130, 154, 177, 0.4),
      -10px 0 0 0 rgba(130, 154, 177, 0.6),
      -7px -7px 0 0 rgba(130, 154, 177, 0.8);
  }
  25% {
    box-shadow: 0 -10px 0 0 rgba(130, 154, 177, 0.8), 7px -7px 0 0 #829ab1,
      10px 0 0 0 rgba(130, 154, 177, 0.05), 7px 7px 0 0 rgba(130, 154, 177, 0.1),
      0 10px 0 0 rgba(130, 154, 177, 0.2), -7px 7px 0 0 rgba(130, 154, 177, 0.3),
      -10px 0 0 0 rgba(130, 154, 177, 0.4),
      -7px -7px 0 0 rgba(130, 154, 177, 0.6);
  }
  37.5% {
    box-shadow: 0 -10px 0 0 rgba(130, 154, 177, 0.6),
      7px -7px 0 0 rgba(130, 154, 177, 0.8), 10px 0 0 0 #829ab1,
      7px 7px 0 0 rgba(130, 154, 177, 0.05), 0 10px 0 0 rgba(130, 154, 177, 0.1),
      -7px 7px 0 0 rgba(130, 154, 177, 0.2),
      -10px 0 0 0 rgba(130, 154, 177, 0.3),
      -7px -7px 0 0 rgba(130, 154, 177, 0.4);
  }
  50% {
    box-shadow: 0 -10px 0 0 rgba(130, 154, 177, 0.4),
      7px -7px 0 0 rgba(130, 154, 177, 0.6), 10px 0 0 0 rgba(130, 154, 177, 0.8),
      7px 7px 0 0 #829ab1, 0 10px 0 0 rgba(130, 154, 177, 0.05),
      -7px 7px 0 0 rgba(130, 154, 177, 0.1),
      -10px 0 0 0 rgba(130, 154, 177, 0.2),
      -7px -7px 0 0 rgba(130, 154, 177, 0.3);
  }
  62.5% {
    box-shadow: 0 -10px 0 0 rgba(130, 154, 177, 0.3),
      7px -7px 0 0 rgba(130, 154, 177, 0.4), 10px 0 0 0 rgba(130, 154, 177, 0.6),
      7px 7px 0 0 rgba(130, 154, 177, 0.8), 0 10px 0 0 #829ab1,
      -7px 7px 0 0 rgba(130, 154, 177, 0.05),
      -10px 0 0 0 rgba(130, 154, 177, 0.1),
      -7px -7px 0 0 rgba(130, 154, 177, 0.2);
  }
  75% {
    box-shadow: 0 -10px 0 0 rgba(130, 154, 177, 0.2),
      7px -7px 0 0 rgba(130, 154, 177, 0.3), 10px 0 0 0 rgba(130, 154, 177, 0.4),
      7px 7px 0 0 rgba(130, 154, 177, 0.6), 0 10px 0 0 rgba(130, 154, 177, 0.8),
      -7px 7px 0 0 #829ab1, -10px 0 0 0 rgba(130, 154, 177, 0.05),
      -7px -7px 0 0 rgba(130, 154, 177, 0.1);
  }
  87.5% {
    box-shadow: 0 -10px 0 0 rgba(130, 154, 177, 0.1),
      7px -7px 0 0 rgba(130, 154, 177, 0.2), 10px 0 0 0 rgba(130, 154, 177, 0.3),
      7px 7px 0 0 rgba(130, 154, 177, 0.4), 0 10px 0 0 rgba(130, 154, 177, 0.6),
      -7px 7px 0 0 rgba(130, 154, 177, 0.8), -10px 0 0 0 #829ab1,
      -7px -7px 0 0 rgba(130, 154, 177, 0.05);
  }
  100% {
    box-shadow: 0 -10px 0 0 rgba(130, 154, 177, 0.05),
      7px -7px 0 0 rgba(130, 154, 177, 0.1), 10px 0 0 0 rgba(130, 154, 177, 0.2),
      7px 7px 0 0 rgba(130, 154, 177, 0.3), 0 10px 0 0 rgba(130, 154, 177, 0.4),
      -7px 7px 0 0 rgba(130, 154, 177, 0.6),
      -10px 0 0 0 rgba(130, 154, 177, 0.8), -7px -7px 0 0 #829ab1;
  }
}
@keyframes loader07-uzawqrz {
  0% {
    box-shadow: 0 -10px 0 0 rgba(130, 154, 177, 0.05),
      7px -7px 0 0 rgba(130, 154, 177, 0.1), 10px 0 0 0 rgba(130, 154, 177, 0.2),
      7px 7px 0 0 rgba(130, 154, 177, 0.3), 0 10px 0 0 rgba(130, 154, 177, 0.4),
      -7px 7px 0 0 rgba(130, 154, 177, 0.6),
      -10px 0 0 0 rgba(130, 154, 177, 0.8), -7px -7px 0 0 #829ab1;
  }
  12.5% {
    box-shadow: 0 -10px 0 0 #829ab1, 7px -7px 0 0 rgba(130, 154, 177, 0.05),
      10px 0 0 0 rgba(130, 154, 177, 0.1), 7px 7px 0 0 rgba(130, 154, 177, 0.2),
      0 10px 0 0 rgba(130, 154, 177, 0.3), -7px 7px 0 0 rgba(130, 154, 177, 0.4),
      -10px 0 0 0 rgba(130, 154, 177, 0.6),
      -7px -7px 0 0 rgba(130, 154, 177, 0.8);
  }
  25% {
    box-shadow: 0 -10px 0 0 rgba(130, 154, 177, 0.8), 7px -7px 0 0 #829ab1,
      10px 0 0 0 rgba(130, 154, 177, 0.05), 7px 7px 0 0 rgba(130, 154, 177, 0.1),
      0 10px 0 0 rgba(130, 154, 177, 0.2), -7px 7px 0 0 rgba(130, 154, 177, 0.3),
      -10px 0 0 0 rgba(130, 154, 177, 0.4),
      -7px -7px 0 0 rgba(130, 154, 177, 0.6);
  }
  37.5% {
    box-shadow: 0 -10px 0 0 rgba(130, 154, 177, 0.6),
      7px -7px 0 0 rgba(130, 154, 177, 0.8), 10px 0 0 0 #829ab1,
      7px 7px 0 0 rgba(130, 154, 177, 0.05), 0 10px 0 0 rgba(130, 154, 177, 0.1),
      -7px 7px 0 0 rgba(130, 154, 177, 0.2),
      -10px 0 0 0 rgba(130, 154, 177, 0.3),
      -7px -7px 0 0 rgba(130, 154, 177, 0.4);
  }
  50% {
    box-shadow: 0 -10px 0 0 rgba(130, 154, 177, 0.4),
      7px -7px 0 0 rgba(130, 154, 177, 0.6), 10px 0 0 0 rgba(130, 154, 177, 0.8),
      7px 7px 0 0 #829ab1, 0 10px 0 0 rgba(130, 154, 177, 0.05),
      -7px 7px 0 0 rgba(130, 154, 177, 0.1),
      -10px 0 0 0 rgba(130, 154, 177, 0.2),
      -7px -7px 0 0 rgba(130, 154, 177, 0.3);
  }
  62.5% {
    box-shadow: 0 -10px 0 0 rgba(130, 154, 177, 0.3),
      7px -7px 0 0 rgba(130, 154, 177, 0.4), 10px 0 0 0 rgba(130, 154, 177, 0.6),
      7px 7px 0 0 rgba(130, 154, 177, 0.8), 0 10px 0 0 #829ab1,
      -7px 7px 0 0 rgba(130, 154, 177, 0.05),
      -10px 0 0 0 rgba(130, 154, 177, 0.1),
      -7px -7px 0 0 rgba(130, 154, 177, 0.2);
  }
  75% {
    box-shadow: 0 -10px 0 0 rgba(130, 154, 177, 0.2),
      7px -7px 0 0 rgba(130, 154, 177, 0.3), 10px 0 0 0 rgba(130, 154, 177, 0.4),
      7px 7px 0 0 rgba(130, 154, 177, 0.6), 0 10px 0 0 rgba(130, 154, 177, 0.8),
      -7px 7px 0 0 #829ab1, -10px 0 0 0 rgba(130, 154, 177, 0.05),
      -7px -7px 0 0 rgba(130, 154, 177, 0.1);
  }
  87.5% {
    box-shadow: 0 -10px 0 0 rgba(130, 154, 177, 0.1),
      7px -7px 0 0 rgba(130, 154, 177, 0.2), 10px 0 0 0 rgba(130, 154, 177, 0.3),
      7px 7px 0 0 rgba(130, 154, 177, 0.4), 0 10px 0 0 rgba(130, 154, 177, 0.6),
      -7px 7px 0 0 rgba(130, 154, 177, 0.8), -10px 0 0 0 #829ab1,
      -7px -7px 0 0 rgba(130, 154, 177, 0.05);
  }
  100% {
    box-shadow: 0 -10px 0 0 rgba(130, 154, 177, 0.05),
      7px -7px 0 0 rgba(130, 154, 177, 0.1), 10px 0 0 0 rgba(130, 154, 177, 0.2),
      7px 7px 0 0 rgba(130, 154, 177, 0.3), 0 10px 0 0 rgba(130, 154, 177, 0.4),
      -7px 7px 0 0 rgba(130, 154, 177, 0.6),
      -10px 0 0 0 rgba(130, 154, 177, 0.8), -7px -7px 0 0 #829ab1;
  }
}
.spinner {
  -webkit-animation: 1.4s linear infinite rotator;
  animation: 1.4s linear infinite rotator;
}
.spinner.muted .path {
  stroke: #829ab1;
}
.spinner.light .path {
  stroke: #fff;
}
.spinner.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1500;
  margin-left: -16px;
  margin-top: -16px;
}
@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(270deg);
  }
}
@keyframes rotator {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
.path {
  stroke: #197ce0;
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 1.4s ease-in-out infinite dash;
  animation: 1.4s ease-in-out infinite dash;
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
.animated-background {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #fbfcfd;
  background: linear-gradient(to right, #dce5ee 8%, #cfdae7 18%, #dce5ee 33%);
  background-size: 800px 104px;
  height: 48px;
  position: relative;
}
.skeleton {
  display: block;
  position: relative;
  height: 36px;
  padding: 2px 0;
}
.skeleton.with-skeleton-avatar {
  padding-left: 38px;
}
.skeleton.single-skeleton {
  padding: 8px 0;
}
.skeleton.single-skeleton .pill-box {
  height: 8px;
}
.skeleton-avatar {
  display: block;
  height: 28px;
  width: 28px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.skeleton-avatar.round {
  border-radius: 50%;
}
.pill-box {
  width: 60%;
  display: block;
  height: 8px;
  border-radius: 12px;
  margin-top: 2px;
  margin-bottom: 8px;
}
.pill-box-thin {
  width: 40%;
  display: block;
  height: 6px;
  border-radius: 12px;
}
.text-medium {
  color: #486581;
}
h4.subtitle {
  text-transform: uppercase;
  font-size: 12px;
  color: #486581;
  font-weight: 700;
  letter-spacing: 1.2px;
}
p {
  color: #486581;
}
ag-grid,
ag-grid-angular,
ag-grid-aurelia,
ag-grid-ng2,
ag-grid-polymer {
  display: block;
}
.ag-hidden {
  display: none !important;
}
.ag-invisible {
  visibility: hidden !important;
}
.ag-faded {
  opacity: 0.3;
}
.ag-width-half {
  display: inline-block;
  width: 50% !important;
}
.ag-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.ag-selectable {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}
.ag-select-agg-func-popup {
  position: absolute;
}
.ag-input-text-wrapper {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  line-height: normal;
  position: relative;
  overflow: hidden;
}
.ag-shake-left-to-right {
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ag-shake-left-to-right;
  animation-name: ag-shake-left-to-right;
}
@-webkit-keyframes ag-shake-left-to-right {
  from {
    padding-left: 6px;
    padding-right: 2px;
  }
  to {
    padding-left: 2px;
    padding-right: 6px;
  }
}
@keyframes ag-shake-left-to-right {
  from {
    padding-left: 6px;
    padding-right: 2px;
  }
  to {
    padding-left: 2px;
    padding-right: 6px;
  }
}
.ag-root-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ag-root-wrapper.ag-layout-normal {
  height: 100%;
}
.ag-root-wrapper .ag-watermark {
  position: absolute;
  bottom: 10px;
  right: 25px;
  opacity: 0.5;
  transition: opacity 1s ease-out 3s;
}
.ag-root-wrapper .ag-watermark:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDk0cHgiIGhlaWdodD0iMjM5cHgiIHZpZXdCb3g9IjAgMCA0OTQgMjM5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0Ny4xICg0NTQyMikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+TG9nbzwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik0wLjYxMjg0OTkzMSwxMDggTDAuNjEyODQ5OTMxLDY3LjQ1OTYzNzQgTDAuNjEyODQ5OTMxLDY3LjQ1OTYzNzQgQzAuNjEyODQ5OTMxLDYyLjEwMDY1MzYgMy40NzE4MzM3OCw1Ny4xNDg3NDgzIDguMTEyODQ5OTMsNTQuNDY5MjU2NCBMOTguMzA2NDI1LDIuMzk1OTcxNTcgTDk4LjMwNjQyNSwyLjM5NTk3MTU3IEMxMDIuOTQ3NDQxLC0wLjI4MzUyMDM1OCAxMDguNjY1NDA5LC0wLjI4MzUyMDM1OCAxMTMuMzA2NDI1LDIuMzk1OTcxNTcgTDExMy4zMDY0MjUsMi4zOTU5NzE1NyBMMjAzLjUsNTQuNDY5MjU2NCBMMjAzLjUsNTQuNDY5MjU2NCBDMjA4LjE0MTAxNiw1Ny4xNDg3NDgzIDIxMSw2Mi4xMDA2NTM2IDIxMSw2Ny40NTk2Mzc0IEwyMTEsMTM4IEwxODEsMTM4IEwxODAuOTk3MDQxLDkzLjk5OTk5OTggTDE4MC45OTYwMzIsOTMuOTk5OTk5OSBDMTgwLjk5NTQ3NSw4NS43MTYxMjI2IDE3NC4yNzk5MDksNzkuMDAxMDA4NyAxNjUuOTk2MDMyLDc5LjAwMTAwODcgTDEyMiw3OC45OTk5OTk5IEMxMTMuNzE1NzI5LDc4Ljk5OTk5OTkgMTA3LDg1LjcxNTcyODYgMTA3LDkzLjk5OTk5OTkgTDEwNywxMzYuMDE1NjIzIEwxMDcsMTM2LjAxNTYyMyBDMTA3LDE0NC4yOTk4OTUgMTEzLjcxNTcyOSwxNTEuMDE1NjIzIDEyMiwxNTEuMDE1NjIzIEwxNjgsMTUxLjAxNTYyMyBMMTY4LDE2MyBDMTY4LDE2NC42NTY4NTQgMTY2LjY1Njg1NCwxNjYgMTY1LDE2NiBMMTIwLDE2NiBMMTIwLDE3OSBMMTY1Ljk5NjAzMiwxNzkgTDE2NS45OTYwMzIsMTc4Ljk5Nzg3NyBDMTc0LjI3OTQ3NCwxNzguOTk3ODc3IDE4MC45OTQ4NiwxNzIuMjgzNDQyIDE4MC45OTYwMzIsMTY0IEwxODEsMTUwLjk2MDU1NCBMMjExLDE1MC45NjA1NTQgTDIxMSwxNzEuNjA2MjA3IEwyMTEsMTcxLjYwNjIwNyBDMjExLDE3Ni45NjUxOTEgMjA4LjE0MTAxNiwxODEuOTE3MDk2IDIwMy41LDE4NC41OTY1ODggTDExMy4zMDY0MjUsMjM2LjY2OTg3MyBMMTEzLjMwNjQyNSwyMzYuNjY5ODczIEMxMDguNjY1NDA5LDIzOS4zNDkzNjUgMTAyLjk0NzQ0MSwyMzkuMzQ5MzY1IDk4LjMwNjQyNSwyMzYuNjY5ODczIEw4LjExMjg0OTkzLDE4NC41OTY1ODggTDguMTEyODQ5OTMsMTg0LjU5NjU4OCBDMy40NzE4MzM3OCwxODEuOTE3MDk2IDAuNjEyODQ5OTMxLDE3Ni45NjUxOTEgMC42MTI4NDk5MzEsMTcxLjYwNjIwNyBMMC42MTI4NDk5MzEsMTIxIEwyNywxMjEgTDI3LDEzNiBDMjcsMTQ0LjI4NDI3MSAzMy43MTU3Mjg3LDE1MSA0MiwxNTEgTDQyLDE1MSBMMTAwLDE1MSBMMTAwLDk0IEMxMDAsODUuNzE1NzI4OCA5My4yODQyNzEyLDc5IDg1LDc5IEwyNyw3OSBMMjcsOTIgTDg0LDkyIEM4NS42NTY4NTQyLDkyIDg3LDkzLjM0MzE0NTggODcsOTUgTDg3LDk1IEw4NywxMDggTDAuNjEyODQ5OTMxLDEwOCBaIiBpZD0icGF0aC0xIj48L3BhdGg+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkxvZ28iPgogICAgICAgICAgICA8cGF0aCBkPSJNNDc3LDU1IEw0OTQsNTUgTDQ5NCwxNTEgTDQzNSwxNTEgQzQyNi43MTU3MjksMTUxIDQyMCwxNDQuMjg0MjcxIDQyMCwxMzYgTDQyMCw5NiBDNDIwLDg3LjcxNTcyODggNDI2LjcxNTcyOSw4MSA0MzUsODEgTDQzNSw4MSBMNDc3LDgxIEw0NzcsNTUgWiBNNDQwLDk4IEM0MzguMzQzMTQ2LDk4IDQzNyw5OS4zNDMxNDU4IDQzNywxMDEgTDQzNywxMzEgQzQzNywxMzIuNjU2ODU0IDQzOC4zNDMxNDYsMTM0IDQ0MCwxMzQgTDQ3NywxMzQgTDQ3Nyw5OCBMNDQwLDk4IFoiIGlkPSJkIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICAgICAgICAgIDxnIGlkPSJpIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOTYuMDAwMDAwLCA1NS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJQYXRoLTYiIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMCAyNiAxNyAyNiAxNyA5NiAwIDk2Ij48L3BvbHlnb24+CiAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iUGF0aC03IiBmaWxsPSIjRTExRjIyIiBwb2ludHM9IjAgMS4xMzY4NjgzOGUtMTMgMTcgMS4xMzY4NjgzOGUtMTMgMTcgMTcgMCAxNyI+PC9wb2x5Z29uPgogICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMzEsMTUxIEwzNDgsMTUxIEwzNDgsMTAxIEwzNDgsMTAxIEMzNDgsOTkuMzQzMTQ1OCAzNDkuMzQzMTQ2LDk4IDM1MSw5OCBMMzg5LDk4IEwzODksODEgTDM0Niw4MSBMMzQ2LDgxIEMzMzcuNzE1NzI5LDgxIDMzMSw4Ny43MTU3Mjg4IDMzMSw5NiBMMzMxLDE1MSBaIiBpZD0iciIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMzI0LDg2IEwzMjQsNzYgTDMyNCw3NiBDMzI0LDY3LjcxNTcyODggMzE3LjI4NDI3MSw2MSAzMDksNjEgTDI0OSw2MSBMMjQ5LDYxIEMyNDAuNzE1NzI5LDYxIDIzNCw2Ny43MTU3Mjg4IDIzNCw3NiBMMjM0LDEzNiBMMjM0LDEzNiBDMjM0LDE0NC4yODQyNzEgMjQwLjcxNTcyOSwxNTEgMjQ5LDE1MSBMMzA5LDE1MSBMMzA5LDE1MSBDMzE3LjI4NDI3MSwxNTEgMzI0LDE0NC4yODQyNzEgMzI0LDEzNiBMMzI0LDEwMCBMMjg3LDEwMCBMMjg3LDExNyBMMzA3LDExNyBMMzA3LDEzMSBMMzA3LDEzMSBDMzA3LDEzMi42NTY4NTQgMzA1LjY1Njg1NCwxMzQgMzA0LDEzNCBMMjU0LDEzNCBMMjU0LDEzNCBDMjUyLjM0MzE0NiwxMzQgMjUxLDEzMi42NTY4NTQgMjUxLDEzMSBMMjUxLDgxIEwyNTEsODEgQzI1MSw3OS4zNDMxNDU4IDI1Mi4zNDMxNDYsNzggMjU0LDc4IEwzMDQsNzggTDMwNCw3OCBDMzA1LjY1Njg1NCw3OCAzMDcsNzkuMzQzMTQ1OCAzMDcsODEgTDMwNyw4NiBMMzI0LDg2IFoiIGlkPSJHIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICAgICAgICAgIDxnIGlkPSJhZyI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iQ29tYmluZWQtU2hhcGUiPgogICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICAgICAgPHVzZSBmaWxsPSIjRTExRjIyIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJnIiBmaWxsPSIjRTExRjIyIiB4PSIxMjAiIHk9IjkyIiB3aWR0aD0iNDgiIGhlaWdodD0iNDYiIHJ4PSIzIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNDAsMTIxIEw4NywxMjEgTDg3LDEzOCBMNDMsMTM4IEw0MywxMzggQzQxLjM0MzE0NTgsMTM4IDQwLDEzNi42NTY4NTQgNDAsMTM1IEw0MCwxMjEgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIiBmaWxsPSIjRTExRjIyIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  -webkit-filter: invert(50%);
  filter: invert(50%);
  background-repeat: no-repeat;
  background-size: 110px 60px;
  display: block;
  height: 60px;
  width: 110px;
}
.ag-root-wrapper .ag-watermark .ag-watermark-text {
  opacity: 0.5;
  font-weight: 700;
  font-family: Impact;
  font-size: 19px;
}
.ag-root-wrapper-body {
  display: flex;
  flex-direction: row;
}
.ag-root-wrapper-body.ag-layout-normal {
  flex: 1 1 auto;
  height: 0;
  min-height: 0;
}
.ag-root {
  cursor: default;
  position: relative;
  display: flex;
  flex-direction: column;
}
.ag-root.ag-layout-auto-height,
.ag-root.ag-layout-normal {
  overflow: hidden;
  flex: 1 1 auto;
  width: 0;
}
.ag-root.ag-layout-normal {
  height: 100%;
}
.ag-body-horizontal-scroll-viewport,
.ag-body-viewport,
.ag-center-cols-viewport,
.ag-floating-bottom-viewport,
.ag-floating-top-viewport,
.ag-header-viewport,
.ag-pinned-left-cols-viewport,
.ag-pinned-right-cols-viewport,
.ag-virtual-list-viewport {
  position: relative;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  flex: 1 1 auto;
}
.ag-body-viewport {
  display: flex;
}
.ag-body-viewport.ag-layout-normal {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.ag-body-viewport:not(.ag-layout-print).ag-force-vertical-scroll {
  overflow-y: scroll;
}
.ag-pinned-left-cols-viewport,
.ag-pinned-right-cols-viewport {
  flex-grow: 1000;
}
.ag-center-cols-viewport {
  width: 100%;
  overflow-x: auto;
}
.ag-body-horizontal-scroll-viewport {
  overflow-x: scroll;
}
.ag-virtual-list-viewport {
  overflow: auto;
  width: 100%;
}
.ag-body-container,
.ag-body-horizontal-scroll-container,
.ag-center-cols-container,
.ag-floating-bottom-container,
.ag-floating-bottom-full-width-container,
.ag-floating-top-container,
.ag-full-width-container,
.ag-header-container,
.ag-pinned-left-cols-container,
.ag-pinned-right-cols-container,
.ag-virtual-list-container {
  position: relative;
}
.ag-floating-bottom-container,
.ag-floating-top-container,
.ag-header-container {
  height: 100%;
  white-space: nowrap;
}
.ag-body-viewport .ag-center-cols-clipper {
  min-height: 100%;
}
.ag-body-viewport.ag-layout-auto-height .ag-center-cols-clipper,
.ag-body-viewport.ag-layout-auto-height .ag-center-cols-container {
  min-height: 50px;
}
.ag-body-viewport .ag-center-cols-container {
  display: block;
}
.ag-body-viewport.ag-layout-print {
  flex: none;
}
.ag-body-viewport.ag-layout-print .ag-center-cols-clipper {
  min-width: 100%;
}
.ag-pinned-right-cols-container {
  display: block;
}
.ag-body-horizontal-scroll-container {
  height: 100%;
}
.ag-floating-bottom-full-width-container,
.ag-floating-top-full-width-container,
.ag-full-width-container {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-full-width-container {
  width: 100%;
}
.ag-floating-bottom-full-width-container,
.ag-floating-top-full-width-container {
  display: inline-block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.ag-virtual-list-container {
  overflow: hidden;
}
.ag-center-cols-clipper {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.ag-body-horizontal-scroll {
  min-height: 0;
  min-width: 0;
  width: 100%;
  display: flex;
  position: relative;
}
.ag-layout-print .ag-body-horizontal-scroll {
  display: none;
}
.ag-horizontal-left-spacer,
.ag-horizontal-right-spacer {
  height: 100%;
  min-width: 0;
  flex-grow: 1000;
  overflow-x: scroll;
}
.ag-horizontal-left-spacer.ag-scroller-corner,
.ag-horizontal-right-spacer.ag-scroller-corner {
  overflow-x: hidden;
}
.ag-header,
.ag-pinned-left-header,
.ag-pinned-right-header {
  display: inline-block;
  overflow: hidden;
}
.ag-header .ag-header-cell-sortable,
.ag-pinned-left-header .ag-header-cell-sortable,
.ag-pinned-right-header .ag-header-cell-sortable {
  cursor: pointer;
}
.ag-header {
  display: flex;
  width: 100%;
  white-space: nowrap;
}
.ag-header-icon {
  display: flex;
}
.ag-pinned-left-header,
.ag-pinned-right-header {
  height: 100%;
}
.ag-header-row {
  position: absolute;
  overflow: hidden;
}
.ag-header-overlay {
  display: block;
  position: absolute;
}
.ag-header-cell {
  display: inline-flex;
  align-items: center;
  position: absolute;
  height: 100%;
  overflow: hidden;
  line-height: 1.5;
}
.ag-header-cell-label,
.ag-header-group-cell-label {
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
  align-items: center;
  text-overflow: ellipsis;
  height: 100%;
}
.ag-header-cell-label .ag-header-cell-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-numeric-header .ag-header-cell-label {
  flex-direction: row-reverse;
}
.ag-header-group-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-header-cell-resize {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 4px;
}
.ag-header-expand-icon {
  padding-left: 4px;
}
.ag-header-select-all {
  display: flex;
  line-height: 1;
}
.ag-column-moving .ag-cell,
.ag-column-moving .ag-header-cell {
  transition: left 0.2s;
}
.ag-column-moving .ag-header-group-cell {
  transition: left 0.2s, width 0.2s;
}
.ag-column-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1 1 auto;
}
.ag-column-select-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex-grow: 4;
  flex-shrink: 1;
  flex-basis: 0;
}
.ag-column-select-panel .ag-primary-cols-header-panel {
  display: flex;
  flex: none;
}
.ag-column-select-panel .ag-primary-cols-header-panel .ag-column-name-filter,
.ag-column-select-panel
  .ag-primary-cols-header-panel
  .ag-primary-cols-filter-wrapper {
  flex: 1 1 auto;
}
.ag-column-select-panel
  .ag-primary-cols-header-panel
  .ag-primary-cols-filter-wrapper
  input {
  width: 100%;
}
.ag-column-select-panel .ag-primary-cols-list-panel {
  flex: 1 1 auto;
  overflow: auto;
}
.ag-column-drop {
  display: inline-flex;
  align-items: center;
  overflow: auto;
  width: 100%;
}
.ag-column-drop .ag-column-drop-list,
.ag-column-drop .ag-column-drop-list .ag-column-drop-cell {
  display: flex;
  align-items: center;
}
.ag-column-drop
  .ag-column-drop-list
  .ag-column-drop-cell
  .ag-column-drop-cell-text {
  overflow: hidden;
  flex: 1 1 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-column-drop.ag-column-drop-vertical {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1 1 0;
  align-items: stretch;
}
.ag-column-drop.ag-column-drop-vertical > div {
  display: flex;
}
.ag-column-drop.ag-column-drop-vertical .ag-column-drop-list {
  align-items: stretch;
  flex-grow: 1;
  flex-direction: column;
  overflow-x: auto;
}
.ag-column-drop.ag-column-drop-vertical .ag-column-drop-empty-message {
  display: block;
}
.ag-column-drop.ag-column-drop-horizontal {
  white-space: nowrap;
  overflow: hidden;
}
.ag-row-animation .ag-row {
  transition: top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s,
    -webkit-transform 0.4s;
  transition: transform 0.4s, top 0.4s, height 0.4s, background-color 0.1s,
    opacity 0.2s;
  transition: transform 0.4s, top 0.4s, height 0.4s, background-color 0.1s,
    opacity 0.2s, -webkit-transform 0.4s;
}
.ag-row-no-animation .ag-row {
  transition: background-color 0.1s;
}
.ag-row {
  white-space: nowrap;
  width: 100%;
}
.ag-row-position-absolute {
  position: absolute;
}
.ag-row-position-relative {
  position: relative;
}
.ag-full-width-row {
  overflow: hidden;
  pointer-events: all;
}
.ag-row-inline-editing {
  z-index: 1;
}
.ag-row-dragging {
  z-index: 2;
}
.ag-stub-cell {
  display: flex;
  align-items: center;
}
.ag-cell {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-cell-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.ag-cell-wrapper.ag-row-group {
  align-items: flex-start;
}
.ag-cell-wrapper .ag-cell-value,
.ag-cell-wrapper .ag-group-value {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-full-width-row.ag-row-group .ag-cell-wrapper {
  align-items: center;
}
.ag-cell-with-height {
  height: 100%;
}
.ag-footer-cell-entire-row,
.ag-group-cell-entire-row {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.ag-cell-inline-editing {
  z-index: 1;
}
.ag-cell-inline-editing .ag-cell-edit-input,
.ag-cell-inline-editing .ag-input-text-wrapper {
  height: 100%;
  width: 100%;
  line-height: normal;
}
.ag-set-filter-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-filter .ag-filter-checkbox {
  pointer-events: none;
}
.ag-filter .ag-filter-body-wrapper {
  display: flex;
  flex-direction: column;
}
.ag-filter .ag-filter-filter {
  flex: 1 1 auto;
}
.ag-floating-filter-body .ag-react-container,
.ag-floating-filter-full-body .ag-react-container {
  height: 100%;
}
.ag-floating-filter-body {
  display: flex;
  flex: 1 1 auto;
  height: 20px;
}
.ag-floating-filter-body input {
  margin: 0;
  flex: 1 1 auto;
}
.ag-floating-filter-full-body {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.ag-floating-filter-full-body > div {
  flex: 1 1 auto;
}
.ag-floating-filter-full-body input {
  margin: 0;
  width: 100%;
}
.ag-floating-filter-full-body input[type="range"] {
  height: 100%;
}
.ag-floating-filter {
  display: inline-block;
  position: absolute;
}
.ag-floating-filter-input {
  width: 100%;
}
.ag-floating-filter-input:-moz-read-only {
  background-color: #eee;
}
.ag-floating-filter-input:read-only {
  background-color: #eee;
}
.ag-floating-filter-menu {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ag-floating-filter-button {
  display: flex;
  flex: none;
}
.ag-dnd-ghost {
  display: flex;
  align-items: center;
  background: #e5e5e5;
  border: 1px solid #000;
  cursor: move;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
  padding: 3px;
  position: absolute;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 10;
}
.ag-dnd-ghost-icon {
  padding: 2px;
}
.ag-overlay {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.ag-overlay-panel {
  display: flex;
  height: 100%;
  pointer-events: none;
  width: 100%;
}
.ag-overlay-wrapper {
  display: flex;
  flex: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ag-overlay-wrapper.ag-overlay-loading-wrapper {
  pointer-events: all;
}
.ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 30px;
}
.ag-popup > div {
  z-index: 5;
}
.ag-popup-backdrop {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.ag-popup-editor {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
.ag-virtual-list-item {
  position: absolute;
  width: 100%;
}
.ag-virtual-list-item span:empty:not(.ag-icon) {
  border-left: 1px solid transparent;
}
.ag-floating-top {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: flex;
}
.ag-pinned-left-floating-top,
.ag-pinned-right-floating-top {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0;
  flex-grow: 1000;
}
.ag-floating-bottom {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: flex;
}
.ag-pinned-left-floating-bottom,
.ag-pinned-right-floating-bottom {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0;
  flex-grow: 1000;
}
.ag-dialog {
  display: flex;
  flex-direction: column;
  position: absolute;
  overflow: hidden;
}
.ag-dialog .ag-resizer {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.ag-dialog .ag-resizer.ag-resizer-topLeft {
  top: 0;
  left: 0;
  height: 5px;
  width: 5px;
  cursor: nwse-resize;
}
.ag-dialog .ag-resizer.ag-resizer-top {
  top: 0;
  left: 5px;
  right: 5px;
  height: 5px;
  cursor: ns-resize;
}
.ag-dialog .ag-resizer.ag-resizer-topRight {
  top: 0;
  right: 0;
  height: 5px;
  width: 5px;
  cursor: nesw-resize;
}
.ag-dialog .ag-resizer.ag-resizer-right {
  top: 5px;
  right: 0;
  bottom: 5px;
  width: 5px;
  cursor: ew-resize;
}
.ag-dialog .ag-resizer.ag-resizer-bottomRight {
  bottom: 0;
  right: 0;
  height: 5px;
  width: 5px;
  cursor: nwse-resize;
}
.ag-dialog .ag-resizer.ag-resizer-bottom {
  bottom: 0;
  left: 5px;
  right: 5px;
  height: 5px;
  cursor: ns-resize;
}
.ag-dialog .ag-resizer.ag-resizer-bottomLeft {
  bottom: 0;
  left: 0;
  height: 5px;
  width: 5px;
  cursor: nesw-resize;
}
.ag-dialog .ag-resizer.ag-resizer-left {
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 5px;
  cursor: ew-resize;
}
.ag-dialog .ag-dialog-title-bar {
  display: flex;
  flex: none;
  align-items: center;
  cursor: default;
}
.ag-dialog .ag-dialog-title-bar .ag-dialog-title-bar-title {
  flex: 1 1 auto;
}
.ag-dialog .ag-dialog-title-bar .ag-dialog-title-bar-buttons {
  display: flex;
}
.ag-dialog .ag-dialog-title-bar .ag-dialog-title-bar-buttons .ag-dialog-button {
  cursor: pointer;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.ag-dialog .ag-dialog-content-wrapper {
  display: flex;
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
}
.ag-dialog .ag-dialog-content-wrapper > div {
  width: 100%;
  height: 100%;
}
.ag-dialog .ag-message-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ag-dialog .ag-message-box .ag-message-box-content {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
}
.ag-dialog .ag-message-box .ag-message-box-button-bar {
  display: flex;
  justify-content: center;
}
.ag-tooltip {
  position: absolute;
  pointer-events: none;
  z-index: 99999;
}
.ag-chart-tooltip {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  white-space: nowrap;
  z-index: 99999;
  border: 1px solid gray;
  font: 12px Verdana, sans-serif;
  padding: 7px;
  color: #000;
  background: rgba(244, 244, 244, 0.9);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.ag-chart-tooltip .title {
  font-weight: 700;
}
.ag-value-slide-out {
  margin-right: 5px;
  opacity: 1;
  transition: opacity 3s, margin-right 3s;
  transition-timing-function: linear;
}
.ag-value-slide-out-end {
  margin-right: 10px;
  opacity: 0;
}
.ag-opacity-zero {
  opacity: 0 !important;
}
.ag-menu {
  max-height: 100%;
  overflow-y: auto;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ag-menu-column-select-wrapper {
  height: 265px;
  overflow: auto;
  width: 200px;
}
.ag-menu-list {
  display: table;
}
.ag-menu-option,
.ag-menu-separator {
  display: table-row;
}
.ag-menu-option > span,
.ag-menu-separator > span {
  display: table-cell;
  vertical-align: middle;
}
.ag-menu-option-text {
  white-space: nowrap;
}
.ag-menu-column-select-wrapper .ag-column-select-panel {
  height: 100%;
}
.ag-rich-select {
  cursor: default;
  outline: 0;
}
.ag-rich-select .ag-rich-select-value {
  display: flex;
  align-items: center;
}
.ag-rich-select .ag-rich-select-value > span {
  flex: 1 1 auto;
}
.ag-rich-select .ag-rich-select-value .ag-icon {
  order: 1;
}
.ag-rich-select .ag-rich-select-list .ag-virtual-list-item {
  display: flex;
}
.ag-rich-select .ag-rich-select-list .ag-virtual-list-item .ag-rich-select-row {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  white-space: nowrap;
}
.ag-paging-panel {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.ag-paging-page-summary-panel {
  display: flex;
  align-items: center;
}
.ag-paging-page-summary-panel .ag-disabled {
  pointer-events: none;
}
.ag-tool-panel-wrapper {
  display: flex;
  overflow-y: auto;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 200px;
}
.ag-tool-panel-wrapper .ag-filter-toolpanel-header {
  cursor: pointer;
}
.ag-column-tool-panel-column,
.ag-column-tool-panel-column-group {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-column-tool-panel-column .ag-column-tool-panel-column,
.ag-column-tool-panel-column .ag-column-tool-panel-column-group,
.ag-column-tool-panel-column-group .ag-column-tool-panel-column,
.ag-column-tool-panel-column-group .ag-column-tool-panel-column-group {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-column-select-checkbox {
  display: flex;
}
.ag-tool-panel-horizontal-resize {
  cursor: col-resize;
  height: 100%;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1;
}
.ag-rtl .ag-tool-panel-horizontal-resize {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.ag-ltr .ag-tool-panel-horizontal-resize {
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}
.loading-filter {
  background-color: #e6e6e6;
  height: 100%;
  padding: 5px;
  position: absolute;
  top: 34px;
  width: 100%;
  z-index: 1;
}
.ag-details-grid,
.ag-details-row {
  height: 100%;
  width: 100%;
}
.ag-header-group-cell {
  display: flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
}
.ag-cell-label-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
}
.ag-numeric-header .ag-cell-label-container {
  flex-direction: row;
}
.ag-group-component {
  position: relative;
  display: flex;
  flex-direction: column;
}
.ag-group-component .ag-group-component-label {
  position: absolute;
  top: -10px;
}
.ag-group-component .ag-group-item {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
}
.ag-side-bar {
  display: flex;
  flex-direction: row-reverse;
}
.ag-side-bar .ag-side-buttons div button {
  display: block;
  white-space: nowrap;
  outline: 0;
  cursor: pointer;
}
.ag-side-bar .ag-side-buttons div button span:not(.ag-icon) {
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  writing-mode: tb;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.ag-side-bar .panel-container {
  width: 180px;
}
.ag-side-bar.full-width .panel-container {
  width: 200px;
}
.ag-rtl .ag-side-bar .ag-side-buttons button span:not(.ag-icon) {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.ag-status-bar {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.ag-status-bar .ag-status-panel,
.ag-status-bar-center,
.ag-status-bar-left,
.ag-status-bar-right {
  display: inline-flex;
}
.ag-ltr .ag-toolpanel-indent-1 {
  padding-left: 10px;
}
.ag-rtl .ag-toolpanel-indent-1 {
  padding-right: 10px;
}
.ag-ltr .ag-row-group-indent-1 {
  padding-left: 10px;
}
.ag-rtl .ag-row-group-indent-1 {
  padding-right: 10px;
}
.ag-ltr .ag-toolpanel-indent-2 {
  padding-left: 20px;
}
.ag-rtl .ag-toolpanel-indent-2 {
  padding-right: 20px;
}
.ag-ltr .ag-row-group-indent-2 {
  padding-left: 20px;
}
.ag-rtl .ag-row-group-indent-2 {
  padding-right: 20px;
}
.ag-ltr .ag-toolpanel-indent-3 {
  padding-left: 30px;
}
.ag-rtl .ag-toolpanel-indent-3 {
  padding-right: 30px;
}
.ag-ltr .ag-row-group-indent-3 {
  padding-left: 30px;
}
.ag-rtl .ag-row-group-indent-3 {
  padding-right: 30px;
}
.ag-ltr .ag-toolpanel-indent-4 {
  padding-left: 40px;
}
.ag-rtl .ag-toolpanel-indent-4 {
  padding-right: 40px;
}
.ag-ltr .ag-row-group-indent-4 {
  padding-left: 40px;
}
.ag-rtl .ag-row-group-indent-4 {
  padding-right: 40px;
}
.ag-ltr .ag-toolpanel-indent-5 {
  padding-left: 50px;
}
.ag-rtl .ag-toolpanel-indent-5 {
  padding-right: 50px;
}
.ag-ltr .ag-row-group-indent-5 {
  padding-left: 50px;
}
.ag-rtl .ag-row-group-indent-5 {
  padding-right: 50px;
}
.ag-ltr .ag-toolpanel-indent-6 {
  padding-left: 60px;
}
.ag-rtl .ag-toolpanel-indent-6 {
  padding-right: 60px;
}
.ag-ltr .ag-row-group-indent-6 {
  padding-left: 60px;
}
.ag-rtl .ag-row-group-indent-6 {
  padding-right: 60px;
}
.ag-ltr .ag-toolpanel-indent-7 {
  padding-left: 70px;
}
.ag-rtl .ag-toolpanel-indent-7 {
  padding-right: 70px;
}
.ag-ltr .ag-row-group-indent-7 {
  padding-left: 70px;
}
.ag-rtl .ag-row-group-indent-7 {
  padding-right: 70px;
}
.ag-ltr .ag-toolpanel-indent-8 {
  padding-left: 80px;
}
.ag-rtl .ag-toolpanel-indent-8 {
  padding-right: 80px;
}
.ag-ltr .ag-row-group-indent-8 {
  padding-left: 80px;
}
.ag-rtl .ag-row-group-indent-8 {
  padding-right: 80px;
}
.ag-ltr .ag-toolpanel-indent-9 {
  padding-left: 90px;
}
.ag-rtl .ag-toolpanel-indent-9 {
  padding-right: 90px;
}
.ag-ltr .ag-row-group-indent-9 {
  padding-left: 90px;
}
.ag-rtl .ag-row-group-indent-9 {
  padding-right: 90px;
}
.ag-ltr .ag-toolpanel-indent-10 {
  padding-left: 100px;
}
.ag-rtl .ag-toolpanel-indent-10 {
  padding-right: 100px;
}
.ag-ltr .ag-row-group-indent-10 {
  padding-left: 100px;
}
.ag-rtl .ag-row-group-indent-10 {
  padding-right: 100px;
}
.ag-ltr .ag-toolpanel-indent-11 {
  padding-left: 110px;
}
.ag-rtl .ag-toolpanel-indent-11 {
  padding-right: 110px;
}
.ag-ltr .ag-row-group-indent-11 {
  padding-left: 110px;
}
.ag-rtl .ag-row-group-indent-11 {
  padding-right: 110px;
}
.ag-ltr .ag-toolpanel-indent-12 {
  padding-left: 120px;
}
.ag-rtl .ag-toolpanel-indent-12 {
  padding-right: 120px;
}
.ag-ltr .ag-row-group-indent-12 {
  padding-left: 120px;
}
.ag-rtl .ag-row-group-indent-12 {
  padding-right: 120px;
}
.ag-ltr .ag-toolpanel-indent-13 {
  padding-left: 130px;
}
.ag-rtl .ag-toolpanel-indent-13 {
  padding-right: 130px;
}
.ag-ltr .ag-row-group-indent-13 {
  padding-left: 130px;
}
.ag-rtl .ag-row-group-indent-13 {
  padding-right: 130px;
}
.ag-ltr .ag-toolpanel-indent-14 {
  padding-left: 140px;
}
.ag-rtl .ag-toolpanel-indent-14 {
  padding-right: 140px;
}
.ag-ltr .ag-row-group-indent-14 {
  padding-left: 140px;
}
.ag-rtl .ag-row-group-indent-14 {
  padding-right: 140px;
}
.ag-ltr .ag-toolpanel-indent-15 {
  padding-left: 150px;
}
.ag-rtl .ag-toolpanel-indent-15 {
  padding-right: 150px;
}
.ag-ltr .ag-row-group-indent-15 {
  padding-left: 150px;
}
.ag-rtl .ag-row-group-indent-15 {
  padding-right: 150px;
}
.ag-ltr .ag-toolpanel-indent-16 {
  padding-left: 160px;
}
.ag-rtl .ag-toolpanel-indent-16 {
  padding-right: 160px;
}
.ag-ltr .ag-row-group-indent-16 {
  padding-left: 160px;
}
.ag-rtl .ag-row-group-indent-16 {
  padding-right: 160px;
}
.ag-ltr .ag-toolpanel-indent-17 {
  padding-left: 170px;
}
.ag-rtl .ag-toolpanel-indent-17 {
  padding-right: 170px;
}
.ag-ltr .ag-row-group-indent-17 {
  padding-left: 170px;
}
.ag-rtl .ag-row-group-indent-17 {
  padding-right: 170px;
}
.ag-ltr .ag-toolpanel-indent-18 {
  padding-left: 180px;
}
.ag-rtl .ag-toolpanel-indent-18 {
  padding-right: 180px;
}
.ag-ltr .ag-row-group-indent-18 {
  padding-left: 180px;
}
.ag-rtl .ag-row-group-indent-18 {
  padding-right: 180px;
}
.ag-ltr .ag-toolpanel-indent-19 {
  padding-left: 190px;
}
.ag-rtl .ag-toolpanel-indent-19 {
  padding-right: 190px;
}
.ag-ltr .ag-row-group-indent-19 {
  padding-left: 190px;
}
.ag-rtl .ag-row-group-indent-19 {
  padding-right: 190px;
}
.ag-ltr .ag-toolpanel-indent-20 {
  padding-left: 200px;
}
.ag-rtl .ag-toolpanel-indent-20 {
  padding-right: 200px;
}
.ag-ltr .ag-row-group-indent-20 {
  padding-left: 200px;
}
.ag-rtl .ag-row-group-indent-20 {
  padding-right: 200px;
}
.ag-ltr .ag-toolpanel-indent-21 {
  padding-left: 210px;
}
.ag-rtl .ag-toolpanel-indent-21 {
  padding-right: 210px;
}
.ag-ltr .ag-row-group-indent-21 {
  padding-left: 210px;
}
.ag-rtl .ag-row-group-indent-21 {
  padding-right: 210px;
}
.ag-ltr .ag-toolpanel-indent-22 {
  padding-left: 220px;
}
.ag-rtl .ag-toolpanel-indent-22 {
  padding-right: 220px;
}
.ag-ltr .ag-row-group-indent-22 {
  padding-left: 220px;
}
.ag-rtl .ag-row-group-indent-22 {
  padding-right: 220px;
}
.ag-ltr .ag-toolpanel-indent-23 {
  padding-left: 230px;
}
.ag-rtl .ag-toolpanel-indent-23 {
  padding-right: 230px;
}
.ag-ltr .ag-row-group-indent-23 {
  padding-left: 230px;
}
.ag-rtl .ag-row-group-indent-23 {
  padding-right: 230px;
}
.ag-ltr .ag-toolpanel-indent-24 {
  padding-left: 240px;
}
.ag-rtl .ag-toolpanel-indent-24 {
  padding-right: 240px;
}
.ag-ltr .ag-row-group-indent-24 {
  padding-left: 240px;
}
.ag-rtl .ag-row-group-indent-24 {
  padding-right: 240px;
}
.ag-ltr .ag-toolpanel-indent-25 {
  padding-left: 250px;
}
.ag-rtl .ag-toolpanel-indent-25 {
  padding-right: 250px;
}
.ag-ltr .ag-row-group-indent-25 {
  padding-left: 250px;
}
.ag-rtl .ag-row-group-indent-25 {
  padding-right: 250px;
}
.ag-ltr .ag-toolpanel-indent-26 {
  padding-left: 260px;
}
.ag-rtl .ag-toolpanel-indent-26 {
  padding-right: 260px;
}
.ag-ltr .ag-row-group-indent-26 {
  padding-left: 260px;
}
.ag-rtl .ag-row-group-indent-26 {
  padding-right: 260px;
}
.ag-ltr .ag-toolpanel-indent-27 {
  padding-left: 270px;
}
.ag-rtl .ag-toolpanel-indent-27 {
  padding-right: 270px;
}
.ag-ltr .ag-row-group-indent-27 {
  padding-left: 270px;
}
.ag-rtl .ag-row-group-indent-27 {
  padding-right: 270px;
}
.ag-ltr .ag-toolpanel-indent-28 {
  padding-left: 280px;
}
.ag-rtl .ag-toolpanel-indent-28 {
  padding-right: 280px;
}
.ag-ltr .ag-row-group-indent-28 {
  padding-left: 280px;
}
.ag-rtl .ag-row-group-indent-28 {
  padding-right: 280px;
}
.ag-ltr .ag-toolpanel-indent-29 {
  padding-left: 290px;
}
.ag-rtl .ag-toolpanel-indent-29 {
  padding-right: 290px;
}
.ag-ltr .ag-row-group-indent-29 {
  padding-left: 290px;
}
.ag-rtl .ag-row-group-indent-29 {
  padding-right: 290px;
}
.ag-ltr .ag-toolpanel-indent-30 {
  padding-left: 300px;
}
.ag-rtl .ag-toolpanel-indent-30 {
  padding-right: 300px;
}
.ag-ltr .ag-row-group-indent-30 {
  padding-left: 300px;
}
.ag-rtl .ag-row-group-indent-30 {
  padding-right: 300px;
}
.ag-ltr .ag-toolpanel-indent-31 {
  padding-left: 310px;
}
.ag-rtl .ag-toolpanel-indent-31 {
  padding-right: 310px;
}
.ag-ltr .ag-row-group-indent-31 {
  padding-left: 310px;
}
.ag-rtl .ag-row-group-indent-31 {
  padding-right: 310px;
}
.ag-ltr .ag-toolpanel-indent-32 {
  padding-left: 320px;
}
.ag-rtl .ag-toolpanel-indent-32 {
  padding-right: 320px;
}
.ag-ltr .ag-row-group-indent-32 {
  padding-left: 320px;
}
.ag-rtl .ag-row-group-indent-32 {
  padding-right: 320px;
}
.ag-ltr .ag-toolpanel-indent-33 {
  padding-left: 330px;
}
.ag-rtl .ag-toolpanel-indent-33 {
  padding-right: 330px;
}
.ag-ltr .ag-row-group-indent-33 {
  padding-left: 330px;
}
.ag-rtl .ag-row-group-indent-33 {
  padding-right: 330px;
}
.ag-ltr .ag-toolpanel-indent-34 {
  padding-left: 340px;
}
.ag-rtl .ag-toolpanel-indent-34 {
  padding-right: 340px;
}
.ag-ltr .ag-row-group-indent-34 {
  padding-left: 340px;
}
.ag-rtl .ag-row-group-indent-34 {
  padding-right: 340px;
}
.ag-ltr .ag-toolpanel-indent-35 {
  padding-left: 350px;
}
.ag-rtl .ag-toolpanel-indent-35 {
  padding-right: 350px;
}
.ag-ltr .ag-row-group-indent-35 {
  padding-left: 350px;
}
.ag-rtl .ag-row-group-indent-35 {
  padding-right: 350px;
}
.ag-ltr .ag-toolpanel-indent-36 {
  padding-left: 360px;
}
.ag-rtl .ag-toolpanel-indent-36 {
  padding-right: 360px;
}
.ag-ltr .ag-row-group-indent-36 {
  padding-left: 360px;
}
.ag-rtl .ag-row-group-indent-36 {
  padding-right: 360px;
}
.ag-ltr .ag-toolpanel-indent-37 {
  padding-left: 370px;
}
.ag-rtl .ag-toolpanel-indent-37 {
  padding-right: 370px;
}
.ag-ltr .ag-row-group-indent-37 {
  padding-left: 370px;
}
.ag-rtl .ag-row-group-indent-37 {
  padding-right: 370px;
}
.ag-ltr .ag-toolpanel-indent-38 {
  padding-left: 380px;
}
.ag-rtl .ag-toolpanel-indent-38 {
  padding-right: 380px;
}
.ag-ltr .ag-row-group-indent-38 {
  padding-left: 380px;
}
.ag-rtl .ag-row-group-indent-38 {
  padding-right: 380px;
}
.ag-ltr .ag-toolpanel-indent-39 {
  padding-left: 390px;
}
.ag-rtl .ag-toolpanel-indent-39 {
  padding-right: 390px;
}
.ag-ltr .ag-row-group-indent-39 {
  padding-left: 390px;
}
.ag-rtl .ag-row-group-indent-39 {
  padding-right: 390px;
}
.ag-ltr .ag-toolpanel-indent-40 {
  padding-left: 400px;
}
.ag-rtl .ag-toolpanel-indent-40 {
  padding-right: 400px;
}
.ag-ltr .ag-row-group-indent-40 {
  padding-left: 400px;
}
.ag-rtl .ag-row-group-indent-40 {
  padding-right: 400px;
}
.ag-ltr .ag-toolpanel-indent-41 {
  padding-left: 410px;
}
.ag-rtl .ag-toolpanel-indent-41 {
  padding-right: 410px;
}
.ag-ltr .ag-row-group-indent-41 {
  padding-left: 410px;
}
.ag-rtl .ag-row-group-indent-41 {
  padding-right: 410px;
}
.ag-ltr .ag-toolpanel-indent-42 {
  padding-left: 420px;
}
.ag-rtl .ag-toolpanel-indent-42 {
  padding-right: 420px;
}
.ag-ltr .ag-row-group-indent-42 {
  padding-left: 420px;
}
.ag-rtl .ag-row-group-indent-42 {
  padding-right: 420px;
}
.ag-ltr .ag-toolpanel-indent-43 {
  padding-left: 430px;
}
.ag-rtl .ag-toolpanel-indent-43 {
  padding-right: 430px;
}
.ag-ltr .ag-row-group-indent-43 {
  padding-left: 430px;
}
.ag-rtl .ag-row-group-indent-43 {
  padding-right: 430px;
}
.ag-ltr .ag-toolpanel-indent-44 {
  padding-left: 440px;
}
.ag-rtl .ag-toolpanel-indent-44 {
  padding-right: 440px;
}
.ag-ltr .ag-row-group-indent-44 {
  padding-left: 440px;
}
.ag-rtl .ag-row-group-indent-44 {
  padding-right: 440px;
}
.ag-ltr .ag-toolpanel-indent-45 {
  padding-left: 450px;
}
.ag-rtl .ag-toolpanel-indent-45 {
  padding-right: 450px;
}
.ag-ltr .ag-row-group-indent-45 {
  padding-left: 450px;
}
.ag-rtl .ag-row-group-indent-45 {
  padding-right: 450px;
}
.ag-ltr .ag-toolpanel-indent-46 {
  padding-left: 460px;
}
.ag-rtl .ag-toolpanel-indent-46 {
  padding-right: 460px;
}
.ag-ltr .ag-row-group-indent-46 {
  padding-left: 460px;
}
.ag-rtl .ag-row-group-indent-46 {
  padding-right: 460px;
}
.ag-ltr .ag-toolpanel-indent-47 {
  padding-left: 470px;
}
.ag-rtl .ag-toolpanel-indent-47 {
  padding-right: 470px;
}
.ag-ltr .ag-row-group-indent-47 {
  padding-left: 470px;
}
.ag-rtl .ag-row-group-indent-47 {
  padding-right: 470px;
}
.ag-ltr .ag-toolpanel-indent-48 {
  padding-left: 480px;
}
.ag-rtl .ag-toolpanel-indent-48 {
  padding-right: 480px;
}
.ag-ltr .ag-row-group-indent-48 {
  padding-left: 480px;
}
.ag-rtl .ag-row-group-indent-48 {
  padding-right: 480px;
}
.ag-ltr .ag-toolpanel-indent-49 {
  padding-left: 490px;
}
.ag-rtl .ag-toolpanel-indent-49 {
  padding-right: 490px;
}
.ag-ltr .ag-row-group-indent-49 {
  padding-left: 490px;
}
.ag-rtl .ag-row-group-indent-49 {
  padding-right: 490px;
}
.ag-ltr {
  direction: ltr;
}
.ag-ltr .ag-body,
.ag-ltr .ag-body-horizontal-scroll,
.ag-ltr .ag-body-viewport,
.ag-ltr .ag-floating-bottom,
.ag-ltr .ag-floating-top,
.ag-ltr .ag-header {
  flex-direction: row;
}
.ag-ltr .ag-header-cell-resize {
  right: -4px;
}
.ag-ltr .ag-pinned-right-header .ag-header-cell-resize {
  left: -4px;
}
.ag-rtl {
  direction: rtl;
}
.ag-rtl .ag-body,
.ag-rtl .ag-body-horizontal-scroll,
.ag-rtl .ag-body-viewport,
.ag-rtl .ag-floating-bottom,
.ag-rtl .ag-floating-top,
.ag-rtl .ag-header {
  flex-direction: row-reverse;
}
.ag-rtl .ag-header-cell-resize {
  left: -4px;
}
.ag-rtl .ag-pinned-left-header .ag-header-cell-resize {
  right: -4px;
}
@media print {
  .ag-body-viewport {
    display: block;
  }
  .ag-row {
    page-break-inside: avoid;
  }
}
.ag-body .ag-body-viewport,
.ag-body .ag-pinned-left-cols-viewport,
.ag-body .ag-pinned-right-cols-viewport {
  -webkit-overflow-scrolling: touch;
}
.ag-chart {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.ag-chart .ag-chart-canvas-wrapper {
  flex: 1 1 auto;
}
.ag-chart .ag-chart-canvas-wrapper canvas {
  display: block;
}
.ag-chart .ag-chart-menu {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
}
.ag-chart-tabbed-menu > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ag-chart-tabbed-menu .ag-tab-header {
  flex: none;
}
.ag-chart-tabbed-menu .ag-tab-body {
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  overflow: hidden;
  padding: 0;
}
.ag-chart-tabbed-menu .ag-tab-body > div {
  flex: 1 1 auto;
}
.ag-chart-tabbed-menu .ag-chart-settings {
  overflow-x: hidden;
}
.ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
}
.ag-chart-tabbed-menu
  .ag-chart-settings
  .ag-chart-settings-wrapper
  .ag-chart-settings-nav-bar {
  width: 100%;
  display: flex;
  height: 30px;
  align-items: center;
}
.ag-chart-tabbed-menu
  .ag-chart-settings
  .ag-chart-settings-wrapper
  .ag-chart-settings-nav-bar
  .ag-nav-card-selector {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex: 1 1 auto;
  height: 100%;
}
.ag-chart-tabbed-menu
  .ag-chart-settings
  .ag-chart-settings-wrapper
  .ag-chart-settings-nav-bar
  .ag-nav-card-selector
  .ag-nav-card-item {
  opacity: 0.2;
}
.ag-chart-tabbed-menu
  .ag-chart-settings
  .ag-chart-settings-wrapper
  .ag-chart-settings-nav-bar
  .ag-nav-card-selector
  .ag-nav-card-item.ag-selected {
  opacity: 1;
}
.ag-chart-tabbed-menu
  .ag-chart-settings
  .ag-chart-settings-wrapper
  .ag-chart-settings-nav-bar
  .ag-chart-settings-next-btn,
.ag-chart-tabbed-menu
  .ag-chart-settings
  .ag-chart-settings-wrapper
  .ag-chart-settings-nav-bar
  .ag-chart-settings-prev-btn {
  position: relative;
  flex: none;
  height: 24px;
  width: 24px;
  line-height: 24px;
  font-size: 24px;
}
.ag-chart-tabbed-menu
  .ag-chart-settings
  .ag-chart-settings-wrapper
  .ag-chart-settings-nav-bar
  .ag-chart-settings-next-btn
  button,
.ag-chart-tabbed-menu
  .ag-chart-settings
  .ag-chart-settings-wrapper
  .ag-chart-settings-nav-bar
  .ag-chart-settings-prev-btn
  button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ag-chart-tabbed-menu
  .ag-chart-settings
  .ag-chart-settings-wrapper
  .ag-chart-settings-mini-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}
.ag-chart-tabbed-menu
  .ag-chart-settings
  .ag-chart-settings-wrapper
  .ag-chart-settings-mini-wrapper.ag-animating {
  transition: left 0.3s;
  transition-timing-function: ease-in-out;
}
.ag-chart-tabbed-menu
  .ag-chart-settings
  .ag-chart-settings-wrapper
  .ag-chart-settings-mini-wrapper
  .ag-chart-mini-thumbnail {
  cursor: pointer;
}
.ag-chart-tabbed-menu
  .ag-chart-settings
  .ag-chart-settings-wrapper
  .ag-chart-settings-mini-wrapper
  .ag-chart-mini-thumbnail
  canvas {
  display: block;
}
.ag-chart-tabbed-menu .ag-chart-data-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ag-chart .ag-chart-menu > span {
  opacity: 0.5;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  height: 24px;
  margin: 2px 0;
  cursor: pointer;
}
.ag-chart .ag-chart-menu > span:hover {
  border-radius: 5px;
}
.ag-chart:hover .ag-chart-menu:not(.ag-has-popup) {
  opacity: 1;
  pointer-events: all;
}
.ag-chart:hover .ag-chart-menu:not(.ag-has-popup):hover > span {
  opacity: 1;
}
.ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-mini-wrapper > div {
  margin: 5px;
  border-radius: 5px;
}
.ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-nav-bar {
  padding: 0 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ag-chart-tabbed-menu
  .ag-chart-settings
  .ag-chart-settings-nav-bar
  .ag-nav-card-selector {
  padding: 0 10px;
}
.ag-chart-tabbed-menu
  .ag-chart-settings
  .ag-chart-settings-nav-bar
  .ag-nav-card-selector
  .ag-nav-card-item {
  cursor: pointer;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ag-chart-tabbed-menu .ag-chart-settings-mini-wrapper {
    justify-content: center;
  }
}
@font-face {
  font-family: agGridBalham;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBlIAAAC8AAAAYGNtYXAXVtK5AAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zg7/GJAAAAF4AAAbBGhlYWQVMyQHAAAcfAAAADZoaGVhB8ID+AAAHLQAAAAkaG10eNIAIgMAABzYAAAA3GxvY2G7pMIeAAAdtAAAAHBtYXhwAEQAlQAAHiQAAAAgbmFtZdCFKGIAAB5EAAABwnBvc3QAAwAAAAAgCAAAACAAAwP2AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpMgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6TL//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAADAD///wPBA4EAJwBQAHAAAAEeARcWFRYUBxQHDgEHBiMGIiciJy4BJyY1JjQ3NDc+ATc2MzYyFzIFIgYHBgcOARcUFx4BFxYXFjI3Njc+ATc2NzY0JyYnLgEnJiMiBgcGIwEjNSEcARUeARcWBgcOARUhNTMVITQ2Nz4BJy4BJzUhAyQ+XAIBAQEBAlw+SUlJkklJST1dAgEBAQECXD5JSUmSSUn+BSU6AQEBAQEBAwI1JElJSpJKSUkkNQIDAQEBAQMCNSRJSEmRSUhJAeBA/wABdRkQChgnVgEAQP6ABhstZCAuYgIBgAOAAlw+SUlJkklJST5cAgEBAQECXD5JSUmSSUlJPlwCAQEBQTgmSElJkklJSSQ1AgMBAQEBAwI1JElJSpJKSUkkNQIDAQEB/wBAAQEBIEIrHEQXIj0aQIAmTBgnRx8pRzRFAAEAUwATA60DbQAnAAATFwcnNx4BFwchEQcnNx4BFwcnESEnNx4BFwcnNyERNx4BFwcnNxcRzUoulpYMFgxKARNJLpcmSyYuSQETSi4lTCWWLkr+7UkMFgyXly5JAaBJLpeXDBYMSQETSi6WJUwlLkr+7UkuJksmly5J/u1KDBYMlpYuSgETAAABASkAmQLXAucACgAAAQcnNx4BFwcnESMB4Iku1zZrNi6JQAJsiS3XNms2LYn+LQADAIAAQAOAA0AAGwA3AEYAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYHMhceARcWFRQHDgEHBiMiJy4BJyY1NDc+ATc2EzceARcHFwcnByc3JzcXAgBPRkZpHh4eHmlGRk9PRkZpHh4eHmlGRk9COzpXGRkZGVc6O0JCOzpXGRkZGVc6O0KpDBYMqqouqakuqqouqQNAHh5pRkZPT0ZGaR4eHh5pRkZPT0ZGaR4eQBkZVzo7QkI7OlcZGRkZVzo7QkI7OlcZGf7tqgwWDKmpLqqqLqmpLqoAAwDVAJUDKwLrAAQACQANAAATMxEjETczESMREzMRI9WAgO94eO94eAI3/l4BorT9qgJW/qr/AAADAAD/wAQAA8AAEAAhACkAAAUhIiY1ETQ2MyEyFhURFAYjEyEiBhURFBYzITI2NRE0JiMHASc3FwEeAQNI/XBMbGxMApBMbGxMAv1tLUFBLQKTLUFALgz+VNAznQF5DRpAbEwCkExsbEz9cExsA7lBLf1tLkBALgKTLUH3/lPRNJ0BeA0aAAAAAwAA/8AEAAPAABAAIQAlAAAFISImNRE0NjMhMhYVERQGIxMhIgYVERQWMyEyNjURNCYjAyE1IQNI/XBMbGxMApBMbGxMAv1tLUFBLQKTLUFALiX9tgJKQGxMApBMbGxM/XBMbAO5QS39bS5AQC4Cky1B/iJKAAAAAgAA/8AEAAPAABAAIQAAATIWFREUBiMhIiY1ETQ2MyEXISIGFREUFjMhMjY1ETQmIwNITGxsTP1wTGxsTAKQAv1tLUFBLQKTLUFALgPAbEz9cExsbEwCkExsR0Et/W0uQEAuApMtQQACAMAAoAHAAuAACQAPAAAlIREhFBUcARUUAxEzESoBAcD/AAEAwIAgQKACQEhISJBISAG4/kABwAAAAAAEAMAAoANAAuAAAwAHAAsADwAAJSMRMxMjETMTIxEzASMRMwHAQEDAQEDAQED9wEBAoAJA/cACQP3AAkD9wAJAAAAAAAEBXgCpAqIC1wAHAAABBxcHCQEeAQKi6ekt/ukBFwsXAqnp6S4BFwEXDBYAAwCgAEADYANAABAAIAAzAAAlIyImNRE0NjsBMhYVERQGIxMhIgYVERQWMyEyNjURNCYBIzwBNRE0NjMhOgEzFSEiBhURAr77Q2BgQ/tDX19DBf79Jzc3JwEDJzc3/fdBX0MBmgECAf5dJjZAX0QBOkNgYEP+xkRfAkA4Jv67Jzc3JwFFJjj+AAEEAgIXQ19ANib93AAAAAABASkA6QLXApcADgAAATceARcHFwcnByc3JzcXAgCpDBYMqqouqakuqqouqQHtqgwWDKmpLqqqLqmpLqoAAAAABQBAAAADwAOAACUAMgA/AEsAUQAAAT4BNTQmIyIGFRQWMzI2NxcHLgEjIgYVFBYzMjY1NCYnNwEzNQEHIiY1NDYzMhYVFAYjESImNTQ2MzIWFRQGIwEiJjU0NjMyFhUUBgkBFwE1IwGWCAhpSkppaUoUJRFpaRElFEppaUpKaQgIagE6hv3WoyU0NCUlNTUlJTQ0JSU1NSUBDQkNDQkJDQ0BMf7zWQE6hgKDESUUSmlpSkppCAhqaggIaUpKaWlKFCURaf7HLQIpEDUlJTQ0JSU1/ec0JSU1NSUlNAFQDQkJDQ0JCQ0Bqf7zWQE5LQAABwCGAFYDegMqAAsADwAbACgALAA4ADwAADciBhUUFjMyNjU0JgU1IRUDIgYVFBYzMjY1NCYHMhYVFAYjIiY1NDYzBSE1IQEyFhUUBiMiJjU0NgUhNSHGGiYmGhslJQKZ/eaaGiYmGhslJRsSGRkSERkZEQIJ/pEBb/33GyUlGxomJgLO/eYCGtYmGhslJRsaJmtVVQGVJhoaJiYaGiYVGRISGRkSEhlWVgE/JRsaJiYaGyVqVQAAAAEBKQCZAtcC5wAKAAABNx4BFwcnNxcRMwIgiQwWDNfXLolAARSJCxcL19ctiQHTAAEBXgCpAqIC1wAMAAAJASc3JzcWFx4BFxYXAqL+6S3p6S0jIyNFIyMjAcD+6S7p6S4jIyNGIiMjAAAAAAUAQwBzA70DDQAsAEoAaABzAH0AAAE+ATc6ATMWFx4BFxYXMAYHDgEHFwcnBgcGJicmJy4BJy4BJzA2Nz4BNyc3FwcOAQ8BFhceARcWNz4BNycOASMiJy4BJyY1NDY3JwE+AT8BJicuAScmBw4BBxc+ATMyFx4BFxYVFAYHFwEOARUUFjMyNjcnBT4BNTQmIyIGBwEqL2g2BwQHSENCci0tGzkuECQTPi1LOUBAgD49NSlEGQoPCiUbFzcgPi1KCjFOGAEdNzeJTExICxYKHRxEJi8oKT0SERcVMAHBMU0YARgnKGU7Oz4pUCUkHEQmLikpPRESGBUq/p0MDl5CGC0T3gELDQ5eQhksEwLEFxsCAhgXUjk4RHYwER4NPi1LHA0MCBUVJh5KLBEiGFMkHzYWPi1JUSFZNwJFNTU/BwcXBAgFHRUYEhI8KSkuJkQcMf6ZIVo3AjguLkESEgEBExEjFRcREj0pKC8lRRwqAQgTLBlCXg4N3bATLRhDXQ4MAAQAQwCZA70C9gAkAEMAYABzAAABFhceARcWFzAGBwYHDgEnJicuAScuAScwNjc2Nz4BNzY3OgEzBwYHDgEHBg8BFhceARcWNzY3PgE3Nj8BJicuAScmIxcyFx4BFxYVFAcOAQcGIyInLgEnJjU0Nz4BNzYzFzA0MTQmIyIGHQEUFjMyNjUwNAIJSENCci0tGzkuOk5OqFNURSlEGQoPCiUbICkqYDU1NwcEBxE7ODdgJyYYAR03N4lMTEgqJSZAGhoSARgnKGU7Oz4ILSgnOxESEhE7JygtLSgnOxESEhE7JygtoF5CQl5eQkJeAvYCGBdSOThEdjA9IyQQFRQyHkosESIYUyQrIyMyDg4CQAISE0AtLDYCRTU1PwcHFw0WFjsjIygDOC4tQhIRHxEROycoLS0oJzsSERESOycoLS0oJzsREdgBQl5eQgJCXl5CAQAAAAACAMAAoANAAwAAHQA7AAABBgcOAQcGBw4BHQEHNDYnNCYnJicuAScmJzUhHAEFFBYXFhceARcWFxU3NTY3PgE3Njc+ATUiIyoBIyIDQAEWFUElJiAEBMACAgUDISUmQBYVAQKA/cAEBCElJkAWFQFAARYVQSUmIAQEQEBAgEBAArogHx8/ICAiBQsGdZBCg0IGCgQiISJAHh8dRhEjDAcOBiIhIkAeHx2GMFYgHx8/ICAiBg4HAAAAAgD1AKkDCwLXAAcACwAAAQcXBwkBHgElESMRAwvp6S3+6QEXCxf+NUACqenpLgEXARcMFgv+AAIAAAAADADAAMADQALAAAMABwALAA8AEwAXABsAHwAjACcAKwAvAAAlIzUzFyM1MxcjNTMXIzUzJSM1MxcjNTMXIzUzFyM1MyUjNTMXIzUzFyM1MxcjNTMBAEBAwEBAwEBAwEBA/cBAQMBAQMBAQMBAQP3AQEDAQEDAQEDAQEDAgICAgICAgECAgICAgICAQICAgICAgIAAAAgAP///A8EDgQAnAFAAVABYAFwAYABkAGgAAAEeARcWFRYUBxQHDgEHBiMGIiciJy4BJyY1JjQ3NDc+ATc2MzYyFzIFIgYHBgcOARcUFx4BFxYXFjI3Njc+ATc2NzY0JyYnLgEnJiMiBgcGIxMjNTMFITUhJSM1MwUhNSElIzUzBSE1IQMkPlwCAQEBAQJcPklJSZJJSUk9XQIBAQEBAlw+SUlJkklJ/gUlOgEBAQEBAQMCNSRJSUqSSklJJDUCAwEBAQEDAjUkSUhJkUlISeCAgAGA/sABQP6AgIABgP7AAUD+AICAAgD+QAHAA4ACXD5JSUmSSUlJPlwCAQEBAQJcPklJSZJJSUk+XAIBAQFBOCZISUmSSUlJJDUCAwEBAQEDAjUkSUlKkkpJSSQ1AgMBAQH94EBAQEBAQEBAQEBAAAAAAAQAQwDIA70CuAAkAE0AYABwAAABFhceARcWFzAGBwYHDgEHBicmJy4BJyYnMDY3Njc+ATc2MzoBByIGBwYHDgEHBgcwFhcWFx4BNzY3Njc+ATc2NzAmJyYnLgEnJiMqASMXHgEVFAYHDgEnLgEnNDY3PgEzBw4BBwYWFxY2NzYmJy4BIwIJQEJBdS8wHUI7KS8vYzIyMDs5OmYpKRlFPyElJU4oKCcHBAoNGQwuMC9VIyMVHx8qNDRvODgxKigoSB0dEh8fHiUkTyopKAYEBhJGixgZMHw0PGcCGRwkUjoTI0gWGxovPYweGyAwFyAoArgBDAw5Ly9IfSkdEhERAQEDBBAPOy0tPoEqFw4PEQQEQAEBAwsLKyEhLj8cKBUVEQICBwYNDSweHic/HRwTEhQFBB0CRVQgPRQmBgUFTUEiQhYaDEABCRkgXA0RByUiXAsGAgACAPUAqQMLAtcADAAQAAAJASc3JzcWFx4BFxYXEyMRMwI5/ukt6ektIyMiRiMjI9JAQAHA/uku6ekuIyMjRiIjI/8AAgAAAAACAHkAkwOHAu0ACwAWAAABByEVIRcHCQEeARcFFzcnITUhNycOAQI0QAGT/m1Ajf7SAS4jRyP+oNMygAHu/hKAMjVpAmBAwECNAS0BLSNHI6DTM4BAgDM1aQAAAAgAYAAgA6ADYAADAAkADwATABcAHQAjACcAACUjETMnByc3HgEFByc3HgE3ITUhBSE1ITcHJzceASUHJzceAQUjETMCIEBAc80tzQsXAastzS0zZ4b/AAEA/cD/AAEATS3NLTNnAdPNLc0LF/7eQEAgAQAgzS3NCxerLc0tM2fNQEBAYC3NLTNnbc0tzQsXiwEAAAACAPEAsQMPAs8ABwAOAAATHwEnNycHJyUvARcHFzfxA99HdFN1RwIeA99HdFN1AZPfA0d1U3RHWt8DR3VTdAAAAwDAAOADQAKgAAMABwALAAAlITUhNSE1ITUhNSEDQP2AAoD9gAKA/YACgOBAgECAQAAAAAIAywCKAzUC9gAHAA8AACUvARcHFzcXEx8BJzcnBycB2gTeR3RTdUdMBN5HdFN1R7jeBEh1U3VHAhDeBEh1U3VHAAAAAgCAAWADgAIgAAUADwAAASE1IRwBJRUhNSIjKgEjIgOA/QADAP1AAoBQUFCgUFABYMAwYFBAQAABAV4AqQKiAtcADAAACQEnNyc3FhceARcWFwKi/ukt6ektIyMjRSMjIwHA/uku6ekuIyMjRiIjIwAAAAACAEAAoAPAAuAACgAWAAABNx4BFwcnNxcRMwEjEQcnNx4BFwcnEQFBkAwXDODgL5BCAcBCkC/gOHA4L5ABGIYLFgvS0iyGAcj9wAHIhizSNGk1LIb+OAAABgB2AEADiwNLABwAMgBBAFMAYgBuAAABFhceARcWBwYHDgEnJicmJy4BNzY3Njc+ATc2FwcGBw4BBwYXFhceATc2NzYnLgEnJgcXFgcOAQcGJy4BLwEBHgEBFjc+ATc2NzYmJwYHDgEHBgcTMhYfAQEmJyY2NzY3OgEHBgcOAQcGFwEuAQcCBmJVVWsODS0nTk23XV5HLx4eFwgIHBknJl83NzkKU0dIWgoLJyhTU7lVVS0lCglYSUlc8yMICE1AQU4cNBgoAYMGC/7YKCkqSRwbDAgBCSEgIUEhICFDIUAdKf59JQUGMjg4WAQKBjAqKjcKCg4BBhEiEgNLAjU1pGVkYFQ3NyUVFEMrOTp+QEA6MiopOhAQAUABLS2MVVRRUy0tBCorXExVVY8vLgHNQEpJeyUmCAIRDRYBgwoU/q0MBQUnIB8pHj0dICEhQSEgIQHWERAW/nxBS0yCLi0GQAIZGU0wLy4BBQUFAQAAAAADAIAAMAOAA1AAGgAmADoAAAE0JiMiBhUqASMiBhURFBYzITI2NRE0JiMqAQcyFhUUBiMiJjU0NgEhIiY1ETQ2OwEVITUzMhYVERQGAoA4SEg4IEAgNUtLNQIANUtLNSBAoBIZGRISGRkBEv4AGiYmGkABgEAaJiYC8BhISBhLNf5ANUtLNQHANUsRGBERGBgRERj9kSYaAcAaJoCAJhr+QBomAAIAcAAwA5ADUAAoAEAAAAEnMDY3PgEXNyY3PgE3NjEWFx4BFxYXDgEHDgEnBx4BFxYGDwEnByc3AQ4BHwEHJgYHAT4BNzYmJzcwFjcnMAYxAVmVBg8hcTBlCRAQLBQUJSQlSSUlJAULBRpFKmoBAQIDKC8Ymukt6QEIERoKEKAwYhMBIQIEAh4HB5o6JNoBAUeVJxUtDwljHB0dLg8PJSUkSiUkJQcOByMvB2cJARszYBgMmuou6QG2DiYPF58MAh7+3wIDAhpWLJoRKtkBAAAKAD///wPBA4EAJwA7AEcAYQBnAG4AewCGAIwAkgAAAR4BFxYVFhQHFAcOAQcGIwYiJyInLgEnJjUmNDc0Nz4BNzYzNjIXMhMhERYzFjY3Njc+ATc2Nz4BJzQnARQWFR4BFzIWMzUjAQcnNx4BFwcnFQ4BByMXByc3HgEXBxY2NzUFFBYVMzUnBhQHMzUjNyoBIyIGBxQGFTM1MyUVMzQmNS4BJyImJQYiBxUzNyYiIxUzAyQ+XAIBAQEBAlw+SUlJkklJST1dAgEBAQECXD5JSUmSSUmo/bo9PT16PT09JDUCAgIBAQEC/PwBAjUkCBAIfAJBCS5XFisWLgkBXD93Ci5WVgwWDAtRggH9vAF+fQEBf32/GC4XJToBAXxCAcd9AQI1JAgQ/vMhQSCCwyBBIYIDgAJcPklJSZJJSUk+XAIBAQEBAlw+SUlJkklJST5cAgEBAf8A/bwCAQEBAgICNSQ9PTx6PT08/jwJEQgkNQIBfgEWCi5WFSwVLgpzP18CCS5XVwwWDAoBHUVzVCFAIIHCIUAhgv84JhgwGUF/fwkRCSQ1AgECAQF/gAGBAAACAKAAYANgAyAADQAbAAABIRUhESMRITUhETMcAScRIRUhETMRITUhESoBAmABAP8AwP8AAQDAgP8AAQBAAQD/ABAgAiDA/wABAMABAECAgP8AQP8AAQBAAQAAAAEBXgCpAqIC1wAHAAABBxcHCQEeAQKi6ekt/ukBFwsXAqnp6S4BFwEXDBYAAgAA/8AEAAPAABsANwAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJgcyFx4BFxYVFAcOAQcGIyInLgEnJjU0Nz4BNzYCAGpdXYspKCgpi11dampdXYspKCgpi11dal1RUnojIyMjelJRXV1RUnojIyMjelJRA8AoKYtdXWpqXV2LKSgoKYtdXWpqXV2LKShAIyN6UlFdXVFSeiMjIyN6UlFdXVFSeiMjAAMAAP/ABAADwAAbADcAUwAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJgcyFx4BFxYVFAcOAQcGIyInLgEnJjU0Nz4BNzYBFAcOAQcGIyInLgEnJjU0Nz4BNzYzMhceARcWAgBqXV2LKSgoKYtdXWpqXV2LKSgoKYtdXWpdUVJ6IyMjI3pSUV1dUVJ6IyMjI3pSUQGdGRlXOjtCQjs6VxkZGRlXOjtCQjs6VxkZA8AoKYtdXWpqXV2LKSgoKYtdXWpqXV2LKShAIyN6UlFdXVFSeiMjIyN6UlFdXVFSeiMj/kBCOzpXGRkZGVc6O0JCOzpXGRkZGVc6OwAAAAACAHkAkwOHAu0ADgAZAAAJASc3ITUhJzcWFx4BFxYlFyEVIQcXNycOAQOH/tKNQP5tAZNAjSYmJUwlJv7GgP4SAe6AMtPTDBoBwP7TjUDAQI0lJiZLJiV6gECAM9PTDRkAAAAAAgCAAEADgANAAA4AGAAAAREhESMRFBYzITI2NREjBTcXByc3FxEzEQMr/apVMiMCViMyVf8AbjzV1TxuVgHA/tUBK/7VIzIyIwErHW481dU8bgGd/mMAAAEA6QEeAxcCYgAHAAAJAjcXNx4BAxf+6f7pLunpDBYCNf7pARct6ekLFwAAAQFeAKkCogLXAAcAAAEHFwcJAR4BAqLp6S3+6QEXCxcCqenpLgEXARcMFgABAV4AqQKiAtcADAAACQEnNyc3FhceARcWFwKi/ukt6ektIyMjRSMjIwHA/uku6ekuIyMjRiIjIwAAAAABAOkBHgMXAmIACwAAAQcnBycBFhceARcWAxcu6ekuARcjIyJGIyMBSy3p6S0BFyMjI0UjIwAAAAEA6QDuAxcCkgAHAAAJASc3FwEeAQMX/om3LokBSQwWAmX+ibctiQFJCxcAAQFeAKkCogLXAAwAAAkBJzcnNxYXHgEXFhcCov7pLenpLSMjI0UjIyMBwP7pLunpLiMjI0YiIyMAAAAAAQDAAaADQAHgAAMAABMhFSHAAoD9gAHgQAAAAAEA6QEeAxcCYgAHAAAJAjcXNx4BAxf+6f7pLunpDBYCNf7pARct6ekLFwAAAQAAAAEAANyY99NfDzz1AAsEAAAAAADZCe/FAAAAANkJ78UAAP/ABAADwAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAAEAAABAAAAAAAAAAAAAAAAAAAANwQAAAAAAAAAAAAAAAIAAAAEAAA/BAAAUwQAASkEAACABAAA1QQAAAAEAAAABAAAAAQAAMAEAADABAABXgQAAKAEAAEpBAAAQAQAAIYEAAEpBAABXgQAAEMEAABDBAAAwAQAAPUEAADABAAAPwQAAEMEAAD1BAAAeQQAAGAEAADxBAAAwAQAAMsEAACABAABXgQAAEAEAAB2BAAAgAQAAHAEAAA/BAAAoAQAAV4EAAAABAAAAAQAAHkEAACABAAA6QQAAV4EAAFeBAAA6QQAAOkEAAFeBAAAwAQAAOkAAAAAAAoAFAAeAMQBCAEgAY4BqgHuAioCXgJ8Ap4CtAMAAyADmAP0BAwEKgTqBZQF8AYOBlgG+gekB8gH9ghACGAIegicCLgI1gkCCboKDAp0C0wLeguQC+YMZgyYDMQM2gzwDQ4NKg1ADV4NbA2CAAEAAAA3AJMADAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAMAAAAAQAAAAAAAgAHAI0AAQAAAAAAAwAMAEUAAQAAAAAABAAMAKIAAQAAAAAABQALACQAAQAAAAAABgAMAGkAAQAAAAAACgAaAMYAAwABBAkAAQAYAAwAAwABBAkAAgAOAJQAAwABBAkAAwAYAFEAAwABBAkABAAYAK4AAwABBAkABQAWAC8AAwABBAkABgAYAHUAAwABBAkACgA0AOBhZ0dyaWRCYWxoYW0AYQBnAEcAcgBpAGQAQgBhAGwAaABhAG1WZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBhZ0dyaWRCYWxoYW0AYQBnAEcAcgBpAGQAQgBhAGwAaABhAG1hZ0dyaWRCYWxoYW0AYQBnAEcAcgBpAGQAQgBhAGwAaABhAG1SZWd1bGFyAFIAZQBnAHUAbABhAHJhZ0dyaWRCYWxoYW0AYQBnAEcAcgBpAGQAQgBhAGwAaABhAG1Gb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA")
    format("truetype");
  font-weight: 400;
  font-style: normal;
}
.ag-theme-balham {
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.ag-theme-balham .ag-cell-inline-editing,
.ag-theme-balham .ag-menu,
.ag-theme-balham .ag-overlay-loading-center,
.ag-theme-balham .ag-popup-editor,
.ag-theme-balham .ag-select-agg-func-popup,
.ag-theme-balham .ag-theme-balham.ag-dnd-ghost {
  border: 1px solid #d9e2ec;
}
.ag-theme-balham .ag-tab-header .ag-tab {
  border: 1px solid transparent;
  margin: 4px 4px 0;
  padding: 4px 8px;
}
.ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected {
  border-bottom: 2px solid #fff;
  border-color: #d9e2ec;
}
.ag-theme-balham label {
  margin-bottom: 0;
}
.ag-theme-balham * {
  box-sizing: border-box;
}
.ag-theme-balham * :after,
.ag-theme-balham * :before,
.ag-theme-balham :focus {
  outline: 0;
  box-sizing: border-box;
}
.ag-theme-balham .ag-tab {
  box-sizing: content-box;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-1 {
  padding-left: 10px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-1 {
  padding-right: 10px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-1 {
  padding-left: 10px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-1 {
  padding-right: 10px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-2 {
  padding-left: 20px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-2 {
  padding-right: 20px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-2 {
  padding-left: 20px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-2 {
  padding-right: 20px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-3 {
  padding-left: 30px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-3 {
  padding-right: 30px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-3 {
  padding-left: 30px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-3 {
  padding-right: 30px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-4 {
  padding-left: 40px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-4 {
  padding-right: 40px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-4 {
  padding-left: 40px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-4 {
  padding-right: 40px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-5 {
  padding-left: 50px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-5 {
  padding-right: 50px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-5 {
  padding-left: 50px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-5 {
  padding-right: 50px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-6 {
  padding-left: 60px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-6 {
  padding-right: 60px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-6 {
  padding-left: 60px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-6 {
  padding-right: 60px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-7 {
  padding-left: 70px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-7 {
  padding-right: 70px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-7 {
  padding-left: 70px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-7 {
  padding-right: 70px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-8 {
  padding-left: 80px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-8 {
  padding-right: 80px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-8 {
  padding-left: 80px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-8 {
  padding-right: 80px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-9 {
  padding-left: 90px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-9 {
  padding-right: 90px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-9 {
  padding-left: 90px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-9 {
  padding-right: 90px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-10 {
  padding-left: 100px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-10 {
  padding-right: 100px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-10 {
  padding-left: 100px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-10 {
  padding-right: 100px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-11 {
  padding-left: 110px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-11 {
  padding-right: 110px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-11 {
  padding-left: 110px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-11 {
  padding-right: 110px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-12 {
  padding-left: 120px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-12 {
  padding-right: 120px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-12 {
  padding-left: 120px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-12 {
  padding-right: 120px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-13 {
  padding-left: 130px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-13 {
  padding-right: 130px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-13 {
  padding-left: 130px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-13 {
  padding-right: 130px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-14 {
  padding-left: 140px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-14 {
  padding-right: 140px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-14 {
  padding-left: 140px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-14 {
  padding-right: 140px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-15 {
  padding-left: 150px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-15 {
  padding-right: 150px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-15 {
  padding-left: 150px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-15 {
  padding-right: 150px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-16 {
  padding-left: 160px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-16 {
  padding-right: 160px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-16 {
  padding-left: 160px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-16 {
  padding-right: 160px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-17 {
  padding-left: 170px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-17 {
  padding-right: 170px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-17 {
  padding-left: 170px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-17 {
  padding-right: 170px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-18 {
  padding-left: 180px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-18 {
  padding-right: 180px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-18 {
  padding-left: 180px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-18 {
  padding-right: 180px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-19 {
  padding-left: 190px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-19 {
  padding-right: 190px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-19 {
  padding-left: 190px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-19 {
  padding-right: 190px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-20 {
  padding-left: 200px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-20 {
  padding-right: 200px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-20 {
  padding-left: 200px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-20 {
  padding-right: 200px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-21 {
  padding-left: 210px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-21 {
  padding-right: 210px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-21 {
  padding-left: 210px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-21 {
  padding-right: 210px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-22 {
  padding-left: 220px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-22 {
  padding-right: 220px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-22 {
  padding-left: 220px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-22 {
  padding-right: 220px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-23 {
  padding-left: 230px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-23 {
  padding-right: 230px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-23 {
  padding-left: 230px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-23 {
  padding-right: 230px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-24 {
  padding-left: 240px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-24 {
  padding-right: 240px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-24 {
  padding-left: 240px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-24 {
  padding-right: 240px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-25 {
  padding-left: 250px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-25 {
  padding-right: 250px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-25 {
  padding-left: 250px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-25 {
  padding-right: 250px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-26 {
  padding-left: 260px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-26 {
  padding-right: 260px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-26 {
  padding-left: 260px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-26 {
  padding-right: 260px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-27 {
  padding-left: 270px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-27 {
  padding-right: 270px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-27 {
  padding-left: 270px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-27 {
  padding-right: 270px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-28 {
  padding-left: 280px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-28 {
  padding-right: 280px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-28 {
  padding-left: 280px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-28 {
  padding-right: 280px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-29 {
  padding-left: 290px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-29 {
  padding-right: 290px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-29 {
  padding-left: 290px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-29 {
  padding-right: 290px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-30 {
  padding-left: 300px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-30 {
  padding-right: 300px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-30 {
  padding-left: 300px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-30 {
  padding-right: 300px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-31 {
  padding-left: 310px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-31 {
  padding-right: 310px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-31 {
  padding-left: 310px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-31 {
  padding-right: 310px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-32 {
  padding-left: 320px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-32 {
  padding-right: 320px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-32 {
  padding-left: 320px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-32 {
  padding-right: 320px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-33 {
  padding-left: 330px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-33 {
  padding-right: 330px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-33 {
  padding-left: 330px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-33 {
  padding-right: 330px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-34 {
  padding-left: 340px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-34 {
  padding-right: 340px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-34 {
  padding-left: 340px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-34 {
  padding-right: 340px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-35 {
  padding-left: 350px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-35 {
  padding-right: 350px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-35 {
  padding-left: 350px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-35 {
  padding-right: 350px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-36 {
  padding-left: 360px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-36 {
  padding-right: 360px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-36 {
  padding-left: 360px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-36 {
  padding-right: 360px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-37 {
  padding-left: 370px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-37 {
  padding-right: 370px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-37 {
  padding-left: 370px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-37 {
  padding-right: 370px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-38 {
  padding-left: 380px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-38 {
  padding-right: 380px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-38 {
  padding-left: 380px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-38 {
  padding-right: 380px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-39 {
  padding-left: 390px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-39 {
  padding-right: 390px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-39 {
  padding-left: 390px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-39 {
  padding-right: 390px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-40 {
  padding-left: 400px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-40 {
  padding-right: 400px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-40 {
  padding-left: 400px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-40 {
  padding-right: 400px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-41 {
  padding-left: 410px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-41 {
  padding-right: 410px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-41 {
  padding-left: 410px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-41 {
  padding-right: 410px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-42 {
  padding-left: 420px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-42 {
  padding-right: 420px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-42 {
  padding-left: 420px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-42 {
  padding-right: 420px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-43 {
  padding-left: 430px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-43 {
  padding-right: 430px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-43 {
  padding-left: 430px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-43 {
  padding-right: 430px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-44 {
  padding-left: 440px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-44 {
  padding-right: 440px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-44 {
  padding-left: 440px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-44 {
  padding-right: 440px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-45 {
  padding-left: 450px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-45 {
  padding-right: 450px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-45 {
  padding-left: 450px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-45 {
  padding-right: 450px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-46 {
  padding-left: 460px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-46 {
  padding-right: 460px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-46 {
  padding-left: 460px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-46 {
  padding-right: 460px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-47 {
  padding-left: 470px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-47 {
  padding-right: 470px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-47 {
  padding-left: 470px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-47 {
  padding-right: 470px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-48 {
  padding-left: 480px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-48 {
  padding-right: 480px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-48 {
  padding-left: 480px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-48 {
  padding-right: 480px;
}
.ag-theme-balham .ag-ltr .ag-toolpanel-indent-49 {
  padding-left: 490px;
}
.ag-theme-balham .ag-rtl .ag-toolpanel-indent-49 {
  padding-right: 490px;
}
.ag-theme-balham .ag-ltr .ag-row-group-indent-49 {
  padding-left: 490px;
}
.ag-theme-balham .ag-rtl .ag-row-group-indent-49 {
  padding-right: 490px;
}
.ag-theme-balham .ag-cell .ag-icon {
  display: inline-block;
  vertical-align: middle;
}
.ag-theme-balham .ag-checkbox-label,
.ag-theme-balham .ag-radio-button-label {
  cursor: default;
  margin-left: 4px;
}
.ag-theme-balham .ag-checkbox-label:empty,
.ag-theme-balham .ag-radio-button-label:empty {
  margin: 0;
}
.ag-theme-balham .ag-ltr .ag-row-group-leaf-indent {
  margin-left: 28px;
}
.ag-theme-balham .ag-ltr .ag-cell {
  border-right: 1px solid transparent;
}
.ag-theme-balham
  .ag-ltr
  .ag-cell:not(.ag-cell-focus).ag-cell-first-right-pinned,
.ag-theme-balham .ag-ltr .ag-row.ag-cell-first-right-pinned {
  border-left: 1px solid #d9e2ec;
}
.ag-theme-balham .ag-ltr .ag-cell:not(.ag-cell-focus).ag-cell-last-left-pinned,
.ag-theme-balham .ag-ltr .ag-row.ag-cell-last-left-pinned {
  border-right: 1px solid #d9e2ec;
}
.ag-theme-balham .ag-rtl .ag-row-group-leaf-indent {
  margin-right: 28px;
}
.ag-theme-balham .ag-rtl .ag-cell {
  border-left: 1px solid transparent;
}
.ag-theme-balham
  .ag-rtl
  .ag-cell:not(.ag-cell-focus).ag-cell-first-right-pinned,
.ag-theme-balham .ag-rtl .ag-row.ag-cell-first-right-pinned {
  border-left: 1px solid #d9e2ec;
}
.ag-theme-balham .ag-rtl .ag-cell:not(.ag-cell-focus).ag-cell-last-left-pinned,
.ag-theme-balham .ag-rtl .ag-row.ag-cell-last-left-pinned {
  border-right: 1px solid #d9e2ec;
}
.ag-theme-balham .ag-value-change-delta {
  padding-right: 2px;
}
.ag-theme-balham .ag-value-change-delta-up {
  color: #43a047;
}
.ag-theme-balham .ag-value-change-delta-down {
  color: #e53935;
}
.ag-theme-balham .ag-value-change-value {
  background-color: transparent;
  border-radius: 1px;
  padding-left: 1px;
  padding-right: 1px;
  transition: background-color 1s;
}
.ag-theme-balham .ag-value-change-value-highlight {
  background-color: rgba(22, 160, 133, 0.5);
  transition: background-color 0.1s;
}
.ag-theme-balham .ag-input-text-wrapper input:not([type]),
.ag-theme-balham .ag-input-text-wrapper input[type="date"],
.ag-theme-balham .ag-input-text-wrapper input[type="datetime-local"],
.ag-theme-balham .ag-input-text-wrapper input[type="tel"],
.ag-theme-balham .ag-input-text-wrapper input[type="text"] {
  border: 1px solid #d9e2ec;
}
.ag-theme-balham .ag-input-text-wrapper input:not([type]):disabled,
.ag-theme-balham .ag-input-text-wrapper input[type="date"]:disabled,
.ag-theme-balham .ag-input-text-wrapper input[type="datetime-local"]:disabled,
.ag-theme-balham .ag-input-text-wrapper input[type="tel"]:disabled,
.ag-theme-balham .ag-input-text-wrapper input[type="text"]:disabled {
  color: rgba(0, 0, 0, 0.38);
  background-color: #ebebeb;
  border-color: rgba(217, 226, 236, 0.3);
}
.ag-theme-balham .ag-input-text-wrapper input[type="date"] {
  flex: 1 1 auto;
}
.ag-theme-balham .ag-input-text-wrapper textarea {
  border: 1px solid #d9e2ec;
}
.ag-theme-balham .ag-input-text-wrapper textarea:disabled {
  color: rgba(0, 0, 0, 0.38);
  background-color: #ebebeb;
  border-color: rgba(217, 226, 236, 0.3);
}
.ag-theme-balham .ag-header {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.ag-theme-balham .ag-pinned-right-header {
  border-left: 1px solid #d9e2ec;
}
.ag-theme-balham .ag-header-row {
  border: none;
}
.ag-theme-balham .ag-row {
  border: 0 solid #d9e2ec;
}
.ag-theme-balham .ag-row:not(.ag-row-first) {
  border-width: 1px 0 0;
}
.ag-theme-balham .ag-row.ag-row-last {
  border-bottom-width: 1px;
}
.ag-theme-balham .ag-horizontal-left-spacer.ag-scroller-corner {
  border-right: none;
}
.ag-theme-balham .ag-horizontal-right-spacer {
  border-left: 1px solid #d9e2ec;
}
.ag-theme-balham .ag-horizontal-right-spacer.ag-scroller-corner {
  border-left: none;
}
.ag-theme-balham .ag-row-hover {
  background-color: #ecf0f1;
}
.ag-theme-balham .ag-numeric-cell {
  text-align: right;
}
.ag-theme-balham .ag-header-cell-label .ag-header-icon {
  margin-left: 4px;
  opacity: 0.87;
}
.ag-theme-balham .ag-header-cell,
.ag-theme-balham .ag-header-group-cell {
  padding-left: 12px;
  padding-right: 12px;
  border: 0 solid #d9e2ec;
}
.ag-theme-balham .ag-header-cell.ag-header-cell-moving,
.ag-theme-balham .ag-header-group-cell.ag-header-cell-moving {
  background-color: #fff;
}
.ag-theme-balham .ag-header-cell:not(.ag-header-group-cell-no-group),
.ag-theme-balham .ag-header-group-cell:not(.ag-header-group-cell-no-group) {
  border-top-width: 1px;
}
.ag-theme-balham .ag-header-row:first-child .ag-header-cell,
.ag-theme-balham .ag-header-row:first-child .ag-header-group-cell {
  border-top-width: 0;
}
.ag-theme-balham .ag-header-cell-resize {
  cursor: col-resize;
  width: 8px;
}
.ag-theme-balham .ag-header-select-all {
  margin-right: 12px;
}
.ag-theme-balham .ag-cell {
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 26px;
  border: 1px solid transparent;
  padding-left: 11px;
  padding-right: 11px;
}
.ag-theme-balham .ag-row-drag {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
  min-width: 28px;
}
.ag-theme-balham .ag-row-dragging,
.ag-theme-balham .ag-row-dragging .ag-row-drag {
  cursor: move;
}
.ag-theme-balham .ag-column-drag {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.ag-theme-balham .ag-row-dragging {
  opacity: 0.5;
}
.ag-theme-balham
  .ag-ltr
  .ag-cell-focus.ag-cell-range-single-cell.ag-cell-range-handle,
.ag-theme-balham .ag-ltr .ag-has-focus .ag-cell-focus.ag-cell-range-single-cell,
.ag-theme-balham
  .ag-ltr
  .ag-has-focus
  .ag-cell-focus:not(.ag-cell-range-selected),
.ag-theme-balham
  .ag-rtl
  .ag-cell-focus.ag-cell-range-single-cell.ag-cell-range-handle,
.ag-theme-balham .ag-rtl .ag-has-focus .ag-cell-focus.ag-cell-range-single-cell,
.ag-theme-balham
  .ag-rtl
  .ag-has-focus
  .ag-cell-focus:not(.ag-cell-range-selected) {
  border: 1px solid #0091ea;
  outline: initial;
}
.ag-theme-balham .ag-menu {
  background: #fff;
  border-radius: 2px;
  box-shadow: none;
  padding: 0;
}
.ag-theme-balham .ag-menu .ag-menu-list {
  cursor: default;
  margin-bottom: 4px;
  margin-top: 4px;
  width: 100%;
}
.ag-theme-balham .ag-menu .ag-menu-option-active {
  background-color: #ecf0f1;
}
.ag-theme-balham .ag-menu .ag-menu-option-disabled {
  opacity: 0.5;
}
.ag-theme-balham .ag-menu .ag-menu-option-text {
  margin-left: 4px;
}
.ag-theme-balham .ag-menu .ag-menu-option-icon {
  padding-left: 4px;
  padding-right: 4px;
  min-width: 24px;
}
.ag-theme-balham .ag-menu .ag-menu-option-shortcut {
  padding-left: 8px;
}
.ag-theme-balham .ag-menu .ag-menu-separator {
  height: 8px;
}
.ag-theme-balham .ag-menu .ag-menu-separator > span {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D'1'%20height%3D'8px'%20viewBox%3D'0%200%201%208px'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cline%20x1%3D'0'%20y1%3D'4px'%20x2%3D'1'%20y2%3D'4px'%20stroke-width%3D'1'%20stroke%3D'%23D9E2EC'%2F%3E%3C%2Fsvg%3E");
}
.ag-theme-balham .ag-menu .ag-menu-option-popup-pointer {
  width: 24px;
  text-align: center;
}
.ag-theme-balham.ag-dnd-ghost {
  background: #fff;
  border-radius: 2px;
  box-shadow: none;
  padding: 0 8px;
  border: 1px solid #d9e2ec;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 600;
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  height: 32px !important;
  line-height: 32px;
  margin: 0;
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.ag-theme-balham.ag-dnd-ghost div,
.ag-theme-balham.ag-dnd-ghost span {
  height: 100%;
  margin: 0;
  padding: 0;
}
.ag-theme-balham.ag-dnd-ghost .ag-dnd-ghost-icon {
  margin-right: 4px;
  opacity: 0.87;
}
.ag-theme-balham .ag-tab-header {
  background: #f5f7f7;
  min-width: 220px;
  width: 100%;
  display: flex;
}
.ag-theme-balham .ag-tab-header .ag-tab {
  display: flex;
  border-bottom: 2px solid transparent;
  height: 16px;
  flex: none;
  align-items: center;
  justify-content: center;
}
.ag-theme-balham .ag-tab-body {
  padding: 4px 0;
}
.ag-theme-balham .ag-tab-body .ag-menu-list {
  margin-bottom: 0;
  margin-top: 0;
}
.ag-theme-balham .ag-tab-body .ag-menu-list > div:first-child > span {
  padding-top: 0;
}
.ag-theme-balham .ag-tab-body .ag-menu-list > div:last-child > span {
  padding-bottom: 0;
}
.ag-theme-balham
  .ag-tab-body
  .ag-menu-list
  > div:last-child
  > .ag-menu-option-popup-pointer {
  background-position-y: 0;
}
.ag-theme-balham .ag-filter .ag-filter-body,
.ag-theme-balham .ag-filter .ag-filter-select {
  margin-bottom: 4px;
}
.ag-theme-balham .ag-filter .ag-filter-body {
  margin-top: 0;
}
.ag-theme-balham .ag-filter .ag-filter-filter {
  margin-left: 4px;
  margin-right: 4px;
}
.ag-theme-balham .ag-filter .ag-filter-select {
  margin: 4px;
}
.ag-theme-balham .ag-filter input[type="radio"] {
  margin: 0 3px 0 6px;
  width: 12px;
  height: 17px;
  vertical-align: top;
}
.ag-theme-balham .ag-filter input[type="date"],
.ag-theme-balham .ag-filter input[type="text"] {
  padding-left: 4px;
}
.ag-theme-balham .ag-filter .ag-set-filter-list {
  height: 168px;
}
.ag-theme-balham .ag-filter .ag-set-filter-item {
  height: 28px;
  display: flex;
  align-items: center;
}
.ag-theme-balham .ag-filter .ag-set-filter-item > div,
.ag-theme-balham .ag-filter .ag-set-filter-item > span {
  margin-left: 5px;
  display: flex;
}
.ag-theme-balham .ag-filter .ag-filter-header-container:nth-child(2) {
  border-bottom: 1px solid #d9e2ec;
}
.ag-theme-balham .ag-filter .ag-filter-apply-panel {
  display: flex;
  justify-content: flex-end;
  padding: 8px 4px 4px;
}
.ag-theme-balham .ag-filter .ag-filter-apply-panel button {
  line-height: 1.5;
}
.ag-theme-balham .ag-filter .ag-filter-apply-panel button + button {
  margin-left: 8px;
}
.ag-theme-balham
  .ag-column-select-panel
  .ag-column-tool-panel-column
  .ag-column-group-icons,
.ag-theme-balham
  .ag-column-select-panel
  .ag-column-tool-panel-column
  .ag-column-select-checkbox,
.ag-theme-balham
  .ag-column-select-panel
  .ag-column-tool-panel-column
  .ag-column-tool-panel-column-label,
.ag-theme-balham
  .ag-column-select-panel
  .ag-column-tool-panel-column-group
  .ag-column-group-icons,
.ag-theme-balham
  .ag-column-select-panel
  .ag-column-tool-panel-column-group
  .ag-column-select-checkbox,
.ag-theme-balham
  .ag-column-select-panel
  .ag-column-tool-panel-column-group
  .ag-column-tool-panel-column-label {
  margin-left: 4px;
  margin-right: 4px;
}
.ag-theme-balham .ag-column-select-panel .ag-primary-cols-list-panel {
  border-top: 1px solid #d9e2ec;
  padding-top: 4px;
}
.ag-theme-balham .ag-column-select-panel .ag-primary-cols-list-panel > div {
  cursor: pointer;
}
.ag-theme-balham
  .ag-column-select-panel
  .ag-column-tool-panel-column.ag-toolpanel-add-group-indent {
  margin-left: 24px;
}
.ag-theme-balham .ag-primary-cols-header-panel {
  border-top: 1px solid #d9e2ec;
  height: 32px;
  align-items: center;
}
.ag-theme-balham .ag-primary-cols-header-panel > div {
  cursor: pointer;
  margin: 0 4px;
}
.ag-theme-balham .ag-primary-cols-header-panel .ag-filter-body {
  margin-left: 4px;
  margin-right: 4px;
}
.ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel {
  width: 100%;
}
.ag-theme-balham
  .ag-tool-panel-wrapper
  .ag-filter-panel
  .ag-filter-toolpanel-instance {
  color: rgba(0, 0, 0, 0.54);
  font-weight: 600;
  flex: auto;
  flex-direction: column;
  flex-wrap: nowrap;
  display: flex;
  flex-flow: column nowrap;
}
.ag-theme-balham
  .ag-tool-panel-wrapper
  .ag-filter-panel
  .ag-filter-toolpanel-instance
  .ag-filter-toolpanel-header {
  padding: 7px 5px;
}
.ag-theme-balham
  .ag-tool-panel-wrapper
  .ag-filter-panel
  .ag-filter-toolpanel-instance
  .ag-filter-toolpanel-header
  > div {
  margin: auto 0;
}
.ag-theme-balham
  .ag-tool-panel-wrapper
  .ag-filter-panel
  .ag-filter-body-wrapper {
  padding-top: 5px;
}
.ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-air {
  border: 1px solid #d9e2ec;
  border-left: 0;
  border-right: 0;
  padding: 4px 0;
}
.ag-theme-balham .ag-tool-panel-wrapper .ag-pivot-mode-panel {
  height: 32px;
  display: flex;
  flex: none;
}
.ag-theme-balham
  .ag-tool-panel-wrapper
  .ag-pivot-mode-panel
  .ag-pivot-mode-select {
  display: flex;
  align-items: center;
  margin-left: 4px;
}
.ag-theme-balham .ag-tool-panel-wrapper .ag-column-select-panel {
  border-bottom: 1px solid #d9e2ec;
  padding-bottom: 3px;
  padding-top: 0;
}
.ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop {
  border-bottom: 1px solid #d9e2ec;
  padding: 4px 0 8px;
}
.ag-theme-balham
  .ag-tool-panel-wrapper
  .ag-column-drop
  .ag-column-drop-empty-message {
  color: rgba(0, 0, 0, 0.38);
  font-weight: 600;
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  padding-left: 24px;
  padding-right: 4px;
  margin-top: 4px;
}
.ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-list {
  cursor: default;
  margin-top: 4px;
}
.ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop > div > :first-child {
  padding-left: 4px;
  padding-right: 4px;
}
.ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop:last-child {
  border-bottom: 0;
}
.ag-theme-balham .ag-numeric-header .ag-header-cell-label .ag-header-icon {
  margin-left: 0;
  margin-right: 4px;
}
.ag-theme-balham .ag-paging-panel {
  border-top: 1px solid #d9e2ec;
  color: rgba(0, 0, 0, 0.54);
  height: 32px;
  padding: 0 12px;
}
.ag-theme-balham .ag-paging-panel > span {
  margin-left: 16px;
}
.ag-theme-balham .ag-paging-page-summary-panel .ag-icon {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.ag-theme-balham .ag-paging-page-summary-panel .ag-icon.ag-disabled {
  color: rgba(0, 0, 0, 0.38);
  opacity: 0.38;
}
.ag-theme-balham .ag-paging-page-summary-panel .ag-icon button {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.ag-theme-balham .ag-paging-page-summary-panel span {
  margin: 0 4px;
}
.ag-theme-balham .ag-row-selected {
  background-color: #b7e4ff;
}
.ag-theme-balham
  .ag-ltr
  .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell),
.ag-theme-balham
  .ag-rtl
  .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell) {
  border: 1px solid transparent;
}
.ag-theme-balham .ag-cell-range-selected:not(.ag-cell-focus) {
  background-color: rgba(0, 145, 234, 0.2);
}
.ag-theme-balham
  .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart {
  background-color: rgba(0, 88, 255, 0.1);
}
.ag-theme-balham
  .ag-cell-range-selected:not(
    .ag-cell-focus
  ).ag-cell-range-chart.ag-cell-range-chart-category {
  background-color: rgba(0, 255, 132, 0.1);
}
.ag-theme-balham .ag-ltr .ag-selection-fill-top,
.ag-theme-balham .ag-rtl .ag-selection-fill-top {
  border-top: 1px dashed #0091ea;
}
.ag-theme-balham .ag-ltr .ag-selection-fill-top.ag-cell.ag-cell-range-selected,
.ag-theme-balham .ag-rtl .ag-selection-fill-top.ag-cell.ag-cell-range-selected {
  border-top: 1px dashed #95aeca;
}
.ag-theme-balham .ag-ltr .ag-selection-fill-right,
.ag-theme-balham .ag-rtl .ag-selection-fill-right {
  border-right: 1px dashed #0091ea;
}
.ag-theme-balham
  .ag-ltr
  .ag-selection-fill-right.ag-cell.ag-cell-range-selected,
.ag-theme-balham
  .ag-rtl
  .ag-selection-fill-right.ag-cell.ag-cell-range-selected {
  border-right: 1px dashed #95aeca;
}
.ag-theme-balham .ag-ltr .ag-selection-fill-bottom,
.ag-theme-balham .ag-rtl .ag-selection-fill-bottom {
  border-bottom: 1px dashed #0091ea;
}
.ag-theme-balham
  .ag-ltr
  .ag-selection-fill-bottom.ag-cell.ag-cell-range-selected,
.ag-theme-balham
  .ag-rtl
  .ag-selection-fill-bottom.ag-cell.ag-cell-range-selected {
  border-bottom: 1px dashed #95aeca;
}
.ag-theme-balham .ag-ltr .ag-selection-fill-left,
.ag-theme-balham .ag-rtl .ag-selection-fill-left {
  border-left: 1px dashed #0091ea;
}
.ag-theme-balham .ag-ltr .ag-selection-fill-left.ag-cell.ag-cell-range-selected,
.ag-theme-balham
  .ag-rtl
  .ag-selection-fill-left.ag-cell.ag-cell-range-selected {
  border-left: 1px dashed #95aeca;
}
.ag-theme-balham .ag-fill-handle,
.ag-theme-balham .ag-range-handle {
  position: absolute;
  width: 6px;
  height: 6px;
  bottom: -1px;
  right: -1px;
  background-color: #0091ea;
}
.ag-theme-balham .ag-fill-handle {
  cursor: cell;
}
.ag-theme-balham .ag-range-handle {
  cursor: nwse-resize;
}
.ag-theme-balham .ag-cell-inline-editing,
.ag-theme-balham .ag-popup-editor {
  background: #f5f7f7;
  border-radius: 2px;
  box-shadow: none;
}
.ag-theme-balham .ag-rich-select {
  background-color: #f5f7f7;
}
.ag-theme-balham .ag-rich-select .ag-rich-select-list {
  width: 200px;
  height: 182px;
}
.ag-theme-balham .ag-rich-select .ag-rich-select-value {
  padding: 0 4px 0 12px;
  height: 28px;
}
.ag-theme-balham .ag-rich-select .ag-virtual-list-item {
  cursor: default;
  height: 28px;
}
.ag-theme-balham .ag-rich-select .ag-virtual-list-item:hover {
  background-color: #ecf0f1;
}
.ag-theme-balham .ag-rich-select .ag-rich-select-row {
  padding-left: 12px;
}
.ag-theme-balham .ag-rich-select .ag-rich-select-row-selected {
  background-color: #b7e4ff;
}
.ag-theme-balham .ag-ltr .ag-floating-filter-button {
  margin-left: 12px;
}
.ag-theme-balham .ag-floating-filter-button button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  height: 16px;
  padding: 0;
  width: 16px;
}
.ag-theme-balham
  .ag-group-checkbox:not(.ag-invisible)
  + .ag-group-value:not(:empty),
.ag-theme-balham
  .ag-group-checkbox:not(.ag-invisible)
  ~ .ag-cell-value:not(:empty),
.ag-theme-balham .ag-group-checkbox:not(.ag-invisible) ~ .ag-group-checkbox,
.ag-theme-balham
  .ag-group-contracted:not(.ag-hidden)
  + .ag-group-value:not(:empty),
.ag-theme-balham
  .ag-group-contracted:not(.ag-hidden)
  ~ .ag-cell-value:not(:empty),
.ag-theme-balham .ag-group-contracted:not(.ag-hidden) ~ .ag-group-checkbox,
.ag-theme-balham
  .ag-group-expanded:not(.ag-hidden)
  + .ag-group-value:not(:empty),
.ag-theme-balham
  .ag-group-expanded:not(.ag-hidden)
  ~ .ag-cell-value:not(:empty),
.ag-theme-balham .ag-group-expanded:not(.ag-hidden) ~ .ag-group-checkbox,
.ag-theme-balham
  .ag-selection-checkbox:not(.ag-hidden)
  + .ag-group-value:not(:empty),
.ag-theme-balham
  .ag-selection-checkbox:not(.ag-hidden)
  ~ .ag-cell-value:not(:empty),
.ag-theme-balham .ag-selection-checkbox:not(.ag-hidden) ~ .ag-group-checkbox {
  margin-left: 12px;
}
.ag-theme-balham .ag-group-child-count {
  margin-left: 2px;
}
.ag-theme-balham .ag-selection-checkbox span {
  position: relative;
}
.ag-theme-balham .ag-column-drop-horizontal {
  padding-left: 12px;
}
.ag-theme-balham .ag-column-drop-horizontal .ag-icon-group,
.ag-theme-balham .ag-column-drop-horizontal .ag-icon-pivot {
  margin-right: 12px;
}
.ag-theme-balham .ag-column-drop-horizontal .ag-left-arrow,
.ag-theme-balham .ag-column-drop-horizontal .ag-right-arrow {
  margin: 0 4px;
  opacity: 0.54;
}
.ag-theme-balham .ag-column-drop-horizontal .ag-column-drop-empty-message {
  opacity: 0.38;
}
.ag-theme-balham .ag-column-drop-cell {
  background: #dde4e6;
  border-radius: 16px;
  min-height: 16px;
  padding: 0 2px;
  min-height: 24px;
}
.ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-text {
  margin: 0 4px;
}
.ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button {
  min-width: 16px;
  margin: 0 2px;
  opacity: 0.54;
}
.ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button:hover {
  opacity: 0.87;
  opacity: 1;
}
.ag-theme-balham .ag-column-drop-cell .ag-column-drag {
  margin-left: 8px;
}
.ag-theme-balham .ag-column-drop-vertical .ag-column-drop-cell {
  margin-top: 4px;
}
.ag-theme-balham .ag-select-agg-func-popup {
  background: #fff;
  border-radius: 2px;
  box-shadow: none;
  padding: 0;
  height: 70px;
}
.ag-theme-balham .ag-select-agg-func-popup .ag-virtual-list-item {
  cursor: default;
  line-height: 20px;
  padding-left: 8px;
}
.ag-theme-balham .ag-menu-column-select-wrapper,
.ag-theme-balham .ag-set-filter-list {
  width: auto;
}
.ag-theme-balham .ag-column-drop-vertical > .ag-column-drop-cell {
  margin-left: 4px;
  margin-top: 0;
}
.ag-theme-balham .ag-cell-data-changed {
  background-color: rgba(22, 160, 133, 0.5) !important;
}
.ag-theme-balham .ag-cell-data-changed-animation {
  background-color: transparent;
  transition: background-color 1s;
}
.ag-theme-balham .ag-row-stub {
  background-color: inherit;
}
.ag-theme-balham .ag-stub-cell {
  padding-left: 12px;
  padding-top: 4px;
}
.ag-theme-balham .ag-stub-cell .ag-loading-icon {
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ag-theme-balham .ag-stub-cell .ag-loading-text {
  margin-left: 4px;
  margin-top: 4px;
}
.ag-theme-balham .ag-floating-top {
  border-bottom: 1px solid #d9e2ec;
}
.ag-theme-balham .ag-floating-bottom {
  border-top: 1px solid #d9e2ec;
}
.ag-theme-balham .ag-floating-bottom,
.ag-theme-balham .ag-floating-bottom .ag-row,
.ag-theme-balham .ag-floating-top,
.ag-theme-balham .ag-floating-top .ag-row {
  background-color: inherit;
}
.ag-theme-balham .ag-status-bar {
  background: #fff;
  border: 1px solid #d9e2ec;
  border-top-width: 0;
  color: rgba(0, 0, 0, 0.38);
  font-weight: 600;
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  padding-right: 16px;
  padding-left: 16px;
  line-height: 1.5;
}
.ag-theme-balham .ag-name-value-value {
  color: #000;
}
.ag-theme-balham .ag-status-bar-center {
  text-align: center;
}
.ag-theme-balham .ag-name-value {
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.ag-theme-balham .ag-details-row {
  padding: 20px;
}
.ag-theme-balham .ag-overlay-loading-center {
  background: #fff;
  border-radius: 2px;
  box-shadow: none;
}
.ag-theme-balham .ag-side-bar {
  background-color: #f5f7f7;
  border: 1px solid #d9e2ec;
  border-left-width: 0;
  position: relative;
}
.ag-theme-balham .ag-side-bar .ag-side-buttons {
  padding-top: 16px;
  background: #fff;
  width: 20px;
  position: relative;
}
.ag-theme-balham .ag-side-bar .ag-side-buttons .ag-side-button button {
  background: no-repeat;
  border: 0 solid transparent;
  color: #000;
  padding: 8px 0;
  width: 100%;
  margin: 0;
  min-height: 72px;
  border-width: 1px 0;
  background-position-y: center;
  background-position-x: center;
}
.ag-theme-balham .ag-side-bar .ag-side-buttons .ag-selected button {
  background-color: #f5f7f7;
  margin-left: -1px;
  padding-left: 1px;
  border-color: #d9e2ec;
}
.ag-theme-balham .ag-side-bar .ag-panel-container {
  border-right: 1px solid #d9e2ec;
}
.ag-theme-balham .ag-side-bar.full-width .ag-panel-container {
  border-right: 0;
}
.ag-theme-balham .ag-side-bar .ag-column-drop {
  min-height: 50px;
}
.ag-theme-balham .ag-primary-cols-filter-wrapper {
  margin-left: 4px;
  margin-right: 4px;
}
.ag-theme-balham .ag-group-component {
  margin: 10px 5px;
  padding: 10px 2px;
  border: 0 solid rgba(217, 226, 236, 0.5);
  border-top-width: 4px;
  border-radius: 3px;
}
.ag-theme-balham .ag-group-component .ag-group-component-label {
  background-color: #fff;
  margin-left: 8px;
  padding: 0 2px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.ag-theme-balham .ag-group-component .ag-group-item {
  margin-top: 2px;
}
.ag-theme-balham.ag-popup > div {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.ag-theme-balham .ag-dialog {
  background-color: #fff;
  border: 1px solid #d9e2ec;
}
.ag-dragging-fill-handle .ag-theme-balham .ag-dialog,
.ag-dragging-range-handle .ag-theme-balham .ag-dialog {
  opacity: 0.7;
  pointer-events: none;
}
.ag-theme-balham .ag-dialog .ag-dialog-title-bar {
  background-color: #f5f7f7;
  color: rgba(0, 0, 0, 0.54);
  height: 32px;
  font-size: 12px;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  padding: 5px 10px;
}
.ag-theme-balham
  .ag-dialog
  .ag-dialog-title-bar
  .ag-dialog-title-bar-buttons
  .ag-dialog-button {
  height: 20px;
  width: 20px;
  border-radius: 5px;
}
.ag-theme-balham
  .ag-dialog
  .ag-dialog-title-bar
  .ag-dialog-title-bar-buttons
  .ag-dialog-button
  .ag-icon {
  line-height: 20px;
  font-size: 20px;
}
.ag-theme-balham
  .ag-dialog
  .ag-dialog-title-bar
  .ag-dialog-title-bar-buttons
  .ag-dialog-button.ag-has-popup,
.ag-theme-balham
  .ag-dialog
  .ag-dialog-title-bar
  .ag-dialog-title-bar-buttons
  .ag-dialog-button:hover {
  background-color: #d7e0e2;
}
.ag-theme-balham
  .ag-dialog
  .ag-dialog-title-bar
  .ag-dialog-title-bar-buttons
  .ag-dialog-button:not(:last-child) {
  margin-right: 5px;
}
.ag-theme-balham .ag-dialog .ag-message-box .ag-message-box-button-bar {
  height: 30px;
  background-color: #f5f7f7;
  padding: 2px;
}
.ag-theme-balham .ag-dialog .ag-message-box .ag-message-box-button-bar button {
  border-radius: 2px;
}
.ag-theme-balham .ag-tooltip {
  background-color: #cbd0d3;
  color: #000;
  border-radius: 3px;
  padding: 5px;
  transition: opacity 1s;
  border: 1px solid #cbd0d3;
}
.ag-theme-balham .ag-tooltip.ag-tooltip-hiding {
  opacity: 0;
}
.ag-theme-balham .ag-chart .ag-chart-menu {
  background: #fff;
}
.ag-theme-balham .ag-chart .ag-chart-menu > span:hover {
  background-color: #e6e6e6;
}
.ag-theme-balham
  .ag-chart-tabbed-menu
  .ag-chart-settings
  .ag-chart-settings-mini-wrapper
  > div {
  border: 1px solid #d9e2ec;
}
.ag-theme-balham
  .ag-chart-tabbed-menu
  .ag-chart-settings
  .ag-chart-settings-mini-wrapper
  > div.ag-selected {
  border-color: #0091ea;
}
.ag-theme-balham
  .ag-chart-tabbed-menu
  .ag-chart-settings
  .ag-chart-settings-nav-bar
  .ag-nav-card-selector
  .ag-nav-card-item {
  color: #000;
  font-size: 10px;
}
.ag-theme-balham
  .ag-chart-tabbed-menu
  .ag-chart-settings
  .ag-chart-settings-nav-bar
  .ag-nav-card-selector
  .ag-nav-card-item.ag-selected {
  color: #0091ea;
}
.ag-theme-balham .ag-icon {
  font-family: agGridBalham;
  speak: none;
  font-size: 16px;
  color: #7f8c8d;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ag-theme-balham .ag-icon-aggregation:before {
  content: "";
}
.ag-theme-balham .ag-icon-arrows:before {
  content: "";
}
.ag-theme-balham .ag-icon-asc:before {
  content: "";
}
.ag-theme-balham .ag-icon-cancel:before {
  content: "";
}
.ag-theme-balham .ag-icon-chart:before {
  content: "";
}
.ag-theme-balham .ag-icon-checkbox-checked,
.ag-theme-balham .ag-icon-checkbox-indeterminate,
.ag-theme-balham .ag-icon-checkbox-unchecked {
  background-color: #fff;
  line-height: 16px;
  border-radius: 3px;
}
.ag-theme-balham .ag-icon-checkbox-checked-readonly,
.ag-theme-balham .ag-icon-checkbox-indeterminate-readonly,
.ag-theme-balham .ag-icon-checkbox-unchecked-readonly {
  cursor: default;
  opacity: 0.38;
}
.ag-theme-balham .ag-icon-checkbox-checked {
  color: #0091ea;
}
.ag-theme-balham .ag-icon-checkbox-checked-readonly:before,
.ag-theme-balham .ag-icon-checkbox-checked:before {
  content: "";
}
.ag-theme-balham .ag-icon-checkbox-indeterminate-readonly:before,
.ag-theme-balham .ag-icon-checkbox-indeterminate:before {
  content: "";
}
.ag-theme-balham .ag-icon-checkbox-unchecked-readonly:before,
.ag-theme-balham .ag-icon-checkbox-unchecked:before {
  content: "";
}
.ag-theme-balham .ag-icon-column:before {
  content: "";
}
.ag-theme-balham .ag-icon-columns:before {
  content: "";
}
.ag-theme-balham .ag-icon-contracted:before {
  content: "";
}
.ag-theme-balham .ag-group-expanded .ag-icon-contracted:empty:before {
  content: "";
}
.ag-theme-balham .ag-icon-copy:before {
  content: "";
}
.ag-theme-balham .ag-icon-cross:before {
  content: "";
}
.ag-theme-balham .ag-icon-cut:before {
  content: "";
}
.ag-theme-balham .ag-icon-data:before {
  content: "";
}
.ag-theme-balham .ag-icon-desc:before {
  content: "";
}
.ag-theme-balham .ag-icon-expanded:before {
  content: "";
}
.ag-theme-balham .ag-icon-eye-slash:before {
  content: "";
}
.ag-theme-balham .ag-icon-eye:before {
  content: "";
}
.ag-theme-balham .ag-icon-filter:before {
  content: "";
}
.ag-theme-balham .ag-icon-first:before {
  content: "";
}
.ag-theme-balham .ag-icon-grip:before,
.ag-theme-balham .ag-icon-row-drag:before {
  content: "";
}
.ag-theme-balham .ag-icon-group:before {
  content: "";
}
.ag-theme-balham .ag-icon-indeterminate:before {
  content: "";
}
.ag-theme-balham .ag-icon-last:before {
  content: "";
}
.ag-theme-balham .ag-icon-left:before,
.ag-theme-balham .ag-right-arrow:before {
  content: "";
}
.ag-theme-balham .ag-icon-loading:before {
  content: "";
}
.ag-theme-balham .ag-icon-maximize:before {
  content: "";
}
.ag-theme-balham .ag-icon-menu:before {
  content: "";
}
.ag-theme-balham .ag-icon-minimize:before {
  content: "";
}
.ag-theme-balham .ag-icon-minus:before {
  content: "";
}
.ag-theme-balham .ag-icon-next:before {
  content: "";
}
.ag-theme-balham .ag-icon-none:before {
  content: "";
}
.ag-theme-balham .ag-icon-not-allowed:before {
  content: "";
}
.ag-theme-balham .ag-icon-paste:before {
  content: "";
}
.ag-theme-balham .ag-icon-pin:before {
  content: "";
}
.ag-theme-balham .ag-icon-pivot:before {
  content: "";
}
.ag-theme-balham .ag-icon-plus:before {
  content: "";
}
.ag-theme-balham .ag-icon-previous:before {
  content: "";
}
.ag-theme-balham .ag-icon-radio-button-off:before {
  content: "";
}
.ag-theme-balham .ag-icon-radio-button-on {
  color: #0091ea;
}
.ag-theme-balham .ag-icon-radio-button-on:before {
  content: "";
}
.ag-theme-balham .ag-icon-right:before,
.ag-theme-balham .ag-right-arrow:before {
  content: "";
}
.ag-theme-balham .ag-icon-save:before {
  content: "";
}
.ag-theme-balham .ag-icon-small-down:before {
  content: "";
}
.ag-theme-balham .ag-icon-small-left:before {
  content: "";
}
.ag-theme-balham .ag-icon-small-right:before {
  content: "";
}
.ag-theme-balham .ag-icon-small-up:before {
  content: "";
}
.ag-theme-balham .ag-icon-tick:before {
  content: "";
}
.ag-theme-balham .ag-icon-tree-closed:before {
  content: "";
}
.ag-theme-balham .ag-icon-tree-indeterminate:before {
  content: "";
}
.ag-theme-balham .ag-icon-tree-open:before {
  content: "";
}
.ag-theme-balham .ag-rtl {
  text-align: right;
}
.ag-theme-balham .ag-rtl .ag-numeric-cell {
  text-align: left;
}
.ag-theme-balham .ag-rtl .ag-checkbox-label,
.ag-theme-balham .ag-rtl .ag-radio-button-label {
  margin-right: 4px;
  margin-left: 0;
}
.ag-theme-balham
  .ag-rtl
  .ag-tool-panel-wrapper
  .ag-pivot-mode-panel
  .ag-pivot-mode-select {
  margin-right: 4px;
}
.ag-theme-balham
  .ag-rtl
  .ag-tool-panel-wrapper
  .ag-column-drop
  .ag-column-drop-empty-message {
  padding-left: 4px;
  padding-right: 16px;
}
.ag-theme-balham
  .ag-rtl
  .ag-column-select-panel
  .ag-column-tool-panel-column
  .ag-column-group-icons,
.ag-theme-balham
  .ag-rtl
  .ag-column-select-panel
  .ag-column-tool-panel-column
  .ag-column-select-checkbox,
.ag-theme-balham
  .ag-rtl
  .ag-column-select-panel
  .ag-column-tool-panel-column-group
  .ag-column-group-icons,
.ag-theme-balham
  .ag-rtl
  .ag-column-select-panel
  .ag-column-tool-panel-column-group
  .ag-column-select-checkbox {
  margin-left: 4px;
  margin-right: 4px;
}
.ag-theme-balham
  .ag-rtl
  .ag-column-select-panel
  .ag-column-tool-panel-column.ag-toolpanel-add-group-indent {
  margin-left: 0;
  margin-right: 24px;
}
.ag-theme-balham .ag-rtl .ag-header-select-all {
  margin-left: 12px;
  margin-right: 0;
}
.ag-theme-balham .ag-rtl .ag-group-checkbox,
.ag-theme-balham .ag-rtl .ag-group-contracted,
.ag-theme-balham .ag-rtl .ag-group-expanded,
.ag-theme-balham .ag-rtl .ag-selection-checkbox {
  display: inline-flex;
}
.ag-theme-balham .ag-rtl .ag-group-checkbox + .ag-cell-value:not(:empty),
.ag-theme-balham .ag-rtl .ag-group-checkbox + .ag-group-checkbox,
.ag-theme-balham .ag-rtl .ag-group-checkbox + .ag-group-value:not(:empty),
.ag-theme-balham .ag-rtl .ag-group-contracted + .ag-cell-value:not(:empty),
.ag-theme-balham .ag-rtl .ag-group-contracted + .ag-group-checkbox,
.ag-theme-balham .ag-rtl .ag-group-contracted + .ag-group-value:not(:empty),
.ag-theme-balham .ag-rtl .ag-group-expanded + .ag-cell-value:not(:empty),
.ag-theme-balham .ag-rtl .ag-group-expanded + .ag-group-checkbox,
.ag-theme-balham .ag-rtl .ag-group-expanded + .ag-group-value:not(:empty),
.ag-theme-balham .ag-rtl .ag-selection-checkbox + .ag-cell-value:not(:empty),
.ag-theme-balham .ag-rtl .ag-selection-checkbox + .ag-group-checkbox,
.ag-theme-balham .ag-rtl .ag-selection-checkbox + .ag-group-value:not(:empty) {
  margin-right: 12px;
  margin-left: initial;
}
.ag-theme-balham .ag-rtl .ag-group-child-count {
  margin-left: unset;
  margin-right: 2px;
}
.ag-theme-balham .ag-rtl .ag-column-drop-horizontal {
  padding-right: 12px;
}
.ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-icon-group,
.ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-icon-pivot {
  margin-left: 12px;
  margin-right: 0;
}
.ag-theme-balham .ag-rtl .ag-floating-filter-button {
  margin-right: 12px;
}
.ag-theme-balham .ag-rtl .ag-set-filter-item > div,
.ag-theme-balham .ag-rtl .ag-set-filter-item > span {
  margin-left: 0;
  margin-right: 5px;
}
.ag-theme-balham .ag-rtl .ag-header .ag-header-cell-resize::after,
.ag-theme-balham .ag-rtl .ag-side-bar .ag-panel-container {
  border-left: 1px solid #d9e2ec;
  border-right: 0;
}
.ag-theme-balham .ag-rtl .ag-side-bar.full-width .ag-panel-container {
  border-left: 0;
}
.ag-theme-balham .sass-variables::after {
  content: '{ "autoSizePadding": "12px", "headerHeight": "32px", "groupPaddingSize": "28px", "footerPaddingAddition": "16px", "virtualItemHeight": "28px", "aggFuncPopupHeight": "98px", "checkboxIndentWidth": "20px", "leafNodePadding": "12px", "rowHeight": "28px", "gridSize": "4px", "iconSize": "16px" }';
  display: none;
}
.ag-theme-balham .ag-cell-highlight {
  background-color: #0091ea !important;
}
.ag-theme-balham .ag-header-cell-resize::after {
  height: 80%;
  margin-top: 8px;
}
.ag-theme-balham .ag-header-cell::after,
.ag-theme-balham .ag-header-group-cell::after {
  border-right: 1px solid rgba(217, 226, 236, 0.5);
  content: " ";
  height: 16px;
  margin-top: 8px;
  position: absolute;
  text-indent: -2000px;
  top: 0;
}
.ag-theme-balham .ag-ltr .ag-header-cell::after,
.ag-theme-balham .ag-ltr .ag-header-group-cell::after {
  right: 0;
}
.ag-theme-balham .ag-rtl .ag-header-cell::after,
.ag-theme-balham .ag-rtl .ag-header-group-cell::after {
  left: 0;
}
.ag-theme-balham .ag-column-drop-horizontal.ag-column-drop {
  border: 1px solid #d9e2ec;
  border-bottom: 0;
}
.ag-theme-balham
  .ag-ltr
  .ag-column-drop-horizontal.ag-column-drop.ag-width-half:first-child {
  border-right: 0;
}
.ag-theme-balham
  .ag-rtl
  .ag-column-drop-horizontal.ag-column-drop.ag-width-half:first-child {
  border-left: 0;
}
.ag-theme-balham .ag-row-selected {
  border-color: #b7e4ff;
}
.ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button {
  margin-bottom: 2px;
  margin-top: 2px;
}
.ag-theme-balham .ag-column-drop-vertical .ag-column-drop-cell {
  margin-left: 8px;
  margin-right: 8px;
}
.ag-theme-balham
  .ag-column-drop-vertical
  .ag-column-drop-cell
  .ag-column-drop-cell-text {
  margin-left: 8px;
}
.ag-theme-balham .ag-column-drop-horizontal {
  background-color: #f5f7f7;
  height: 32px;
}
.ag-theme-balham .ag-column-drop-horizontal .ag-column-drop-cell-text {
  margin-left: 8px;
}
.ag-theme-balham .ag-root {
  border: 1px solid #d9e2ec;
}
.ag-theme-balham .ag-tool-panel-wrapper {
  border-right: 1px solid #d9e2ec;
}
.ag-theme-balham
  .ag-tool-panel-wrapper
  .ag-column-select-panel
  .ag-column-tool-panel-column,
.ag-theme-balham
  .ag-tool-panel-wrapper
  .ag-column-select-panel
  .ag-column-tool-panel-column-group {
  min-height: 20px;
}
.ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop {
  padding-bottom: 8px;
  padding-top: 8px;
}
.ag-theme-balham .ag-rtl .ag-side-bar,
.ag-theme-balham .ag-rtl .ag-tool-panel-wrapper {
  border-left: 1px solid #d9e2ec;
  border-right: 0;
}
.ag-theme-balham .ag-rtl .ag-icon-contracted,
.ag-theme-balham .ag-rtl .ag-icon-expanded {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ag-theme-balham .ag-menu-option {
  height: 28px;
}
.ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column,
.ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group {
  height: 20px;
}
.ag-theme-balham .ag-tab-header {
  border-bottom: 1px solid #d9e2ec;
}
.ag-theme-balham .ag-tab-header .ag-tab {
  margin-bottom: -2px;
}
.ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected {
  background-color: #fff;
  border-bottom-color: transparent;
}
.ag-theme-balham .ag-menu,
.ag-theme-balham .ag-popup-editor,
.ag-theme-balham .ag-tab-body {
  background-color: #fff;
  color: #000;
}
.ag-theme-balham .ag-cell-inline-editing {
  height: 28px;
  padding: 0;
}
.ag-theme-balham .ag-details-row {
  background-color: #fff;
}
.ag-theme-balham .ag-overlay-loading-wrapper {
  background-color: rgba(255, 255, 255, 0.5);
}
.ag-theme-balham .ag-overlay-loading-center {
  background-color: #fff;
  border: 1px solid #d9e2ec;
  color: #000;
  padding: 16px;
}
.ag-theme-balham .ag-cell-range-selected-1:not(.ag-cell-focus) {
  background-color: rgba(0, 145, 234, 0.3);
}
.ag-theme-balham .ag-cell-range-selected-2:not(.ag-cell-focus) {
  background-color: rgba(0, 145, 234, 0.4);
}
.ag-theme-balham .ag-cell-range-selected-3:not(.ag-cell-focus) {
  background-color: rgba(0, 145, 234, 0.5);
}
.ag-theme-balham .ag-cell-range-selected-4:not(.ag-cell-focus) {
  background-color: rgba(0, 145, 234, 0.6);
}
.ag-theme-balham .ag-rich-select-value {
  border-bottom: 1px solid #d9e2ec;
}
.ag-theme-balham .ag-filter-apply-panel {
  border-top: 1px solid #d9e2ec;
}
.ag-theme-balham .ag-filter-toolpanel-body {
  background-color: #fff;
}
.emoji-mart,
.emoji-mart * {
  box-sizing: border-box;
  line-height: 1.15;
}
.emoji-mart {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-size: 16px;
  display: inline-block;
  color: #222427;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background: #fff;
}
.emoji-mart .emoji-mart-emoji {
  padding: 6px;
}
.emoji-mart-bar {
  border: 0 solid #d9d9d9;
}
.emoji-mart-bar:first-child {
  border-bottom-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.emoji-mart-bar:last-child {
  border-top-width: 1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.emoji-mart-anchors {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 6px;
  line-height: 0;
}
.emoji-mart-anchor {
  position: relative;
  display: block;
  flex: 1 1 auto;
  text-align: center;
  padding: 12px 4px;
  overflow: hidden;
  transition: color 0.1s ease-out;
}
.emoji-mart-anchor-selected,
.emoji-mart-anchor:hover {
  color: #464646;
}
.emoji-mart-anchor-selected .emoji-mart-anchor-bar {
  bottom: 0;
}
.emoji-mart-anchor-bar {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #464646;
}
.emoji-mart-anchors i {
  display: inline-block;
  width: 100%;
  max-width: 22px;
}
.emoji-mart-anchors svg {
  fill: currentColor;
  max-height: 18px;
}
.emoji-mart-scroll {
  overflow-y: scroll;
  height: 270px;
  padding: 0 6px 6px;
  will-change: transform;
}
.emoji-mart-search {
  margin-top: 6px;
  padding: 0 6px;
  position: relative;
}
.emoji-mart-search input {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 5px 25px 6px 10px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  outline: 0;
}
.emoji-mart-search-icon {
  position: absolute;
  top: 9px;
  right: 16px;
  z-index: 2;
  padding: 0;
  border: none;
  background: 0 0;
  line-height: 0;
}
.emoji-mart-category .emoji-mart-emoji span {
  z-index: 1;
  position: relative;
  text-align: center;
  cursor: default;
}
.emoji-mart-category .emoji-mart-emoji:hover:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  border-radius: 100%;
}
.emoji-mart-category-label {
  z-index: 2;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.emoji-mart-category-label span {
  display: block;
  width: 100%;
  font-weight: 500;
  padding: 5px 6px;
  background-color: rgba(255, 255, 255, 0.95);
}
.emoji-mart-emoji {
  position: relative;
  display: inline-block;
  font-size: 0;
}
.emoji-mart-emoji-native {
  font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI",
    "Apple Color Emoji";
}
.emoji-mart-no-results {
  font-size: 14px;
  text-align: center;
  padding-top: 70px;
  color: #858585;
}
.emoji-mart-no-results .emoji-mart-category-label {
  display: none;
}
.emoji-mart-no-results .emoji-mart-no-results-label {
  margin-top: 0.2em;
}
.emoji-mart-no-results .emoji-mart-emoji:hover:before {
  content: none;
}
.emoji-mart-preview-data,
.emoji-mart-preview-emoji,
.emoji-mart-preview-skins {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.emoji-mart-preview-emoji {
  left: 12px;
}
.emoji-mart-preview-data {
  left: 68px;
  right: 12px;
  word-break: break-all;
}
.emoji-mart-preview-skins {
  right: 30px;
  text-align: right;
}
.emoji-mart-preview-name {
  font-size: 14px;
}
.emoji-mart-preview-shortnames {
  font-size: 12px;
  color: #888;
}
.emoji-mart-preview-emoticon + .emoji-mart-preview-emoticon,
.emoji-mart-preview-shortname + .emoji-mart-preview-emoticon,
.emoji-mart-preview-shortname + .emoji-mart-preview-shortname {
  margin-left: 0.5em;
}
.emoji-mart-preview-emoticons {
  font-size: 11px;
  color: #bbb;
}
.emoji-mart-title span {
  display: inline-block;
  vertical-align: middle;
}
.emoji-mart-title .emoji-mart-emoji {
  padding: 0;
}
.emoji-mart-title-label {
  color: #999a9c;
  font-size: 26px;
  font-weight: 300;
}
.emoji-mart-skin-swatches {
  font-size: 0;
  padding: 2px 0;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  background-color: #fff;
}
.emoji-mart-skin-swatches-opened .emoji-mart-skin-swatch {
  width: 16px;
  padding: 0 2px;
}
.emoji-mart-skin-swatches-opened .emoji-mart-skin-swatch-selected:after {
  opacity: 0.75;
}
.emoji-mart-skin-swatch {
  display: inline-block;
  width: 0;
  vertical-align: middle;
  transition-property: width, padding;
  transition-duration: 125ms;
  transition-timing-function: ease-out;
}
.emoji-mart-skin-swatch:nth-child(1) {
  transition-delay: 0s;
}
.emoji-mart-skin-swatch:nth-child(2) {
  transition-delay: 30ms;
}
.emoji-mart-skin-swatch:nth-child(3) {
  transition-delay: 60ms;
}
.emoji-mart-skin-swatch:nth-child(4) {
  transition-delay: 90ms;
}
.emoji-mart-skin-swatch:nth-child(5) {
  transition-delay: 0.12s;
}
.emoji-mart-skin-swatch:nth-child(6) {
  transition-delay: 0.15s;
}
.emoji-mart-skin-swatch-selected {
  position: relative;
  width: 16px;
  padding: 0 2px;
}
.emoji-mart-skin-swatch-selected:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  background-color: #fff;
  border-radius: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.emoji-mart-skin {
  display: inline-block;
  width: 100%;
  padding-top: 100%;
  max-width: 12px;
  border-radius: 100%;
}
.emoji-mart-skin-tone-1 {
  background-color: #ffc93a;
}
.emoji-mart-skin-tone-2 {
  background-color: #fadcbc;
}
.emoji-mart-skin-tone-3 {
  background-color: #e0bb95;
}
.emoji-mart-skin-tone-4 {
  background-color: #bf8f68;
}
.emoji-mart-skin-tone-5 {
  background-color: #9b643d;
}
.emoji-mart-skin-tone-6 {
  background-color: #594539;
}
.STRIPED .ag-theme-balham .ag-row-odd {
  background-color: #f7f9fb !important;
}
.STRIPED .ag-theme-balham .ag-row .ag-cell {
  border-bottom: 1px solid transparent !important;
}
.ag-theme-balham {
  font-size: 13px;
  font-family: proxima-nova, "Proxima Nova", helvetica, arial, sans-serif !important;
}
.ag-theme-balham .ag-dnd-ghost,
.ag-theme-balham .ag-dnd-ghost-icon,
.ag-theme-balham .ag-dnd-ghost-label {
  display: none !important;
}
.ag-theme-balham .ag-root {
  border: none !important;
}
.ag-theme-balham .ag-body-viewport {
  background-color: #f0f4f8;
}
.ag-theme-balham .ag-side-bar {
  display: none;
}
.ag-theme-balham .ag-body-horizontal-scroll-viewport,
.ag-theme-balham .ag-horizontal-left-spacer {
  background-color: transparent !important;
  border-right: 1px solid #b7c8db !important;
}
.ag-theme-balham .ag-horizontal-right-spacer.ag-scroller-corner {
  background-color: #fff !important;
}
.ag-theme-balham .ag-cell.index {
  padding: 0 !important;
  cursor: pointer !important;
}
.ag-theme-balham
  .ag-cell.index
  .ag-selection-checkbox:not(.ag-hidden)
  ~ .ag-cell-value:not(:empty) {
  margin-left: 0;
}
.ag-theme-balham .ag-cell .rowIndex {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ag-theme-balham .ag-cell .ag-icon.ag-icon-checkbox-checked,
.ag-theme-balham .ag-cell .ag-icon.ag-icon-checkbox-unchecked {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 1px 3px 0 rgba(0, 30, 65, 0.1),
    0 1px 2px 0 rgba(0, 30, 65, 0.06);
  cursor: normal !important;
}
.ag-theme-balham .ag-cell .ag-icon.ag-icon-checkbox-unchecked {
  display: none;
}
.ag-theme-balham .ag-row-hover .ag-cell .ag-icon.ag-icon-checkbox-unchecked {
  display: block;
}
.ag-theme-balham .ag-header-viewport {
  overflow: visible;
}
.ag-theme-balham .ag-header,
.ag-theme-balham .ag-pinned-left-header,
.ag-theme-balham .ag-pinned-right-header {
  z-index: 100;
}
.ag-theme-balham
  .ag-pinned-left-header
  .ag-header-row
  .ag-header-cell:last-child {
  border-right: 1px solid #b7c8db !important;
}
.ag-theme-balham .ag-header,
.ag-theme-balham .ag-header-row {
  font-size: 13px !important;
  font-family: proxima-nova, "Proxima Nova", helvetica, arial, sans-serif !important;
  color: #102a43 !important;
  font-weight: 600 !important;
  background-color: #f7f9fb;
  border-bottom: 1px solid #d9e2ec;
  overflow: visible;
}
.ag-theme-balham .ag-header-cell {
  background-color: #f7f9fb;
  overflow: visible;
}
.ag-theme-balham .ag-header-cell.no-divider::after {
  display: none !important;
}
.ag-theme-balham .ag-header-cell.ag-header-cell-moving {
  background-color: #fff;
}
.ag-theme-balham .ag-header-cell.ag-header-cell-moving::before {
  content: "";
  display: inline-block;
  height: calc(100vh - 160px);
  background: rgba(0, 30, 65, 0.125);
  z-index: 1;
  width: 100%;
  left: 0;
  right: 0;
  vertical-align: top;
  position: absolute;
  top: 32px;
}
.ag-theme-balham .ag-header-cell-resize::after,
.ag-theme-balham .ag-header-group-cell::after {
  border-color: #d9e2ec !important;
}
.ag-theme-balham .ag-header-cell-resize::after:hover,
.ag-theme-balham .ag-header-group-cell::after:hover {
  border-color: #197ce0 !important;
}
.ag-theme-balham .ag-header-cell-resize {
  cursor: ew-resize !important;
}
.ag-theme-balham .ag-header-cell-resize:hover,
.ag-theme-balham .ag-header-cell.ag-column-resizing .ag-header-cell-resize {
  background: #197ce0;
  border-radius: 8px !important;
  z-index: 9999999;
  border: 2px solid #f0f4f8;
}
.ag-theme-balham .ag-header-cell-resize:hover::after {
  border: none !important;
  background-color: #197ce0;
  box-shadow: none !important;
  border-radius: 200px !important;
  overflow: hidden !important;
  margin-left: 2px;
  height: 29px !important;
  margin-top: 1px !important;
}
.ag-theme-balham .ag-body-horizontal-scroll {
  margin-top: -8px !important;
  height: 10px !important;
  min-height: 10px !important;
  max-height: 10px !important;
}
.ag-theme-balham .ag-tool-panel {
  display: none !important;
}
.ag-theme-balham .ag-cell {
  cursor: cell;
  color: #102a43;
  border-bottom: 1px solid rgba(217, 226, 236, 0.85) !important;
  border-right: 1px solid rgba(217, 226, 236, 0.35) !important;
  font-weight: 500;
  height: 100%;
}
.ag-theme-balham .ag-cell ::-webkit-scrollbar {
  display: none;
}
.ag-theme-balham .ag-cell ::-webkit-scrollbar-thumb {
  display: none;
}
.ag-theme-balham .ag-cell a {
  text-decoration: underline !important;
  color: #102a43 !important;
}
.ag-theme-balham .ag-cell code {
  color: #486581 !important;
}
.ag-theme-balham .ag-cell .custom-checkbox .custom-control-label::before {
  background-color: transparent;
  border-color: transparent;
}
.ag-theme-balham
  .ag-cell
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: transparent;
  border-color: transparent !important;
}
.ag-theme-balham .ag-cell.reveal-actions {
  text-overflow: clip !important;
}
.ag-theme-balham .ag-cell.ag-cell-no-focus {
  border-right: 1px solid #f0f4f8;
}
.ag-theme-balham .ag-cell.ag-cell-no-focus.no-border {
  border-right: 1px solid transparent !important;
}
.ag-theme-balham .ag-cell.ag-cell-focus {
  border: 2px solid #197ce0 !important;
  background: #fff;
  outline: initial;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
.ag-theme-balham .ag-cell.ag-cell-focus a {
  color: #197ce0 !important;
}
.ag-theme-balham .ag-cell.ag-cell-focus .row-actions {
  padding: 2px 1px !important;
}
.ag-theme-balham .ag-cell.no-padding {
  padding: 0 !important;
}
.ag-theme-balham .ag-cell.add-column {
  background-color: #f0f4f8 !important;
  border-color: transparent !important;
}
.ag-theme-balham .ag-cell.text-right {
  text-align: right !important;
}
.ag-theme-balham .ag-cell.no-border {
  border-right-color: transparent !important;
  border-left-color: transparent !important;
}
.ag-theme-balham .ag-cell.ag-cell-range-selected {
  background-color: rgba(25, 124, 224, 0.085);
  border-bottom: 1px solid rgba(217, 226, 236, 0.8) !important;
  border-right: 1px solid rgba(217, 226, 236, 0.65) !important;
}
.ag-theme-balham .ag-cell.ag-cell-range-selected.ag-cell-focus {
  border: 2px solid #197ce0 !important;
  background-color: #fff;
}
.ag-theme-balham .ag-cell.ag-cell-range-selected.ag-cell-focus.no-focus {
  border: 1px solid transparent !important;
  border-bottom: 1px solid rgba(217, 226, 236, 0.65) !important;
  border-right: 1px solid rgba(217, 226, 236, 0.65) !important;
  background-color: transparent !important;
}
.ag-theme-balham
  .ag-cell.ag-cell-range-selected.ag-cell-focus.no-focus.no-border {
  border-right: 1px solid transparent !important;
}
.ag-theme-balham .ag-cell .preventClick {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background: 0 0;
  z-index: 10;
}
.ag-theme-balham .ag-cell.ag-cell-focus .preventClick {
  display: none;
}
.ag-theme-balham .ag-cell.ag-cell-focus .checkbox-wrap {
  margin-top: -1px;
}
.ag-theme-balham
  .ag-cell.ag-cell-focus
  .checkbox-wrap
  .custom-checkbox
  .custom-control-label::before {
  background-color: #fff !important;
  border-color: #b7c8db !important;
}
.ag-theme-balham
  .ag-cell.ag-cell-focus
  .checkbox-wrap
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::after,
.ag-theme-balham
  .ag-cell.ag-cell-focus
  .checkbox-wrap
  .custom-control-input:checked
  ~ .custom-control-label::before {
  border-color: #b7c8db !important;
}
.ag-theme-balham .ag-cell.CELL_EDITABLE {
  cursor: url(CELL_EDIT.5e4c9a91cb7c31b5bc58.svg), auto;
}
.ag-theme-balham .ag-cell.ADD_FIELD {
  background-color: #f0f4f8 !important;
  border-color: transparent !important;
  cursor: default !important;
}
.ag-theme-balham .ag-cell.ADD_FIELD.ag-cell-focus {
  border-color: transparent !important;
}
.ag-theme-balham .ag-cell .edit-angle {
  display: none;
  position: absolute;
  top: 0;
  right: 8px;
}
.ag-theme-balham .ag-cell .edit-angle svg {
  width: 16px;
  height: 16px;
  fill: #6a8bac;
}
.ag-theme-balham .ag-cell.ag-cell-focus .click_zone,
.ag-theme-balham .ag-cell.ag-cell-focus .expandAttachments,
.ag-theme-balham .ag-cell.ag-cell-focus .expandRelated {
  display: block;
}
.ag-theme-balham .ag-cell.ag-cell-focus .related-wrap {
  padding: 0 !important;
}
.ag-theme-balham .ag-cell.ag-cell-focus .edit-angle {
  display: block;
}
.ag-theme-balham .ag-cell.ag-cell-focus .add,
.ag-theme-balham .ag-cell.ag-cell-focus .upload {
  display: inline-block !important;
}
.ag-theme-balham .ag-cell.ag-cell-focus .checkboxOverlay {
  display: none !important;
}
.ag-theme-balham .ag-cell.ag-cell-focus .attachments-wrap {
  padding: 1px;
}
.ag-theme-balham .ag-cell.ag-cell-focus .longText-wrap {
  padding: 3px 7px;
}
.ag-theme-balham .ag-cell.ag-cell-focus .user-render {
  padding: 0 !important;
  background-color: #fff;
}
.ag-theme-balham .ag-cell.ag-cell-inline-editing {
  color: #102a43 !important;
}
.ag-theme-balham.row-32 .ag-cell {
  line-height: 30px !important;
}
.ag-theme-balham.row-36 .ag-cell {
  line-height: 34px !important;
}
.ag-theme-balham.row-48 .ag-cell {
  line-height: 46px !important;
}
.ag-theme-balham.row-64 .ag-cell {
  line-height: 62px !important;
}
.ag-theme-balham.row-96 .ag-cell {
  line-height: 94px !important;
}
.ag-theme-balham .ag-row-stub {
  display: none !important;
}
.ag-theme-balham .ag-row {
  border: none !important;
}
.ag-theme-balham .ag-row-even,
.ag-theme-balham .ag-row-odd {
  background-color: #fff !important;
}
.ag-theme-balham .ag-row-even.ag-row-focus,
.ag-theme-balham .ag-row-odd.ag-row-focus {
  background-color: rgba(25, 124, 224, 0.025) !important;
}
.ag-theme-balham .ag-row-even.ag-row-selected,
.ag-theme-balham .ag-row-odd.ag-row-selected {
  background-color: rgba(25, 124, 224, 0.025);
}
.ag-theme-balham
  .ag-pinned-left-cols-container
  .ag-row.ag-row-group
  > .ag-cell:first-child {
  margin-left: 10px !important;
  width: calc(100% - 10px) !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: 1px solid #b7c8db;
  border-top: 1px solid #b7c8db;
  border-bottom: 1px solid #b7c8db;
}
.ag-theme-balham
  .ag-pinned-left-cols-container
  .ag-row.ag-row-group
  > .ag-cell:first-child
  .ag-cell-wrapper {
  padding: 6px 0;
}
.ag-theme-balham .ag-row.ag-row-group {
  background-color: #f0f4f8 !important;
  padding-left: 10px;
  padding-top: 10px;
}
.ag-theme-balham .ag-row.ag-row-group > .ag-cell {
  background-color: #fff !important;
  height: 46px !important;
  border-top: 1px solid #b7c8db;
  border-bottom: 1px solid #b7c8db !important;
}
.ag-theme-balham
  .ag-center-cols-container
  .ag-row.ag-row-group
  > .ag-cell:last-child {
  margin-right: 10px !important;
  width: calc(100% - 10px) !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-top: 1px solid #b7c8db;
  border-bottom: 1px solid #b7c8db !important;
  border-right: 1px solid #b7c8db;
}
.ag-theme-balham .ag-pinned-left-cols-container,
.ag-theme-balham .ag-pinned-left-floating-bottom,
.ag-theme-balham .ag-pinned-left-header,
.ag-theme-balham .ag-pinned-left-header .ag-header-row {
  border-right: 1px solid #b7c8db !important;
}
.ag-theme-balham .ag-pinned-left-cols-container .ag-row .ag-cell:last-child,
.ag-theme-balham .ag-pinned-left-floating-bottom .ag-row .ag-cell:last-child,
.ag-theme-balham .ag-pinned-left-header .ag-row .ag-cell:last-child {
  border-right: 1px solid transparent !important;
}
.ag-theme-balham
  .ag-pinned-left-cols-container
  .ag-row
  .ag-cell:last-child:not(.no-focus).ag-cell-focus,
.ag-theme-balham
  .ag-pinned-left-floating-bottom
  .ag-row
  .ag-cell:last-child:not(.no-focus).ag-cell-focus,
.ag-theme-balham
  .ag-pinned-left-header
  .ag-row
  .ag-cell:last-child:not(.no-focus).ag-cell-focus {
  border-right: 2px solid #197ce0 !important;
}
.ag-theme-balham .ag-pinned-left-cols-container {
  min-height: 100%;
  background-color: #edf1f6;
}
.ag-theme-balham .ag-floating-bottom,
.ag-theme-balham .ag-floating-bottom-container,
.ag-theme-balham .ag-pinned-left-floating-bottom {
  background-color: #fff !important;
}
.ag-theme-balham .ag-floating-bottom .ag-cell,
.ag-theme-balham .ag-floating-bottom-container .ag-cell,
.ag-theme-balham .ag-pinned-left-floating-bottom .ag-cell {
  border-left-color: transparent !important;
}
.ag-theme-balham .ag-floating-bottom .ag-row-focus,
.ag-theme-balham .ag-floating-bottom-container .ag-row-focus,
.ag-theme-balham .ag-pinned-left-floating-bottom .ag-row-focus {
  background-color: #fff !important;
}
.ag-theme-balham .ag-floating-bottom .ag-cell,
.ag-theme-balham .ag-floating-bottom-container .ag-cell,
.ag-theme-balham .ag-floating-bottom-container.ag-cell.ag-cell-focus,
.ag-theme-balham .ag-floating-bottom.ag-cell.ag-cell-focus,
.ag-theme-balham .ag-pinned-left-floating-bottom .ag-cell,
.ag-theme-balham .ag-pinned-left-floating-bottom.ag-cell.ag-cell-focus {
  background-color: #fff !important;
  border-bottom: none !important;
}
.ag-theme-balham .ag-floating-bottom .ag-cell.no-padding,
.ag-theme-balham .ag-floating-bottom-container .ag-cell.no-padding,
.ag-theme-balham .ag-pinned-left-floating-bottom .ag-cell.no-padding {
  padding-left: 11px !important;
  padding-right: 11px !important;
}
.ag-theme-balham .ag-floating-bottom .ag-row .ag-cell.ag-cell-focus,
.ag-theme-balham .ag-floating-bottom-container .ag-row .ag-cell.ag-cell-focus,
.ag-theme-balham
  .ag-pinned-left-floating-bottom
  .ag-row
  .ag-cell.ag-cell-focus {
  border: 1px solid transparent !important;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(217, 226, 236, 0.85) !important;
  border-right: 1px solid rgba(217, 226, 236, 0.35) !important;
  border-radius: 3px !important;
  padding-left: 11px !important;
}
.ag-theme-balham .ag-floating-bottom .ag-row .ag-cell.ag-cell-focus {
  border-bottom: 1px solid transparent !important;
  padding-left: 0 !important;
}
.ag-theme-balham.scrolled .ag-body-viewport-wrapper,
.ag-theme-balham.scrolled .ag-floating-bottom-viewport,
.ag-theme-balham.scrolled .ag-header-viewport {
  position: relative;
}
.ag-theme-balham.scrolled .ag-floating-bottom-viewport:before,
.ag-theme-balham.scrolled .ag-header-viewport:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  pointer-events: none;
  transition: box-shadow 0.2s;
  box-shadow: transparent 4px 0 0 0 inset, rgba(0, 0, 0, 0.04) 4px 0 0 0 inset;
}
.ag-theme-balham.scrolled .ag-pinned-left-cols-container:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  pointer-events: none;
  transition: box-shadow 0.2s;
  box-shadow: transparent 4px 0 0 0, rgba(0, 0, 0, 0.04) 4px 0 0 0 !important;
}
.ag-theme-balham.fullScroll .ag-body-viewport-wrapper:after,
.ag-theme-balham.fullScroll .ag-floating-bottom-viewport:after,
.ag-theme-balham.fullScroll .ag-header-viewport:after {
  box-shadow: none !important;
}
.ag-theme-balham .ag-cell-inline-editing input {
  height: 30px;
  display: inline-block;
  font-weight: 500 !important;
  background: 0 0 !important;
  border: none;
  font-size: 13px;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
}
.ag-theme-balham .ag-popup-editor {
  background-color: transparent !important;
  border: none !important;
  padding: 0;
}
.ag-theme-balham .ag-row.ag-row-focus .row-actions,
.ag-theme-balham .ag-row.ag-row-hover .row-actions {
  display: inline-block !important;
}
.ag-theme-balham .ag-row.new-row .new-record-plus {
  position: absolute;
  left: 5px;
  top: -5px;
  font-size: 24px;
  font-weight: 600;
}
.ag-theme-balham .ag-row.new-row .new-record-plus svg {
  width: 16px !important;
  height: 16px !important;
  fill: #486581;
  display: inline-block;
}
.ag-theme-balham .ag-row.new-row .new-record-text {
  position: absolute;
  left: 28px;
  top: 5px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #486581;
}
.ag-theme-balham .ag-row.new-row.ag-row-hover {
  cursor: pointer;
  color: #197ce0 !important;
  background-color: #f0f4f8 !important;
}
.ag-theme-balham .ag-row.new-row.ag-row-hover .new-record-plus svg {
  fill: #197ce0;
}
.ag-theme-balham .ag-row.new-row.ag-row-hover .new-record-text {
  opacity: 1;
  color: #197ce0;
}
.ag-theme-balham .ag-row.new-row .btn.btn-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 0 0;
  border-color: transparent;
  width: 100%;
  background-color: #f0f4f8 !important;
  border-radius: 0;
}
.ag-theme-balham .ag-row.new-row.ag-cell-last-left-pinned .btn.btn-link {
  width: 100% !important;
  border-right: 1px solid transparent;
}
.ag-theme-balham .ag-center-cols-container .ag-row.new-row .new-record-plus,
.ag-theme-balham .ag-center-cols-container .ag-row.new-row .new-record-text {
  display: none !important;
}
.ag-theme-balham .ag-ltr .ag-cell.ag-cell-last-left-pinned,
.ag-theme-balham .ag-ltr .ag-row.ag-cell-last-left-pinned {
  border-right: 1px solid transparent;
}
.ag-theme-balham .ag-ltr .ag-cell.ag-cell-last-left-pinned.ag-full-width-row,
.ag-theme-balham .ag-ltr .ag-row.ag-cell-last-left-pinned.ag-full-width-row {
  border-right: 1px solid transparent !important;
}
.ag-theme-balham .ag-row.ag-full-width-row:not(.ag-row-group),
.ag-theme-balham .ag-row.ag-full-width-row:not(.ag-row-group) .ag-cell,
.ag-theme-balham .ag-row.ag-full-width-row:not(.ag-row-group):hover {
  background-color: #f0f4f8 !important;
  border-bottom: 1px solid #f0f4f8 !important;
  width: 150px !important;
}
.ag-theme-balham .ag-popup-editor .ag-large-textarea textarea {
  height: auto;
  padding: 12px;
  width: 240px;
  border-radius: 2px;
  border: 2px solid #f3f5f7;
  resize: none;
}
.ag-theme-balham
  .ag-ltr
  .ag-cell.ag-cell-range-selected:not(
    .ag-cell-range-single-cell
  ).ag-cell-range-top,
.ag-theme-balham
  .ag-rtl
  .ag-cell.ag-cell-range-selected:not(
    .ag-cell-range-single-cell
  ).ag-cell-range-top {
  border-top-color: rgba(25, 124, 224, 0.085);
}
.ag-theme-balham
  .ag-ltr
  .ag-cell.ag-cell-range-selected:not(
    .ag-cell-range-single-cell
  ).ag-cell-range-left,
.ag-theme-balham
  .ag-rtl
  .ag-cell.ag-cell-range-selected:not(
    .ag-cell-range-single-cell
  ).ag-cell-range-left {
  border-left-color: rgba(25, 124, 224, 0.085);
}
.ag-theme-balham
  .ag-ltr
  .ag-cell.ag-cell-range-selected:not(
    .ag-cell-range-single-cell
  ).ag-cell-range-right,
.ag-theme-balham
  .ag-rtl
  .ag-cell.ag-cell-range-selected:not(
    .ag-cell-range-single-cell
  ).ag-cell-range-right {
  border-right-color: rgba(25, 124, 224, 0.085);
}
.ag-theme-balham
  .ag-ltr
  .ag-cell.ag-cell-range-selected:not(
    .ag-cell-range-single-cell
  ).ag-cell-range-bottom,
.ag-theme-balham
  .ag-rtl
  .ag-cell.ag-cell-range-selected:not(
    .ag-cell-range-single-cell
  ).ag-cell-range-bottom {
  border-bottom-color: rgba(25, 124, 224, 0.085);
}
.emoji-mart {
  z-index: 300;
  font-family: proxima-nova, "Proxima Nova", helvetica, arial, sans-serif;
}
.emoji-mart-preview {
  position: relative;
  height: 50px;
  background: #f0f4f8;
}
.emoji-mart-anchors {
  color: #486581;
  background: #f0f4f8;
}
.emoji-mart .emoji-mart-emoji span:hover,
.emoji-mart .emoji-mart-emoji:hover {
  cursor: pointer;
}
.cfp-hotkeys-container {
  display: table !important;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #102a43;
  font-size: 1em;
  background-color: rgba(16, 42, 67, 0.65) !important;
}
.cfp-hotkeys-container.fade {
  z-index: -1024;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s linear;
}
.cfp-hotkeys-container.fade.in {
  z-index: 10002;
  visibility: visible;
  opacity: 1;
}
.cfp-hotkeys-title {
  font-weight: 700;
  text-align: center;
  font-size: 1.2em;
}
.cfp-hotkeys {
  position: absolute !important;
  display: block !important;
  width: 40vw !important;
  height: 80vh !important;
  margin: auto !important;
  top: 10vh !important;
  left: 30vw !important;
  background: #fff !important;
  border-radius: 8px !important;
  border: 1px solid #d9e2ec !important;
  padding: 40px !important;
  opacity: 1;
}
.cfp-hotkeys table {
  margin: auto;
  color: #102a43;
}
.cfp-content {
  display: table-cell;
  vertical-align: middle;
}
.cfp-hotkeys-keys {
  padding: 5px;
  text-align: right;
}
.cfp-hotkeys-key {
  margin-left: -25px !important;
  color: #486581 !important;
  border: 1px solid #d9e2ec !important;
  align-items: center !important;
  background: #fff !important;
  border-radius: 3px !important;
  box-shadow: 0 2px 0 0 #c0d0e6 !important;
  display: inline-flex !important;
  font-size: 12px !important;
  height: 30px !important;
  justify-content: center !important;
  min-width: 30px !important;
  padding: 0 10px !important;
  font-weight: 600 !important;
}
.cfp-hotkeys-text {
  padding-left: 10px;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #486581 !important;
}
.cfp-hotkeys-close {
  position: fixed !important;
  top: 5vw !important;
  right: 25vw !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  color: #486581 !important;
  border: none !important;
  border-radius: 50% !important;
  width: 50px !important;
  background: #f0f4f8 !important;
  height: 50px !important;
  line-height: 45px !important;
  text-align: center !important;
  transition: all ease 0.15s;
}
.cfp-hotkeys-close:hover {
  background-color: #197ce0 !important;
  color: #fff !important;
  cursor: pointer;
}
@media all and (max-width: 500px) {
  .cfp-hotkeys {
    font-size: 0.8em;
  }
}
@media all and (min-width: 750px) {
  .cfp-hotkeys {
    font-size: 1.2em;
  }
} /*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}
.fc-rtl {
  text-align: right;
}
body .fc {
  font-size: 1em;
}
.fc-highlight {
  background: #bce8f1;
  opacity: 0.3;
}
.fc-bgevent {
  background: #8fdf82;
  opacity: 0.3;
}
.fc-nonbusiness {
  background: #d7d7d7;
}
.fc button {
  box-sizing: border-box;
  margin: 0;
  height: 32px;
  padding: 0 0.6em;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d9e2ec;
  border-radius: 4px;
}
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}
.fc-state-default {
  border: 1px solid #d9e2ec;
  background-color: #fff;
  background-repeat: repeat-x;
  color: #102a43;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.fc button .fc-icon {
  position: relative;
  top: -0.05em;
  margin: 0 0.2em;
  vertical-align: middle;
}
.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
  color: #102a43;
  background-color: #f0f4f8;
}
.fc-state-hover {
  color: #102a43;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}
.fc-state-active,
.fc-state-down {
  background-color: #fff;
  background-image: none;
  box-shadow: none;
}
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}
.fc-button-group {
  display: inline-block;
}
.fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px;
}
.fc .fc-button-group > :first-child {
  margin-left: 0;
}
.fc .fc-today-button {
  margin: 0 8px;
}
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.fc-popover .fc-header {
  padding: 2px 4px;
}
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}
.fc-ltr .fc-popover .fc-header .fc-close,
.fc-rtl .fc-popover .fc-header .fc-title {
  float: right;
}
.fc-divider {
  border-style: solid;
  border-width: 1px;
}
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0;
}
.fc-clear {
  clear: both;
}
.fc-bg,
.fc-bgevent-skeleton,
.fc-helper-skeleton,
.fc-highlight-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-bg {
  bottom: 0;
}
.fc-bg table {
  height: 100%;
}
.fc table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
}
.fc td,
.fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
  color: #102a43;
}
.fc td.fc-today {
  border-style: double;
}
a[data-goto] {
  cursor: pointer;
}
a[data-goto]:hover {
  text-decoration: underline;
}
.fc .fc-row {
  border-style: solid;
  border-width: 0;
}
.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
}
.fc-row {
  position: relative;
}
.fc-row .fc-bg {
  z-index: 1;
}
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
}
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
}
.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
}
.fc-row .fc-helper-skeleton {
  z-index: 5;
}
.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  background: 0 0;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  border-top: 0;
}
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%;
}
.fc-event {
  position: relative;
  display: block;
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
}
.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
}
.fc-event,
.fc-event:hover {
  color: #fff;
  text-decoration: none;
}
.fc-event.fc-draggable,
.fc-event[href] {
  cursor: pointer;
}
.fc-not-allowed,
.fc-not-allowed .fc-event {
  cursor: not-allowed;
}
.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: 0.25;
}
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none;
}
.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  display: block;
}
.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.fc-event.fc-selected {
  z-index: 9999 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
}
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
}
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px;
}
.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  width: 6px;
  height: 6px;
  background: #fff;
  top: 50%;
  margin-top: -4px;
  border: 1px solid;
  border-color: inherit;
}
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
}
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
}
.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px;
}
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
}
.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: 0.25;
}
.fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: hidden;
}
.fc-day-grid-event .fc-time {
  font-weight: 700;
}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
}
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}
a.fc-more:hover {
  text-decoration: underline;
}
.fc-limited {
  display: none;
}
.fc-day-grid .fc-row {
  z-index: 1;
}
.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #d9e2ec;
  background-color: #fff;
}
.fc-unthemed .fc-popover {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
  background: #fff;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #486581;
  font-size: 0.9em;
  margin-top: 2px;
}
.fc-unthemed td.fc-today {
  background: #fff;
  color: #197ce0 !important;
}
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fc-icon:after {
  position: relative;
}
.fc-icon-left-single-arrow:after {
  content: "‹";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}
.fc-icon-right-single-arrow:after {
  content: "›";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}
.fc-icon-left-double-arrow:after {
  content: "«";
  font-size: 160%;
  top: -7%;
}
.fc-icon-right-double-arrow:after {
  content: "»";
  font-size: 160%;
  top: -7%;
}
.fc-icon-left-triangle:after {
  content: "◄";
  font-size: 125%;
  top: 3%;
}
.fc-icon-right-triangle:after {
  content: "►";
  font-size: 125%;
  top: 3%;
}
.fc-icon-down-triangle:after {
  content: "▼";
  font-size: 125%;
  top: 2%;
}
.fc-icon-x:after {
  content: "×";
  font-size: 200%;
  top: 6%;
}
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}
.ui-widget .fc-disabled-day {
  background-image: none;
}
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
}
.ui-widget .fc-event {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.ui-widget td.fc-axis {
  font-weight: 400;
}
.fc-time-grid .fc-slats .ui-widget-content {
  background: 0 0;
}
.fc.fc-bootstrap3 a {
  text-decoration: none;
}
.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}
.fc-bootstrap3 hr.fc-divider {
  border-color: inherit;
}
.fc-bootstrap3 .fc-today.alert {
  border-radius: 0;
}
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0;
}
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  background: 0 0;
}
.fc.fc-bootstrap4 a {
  text-decoration: none;
}
.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}
.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}
.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}
.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}
.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  background: 0 0;
}
.fc-toolbar {
  text-align: center;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
  background-color: #fff;
  height: 42px;
  padding: 5px;
  border-right: 1px solid #d9e2ec;
}
.fc-toolbar.fc-footer-toolbar {
  margin-top: 0;
}
.fc-toolbar .fc-left {
  float: left;
}
.fc-toolbar .fc-right {
  float: right;
}
.fc-toolbar .fc-center {
  display: inline-block;
}
.fc .fc-toolbar > * > * {
  float: left;
  margin-left: 0.75em;
}
.fc .fc-toolbar > * > :first-child {
  margin-left: 0;
}
.fc-toolbar h2 {
  margin: 0 8px;
  font-size: 18px;
  color: #102a43;
  font-weight: 600;
  display: inline-block;
  margin-top: 5px;
}
.fc-toolbar button {
  position: relative;
}
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}
.fc-toolbar .fc-state-down {
  z-index: 3;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}
.fc-toolbar button:focus {
  z-index: 5;
}
.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
  box-sizing: content-box;
}
.fc-view,
.fc-view > table {
  position: relative;
  z-index: 1;
}
.fc-basicDay-view .fc-content-skeleton,
.fc-basicWeek-view .fc-content-skeleton {
  padding-bottom: 1em;
}
.fc-basic-view .fc-body .fc-row {
  min-height: 180px;
}
.fc-row.fc-rigid {
  overflow: hidden;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-day-top.fc-other-month {
  opacity: 1;
}
.fc-basic-view th.fc-day-number,
.fc-basic-view th.fc-week-number {
  padding: 0 5px;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}
.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: grey;
}
.fc-basic-view td.fc-week-number {
  text-align: center;
}
.fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em;
}
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
}
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
}
.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}
.fc-ltr .fc-axis {
  text-align: right;
}
.fc-rtl .fc-axis {
  text-align: left;
}
.fc-time-grid,
.fc-time-grid-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid {
  min-height: 100%;
}
.fc-time-grid table {
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-content-col {
  position: relative;
}
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-highlight-container {
  z-index: 3;
  position: relative;
}
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}
.fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6;
}
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
}
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
}
.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px;
}
.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%;
}
.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
}
.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0;
}
.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-time-grid-event {
  overflow: hidden;
}
.fc-time-grid-event.fc-selected {
  overflow: visible;
}
.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
}
.fc-time-grid-event .fc-content {
  overflow: hidden;
}
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}
.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: " - ";
}
.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  padding: 0;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}
.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  width: 8px;
  height: 8px;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
  border: 1px solid;
  border-color: inherit;
}
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
}
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.fc-rtl .fc-list-view {
  direction: rtl;
}
.fc-list-view {
  border-width: 1px;
  border-style: solid;
}
.fc .fc-list-table {
  table-layout: auto;
}
.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}
.fc-list-table tr:first-child td {
  border-top-width: 0;
}
.fc-list-heading {
  border-bottom-width: 1px;
}
.fc-list-heading td {
  font-weight: 700;
}
.fc-ltr .fc-list-heading-main {
  float: left;
}
.fc-ltr .fc-list-heading-alt,
.fc-rtl .fc-list-heading-main {
  float: right;
}
.fc-rtl .fc-list-heading-alt {
  float: left;
}
.fc-list-item.fc-has-url {
  cursor: pointer;
}
.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}
.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}
.fc-list-item-title a {
  text-decoration: none;
  color: inherit;
}
.fc-list-item-title a[href]:hover {
  text-decoration: underline;
}
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}
.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.fc-unthemed .fc-list-empty {
  background-color: #fff;
}
.fc-scroller {
  height: calc(100vh - 195px) !important;
}
.fc-slats table {
  height: 800px;
}
.fc-sat span,
.fc-sun span {
  color: #829ab1 !important;
}
.fc th {
  font-weight: 400 !important;
  font-size: 14px;
  text-align: left;
  padding-left: 8px;
  height: 28px;
  line-height: 28px;
}
.fc-day-header {
  border-right: 1px solid transparent !important;
  color: #486581;
}
.fc-past {
  background-color: #fff !important;
}
.fc-other-month {
  background-color: #f0f4f8 !important;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
  font-weight: 600;
  font-size: 14px;
}
.fc-day-number {
  padding: 0 8px;
  font-size: 13px;
}
.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
  padding: 8px;
}
.ng-select.ng-select-opened > .ng-select-container {
  background: #fff;
  border-color: #197ce0;
  cursor: pointer;
}
.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: transparent transparent #486581;
  border-width: 0 5px 5px;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: transparent transparent #1a252f;
}
.ng-select {
  cursor: pointer !important;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #197ce0;
  box-shadow: none;
}
.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f0f4f8;
  cursor: normal;
}
.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select .ng-select-container {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #d9e2ec;
  align-items: center;
  cursor: pointer;
}
.ng-select .ng-select-container:hover {
  box-shadow: none;
}
[dir="rtl"] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0;
}
.ng-select.ng-select-single .ng-select-container {
  height: calc(2.175rem + 2.4px);
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 7px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}
[dir="rtl"]
  .ng-select.ng-select-single
  .ng-select-container
  .ng-value-container
  .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}
.ng-select.ng-select-multiple.ng-select-disabled
  > .ng-select-container
  .ng-value-container
  .ng-value {
  background-color: #f0f4f8;
  border: 1px solid #d9e2ec;
  padding-left: 5px;
}
.ng-select.ng-select-multiple.ng-select-disabled
  > .ng-select-container
  .ng-value-container
  .ng-value
  .ng-value-label {
  padding: 0 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px;
}
[dir="rtl"]
  .ng-select.ng-select-multiple
  .ng-select-container
  .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}
.ng-select.ng-select-multiple
  .ng-select-container
  .ng-value-container
  .ng-value {
  font-size: 0.9em;
  margin-bottom: 5px;
  background-color: #f0f4f8;
  border-radius: 2px;
  border: 1px solid #d9e2ec;
  margin-right: 5px;
  padding-left: 5px;
}
[dir="rtl"]
  .ng-select.ng-select-multiple
  .ng-select-container
  .ng-value-container
  .ng-value {
  margin-right: 0;
  margin-left: 5px;
}
.ng-select.ng-select-multiple
  .ng-select-container
  .ng-value-container
  .ng-value.ng-value-disabled {
  background-color: #f0f4f8;
  border: 1px solid #d9e2ec;
}
.ng-select.ng-select-multiple
  .ng-select-container
  .ng-value-container
  .ng-value.ng-value-disabled
  .ng-value-label {
  padding-left: 5px;
}
[dir="rtl"]
  .ng-select.ng-select-multiple
  .ng-select-container
  .ng-value-container
  .ng-value.ng-value-disabled
  .ng-value-label {
  padding-left: 0;
  padding-right: 5px;
}
.ng-select.ng-select-multiple
  .ng-select-container
  .ng-value-container
  .ng-value
  .ng-value-icon,
.ng-select.ng-select-multiple
  .ng-select-container
  .ng-value-container
  .ng-value
  .ng-value-label {
  display: inline-block;
  padding: 0 5px;
}
.ng-select.ng-select-multiple
  .ng-select-container
  .ng-value-container
  .ng-value
  .ng-value-icon:hover {
  background-color: #f0f4f8;
}
.ng-select.ng-select-multiple
  .ng-select-container
  .ng-value-container
  .ng-value
  .ng-value-icon.left {
  border-right: 1px solid #d9e2ec;
}
[dir="rtl"]
  .ng-select.ng-select-multiple
  .ng-select-container
  .ng-value-container
  .ng-value
  .ng-value-icon.left {
  border-left: 1px solid #d9e2ec;
  border-right: none;
}
.ng-select.ng-select-multiple
  .ng-select-container
  .ng-value-container
  .ng-value
  .ng-value-icon.right {
  border-left: 1px solid #d9e2ec;
}
[dir="rtl"]
  .ng-select.ng-select-multiple
  .ng-select-container
  .ng-value-container
  .ng-value
  .ng-value-icon.right {
  border-left: 0;
  border-right: 1px solid #d9e2ec;
}
.ng-select.ng-select-multiple
  .ng-select-container
  .ng-value-container
  .ng-input {
  padding: 0 0 3px 3px;
}
[dir="rtl"]
  .ng-select.ng-select-multiple
  .ng-select-container
  .ng-value-container
  .ng-input {
  padding: 0 3px 3px 0;
}
.ng-select.ng-select-multiple
  .ng-select-container
  .ng-value-container
  .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}
[dir="rtl"]
  .ng-select.ng-select-multiple
  .ng-select-container
  .ng-value-container
  .ng-placeholder {
  padding-right: 3px;
  padding-left: 0;
}
.ng-select .ng-clear-wrapper {
  color: #486581;
}
.ng-select .ng-clear-wrapper .ng-clear {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.ng-select .ng-clear-wrapper .ng-clear:hover {
  color: #1a252f;
}
.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}
[dir="rtl"] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px;
}
.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}
[dir="rtl"] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #486581;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #486581 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.ng-select.ng-select-opened .ng-arrow-wrapper .ng-arrow {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #d9e2ec;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  left: 0;
  padding: 8px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-color: #d9e2ec;
  margin-top: 0;
  -webkit-animation-name: pop-in;
  animation-name: pop-in;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  padding: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 30, 65, 0.1),
    0 2px 4px -1px rgba(0, 30, 65, 0.06);
}
.ng-dropdown-panel.ng-select-bottom
  .ng-dropdown-panel-items
  .ng-option:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-color: #d9e2ec;
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-top
  .ng-dropdown-panel-items
  .ng-option:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #d9e2ec;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #d9e2ec;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-panel-items {
  margin-bottom: 1px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: #f0f4f8;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected {
  background-color: #e8f2fc !important;
  font-weight: 500 !important;
  color: #197ce0 !important;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: #102a43;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 2px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  background-color: #e8f2fc !important;
  font-weight: 500 !important;
  color: #197ce0 !important;
}
.ng-dropdown-panel
  .ng-dropdown-panel-items
  .ng-option.ng-option-selected
  .ng-option-label {
  font-weight: 500;
  font-size: 14px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #f0f4f8;
  color: #102a43;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #829ab1;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}
[dir="rtl"]
  .ng-dropdown-panel
  .ng-dropdown-panel-items
  .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}
[dir="rtl"]
  .ng-dropdown-panel
  .ng-dropdown-panel-items
  .ng-option
  .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}
[dir="rtl"] .ng-dropdown-panel {
  direction: rtl;
  text-align: right;
}
.ng-input,
.ng-input input,
.ng-value {
  font-size: 0.855rem;
  line-height: 1;
  padding-left: 0;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #829ab1;
}
.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 15px;
}
.ng-bar {
  background: linear-gradient(-135deg, #00e5ff 0, #197ce0 100%) !important;
}
.ng-meteor {
  box-shadow: none !important;
}
.ngx-datepicker-container {
  width: 100% !important;
  display: block;
  z-index: 600 !important;
}
.ngx-datepicker-container .ngx-datepicker-calendar-container {
  margin-top: -10px !important;
  width: 240px !important;
}
.ngx-datepicker-container .ngx-datepicker-calendar-container .topbar-container {
  height: 40px !important;
  padding: 10px 15px !important;
}
.ngx-datepicker-container
  .ngx-datepicker-calendar-container
  .topbar-container
  svg:hover
  g {
  fill: #197ce0 !important;
}
.ngx-datepicker-container
  .ngx-datepicker-calendar-container
  .main-calendar-container
  .main-calendar-days
  .day-unit {
  height: 30px !important;
  border-radius: 5px !important;
  color: #102a43;
}
.ngx-datepicker-container
  .ngx-datepicker-calendar-container
  .day-unit.is-today {
  background-color: #f0f4f8 !important;
  border-radius: 5px !important;
  color: #102a43 !important;
}
.ngx-datepicker-container
  .ngx-datepicker-calendar-container
  .day-unit.is-today:hover,
.ngx-datepicker-container .ngx-datepicker-calendar-container .day-unit:hover {
  background-color: rgba(25, 124, 224, 0.25) !important;
  color: #197ce0 !important;
  border-radius: 5px !important;
}
.ngx-datepicker-container
  .ngx-datepicker-calendar-container
  .day-unit.is-selected,
.ngx-datepicker-container
  .ngx-datepicker-calendar-container
  .day-unit.is-selected:hover {
  background-color: #197ce0 !important;
  border-radius: 5px !important;
  color: #fff !important;
}
.detailDatePicker .ngx-datepicker-input {
  display: block;
  width: 100%;
  height: calc(2.248rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 0.96rem;
  line-height: 1.3;
  color: #001b2f;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dfe6ec;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out;
}
.pg-loading-screen {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000000;
  opacity: 1;
  background-color: #f0f4f8 !important;
  transition: background-color 0.4s ease-in-out 0s;
}
.pg-loading-screen.pg-loaded {
  opacity: 0;
  -webkit-animation: 0.5s cubic-bezier(0.7, 0, 0.3, 1) both pgAnimLoaded;
  animation: 0.5s cubic-bezier(0.7, 0, 0.3, 1) both pgAnimLoaded;
}
.pg-loading-screen.pg-loading .pg-loading-html,
.pg-loading-screen.pg-loading .pg-loading-logo-header {
  opacity: 1;
}
.pg-loading-screen.pg-loading .pg-loading-html:not(.pg-loaded),
.pg-loading-screen.pg-loading .pg-loading-logo-header {
  -webkit-animation: 1s cubic-bezier(0.7, 0, 0.3, 1) both pgAnimLoading;
  animation: 1s cubic-bezier(0.7, 0, 0.3, 1) both pgAnimLoading;
}
.pg-loading-screen.pg-loading .pg-loading-html:not(.pg-loaded) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.pg-loading-screen .pg-loading-inner {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: static;
}
.pg-loading-screen .pg-loading-center-outer {
  width: 100%;
  padding: 0;
  display: table !important;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.pg-loading-screen .pg-loading-center-middle {
  padding: 0;
  vertical-align: middle;
  display: table-cell !important;
  margin: 0;
  text-align: center;
}
.pg-loading-screen .pg-loading-html,
.pg-loading-screen .pg-loading-logo-header {
  width: 100%;
  opacity: 0;
}
.pg-loading-screen .pg-loading-logo-header {
  text-align: center;
  display: none !important;
}
.pg-loading-screen .pg-loading-logo-header img {
  display: inline-block !important;
}
.pg-loading-screen .pg-loading-html.pg-loaded {
  transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.pg-loading-screen .pg-loading-html.pg-loaded.pg-removing {
  opacity: 0;
}
.pg-loading-screen .pg-loading-html.pg-loaded.pg-loading {
  opacity: 1;
}
@-webkit-keyframes pgAnimLoading {
  from {
    opacity: 0;
  }
}
@keyframes pgAnimLoading {
  from {
    opacity: 0;
  }
}
@-webkit-keyframes pgAnimLoaded {
  from {
    opacity: 1;
  }
}
@keyframes pgAnimLoaded {
  from {
    opacity: 1;
  }
}
.pswp__bg {
  background: #001228 !important;
  opacity: 0.99 !important;
}
.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
  background-color: transparent !important;
}
.pswp {
  z-index: 2600 !important;
}
.pswp img {
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
}
code,
code[class*="language-"],
pre[class*="language-"] {
  color: #fff;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  line-height: 1.4;
  direction: ltr;
  cursor: text;
}
pre[class*="language-"] {
  overflow: auto;
  font-size: 85%;
}
li code,
p code,
table code {
  margin: 0;
  border-radius: 3px;
  padding: 0.2em 0;
  font-size: 85%;
}
li code:after,
li code:before,
p code:after,
p code:before,
table code:after,
table code:before {
  letter-spacing: -0.2em;
  content: " ";
}
:not(pre) > code[class*="language-"],
code,
pre[class*="language-"] {
  background: #f0f4f8;
}
:not(pre) > code[class*="language-"] {
  padding: 0.1em;
  border-radius: 0.3em;
}
.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
  color: #e9eff5;
}
.token.property,
.token.tag {
  color: #102a43;
}
.token.boolean,
.token.number {
  color: #a71d5d;
}
.token.attr-name,
.token.attr-value .punctuation:first-child,
.token.important,
.token.keyword,
.token.regex,
.token.selector {
  color: #18c96e;
}
.language-css .token.string,
.token.entity,
.token.operator,
.token.url {
  color: #102a43;
}
.token.entity {
  cursor: help;
}
.namespace {
  opacity: 0.7;
}
#toast-container > div {
  opacity: 1 !important;
}
.toast-container .toast {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 16px 40px 16px 20px;
  min-width: 320px;
  max-width: 640px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  border: none;
  box-shadow: none;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  box-shadow: 0 10px 15px -3px rgba(0, 30, 65, 0.1),
    0 4px 6px -2px rgba(0, 30, 65, 0.05);
}
.toast-container .toast:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 30, 65, 0.1),
    0 4px 6px -2px rgba(0, 30, 65, 0.05);
  opacity: 1;
  cursor: pointer;
}
.toast {
  background-color: #001e41;
  pointer-events: auto;
  background-image: none;
}
.toast.toast-loading {
  border-radius: 36px;
  margin-bottom: 48px;
}
.toast.w-progress .upload-bar {
  display: block;
}
.toast .toast-icon {
  position: absolute;
  left: 14px;
  top: 12px;
  display: none;
}
.toast .toast-icon svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}
.toast .toast-icon .danger-icon,
.toast .toast-icon .info-icon,
.toast .toast-icon .success-icon,
.toast .toast-icon .warning-icon {
  display: none !important;
}
.toast.w-icon .toast-icon,
.toast.w-icon.toast-info .info-icon {
  display: block !important;
}
.toast.w-icon.toast-info .info-icon svg {
  fill: #486581;
}
.toast.w-icon.toast-info-dark .info-icon {
  display: block !important;
}
.toast.w-icon.toast-info-dark .info-icon svg {
  fill: #fff;
}
.toast.w-icon.toast-warning h5.toast-title,
.toast.w-icon.toast-warning p.toast-body {
  color: #102a43;
}
.toast.w-icon.toast-warning .warning-icon {
  display: block !important;
}
.toast.w-icon.toast-warning .close-toast svg,
.toast.w-icon.toast-warning .warning-icon svg {
  fill: #102a43;
}
.toast.w-icon.toast-danger .danger-icon,
.toast.w-icon.toast-success .success-icon {
  display: block !important;
}
.toast.toast-success {
  background-color: #18c96e;
}
.toast.toast-warning {
  background-color: #fdd835;
}
.toast.toast-danger {
  background-color: #f24235;
}
.toast.toast-info {
  background-color: #fff;
  border: 1px solid #d9e2ec;
}
.toast.toast-info h5.toast-title {
  color: #102a43;
  margin-bottom: 2px;
}
.toast.toast-info p.toast-body {
  color: #486581;
}
.toast.toast-info .close-toast:hover {
  background-color: #f0f4f8;
}
.toast.toast-info .close-toast:hover svg {
  fill: #486581;
}
.toast.toast-info .close-toast svg {
  fill: #6a8bac;
}
.toast .toast-actions {
  display: none;
  margin-left: -4px;
  margin-top: 12px;
}
.toast .toast-actions .btn-link {
  color: rgba(255, 255, 255, 0.85);
  background-color: rgba(255, 255, 255, 0.125);
  font-weight: 600;
  padding: 4px 16px;
  font-size: 13px;
}
.toast .toast-actions .btn-link svg {
  fill: #fff;
}
.toast .toast-actions .btn-link:hover {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.toast .toast-actions .btn-action-cancel,
.toast .toast-actions .btn-action-okay,
.toast .toast-actions .btn-action-proceed,
.toast .toast-actions .btn-action-retry,
.toast .toast-actions .btn-action-undo {
  display: none !important;
}
.toast.w-actions .toast-actions {
  display: block;
}
.toast.w-actions.action-cancel .btn-action-cancel,
.toast.w-actions.action-okay .btn-action-okay,
.toast.w-actions.action-proceed .btn-action-proceed,
.toast.w-actions.action-retry .btn-action-retry,
.toast.w-actions.action-undo .btn-action-undo {
  display: inline-block !important;
}
.toast.w-icon {
  padding-left: 48px;
}
.toast .spinner {
  display: none;
}
.toast.w-spinner {
  padding-left: 56px;
}
.toast.w-spinner .spinner {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 16px;
  top: 14px;
}
.toast h5.toast-title {
  color: #fff;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.toast p.toast-body {
  padding: 0;
  color: #fff;
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 18px;
}
.toast .close-toast {
  position: absolute;
  right: 10px;
  top: 9px;
  padding: 4px 6px;
}
.toast .close-toast:hover {
  background-color: rgba(255, 255, 255, 0.125);
}
.toast .close-toast svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.toast-success {
  background-color: #18c96e;
}
.toast-error {
  background-color: #f24235;
}
.toast-info {
  background-color: #197ce0;
}
.toast-warning {
  background-color: #fdd835;
} /*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: proxima-nova, "Proxima Nova", helvetica, arial, sans-serif;
  font-size: 15px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: 0;
  overflow-y: auto;
  -o-tab-size: 4;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: proxima-nova, "Proxima Nova", helvetica, arial, sans-serif;
}
.ql-editor > * {
  cursor: text;
  font-weight: 500 !important;
}
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6,
.ql-editor ol,
.ql-editor p,
.ql-editor pre,
.ql-editor ul {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  color: #102a43;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: "•";
}
.ql-editor ul[data-checked="false"],
.ql-editor ul[data-checked="true"] {
  pointer-events: none;
}
.ql-editor ul[data-checked="false"] > li *,
.ql-editor ul[data-checked="true"] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked="false"] > li::before,
.ql-editor ul[data-checked="true"] > li::before {
  color: #102a43;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked="true"] > li::before {
  content: "☑";
}
.ql-editor ul[data-checked="false"] > li::before {
  content: "☐";
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #197ce0;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #197ce0;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  content: attr(data-placeholder);
  pointer-events: none;
}
.ql-snow .ql-toolbar:after,
.ql-snow.ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-toolbar button,
.ql-snow.ql-toolbar button {
  background: 0 0;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 4px;
  width: 24px;
}
.ql-snow .ql-toolbar button svg,
.ql-snow.ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow .ql-toolbar button:active:hover,
.ql-snow.ql-toolbar button:active:hover {
  outline: 0;
}
.ql-snow .ql-toolbar input.ql-image[type="file"],
.ql-snow.ql-toolbar input.ql-image[type="file"] {
  display: none;
}
.ql-snow .ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button:focus,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow.ql-toolbar button:focus,
.ql-snow.ql-toolbar button:hover {
  color: #197ce0;
}
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill {
  fill: #197ce0;
}
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter {
  stroke: #197ce0;
}
@media (pointer: coarse) {
  .ql-snow .ql-toolbar button:hover:not(.ql-active),
  .ql-snow.ql-toolbar button:hover:not(.ql-active) {
    color: #001e41;
  }
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #001e41;
  }
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #001e41;
  }
}
.ql-snow,
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-flip {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #001e41;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #001e41;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #001e41;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-stroke.ql-thin,
.ql-snow .ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #d9e2ec;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #001e41;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #d9e2ec;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #d9e2ec;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #d9e2ec;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow
  .ql-picker.ql-font
  .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow
  .ql-picker.ql-font
  .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow
  .ql-picker.ql-header
  .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow
  .ql-picker.ql-header
  .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow
  .ql-picker.ql-size
  .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow
  .ql-picker.ql-size
  .ql-picker-label[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-item::before,
.ql-snow .ql-picker.ql-header .ql-picker-label::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-item::before,
.ql-snow .ql-picker.ql-font .ql-picker-label::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="serif"]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="monospace"]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item::before,
.ql-snow .ql-picker.ql-size .ql-picker-label::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="small"]::before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="large"]::before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="huge"]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: none;
  border-bottom: 1px solid #d9e2ec;
  box-sizing: border-box;
  font-family: proxima-nova, "Proxima Nova", helvetica, arial, sans-serif;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #d9e2ec;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #d9e2ec;
  box-shadow: 0 0 5px #ddd;
  color: #001e41;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type="text"] {
  display: none;
  border: 1px solid #d9e2ec;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #d9e2ec;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type="text"] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0;
  content: "Save";
  padding-right: 0;
}
.ql-snow .ql-tooltip[data-mode="link"]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode="formula"]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode="video"]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #197ce0;
}
.ql-container.ql-snow {
  border: 1px solid transparent;
}
body:not(.user-is-tabbing) .btn:active:focus,
body:not(.user-is-tabbing) .btn:focus,
body:not(.user-is-tabbing)
  .custom-control-input:active:focus
  ~ .custom-control-label::before,
body:not(.user-is-tabbing)
  .custom-control-input:focus
  ~ .custom-control-label::before,
body:not(.user-is-tabbing) .form-control:active:focus,
body:not(.user-is-tabbing) .form-control:focus,
body:not(.user-is-tabbing) button:active:focus,
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:active:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:active:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:active:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
body:not(.user-is-tabbing)
  .custom-control-input:active:focus
  ~ .custom-control-label::before,
body:not(.user-is-tabbing)
  .custom-control-input:focus
  ~ .custom-control-label::before {
  border-color: #f0f4f8;
}
::-webkit-input-placeholder {
  color: #829ab1;
}
::-moz-placeholder {
  color: #829ab1;
}
:-ms-input-placeholder {
  color: #829ab1;
}
:-moz-placeholder {
  color: #829ab1;
}
.caret {
  display: inline-block;
  margin-right: -4px;
}
.caret svg {
  width: 15px;
  height: 15px;
  fill: #486581;
}
.whitespace-nowrap {
  white-space: nowrap !important;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.fontSize-10 {
  font-size: 10px;
}
.fontSize-12 {
  font-size: 12px;
}
.fontSize-14 {
  font-size: 14px;
}
.fontSize-16px {
  font-size: 16px;
}
.fontSize-18px {
  font-size: 18px;
}
.fontSize-20 {
  font-size: 20px;
}
.fontSize-24 {
  font-size: 24px;
}
.fontSize-30 {
  font-size: 30px;
}
.fontSize-36 {
  font-size: 36px;
}
.fontSize-48 {
  font-size: 48px;
}
.fontSize-60px {
  font-size: 60px;
}
.fontSize-72 {
  font-size: 72px;
}
.elevation-0 {
  box-shadow: none;
}
.elevation-1 {
  box-shadow: 0 1px 3px 0 rgba(0, 30, 65, 0.1),
    0 1px 2px 0 rgba(0, 30, 65, 0.06);
}
.elevation-2 {
  box-shadow: 0 4px 6px -1px rgba(0, 30, 65, 0.1),
    0 2px 4px -1px rgba(0, 30, 65, 0.06);
}
.elevation-3 {
  box-shadow: 0 10px 15px -3px rgba(0, 30, 65, 0.1),
    0 4px 6px -2px rgba(0, 30, 65, 0.05);
}
.elevation-4 {
  box-shadow: 0 20px 25px -5px rgba(0, 30, 65, 0.1),
    0 10px 10px -5px rgba(0, 30, 65, 0.04);
}
.elevation-5 {
  box-shadow: 0 25px 50px -12px rgba(0, 30, 65, 0.25);
}
.bg-slate {
  background-color: #001e41 !important;
}
.bg-brand {
  background-color: #197ce0 !important;
}
.bg-glass {
  background-color: #fff !important;
}
.bg-burgandy {
  background-color: #b71c1c !important;
}
.bg-auburn {
  background-color: #ff5722 !important;
}
.bg-carrot {
  background-color: #f90 !important;
}
.bg-mango {
  background-color: #fdd835 !important;
}
.bg-clover {
  background-color: #18c96e !important;
}
.bg-spruce {
  background-color: #4cb04f !important;
}
.bg-grass {
  background-color: #8ac24a !important;
}
.bg-lime {
  background-color: #cbdb39 !important;
}
.bg-royal {
  background-color: #303f9f !important;
}
.bg-bluebird {
  background-color: #2196f3 !important;
}
.bg-seafoam {
  background-color: #00bcd4 !important;
}
.bg-carribean {
  background-color: #00e5ff !important;
}
.bg-plum {
  background-color: #7b1fa2 !important;
}
.bg-violet {
  background-color: #7c4dff !important;
}
.bg-sangria {
  background-color: #880e4f !important;
}
.bg-lavender {
  background-color: #dea7e8 !important;
}
.bg-strawberry {
  background-color: #ff4081 !important;
}
.bg-info {
  background-color: #197ce0 !important;
}
.bg-success {
  background-color: #18c96e !important;
}
.bg-warning {
  background-color: #fdd835 !important;
}
.bg-danger {
  background-color: #f24235 !important;
}
.center-x {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hidden {
  display: none;
}
.highlight {
  background-color: #ff0 !important;
}
.numeric {
  font-variant-numeric: tabular-nums !important;
}
.flex-grow {
  flex: 1 0 auto;
}
@-webkit-keyframes pulse {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
@keyframes pulse {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.cursor-all-scroll {
  cursor: all-scroll;
}
.optional {
  color: #486581;
  font-style: italic;
  font-size: 14px;
}
.switch.switch-xs {
  font-size: 0.875rem;
  margin: 0;
}
.switch.switch-xs input + label {
  min-width: calc(calc(1.25rem * 0.75) * 2);
  height: calc(1.25rem * 0.75);
  line-height: calc(1.25rem * 0.75);
  text-indent: calc(calc(calc(1.25rem * 0.75) * 2) + 0.25rem);
}
.switch.switch-xs input + label::before {
  width: calc(calc(1.25rem * 0.75) * 1.75);
}
.switch.switch-xs input + label::after {
  width: calc(calc(1.25rem * 0.75) - calc(2px * 1));
  height: calc(calc(1.25rem * 0.75) - calc(2px * 1));
  top: 1px;
  left: 1px;
  box-shadow: 0 4px 6px -1px rgba(0, 30, 65, 0.1),
    0 2px 4px -1px rgba(0, 30, 65, 0.06);
}
.switch.switch-xs input:checked + label::after {
  margin-left: calc(calc(1.25rem * 0.75) * 0.75);
}
.upload-bar {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.upload-bar .progress {
  height: 16px !important;
  margin-top: 8px;
}
body.embedded,
body.no-overflow {
  overflow: hidden;
}
.interloop-wrap {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  font-size: 16px;
}
.interloop-wrap.embedded {
  min-width: unset;
}
.interloop-wrap.electron .navbar.fixed-top {
  padding-top: 15px !important;
  height: 65px !important;
  -webkit-interloop-region: drag !important;
}
.interloop-wrap.electron .account_content,
.interloop-wrap.electron .home_content,
.interloop-wrap.electron .settings_content {
  top: 15px !important;
}
.interloop-wrap.electron .loop-page {
  margin-top: 15px;
}
.drag-bar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  background-color: transparent;
  height: 15px;
  -webkit-interloop-region: drag;
}
.interloop-wrap.w-banner {
  height: calc(100vh - 36px);
}
.interloop-wrap.w-banner .navbar.fixed-top {
  top: 36px !important;
}
.interloop-wrap.w-banner .home_content {
  top: 36px;
  min-height: calc(100vh - 86px);
}
.interloop-wrap.w-banner .account_content,
.interloop-wrap.w-banner .boards-wrap,
.interloop-wrap.w-banner .loops-wrap,
.interloop-wrap.w-banner .settings_content,
.interloop-wrap.w-banner .sources-wrap {
  min-height: calc(100vh - 138px);
}
.interloop-wrap.w-banner .multi-action-bar {
  bottom: 96px;
}
.inner-wrapper {
  padding: 16px;
}
@media (min-width: 576px) {
  .inner-wrapper {
    position: relative;
    padding: 36px 72px;
    width: 100%;
    height: calc(100vh - 100px);
    overflow: auto;
  }
  .inner-wrapper .row {
    margin: auto;
    min-width: 1024px;
    max-width: 1240px;
  }
  .inner-wrapper.w-feature-header {
    padding-top: 60px;
  }
}
div.banner-wrap {
  background-color: #f0f4f8;
  width: 100%;
  height: 36px;
}
div.banner-wrap .banner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #197ce0;
  padding: 8px 16px;
  min-width: 960px;
  height: 36px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  cursor: default;
  font-weight: 600;
}
div.banner-wrap .banner .bannerBtn {
  cursor: pointer;
}
div.banner-wrap .banner a,
div.banner-wrap .banner a:hover {
  text-decoration: underline;
}
div.banner-wrap .banner .clear-banner {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
}
div.banner-wrap .banner .clear-banner svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}
div.banner-wrap .banner.info {
  background-color: #197ce0;
}
div.banner-wrap .banner.calm {
  background-color: #7c4dff;
}
div.banner-wrap .banner.danger {
  background-color: #f24235;
}
div.banner-wrap .banner.warning {
  background-color: #fdd835;
}
div.banner-wrap .banner.success {
  background-color: #18c96e;
}
div.banner-wrap .banner.fancy {
  background: linear-gradient(-135deg, #00e5ff 0, #197ce0 100%);
}
split-gutter:hover {
  background-color: #fff;
}
.navbar {
  justify-content: space-between;
  padding: 0 20px;
  height: 50px;
}
.navbar .navbar-nav.home-nav li > a {
  display: inline-block;
  margin: 0 5px;
  font-weight: 600;
}
.navbar .navbar-nav.home-nav li > a:hover {
  border-bottom: 3px solid #d9e2ec;
}
.navbar .navbar-nav.home-nav li.active > a {
  border-bottom: 3px solid #197ce0;
}
.navbar-brand {
  position: relative;
  margin-right: 0;
  border-right: 1px solid #1f3a58;
  padding-right: 19px;
}
.navbar-brand.no-border {
  border: none;
}
.navbar-brand .back-icon {
  position: absolute;
  top: 1px;
  left: -18px;
  opacity: 0.5;
  width: 20px;
  height: 20px;
  fill: #fff;
}
.navbar-brand:hover .back-icon {
  opacity: 1;
}
.navbar-brand img {
  margin-top: -5px;
  width: auto;
  height: 24px;
}
.main-nav {
  position: absolute;
  top: 0;
  left: 65px;
  margin-left: -1px;
  border-bottom: none;
  height: 50px;
  overflow: hidden;
}
.main-nav .nav-link {
  position: relative;
  transition: all ease 0.15s;
  margin-top: 0;
  border-bottom: none !important;
  border-radius: 0;
  background-color: transparent !important;
  cursor: pointer;
  padding: 16px;
  height: 50px;
  color: #9fb3c8 !important;
  font-size: 13px;
  font-weight: 600;
}
.main-nav .nav-link svg {
  display: inline-block;
  transition: all ease 0.15s;
  margin-top: -3px;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  stroke: #6a8bac;
}
.main-nav .nav-link:hover {
  color: #fff !important;
}
.main-nav .nav-link:hover svg {
  stroke: #fff;
}
.main-nav .nav-link.active {
  background-color: #1f3a58 !important;
  color: #fff !important;
}
.main-nav .nav-link.active svg {
  stroke: #fff;
}
.main-nav .nav-link.active:hover {
  color: #fff !important;
}
.subheader {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid #d9e2ec;
  background-color: #fff;
  padding: 0 16px;
  height: 50px;
}
.subheader .subheader-title {
  margin-bottom: 0;
  padding: 15px 5px;
  font-size: 15px;
}
.subheader .navbar-nav,
.subheader > .nav.nav-simple-tabs {
  border-bottom: none !important;
  border-color: transparent;
}
.subheader .navbar-nav .nav-link,
.subheader > .nav.nav-simple-tabs .nav-link {
  position: relative;
  transition: all ease 0.15s;
  margin-top: 0;
  padding: 13px 15px;
  color: #829ab1;
  font-size: 95%;
  font-weight: 500;
}
.subheader .navbar-nav svg,
.subheader > .nav.nav-simple-tabs svg {
  display: inline-block;
  margin-top: -2px;
  margin-right: 8px;
  width: 15px;
  height: 15px;
}
.subheader .navbar-nav.active,
.subheader > .nav.nav-simple-tabs.active {
  border-bottom: 2px solid #197ce0 !important;
  color: #102a43;
}
.subheader .navbar-nav.active svg,
.subheader > .nav.nav-simple-tabs.active svg {
  stroke: #197ce0 !important;
}
.subheader .navbar-nav.active:hover,
.subheader > .nav.nav-simple-tabs.active:hover {
  border-bottom: 2px solid #197ce0 !important;
}
.subheader .navbar-nav:hover,
.subheader > .nav.nav-simple-tabs:hover {
  border-bottom: 2px solid transparent !important;
  color: #102a43;
}
.subheader .navbar-nav .icon,
.subheader > .nav.nav-simple-tabs .icon {
  position: absolute;
  top: 15px;
  left: 10px;
}
.account_content,
.home_content,
.settings_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 50px;
  background-color: #f0f4f8;
  padding: 0;
  min-height: calc(100vh - 50px);
}
.account_content,
.boards-wrap,
.dashboards-wrap,
.loops-wrap,
.reports-wrap,
.settings_content,
.sources-wrap {
  margin-top: 51px;
  min-height: calc(100vh - 101px);
  overflow: auto;
}
.new-loop,
.new-source {
  position: absolute;
  top: 4px;
  right: 256px;
}
.new-loop .btn,
.new-source .btn {
  margin-top: 3px;
  width: 34px !important;
  height: 34px;
  line-height: 17px;
}
.subheader-search {
  position: absolute;
  top: 5px;
  right: 10px;
  margin: 1px 0;
  width: 240px;
}
.subheader-search .form-control {
  border: 1px solid #d9e2ec;
}
.subheader-search .form-control:focus {
  background-color: #fff;
}
.subheader-search .search-icon {
  top: 4px;
}
.subheader-search .clear-search {
  position: absolute;
  top: -2px;
  right: -5px;
}
.subheader-search .clear-search svg {
  width: 16px;
  height: 16px;
  fill: #6a8bac;
}
.subheader .breadcrumb {
  margin-top: 0;
  padding: 13px 4px;
  font-size: 16px;
}
.subheader .breadcrumb .btn.w-icon-right .icon,
.subheader .breadcrumb .btn.w-icon-right svg {
  margin-left: 0;
}
.subheader .breadcrumb .btn {
  margin-top: -5px;
  margin-left: -4px;
  padding: 4px 8px;
  color: #102a43;
  font-size: 15px;
  font-weight: 600;
}
.subheader .form-control {
  padding: 6px 12px 6px 36px;
}
.clear-link {
  cursor: pointer;
  color: #197ce0 !important;
}
.card.new-card {
  margin-bottom: 20px;
  border: 1px dashed #cfdae7;
  border-radius: 6px;
  background-color: transparent;
  cursor: pointer;
  padding: 30px;
  height: 165px;
}
.card.new-card.new-source {
  height: 185px;
}
.card.new-card h3 {
  margin-top: 24px;
  margin-bottom: 4px;
  text-align: center;
  white-space: nowrap;
  color: #486581;
  font-size: 1rem;
}
.card.new-card .new-icon {
  display: block;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  padding: 18px 20px;
  width: 60px;
  height: 60px;
}
.card.new-card .new-icon svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  fill: #197ce0;
}
.card.new-card:hover {
  border-color: #197ce0;
}
.card.new-card:hover h3 {
  color: #197ce0;
}
.card.new-card:hover .new-icon {
  background-color: #197ce0;
}
.card.new-card:hover .new-icon svg {
  fill: #fff;
}
ngb-typeahead-window.dropdown-menu {
  right: 24px !important;
}
ngb-typeahead-window.dropdown-menu .dropdown-item {
  padding: 12px !important;
}
ngb-typeahead-window.dropdown-menu .user-name .avatar {
  position: absolute;
  top: -5px;
  left: -10px;
  line-height: 40px;
}
.ngb-dp-body {
  z-index: 3000 !important;
}
.fsp-modal {
  position: relative;
  z-index: 99999 !important;
  background: #fff !important;
  border-radius: 5px !important;
  box-shadow: 0 20px 25px -5px rgba(0, 30, 65, 0.1),
    0 10px 10px -5px rgba(0, 30, 65, 0.04) !important;
  transition: all 0.3s cubic-bezier(0.84, 0.02, 0.37, 0.74);
  color: #102a43;
}
.fsp-modal__body {
  border-radius: 5px !important;
}
.fsp-header {
  background: #fff !important;
}
.fsp-picker {
  background-color: rgba(0, 30, 65, 0.25) !important;
  font-family: proxima-nova, "Proxima Nova", helvetica, arial, sans-serif !important;
}
.fsp-drop-area__subtitle {
  color: #486581 !important;
}
.fsp-drop-area {
  border: 1px dashed #d9e2ec !important;
}
.fsp-header-icon {
  display: none !important;
}
.fsp-content {
  background-color: #fff !important;
}
.fsp-picker__brand {
  display: none !important;
}
.fsp-drop-area,
.fsp-drop-area-container {
  background-color: #fff !important;
}
.fsp-footer {
  background: #fff;
  border-top: 1px solid #d9e2ec !important;
}
.fsp-button--cancel {
  border: 1px solid #d9e2ec !important;
  color: #102a43 !important;
}
.fsp-summary__header {
  display: none !important;
}
.fsp-summary__body {
  padding-top: 0 !important;
}
.fsp-button--primary {
  color: #fff !important;
  background-color: #197ce0 !important;
}
.svg-inline--fa {
  fill: #486581;
}
.svg-inline--fa > path {
  fill: 4icon;
}
.loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px rgba(106, 139, 172, 0.1);
  margin-left: -60px;
  margin-top: -60px;
}
.loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #6a8bac, #6a8bac);
  -webkit-animation: 1.2s linear infinite rotate;
  animation: 1.2s linear infinite rotate;
}
.loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px #197ce0;
}
body.pg-loading {
  overflow: hidden;
  background-color: #f0f4f8;
  -webkit-interloop-region: drag;
}
.pg-loading-screen {
  transition: none !important;
  -webkit-interloop-region: drag;
}
.pg-loading-screen .pg-loading-html {
  margin-top: -28px !important;
}
.page-loading .loader {
  width: 10em;
  height: 10em;
  border-top: 0.6em solid #197ce0;
  margin-top: 45px !important;
}
.page-loading img,
.page-loading svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.pswp__img {
  background: 0 0;
}
.pswp.preview .pswp__error-msg,
.pswp__error-msg {
  display: none !important;
}
.pswp__img--placeholder--blank {
  background: 0 0 !important;
}
.audio_viewer,
.google_viewer,
.microsoft_viewer,
.pdf_viewer,
.video_viewer {
  position: fixed;
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
  z-index: 2700;
  border-radius: 3px;
  overflow: hidden;
}
.pdf_viewer {
  background-color: #f0f4f8;
  padding: 20px;
}
.pdf_viewer .page {
  box-shadow: 0 10px 15px -3px rgba(0, 30, 65, 0.1),
    0 4px 6px -2px rgba(0, 30, 65, 0.05);
}
pre[class*="language-"] {
  margin: 0 !important;
  border-radius: 5px;
  border-color: transparent;
  background: #001e41;
  padding: 10px 20px;
  text-shadow: none !important;
  letter-spacing: 0.5px;
  color: #fff !important;
  font-weight: 500;
}
code[class*="language-"] {
  line-height: 1.25rem;
  color: #fff !important;
}
code {
  border: none;
  background-color: transparent;
  color: #fff;
}
.code-toolbar > .toolbar {
  opacity: 1 !important;
}
div.code-toolbar > .toolbar a,
div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar span {
  margin-right: 5px;
  box-shadow: none;
  background-color: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #829ab1;
  font-size: 0.85rem;
  font-weight: 600;
}
div.code-toolbar > .toolbar a:hover,
div.code-toolbar > .toolbar button:hover,
div.code-toolbar > .toolbar span:hover {
  color: #fff;
}
.language-autohotkey .token.selector,
.token.atrule,
.token.attr-name,
.token.keyword {
  color: #7c4dff;
}
.token.operator,
.token.punctuation {
  color: #d9e2ec;
}
.language-autohotkey .token.keyword,
.token.selector,
.token.tag {
  color: #2196f3;
}
.token.attr-value,
.token.string {
  color: #18c96e;
}
.slick-list,
.slick-slide > div,
.slick-slide > div .card,
.slick-track {
  height: 100% !important;
}
.slick-dots {
  display: block;
  position: absolute;
  top: -30px !important;
  right: 0;
  bottom: unset !important;
  left: 0;
  margin: auto;
  padding: 0 15px;
  width: 240px !important;
  width: calc(100% - 500px);
  height: 20px;
  list-style: none;
  text-align: center !important;
}
.slick-dots li {
  -webkit-transform: translateX(-1px) translateY(-5px) !important;
  transform: translateX(-1px) translateY(-5px) !important;
  margin: -5px 2px 0;
  width: 5px;
  height: 5px;
  -webkit-transform: translateX(-1px) !important;
}
.slick-dots li button:before {
  border-radius: 5px;
  background: #fff;
  width: 5px !important;
  height: 5px !important;
  content: "" !important;
}
.slick-next,
.slick-prev {
  display: none !important;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: unset !important;
  transform: unset !important;
}
.loop_card,
.report_card,
.source_card {
  width: 100%;
  height: 180px;
  background: #fff;
  border: 1px solid #d9e2ec;
  box-shadow: none;
  border-radius: 3px;
  float: left;
  margin: 0 14px 14px 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: all 0.15s ease-in-out;
  padding: 5px;
}
.loop_card.hovered,
.loop_card:hover,
.report_card.hovered,
.report_card:hover,
.source_card.hovered,
.source_card:hover {
  cursor: pointer;
  box-shadow: 0 4px 6px -1px rgba(0, 30, 65, 0.1),
    0 2px 4px -1px rgba(0, 30, 65, 0.06);
}
.loop_card.archived .loop_name,
.loop_card.archived .loop_visual,
.loop_card.archived .source_name,
.loop_card.archived .source_visual,
.report_card.archived .loop_name,
.report_card.archived .loop_visual,
.report_card.archived .source_name,
.report_card.archived .source_visual,
.source_card.archived .loop_name,
.source_card.archived .loop_visual,
.source_card.archived .source_name,
.source_card.archived .source_visual {
  opacity: 0.5;
}
.loop_card .loop_visual,
.report_card .loop_visual,
.source_card .loop_visual {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  margin-bottom: 16px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin-top: 16px;
  margin-left: 16px;
}
.loop_card .loop_visual svg,
.report_card .loop_visual svg,
.source_card .loop_visual svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.loop_card .loop_name h5,
.report_card .loop_name h5,
.source_card .loop_name h5 {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 4px auto;
  max-width: 85%;
}
.loop_card .loop_name p,
.report_card .loop_name p,
.source_card .loop_name p {
  color: #829ab1;
  line-height: 1.25;
  font-size: 14px;
  min-height: 32px;
  max-height: 32px;
  overflow: hidden;
  font-weight: 500;
  max-width: 85%;
  margin: auto;
}
.loop_card .loop_type,
.report_card .loop_type,
.source_card .loop_type {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  color: #829ab1;
  line-height: 1.25;
  overflow: hidden;
  max-width: 85%;
  margin: auto;
  text-transform: uppercase;
  font-weight: 700 !important;
  letter-spacing: 1px;
  font-size: 11px !important;
  margin-bottom: 5px !important;
}
.loop_card .source_visual,
.report_card .source_visual,
.source_card .source_visual {
  height: 64px;
  margin-bottom: 16px;
}
.loop_card .source_visual img,
.report_card .source_visual img,
.source_card .source_visual img {
  height: 64px;
  width: auto;
}
.loop_card .source_name h5,
.report_card .source_name h5,
.source_card .source_name h5 {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: auto;
}
.loop_card .source_name p,
.report_card .source_name p,
.source_card .source_name p {
  font-size: 14px;
  color: #829ab1;
}
.loop_card .source_name .subtitle,
.report_card .source_name .subtitle,
.source_card .source_name .subtitle {
  color: #197ce0 !important;
}
.loop_card .loop_type svg,
.loop_card .source_url svg,
.report_card .loop_type svg,
.report_card .source_url svg,
.source_card .loop_type svg,
.source_card .source_url svg {
  display: inline-block;
  margin-right: 2px;
  width: 16px;
  height: 16px;
  fill: #6a8bac;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.source_card {
  padding: 16px 24px;
  margin-bottom: 20px !important;
}
.report_card {
  padding: 20px;
  margin-bottom: 16px !important;
  height: 160px;
}
.report_card h4 {
  font-size: 12px;
}
.report_card h5 {
  font-size: 18px;
}
.report_card p {
  font-size: 14px;
}
.board_card {
  padding: 20px;
  margin-bottom: 16px !important;
  height: 160px;
}
.board_card h4 {
  font-size: 12px;
}
.board_card h5 {
  font-size: 18px;
}
.board_card p {
  font-size: 14px;
}
.drag-card,
.drag-field,
.drag-filter,
.drag-sort,
.drag-style,
.drag-tab,
.drag-view {
  position: absolute;
  top: 8px;
  left: -4px;
}
.drag-card svg,
.drag-field svg,
.drag-filter svg,
.drag-sort svg,
.drag-style svg,
.drag-tab svg,
.drag-view svg {
  width: 12px;
  height: 12px;
  fill: #486581;
}
.drag-card svg:nth-child(1),
.drag-field svg:nth-child(1),
.drag-filter svg:nth-child(1),
.drag-sort svg:nth-child(1),
.drag-style svg:nth-child(1),
.drag-tab svg:nth-child(1),
.drag-view svg:nth-child(1) {
  -webkit-transform: translateX(7px);
  transform: translateX(7px);
}
.drag-card:hover,
.drag-field:hover,
.drag-filter:hover,
.drag-sort:hover,
.drag-style:hover,
.drag-tab:hover,
.drag-view:hover {
  cursor: -webkit-grab;
  cursor: grab;
}
.drag-card:hover svg,
.drag-field:hover svg,
.drag-filter:hover svg,
.drag-sort:hover svg,
.drag-style:hover svg,
.drag-tab:hover svg,
.drag-view:hover svg {
  fill: #d9e2ec !important;
}
.fieldActionDropdown {
  margin-right: -10px;
}
.embed-preview code,
.embed-preview code[class*="language-"],
.embed-preview pre[class*="language-"] {
  white-space: pre-line;
  height: 180px;
  word-break: break-all;
}
.embed-preview pre[class*="language-"] {
  padding: 20px;
}
.embed-preview .code-toolbar > .toolbar {
  display: none !important;
}
.expanded-tile .modal-dialog {
  position: fixed;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  margin: 0;
  max-width: unset;
}
.expanded-tile .modal-content {
  height: 100%;
}
.expanded-tile .modal-header {
  border-bottom: 1px solid #d9e2ec;
  padding: 10px 10px 10px 50px !important;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
}
.expanded-tile .modal-header .tile-icon {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  margin-right: 5px;
  border: 1px solid #d9e2ec;
  border-radius: 4px;
  background-color: #fff;
  width: 32px;
  height: 32px;
}
.expanded-tile .modal-header .tile-icon img {
  width: 100%;
  height: 100%;
}
.expanded-tile .modal-header .tile-name {
  display: block;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #001b2f;
  font-weight: 600;
}
.expanded-tile .modal-header .tile-options {
  position: absolute;
  top: 8px;
  right: 8px;
}
.expanded-tile .modal-header .tile-options .btn {
  border: 1px solid transparent;
  padding: 5px;
  text-align: center;
}
.expanded-tile .modal-header .tile-options .btn .btn-icon {
  display: inline-block;
  margin: 0;
  width: 16px;
  height: 16px;
  fill: #6a8bac;
}
.expanded-tile .modal-header .tile-options .btn:hover {
  border: 1px solid transparent;
}
.expanded-tile .modal-header .tile-options .btn:hover .btn-icon {
  fill: #486581;
}
.expanded-tile .modal-body {
  padding: 0 !important;
  height: calc(100vh - 80px);
  overflow: hidden;
}
.expanded-tile .modal-body iframe {
  display: inline-block;
  border-radius: 3px;
  width: 100%;
  height: 100%;
}
.plain-container,
.previews-container {
  display: none !important;
}
.carousel-inner {
  height: 100%;
}
.carousel-indicators {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0 !important;
  left: 0;
  justify-content: center;
  z-index: 15;
  margin-right: 24%;
  margin-bottom: 5px !important;
  margin-left: 24%;
  border-radius: 5px;
  background: rgba(0, 30, 65, 0.125);
  padding-left: 0;
  height: 15px;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 1 1 auto;
  transition: opacity 0.6s ease;
  opacity: 0.5;
  margin-right: 4px;
  margin-left: 4px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #fff;
  cursor: pointer;
  width: 30px;
  height: 3px;
  text-indent: -999px;
}
.carousel-item {
  position: unset;
}
.carousel-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: zoom-in;
  max-width: 102% !important;
  max-height: 100%;
  -o-object-position: 50% 50% !important;
  object-position: 50% 50% !important;
}
.carousel-control-prev-icon {
  opacity: 0;
  background: #fff !important;
  -webkit-mask-image: url(angle-left.44f561aea2858d09836e.svg);
  mask-image: url(angle-left.44f561aea2858d09836e.svg);
}
.carousel-control-next-icon {
  opacity: 0;
  background: #fff !important;
  -webkit-mask-image: url(angle-right.08cd2cfcd1594814a5b7.svg);
  mask-image: url(angle-right.08cd2cfcd1594814a5b7.svg);
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  background: center center/100% 100% no-repeat;
  width: 40px;
  height: 40px;
}
.carousel:hover .carousel-control-next-icon,
.carousel:hover .carousel-control-prev-icon {
  opacity: 1 !important;
}
.saveError {
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 1px;
  opacity: 0.25;
  z-index: 0;
  border-radius: 3px;
  background: repeating-linear-gradient(
    -45deg,
    #f8a09a,
    #f8a09a 10px,
    #fbcfcc 10px,
    #fbcfcc 20px
  );
}
.saveErrorIndicator {
  position: absolute;
  top: -1px;
  right: 8px;
  cursor: pointer;
}
.saveErrorIndicator svg {
  width: 16px;
  height: 16px;
  fill: #f24235;
}
.ag-cell-focus .saveError {
  right: 0;
  left: 0;
}
.ag-cell-focus .saveError svg {
  top: 4px;
}
.customHeader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 12px;
  width: 100%;
}
.notificationPopover {
  min-width: 360px;
}
.ql-editor {
  padding: 24px !important;
}
.ql-toolbar.ql-snow {
  padding: 8px 24px !important;
}
.ql-editor.ql-blank::before {
  position: absolute;
  right: 24px;
  left: 24px;
  color: #829ab1;
  font-weight: 500;
  font-style: normal;
  content: attr(data-placeholder);
  pointer-events: none;
}
.ql-editor .ql-video {
  display: block;
  margin: auto;
  width: 80%;
  max-width: 100%;
  height: 320px;
}
.guide-content .ql-editor {
  display: block;
}
mwl-confirmation-popover-window .popover {
  padding: 16px !important;
}
mwl-confirmation-popover-window .popover-header {
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
  font-size: 18px !important;
}
mwl-confirmation-popover-window .popover-content p {
  font-size: 14px !important;
}
.leader-line {
  z-index: 999999;
}
.loop_wrap {
  display: flex;
  flex-direction: column;
  background-color: #001e41;
  height: 100%;
}
.loop_wrap.embedded .toolbar {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.loop_wrap.embedded .loop_main {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}
.loop_wrap.embedded.embedded-loop as-split {
  height: calc(100vh - 20px) !important;
}
.loop_wrap.embedded.embedded-loop > .navbar {
  display: none;
}
.loop_wrap.embedded.embedded-tab as-split,
.loop_wrap.embedded.embedded-view as-split {
  height: calc(100vh - 16px) !important;
}
.loop_wrap.embedded.embedded-tab .loop_main,
.loop_wrap.embedded.embedded-view .loop_main {
  height: calc(100% - 50px);
}
.loop_wrap.embedded.embedded-tab interloop-navtabs,
.loop_wrap.embedded.embedded-tab > .navbar,
.loop_wrap.embedded.embedded-view interloop-navtabs,
.loop_wrap.embedded.embedded-view > .navbar {
  display: none;
}
.loop_wrap.embedded.embedded-tab .toolbar,
.loop_wrap.embedded.embedded-view .toolbar {
  margin-top: 8px;
}
body.embedded .loop_wrap .loop_main,
body.embedded .loop_wrap .toolbar {
  border-radius: 0;
}
body.embedded .loop_wrap.embedded-tab as-split,
body.embedded .loop_wrap.embedded-view as-split {
  height: calc(100vh - 24px) !important;
}
body.embedded .loop_wrap.embedded-tab .loop_main,
body.embedded .loop_wrap.embedded-view .loop_main {
  height: calc(100% - 51px);
}
body.embedded .loop_wrap.embedded-tab .loop_main.no_toolbar,
body.embedded .loop_wrap.embedded-view .loop_main.no_toolbar {
  margin-top: 8px;
  height: calc(100% - 7px);
}
body.embedded .loop_wrap.embedded-loop .navbar-tabs {
  margin-top: 15px;
}
body.embedded .loop_wrap.embedded-loop as-split {
  height: calc(100vh - 22px) !important;
}
body.embedded .loop_wrap.embedded-loop .loop_main {
  height: calc(100% - 94px);
}
.loop_main {
  position: relative;
  background-color: #f0f4f8;
  height: calc(100% - 80px);
}
.loop_main .alert {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 4px 16px;
  height: 32px;
  font-size: 14px;
  font-weight: 600;
}
.loop_main .alert a {
  color: #197ce0 !important;
  font-weight: 500;
}
.loop_main.w-alert {
  padding-top: 32px;
}
.save-error,
.save-success,
.saving {
  display: block;
  position: absolute;
  top: 12px;
  left: 64px;
  opacity: 0.85;
  padding-left: 30px;
  color: #fff;
  font-size: 95%;
  font-weight: 600;
}
.save-error .loader,
.save-success .loader,
.saving .loader {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  margin: 0 5px 0 0;
}
.save-error .loader-tiny,
.save-success .loader-tiny,
.saving .loader-tiny {
  border-top: 0.18em solid #fff;
  border-right: 0.18em solid rgba(255, 255, 255, 0.15);
  border-bottom: 0.18em solid rgba(255, 255, 255, 0.15);
  border-left: 0.18em solid rgba(255, 255, 255, 0.15);
  width: 1.8em;
  height: 1.8em;
}
.save-error svg,
.save-success svg,
.saving svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  fill: #fff;
}
.save-error svg {
  fill: #f24235;
}
.save-error a {
  opacity: 0.5;
  margin-left: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 90%;
}
.save-error a:hover {
  opacity: 1;
}
.save-success {
  padding-left: 0;
}
.save-success svg {
  fill: #18c96e;
}
.save-success a {
  opacity: 0.5;
  margin-left: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 90%;
}
.save-success a:hover {
  opacity: 1;
}
.loop_name {
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}
.loop_name .loop_label {
  padding-left: 8px;
  text-align: left;
}
.loop_name .loop_label:hover {
  opacity: 0.85;
}
.loop_name .loop_icon {
  display: inline-block;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  border-radius: 50%;
  background-color: #fff;
  width: 24px;
  height: 24px;
  vertical-align: bottom;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
}
.loop_name .loop_icon img {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
}
.loop_name .loop_icon svg {
  display: inline-block;
  width: 14px;
  height: 14px;
  fill: #fff;
}
.loop_name .loop_icon .letter {
  display: inline-block;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.loop_name svg {
  width: 18px;
  height: 18px;
  fill: #829ab1;
}
.loop_name .loop_access {
  display: block;
  position: absolute;
  top: 48px;
  right: 0;
  left: 0;
  margin-top: -20px;
  padding-left: 24px;
  text-align: center;
  letter-spacing: 0.5px;
  white-space: nowrap;
  color: #829ab1;
  font-size: 12px;
}
.loop_name .loop_access svg {
  display: inline-block;
  width: 12px;
  height: 12px;
  fill: #829ab1;
}
.loop_name .loop_settings_icon {
  position: absolute;
  top: 0;
  right: 0;
}
.loop_name .loop_guide {
  position: absolute;
  top: -5px;
  padding: 7px;
}
.loop_name .loop_guide svg {
  width: 13px;
  height: 13px;
  fill: #829ab1;
}
.loop_name .loop_guide:hover svg {
  fill: #fff;
}
.loop-calendar,
.loop-gallery,
.loop-grid,
.loop-kanban,
.loop-table {
  display: block;
  width: 100%;
  height: 100%;
}
.underlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: transparent;
}
.drag_overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
as-split {
  height: calc(100vh - 46px) !important;
}
as-split as-split-area {
  position: relative;
}
as-split.as-dragging .drag_overlay {
  display: block;
}
as-split.as-dragging .as-split-gutter {
  background-color: rgba(255, 255, 255, 0.125) !important;
}
.as-split-area {
  overflow-y: hidden !important;
  white-space: nowrap !important;
}
.as-split-gutter {
  background-color: #001e41 !important;
}
.as-split-gutter:hover {
  background-color: rgba(255, 255, 255, 0.125) !important;
}
.grid_overlay {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.grid_overlay section {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 100px 0;
  width: 360px;
  height: 360px;
  overflow: auto;
  vertical-align: middle;
  text-align: center;
}
.grid_overlay section img {
  display: inline-block;
  margin-bottom: 24px;
  width: 72px;
}
.grid_overlay section h5 {
  color: #102a43;
  font-size: 16px;
}
.tablist .nav-link {
  position: relative;
  transition: none;
  margin-right: 1px;
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
  padding: 5px 15px !important;
  max-width: 304px;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
.tablist .nav-link span {
  white-space: nowrap;
}
.search-results {
  margin-top: 8px;
  border-top: 1px solid #d9e2ec;
  padding: 12px 12px 8px;
  text-align: center;
  font-size: 96%;
}
.search-results a {
  cursor: pointer;
  color: #197ce0 !important;
}
.longTextExpanded,
.longTextExpanded .modal-dialog {
  pointer-events: none;
}
.longTextExpanded .close {
  position: absolute;
  top: -15px;
  right: -15px;
  opacity: 1;
  border: 1px solid #d9e2ec;
  border-radius: 50%;
  background-color: #fff;
}
.longTextExpanded .close:hover {
  border-color: #197ce0;
  background-color: #197ce0;
}
.longTextExpanded .close:hover svg {
  fill: #fff;
}
.longTextExpanded .modal-body {
  padding: 1rem;
}
.longTextExpanded .modal-content {
  border: 1px solid #d9e2ec;
  box-shadow: 0 20px 25px -5px rgba(0, 30, 65, 0.1),
    0 10px 10px -5px rgba(0, 30, 65, 0.04);
  background-color: #f0f4f8;
  min-height: 320px;
}
.longTextExpanded .modal-content .form-control {
  border: 2px solid #d9e2ec;
  border-radius: 4px;
  height: 300px;
}
.longTextExpanded .modal-content textarea {
  resize: none !important;
  font-weight: 500;
}
.modal-backdrop.show.groupFieldModal {
  top: 120px !important;
}
.attachmentsExpanded .close {
  position: absolute;
  top: -15px;
  right: -15px;
  opacity: 1;
  border: 1px solid #d9e2ec;
  border-radius: 50%;
  background-color: #fff;
}
.attachmentsExpanded .close:hover {
  border-color: #197ce0;
  background-color: #197ce0;
}
.attachmentsExpanded .close:hover svg {
  fill: #fff;
}
.attachmentsExpanded .modal-body {
  padding: 1rem;
}
.attachmentsExpanded .modal-content {
  border: 1px solid #d9e2ec;
  box-shadow: 0 20px 25px -5px rgba(0, 30, 65, 0.1),
    0 10px 10px -5px rgba(0, 30, 65, 0.04);
  background-color: #f0f4f8;
  min-height: 320px;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1 !important;
}
.modal.attachmentsExpanded {
  z-index: 2000 !important;
}
.RELATED_RECORDS .modal-lg,
.RELATED_RECORDS .modal-xl {
  max-width: 80vw;
}
.ADD_TILE .modal-content {
  border-radius: 12px !important;
}
.modal.groupFieldModal {
  top: 120px;
  height: calc(100% - 120px);
}
.modal.groupFieldModal .modal-dialog {
  margin-top: -60px;
}
.modal.groupFieldModal.fade .modal-content {
  -webkit-animation: none !important;
  animation: none !important;
}
body.shake-modal .modal.groupFieldModal.fade .modal-content {
  -webkit-animation-name: pulse !important;
  animation-name: pulse !important;
  -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
}
.modal-backdrop.backdrop-light {
  background-color: #fff !important;
}
.notifications-dropdown {
  padding-right: 0;
  padding-left: 0;
}
.notifications-dropdown .dropdown-header {
  padding-left: 15px;
}
.notification {
  transition: background-color ease 0.15s;
  border: 1px solid #d9e2ec;
  padding-left: 65px;
}
.notification:hover {
  background-color: #f0f4f8;
  cursor: pointer;
}
.notification.unread {
  background-color: rgba(25, 124, 224, 0.125);
}
.notification .notification-visual {
  position: absolute;
  top: 10px;
  left: 15px;
}
.notification .notification-visual .avatar {
  background-color: #cddbe8;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
}
.notification .notification-visual .notification-icon svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.notification .notification-title {
  margin: 0;
  color: #102a43;
  font-size: 1rem;
  font-weight: 600;
}
.notification .notification-body {
  margin: 3px 0;
  line-height: 1.2rem;
  color: #55687c;
  font-size: 0.96rem;
  font-weight: 400;
}
.notification p.notification-timestamp {
  margin: none none 0;
  color: #829ab1;
  font-size: 1rem;
}
.interloop-wrap .offline-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999;
  background-color: #fff;
  text-align: center;
}
.interloop-wrap .offline-overlay .offline-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.interloop-wrap .offline-overlay .offline-wrap .globe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) scale(0.75);
  transform: translate(-50%, -50%) scale(0.75);
  margin-top: -100px;
  border: 2px solid #6a8bac;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
}
.interloop-wrap .offline-overlay .offline-wrap .globe svg {
  -webkit-animation: 20s linear infinite rotation;
  animation: 20s linear infinite rotation;
}
.interloop-wrap .offline-overlay .offline-wrap .globe svg path {
  stroke: #6a8bac;
  fill: #6a8bac;
}
.interloop-wrap .offline-overlay .offline-wrap .globe-error svg {
  display: block;
  position: absolute;
  right: 136px;
  bottom: 92px;
  border-radius: 50%;
  background: #fff;
  width: 36px;
  height: 36px;
  fill: #f24235;
}
.interloop-wrap
  .offline-overlay
  .offline-wrap
  .globe-error
  svg
  path:nth-child(5) {
  fill: #f24235;
}
.interloop-wrap .offline-overlay .offline-wrap h5 {
  margin-top: 30px;
  font-size: 16px;
}
.interloop-wrap .offline-overlay .offline-wrap p {
  margin: auto;
  max-width: 400px;
  font-size: 13px;
}
.interloop-wrap.offline .offline-overlay {
  display: block;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.popover_underlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2010;
  background-color: transparent;
}
.name-popover {
  margin-top: 10px;
  min-width: 256px;
}
.name-popover.bs-popover-auto[x-placement^="bottom"] > .arrow::before,
.name-popover.bs-popover-bottom > .arrow::before {
  top: -18px;
  border-width: 10px;
  border-bottom-color: #fff;
}
.selectFieldPopover {
  width: 228px;
}
.tabMenu {
  margin-top: 0 !important;
  margin-left: 4px;
  border-radius: 3px;
  max-height: 65vh;
  overflow-y: auto;
}
.selectViewMenu {
  border-radius: 3px;
  min-width: 360px;
}
.selectViewMenu .toolbarDropSearch .form-control {
  border: 1px solid transparent;
  border-bottom: 2px solid #d9e2ec;
  border-radius: 0;
  padding-bottom: 10px;
  font-size: 14px;
}
.selectViewMenu .view_label img {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.visual-types .dropdown-item {
  padding: 10px 12px;
}
.visual-types .dropdown-item h4 {
  color: #102a43;
  font-size: 14px;
}
.visual-types .dropdown-item h4 img {
  display: inline-block;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-right: 4px;
  width: 15px !important;
  height: 15px !important;
}
.visual-types .dropdown-item p {
  display: block;
  margin-top: -2px;
  margin-left: 24px;
  line-height: 16px;
  font-size: 14px;
}
.search_loader {
  position: relative;
  transform: translateZ(0);
  margin: 100px auto;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  animation: 1.1s infinite load5;
  text-indent: -9999em;
  font-size: 25px;
  -webkit-animation: 1.1s infinite load5;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0 -2.6em 0 0 #829ab1, 1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2),
      2.5em 0 0 0 rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0 rgba(0, 0, 0, 0.2),
      0 2.5em 0 0 rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0 rgba(0, 0, 0, 0.2),
      -2.6em 0 0 0 rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0 rgba(0, 0, 0, 0.7);
  }
  12.5% {
    box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0 #829ab1,
      2.5em 0 0 0 rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0 rgba(0, 0, 0, 0.2),
      0 2.5em 0 0 rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0 rgba(0, 0, 0, 0.2),
      -2.6em 0 0 0 rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0 rgba(0, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, 0.5),
      1.8em -1.8em 0 0 rgba(0, 0, 0, 0.7), 2.5em 0 0 0 #829ab1,
      1.75em 1.75em 0 0 rgba(0, 0, 0, 0.2), 0 2.5em 0 0 rgba(0, 0, 0, 0.2),
      -1.8em 1.8em 0 0 rgba(0, 0, 0, 0.2), -2.6em 0 0 0 rgba(0, 0, 0, 0.2),
      -1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2);
  }
  37.5% {
    box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, 0.2),
      1.8em -1.8em 0 0 rgba(0, 0, 0, 0.5), 2.5em 0 0 0 rgba(0, 0, 0, 0.7),
      1.75em 1.75em 0 0 #829ab1, 0 2.5em 0 0 rgba(0, 0, 0, 0.2),
      -1.8em 1.8em 0 0 rgba(0, 0, 0, 0.2), -2.6em 0 0 0 rgba(0, 0, 0, 0.2),
      -1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, 0.2),
      1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2), 2.5em 0 0 0 rgba(0, 0, 0, 0.5),
      1.75em 1.75em 0 0 rgba(0, 0, 0, 0.7), 0 2.5em 0 0 #829ab1,
      -1.8em 1.8em 0 0 rgba(0, 0, 0, 0.2), -2.6em 0 0 0 rgba(0, 0, 0, 0.2),
      -1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2);
  }
  62.5% {
    box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, 0.2),
      1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2), 2.5em 0 0 0 rgba(0, 0, 0, 0.2),
      1.75em 1.75em 0 0 rgba(0, 0, 0, 0.5), 0 2.5em 0 0 rgba(0, 0, 0, 0.7),
      -1.8em 1.8em 0 0 #829ab1, -2.6em 0 0 0 rgba(0, 0, 0, 0.2),
      -1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, 0.2),
      1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2), 2.5em 0 0 0 rgba(0, 0, 0, 0.2),
      1.75em 1.75em 0 0 rgba(0, 0, 0, 0.2), 0 2.5em 0 0 rgba(0, 0, 0, 0.5),
      -1.8em 1.8em 0 0 rgba(0, 0, 0, 0.7), -2.6em 0 0 0 #829ab1,
      -1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2);
  }
  87.5% {
    box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, 0.2),
      1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2), 2.5em 0 0 0 rgba(0, 0, 0, 0.2),
      1.75em 1.75em 0 0 rgba(0, 0, 0, 0.2), 0 2.5em 0 0 rgba(0, 0, 0, 0.2),
      -1.8em 1.8em 0 0 rgba(0, 0, 0, 0.5), -2.6em 0 0 0 rgba(0, 0, 0, 0.7),
      -1.8em -1.8em 0 0 #829ab1;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0 -2.6em 0 0 #829ab1, 1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2),
      2.5em 0 0 0 rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0 rgba(0, 0, 0, 0.2),
      0 2.5em 0 0 rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0 rgba(0, 0, 0, 0.2),
      -2.6em 0 0 0 rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0 rgba(0, 0, 0, 0.7);
  }
  12.5% {
    box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0 #829ab1,
      2.5em 0 0 0 rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0 rgba(0, 0, 0, 0.2),
      0 2.5em 0 0 rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0 rgba(0, 0, 0, 0.2),
      -2.6em 0 0 0 rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0 rgba(0, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, 0.5),
      1.8em -1.8em 0 0 rgba(0, 0, 0, 0.7), 2.5em 0 0 0 #829ab1,
      1.75em 1.75em 0 0 rgba(0, 0, 0, 0.2), 0 2.5em 0 0 rgba(0, 0, 0, 0.2),
      -1.8em 1.8em 0 0 rgba(0, 0, 0, 0.2), -2.6em 0 0 0 rgba(0, 0, 0, 0.2),
      -1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2);
  }
  37.5% {
    box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, 0.2),
      1.8em -1.8em 0 0 rgba(0, 0, 0, 0.5), 2.5em 0 0 0 rgba(0, 0, 0, 0.7),
      1.75em 1.75em 0 0 #829ab1, 0 2.5em 0 0 rgba(0, 0, 0, 0.2),
      -1.8em 1.8em 0 0 rgba(0, 0, 0, 0.2), -2.6em 0 0 0 rgba(0, 0, 0, 0.2),
      -1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, 0.2),
      1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2), 2.5em 0 0 0 rgba(0, 0, 0, 0.5),
      1.75em 1.75em 0 0 rgba(0, 0, 0, 0.7), 0 2.5em 0 0 #829ab1,
      -1.8em 1.8em 0 0 rgba(0, 0, 0, 0.2), -2.6em 0 0 0 rgba(0, 0, 0, 0.2),
      -1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2);
  }
  62.5% {
    box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, 0.2),
      1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2), 2.5em 0 0 0 rgba(0, 0, 0, 0.2),
      1.75em 1.75em 0 0 rgba(0, 0, 0, 0.5), 0 2.5em 0 0 rgba(0, 0, 0, 0.7),
      -1.8em 1.8em 0 0 #829ab1, -2.6em 0 0 0 rgba(0, 0, 0, 0.2),
      -1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, 0.2),
      1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2), 2.5em 0 0 0 rgba(0, 0, 0, 0.2),
      1.75em 1.75em 0 0 rgba(0, 0, 0, 0.2), 0 2.5em 0 0 rgba(0, 0, 0, 0.5),
      -1.8em 1.8em 0 0 rgba(0, 0, 0, 0.7), -2.6em 0 0 0 #829ab1,
      -1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2);
  }
  87.5% {
    box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, 0.2),
      1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2), 2.5em 0 0 0 rgba(0, 0, 0, 0.2),
      1.75em 1.75em 0 0 rgba(0, 0, 0, 0.2), 0 2.5em 0 0 rgba(0, 0, 0, 0.2),
      -1.8em 1.8em 0 0 rgba(0, 0, 0, 0.5), -2.6em 0 0 0 rgba(0, 0, 0, 0.7),
      -1.8em -1.8em 0 0 #fff;
  }
}
.settings-card {
  margin: 38px auto;
  border: none;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 30, 65, 0.1),
    0 1px 2px 0 rgba(0, 30, 65, 0.06);
  width: 895px;
}
.settings-card > .card-header {
  position: relative;
  padding: 20px 40px !important;
}
.settings-card > .card-header .add-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  min-width: 120px;
  font-size: 85%;
  font-weight: 600;
}
.settings-card > .card-header h3,
.settings-card > .card-header h4 {
  margin: 20px 0 8px;
  color: #102a43;
  font-size: 22px;
  font-weight: 600;
}
.settings-card > .card-header h4 {
  margin-bottom: 10px;
}
.settings-card > .card-header p {
  margin: 0 0 10px;
  color: #486581;
  font-size: 90%;
  font-weight: 400;
}
.settings-card > .card-body {
  position: relative;
  padding: 0 40px !important;
  min-height: 280px;
}
.settings-card > .card-body section {
  padding: 40px 0;
}
.settings-card > .card-body section.w-border {
  border-bottom: 1px solid #d9e2ec;
}
.card-tabs {
  display: block;
  border-bottom: 1px solid #d9e2ec;
  padding: 0 20px;
  width: 100%;
}
.card-tabs .nav-simple-tabs {
  border-bottom: none !important;
}
.card-tabs .nav-simple-tabs .nav-link,
.card-tabs .nav-simple-tabs .nav-link.active {
  border-bottom-width: 2px !important;
}
.card-tabs .nav-simple-tabs .nav-link {
  cursor: pointer !important;
  padding: 1rem 1.5rem !important;
  -webkit-text-decoration: uppercase !important;
  text-decoration: uppercase !important;
  font-size: 96% !important;
}
.card-tabs .nav-simple-tabs .badge.badge-secondary {
  margin-left: 8px;
  color: #486581 !important;
  font-weight: 400 !important;
}
.user-name {
  display: block;
  position: relative;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  margin-top: -10px;
  padding-left: 40px;
}
.user-name .avatar {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.9rem;
  font-weight: 600;
}
.user-name h5 {
  margin: 0;
  color: #102a43;
  font-size: 14px;
  font-weight: 600;
}
.user-name p {
  margin: 0;
  line-height: 1rem;
  color: #486581;
  font-size: 12px;
  font-weight: 500;
}
.source-image {
  display: inline-block;
  margin-right: 15px;
}
.source-image img {
  display: inline-block;
  width: 40px;
  height: auto;
}
.show-advanced {
  margin-top: 25px;
  margin-left: -5px;
  padding: 5px;
}
.show-advanced .caret {
  display: inline-block;
  width: 8px;
  height: 8px;
  fill: #486581;
}
.show-advanced.open .caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
select.form-control {
  height: 40px;
}
.test-connection {
  position: absolute;
  left: 20px;
}
.test-connection svg {
  fill: #486581 !important;
}
.test-connection.testing svg {
  animation: 2s linear infinite rotating;
  fill: #486581 !important;
  -webkit-animation: 2s linear infinite rotating;
  -moz-animation: 2s linear infinite rotating;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: 2s linear infinite rotating;
}
#strength {
  position: absolute;
  top: 166px;
  right: 68px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#strength .pre {
  display: none !important;
}
.strengthBar {
  margin: 0 !important;
}
.strengthBar .point {
  display: block !important;
  margin-right: 0 !important;
  margin-bottom: 2px !important;
  border-radius: 4px !important;
  background: #d9e2ec;
  width: 8px !important;
  height: 3px !important;
}
.tile {
  display: block;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 30, 65, 0.1),
    0 1px 2px 0 rgba(0, 30, 65, 0.06);
  background: #fff;
  height: 100%;
}
.tile .card-header {
  position: relative;
  border-bottom: 1px solid transparent;
  padding: 0.5rem 0.75rem 0.5rem 40px;
}
.tile .card-header .tile-icon {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 8px;
  margin-right: 5px;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  background-color: #fff;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.tile .card-header .tile-icon img {
  width: 100%;
  height: 100%;
}
.tile .card-header .tile-name {
  display: block;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #001b2f;
  font-weight: 600;
}
.tile .card-header .tile-options {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 8px;
}
.tile .card-header .tile-options .btn {
  border: 1px solid transparent;
  padding: 5px;
  text-align: center;
}
.tile .card-header .tile-options .btn .btn-icon {
  display: inline-block;
  margin: 0;
  width: 14px;
  height: 14px;
  fill: #6a8bac;
}
.tile .card-header .tile-options .btn:hover {
  border: 1px solid transparent;
}
.tile .card-header .tile-options .btn:hover .btn-icon {
  fill: #486581;
}
.tile .card-body {
  padding: 0;
  height: calc(100% - 36px);
}
.tile .card-body .tile-frame {
  display: block;
  position: relative;
  border: none;
  border-radius: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
.tile .card-body .tile-frame .iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}
.toolbar {
  display: block;
  height: 44px;
  width: 100%;
  font-size: 14px;
  padding: 4px 8px !important;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #d9e2ec;
}
.toolbar .btn-icon {
  width: unset;
}
.toolbar .btn {
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;
  height: 28px;
  padding: 2px 10px !important;
  margin-top: 2px;
  margin-right: 4px;
}
.toolbar .btn.btn-square {
  padding: 2px 6px !important;
}
.toolbar .btn.btn-views {
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;
  height: 28px;
  padding: 3px 9px !important;
  margin-top: 3px;
  margin-right: 2px;
}
.toolbar .btn.activated {
  background-color: rgba(25, 124, 224, 0.125);
}
.toolbar .btn svg {
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  fill: #486581;
}
.toolbar .btn.btn-icon svg {
  fill: #486581;
  margin-right: 0;
}
.toolbar .btn.btn-icon.btn-views .icon {
  margin-right: 8px;
}
.toolbar .btn.btn-icon.btn-views svg {
  fill: #486581;
}
.toolbar .btn.toolbar-styles .icon {
  width: 16px;
  height: 16px;
}
.toolbar .btn.save-view-more {
  padding: 0.375rem !important;
}
.quick-select .clear-search {
  padding: 4px 8px;
}
.quick-select .search-input-wrap.search-input-sm .search-icon,
.quick-select .search-input.search-input-sm .search-icon {
  top: 4px;
}
.vert-divider {
  height: 30px;
  margin: 2px 4px 0;
  width: 1px;
  background: #d9e2ec;
  display: inline-block;
  line-height: inherit;
  vertical-align: middle;
}
@media screen and (min-width: 960px) {
  .toolbar .btn.btn-icon .icon {
    margin-right: 8px;
  }
}
.toolbarDrop {
  color: #102a43;
  font-size: 14px;
}
.toolbarDrop ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.toolbarDrop ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #d9e2ec;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.toolbarDrop p {
  font-weight: 500;
}
.toolbarDrop .btn {
  padding: 0.25rem 0.5rem;
}
.toolbarDrop .btn.lock-item,
.toolbarDrop .btn.remove-item {
  padding: 4px;
  width: 32px;
  margin-top: 2px;
}
.toolbarDrop .close-toolbarDrop {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 4px;
}
.toolbarDrop .close-toolbarDrop .icon {
  -webkit-transform: none;
  transform: none;
}
.toolbarDrop h4.dropTitle {
  color: #486581;
  font-size: 13px;
  font-weight: 700;
  margin: 12px 12px 8px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.toolbarDrop .toolbarDropSearch {
  padding: 0 2px;
}
.toolbarDrop .toolbarDropSearch.no-top {
  border-top: none;
}
.toolbarDrop .toolbarDropSearch .form-group {
  position: relative;
}
.toolbarDrop .toolbarDropSearch .search-icon {
  width: 14px;
  height: 14px;
  fill: #486581;
  position: absolute;
  left: 12px;
  top: 6px;
}
.toolbarDrop .toolbarDropSearch input {
  padding-left: 36px !important;
  font-size: 14px;
}
.toolbarDrop .toolbarDropSearch .clear-filter {
  position: absolute;
  right: -2px;
  top: 4px;
}
.toolbarDrop .toolbarDropList {
  padding: 4px;
  overflow: hidden;
  overflow-y: auto;
}
.toolbarDrop .toolbarDropList .toolbarDropNav {
  max-height: 40vh;
  overflow: hidden;
  overflow-y: auto;
  display: block;
}
.toolbarDrop .toolbarDropList.viewList .nav-link {
  padding: 0.375rem 1.5rem;
}
.toolbarDrop .toolbarDropList.viewList .view-actions {
  position: absolute;
  right: 4px;
  top: 3px;
  font-size: 11px;
  padding: 4px;
}
.toolbarDrop .toolbarDropList.viewList .view-actions .open,
.toolbarDrop .toolbarDropList.viewList .view-actions:hover {
  border-color: #f7f9fb !important;
  background-color: #f7f9fb !important;
}
.toolbarDrop .toolbarDropList.viewList .countBadge {
  position: absolute;
  right: 8px;
  top: 7px;
  min-width: 24px;
  font-size: 11px;
  padding: 4px;
}
.toolbarDrop .toolbarDropList.viewList .nav-link.active .countBadge {
  background-color: #197ce0;
  color: #fff;
}
.toolbarDrop .toolbarDropList .nav-link {
  position: relative;
  padding: 0.375rem 1.25rem;
  color: #102a43;
  font-size: 14px;
}
.toolbarDrop .toolbarDropList .nav-link.active {
  color: #197ce0;
}
.toolbarDrop .toolbarDropList .nav-link .icon {
  margin-left: 4px;
}
.toolbarDrop .toolbarDropList .nav-link .btn.btn-icon.itemActions {
  position: absolute;
  right: 4px;
  top: 4px;
  padding: 4px 8px;
  font-size: 14px;
}
.toolbarDrop .toolbarDropList .nav-link .btn.btn-icon.itemActions .icon {
  margin: 0;
  fill: #6a8bac;
}
.toolbarDrop .toolbarDropList .dragHandle {
  width: 14px;
  height: 14px;
  fill: #6a8bac;
  position: absolute;
  left: 5px;
  top: 10px;
  cursor: -webkit-grab;
  cursor: grab;
}
.toolbarDrop .toolbarNewBtn {
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 500;
  color: #486581;
}
.toolbarDrop .toolbarNewBtn svg {
  transition: all ease-in-out 0.15s;
}
.toolbarDrop .toolbarNewBtn .icon {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.toolbarDrop .toolbarNewBtn:hover {
  color: #197ce0;
}
.toolbarDrop .toolbarNewBtn:hover svg {
  fill: #197ce0;
}
.selectViewMenu h4.subtitle {
  background-color: #fff;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 12px;
  color: #486581;
  font-weight: 700;
  letter-spacing: 1.2px;
  display: inline-block;
  padding-right: 8px;
  cursor: pointer;
  margin-left: 0;
}
.selectViewMenu h4.subtitle .icon-placeholder {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 0;
}
.selectViewMenu h4.subtitle svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 0;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  fill: #486581;
}
.selectViewMenu h4.subtitle.collapsed svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.selectViewMenu .subtle-divider {
  height: 1px;
  display: block;
  width: calc(100% - 5px);
  margin-left: 5px;
  background-color: #d9e2ec;
  margin-top: -8px;
  margin-bottom: 16px;
}
.propertiesMenu {
  min-width: 240px;
}
.propertiesMenu .fieldItem {
  position: relative;
  width: 228px;
  display: block;
  margin-left: 0;
  padding: 2px 2px 2px 24px;
  border-radius: 4px;
}
.propertiesMenu .fieldItem:hover {
  background-color: #f0f4f8 !important;
  cursor: pointer;
}
.propertiesMenu .fieldItem .dragHandle {
  top: 5px;
}
.propertiesMenu .fieldItem .fieldName {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}
.propertiesMenu .fieldItem .field-toggle {
  position: absolute;
  right: 0;
  top: 0;
}
.propertiesMenu .fieldItem .field-toggle .field_locked {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.propertiesMenu .fieldItem .field-toggle .custom-control {
  box-shadow: none;
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  cursor: pointer;
}
.groupMenu {
  min-width: 240px;
}
.groupMenu p {
  font-weight: 500;
  width: 64px;
  font-size: 14px;
  color: #102a43;
}
.groupMenu .form-group {
  vertical-align: middle;
}
.groupMenu .groupItem {
  position: relative;
  width: 100%;
  padding: 2px 2px 2px 24px;
  border-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
}
.groupMenu .groupItem .dragHandle {
  top: 9px;
}
.rangeItem {
  position: relative;
  width: 100%;
  padding: 2px 2px 2px 24px;
  border-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
}
.rangeItem .dragHandle {
  top: 9px;
}
.range_label {
  width: 120px;
  margin-right: 4px;
}
.range_label .form-control {
  padding: 0.5rem !important;
  height: calc(1.925rem);
}
.range_max,
.range_min {
  width: 64px;
  margin-right: 4px;
}
.range_max .form-control,
.range_min .form-control {
  padding: 0.5rem !important;
  height: calc(1.925rem);
}
.filtersMenu,
.stylesMenu {
  min-width: 240px;
}
.filtersMenu .form-group,
.stylesMenu .form-group {
  vertical-align: middle;
}
.filtersMenu .filterItem,
.filtersMenu .styleItem,
.stylesMenu .filterItem,
.stylesMenu .styleItem {
  position: relative;
  width: 100%;
  padding: 2px 2px 2px 24px;
  border-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
}
.filtersMenu .filterItem .dragHandle,
.filtersMenu .styleItem .dragHandle,
.stylesMenu .filterItem .dragHandle,
.stylesMenu .styleItem .dragHandle {
  top: 10px;
}
.filtersMenu .filterValue .form-control,
.filtersMenu .styleValue .form-control,
.stylesMenu .filterValue .form-control,
.stylesMenu .styleValue .form-control {
  height: 31px;
  width: 120px;
  margin-right: 4px;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.hiddenFieldsMenu {
  min-width: 240px;
}
.hiddenFieldsMenu .primaryField {
  width: 14px;
  height: 14px;
  fill: #486581;
  position: absolute;
  left: 5px;
  top: 0;
}
.hiddenFieldsMenu .fieldItem {
  position: relative;
  width: 228px;
  display: block;
  margin-left: 0;
  padding: 2px 2px 2px 24px;
  border-radius: 4px;
}
.hiddenFieldsMenu .fieldItem:hover {
  background-color: #f0f4f8 !important;
  cursor: pointer;
}
.hiddenFieldsMenu .fieldItem .field-locked {
  position: absolute;
  left: 5px;
  top: 0;
}
.hiddenFieldsMenu .fieldItem .field-locked svg {
  width: 14px;
  height: 14px;
  fill: #6a8bac;
}
.hiddenFieldsMenu .fieldItem .dragHandle {
  top: 5px;
}
.hiddenFieldsMenu .fieldItem .fieldName {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}
.hiddenFieldsMenu .fieldItem .field-toggle {
  position: absolute;
  right: 0;
  top: 0;
}
.hiddenFieldsMenu .fieldItem .field-toggle.disabled,
.hiddenFieldsMenu .fieldItem .field-toggle.disabled input,
.hiddenFieldsMenu .fieldItem .field-toggle.disabled label {
  cursor: not-allowed;
}
.hiddenFieldsMenu .fieldItem .field-toggle .custom-control {
  box-shadow: none;
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  cursor: pointer;
}
.hiddenFieldActions .btn {
  width: calc(46% + 4px);
  font-size: 12px;
}
.sortByMenu {
  min-width: 240px;
}
.sortByMenu .sortItem {
  position: relative;
  border-radius: 3px;
  padding-left: 24px;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 2px;
}
.sortByMenu .sortItem .dragHandle {
  top: 8px;
}
.fieldMenu {
  width: 192px;
}
.fieldMenu .dropdown-item,
.filterFieldMenu .dropdown-item {
  padding: 6px 12px;
}
.fieldMenuContent {
  padding: 8px;
}
.fieldMenuContent .options {
  max-height: 320px;
  overflow: hidden;
  overflow-y: auto !important;
}
.fieldMenuContent .nav-link {
  padding: 6px 8px !important;
}
.previewFieldsMenu {
  min-width: 128px;
}
.sortTypeMenu {
  width: 192px;
}
.sortTypeContent {
  padding: 8px;
}
.operatorMenu {
  width: 96px;
}
.operatorMenu .operatorMenuContent {
  padding: 8px;
}
.stylesMenu {
  min-width: 240px;
}
.stylesMenu .btn.btn-style {
  width: 36px;
  height: 30px;
  padding-left: 0;
  padding-right: 0;
  border: 1px solid #d9e2ec;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  color: #102a43;
  line-height: 12px;
}
.stylesMenu .btn.btn-style:hover {
  border: 1px solid #d9e2ec;
}
.stylesMenu .styleItem {
  position: relative;
  padding: 2px 2px 2px 24px;
  border-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
}
.stylesMenu .styleItem .dragHandle {
  top: 10px;
}
.searchMenu {
  width: 320px;
}
.searchMenu .searchMenuContent {
  padding: 12px 16px;
  position: relative;
}
.searchMenu .searchMenuContent .form-group {
  position: relative;
}
.searchMenu .searchMenuContent .search-icon {
  width: 14px;
  height: 14px;
  fill: #486581;
  position: absolute;
  left: 0;
  top: 3px;
}
.searchMenu .searchMenuContent input {
  padding-left: 24px !important;
  font-size: 14px;
  max-width: 90%;
  text-overflow: ellipsis;
}
.searchMenu .searchMenuContent .btn svg {
  -webkit-transform: none;
  transform: none;
}
.searchMenu .cancelSearch {
  position: absolute;
  right: 8px;
  top: 7px;
  padding: 6px 8px;
  line-height: 14px;
}
.searchMenu .cancelSearch svg {
  width: 16px;
  height: 16px;
  fill: #486581;
}
.styleTypeMenu {
  padding: 4px;
  min-width: 192px;
}
.styleTypeMenu .nav-link {
  padding: 0.25rem;
}
.styleRuleMenu {
  padding: 4px;
  min-width: 192px;
}
.style-block {
  width: 32px;
  height: 32px;
  border: 1px solid #d9e2ec;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  margin-right: 8px;
}
.style-red {
  border-color: rgba(242, 66, 53, 0.15) !important;
  background-color: rgba(242, 66, 53, 0.15) !important;
  color: #cd1a0d !important;
  font-weight: 500;
}
.style-green {
  border-color: rgba(24, 201, 110, 0.15) !important;
  background-color: rgba(24, 201, 110, 0.15) !important;
  color: #108549 !important;
  font-weight: 500;
}
.style-yellow {
  border-color: rgba(253, 216, 53, 0.15) !important;
  background-color: rgba(253, 216, 53, 0.15) !important;
  color: #e3ba02 !important;
  font-weight: 500;
}
.style-blue {
  border-color: rgba(25, 124, 224, 0.15) !important;
  background-color: rgba(25, 124, 224, 0.15) !important;
  color: #11569b !important;
  font-weight: 500;
}
.style-purple {
  border-color: rgba(124, 77, 255, 0.15) !important;
  background-color: rgba(124, 77, 255, 0.15) !important;
  color: #4401ff !important;
  font-weight: 500;
}
.style-orange {
  border-color: rgba(255, 87, 34, 0.15) !important;
  background-color: rgba(255, 87, 34, 0.15) !important;
  color: #d53300 !important;
  font-weight: 500;
}
ng-sidebar-container {
  box-sizing: border-box;
  display: block;
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  background: rgba(0, 30, 65, 0.5);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
ng-sidebar-container.closed {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.loop_sidebar {
  border-left: 1px solid #d9e2ec;
  box-shadow: 0 20px 25px -5px rgba(0, 30, 65, 0.1),
    0 10px 10px -5px rgba(0, 30, 65, 0.04);
  background-color: #fff;
  width: 420px;
  height: 100vh;
}
.loop_sidebar .sidebar_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.loop_sidebar .sidebar_inner .sidebar_header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid #d9e2ec;
  background-color: #f0f4f8;
  height: 64px;
}
.loop_sidebar .sidebar_inner .sidebar_header .sidebar_title h2 {
  margin: 0;
  padding: 20px;
  font-size: 20px;
}
.loop_sidebar .sidebar_inner .sidebar_header .close-sidebar {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 5px;
}
.loop_sidebar .sidebar_inner .sidebar_header .close-sidebar svg {
  width: 32px;
  height: 32px;
  fill: #6a8bac;
}
.loop_sidebar .sidebar_inner .sidebar_header .close-sidebar:hover {
  background-color: #e6ecf3;
}
.loop_sidebar .sidebar_inner .sidebar_header .close-sidebar:hover svg {
  fill: #486581;
}
.loop_sidebar .sidebar_inner .sidebar_body {
  position: absolute;
  top: 64px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f0f4f8;
  overflow: hidden;
  overflow-y: auto;
}
.request-notifications-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 30, 65, 0.65);
  display: none;
  z-index: 999999;
}
body.REQUEST_NOTIFICATIONS .request-notifications-overlay {
  display: block;
}
.pdfViewer.removePageBorders .page {
  margin: 20px auto;
  border: none;
}
