@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&display=swap");
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* line 5, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 19, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 24, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-xs {
  font-size: .75em;
}

/* line 27, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sm {
  font-size: .875em;
}

/* line 30, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-1x {
  font-size: 1em;
}

/* line 33, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-2x {
  font-size: 2em;
}

/* line 36, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-3x {
  font-size: 3em;
}

/* line 39, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-4x {
  font-size: 4em;
}

/* line 42, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-5x {
  font-size: 5em;
}

/* line 45, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-6x {
  font-size: 6em;
}

/* line 48, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-7x {
  font-size: 7em;
}

/* line 51, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-8x {
  font-size: 8em;
}

/* line 54, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-9x {
  font-size: 9em;
}

/* line 57, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-10x {
  font-size: 10em;
}

/* line 60, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 64, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 68, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ul > li {
  position: relative;
}

/* line 71, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 78, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 83, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pull-left {
  float: left;
}

/* line 86, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pull-right {
  float: right;
}

/* line 89, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 96, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 103, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 107, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 127, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 132, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 142, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 147, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 152, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

/* line 157, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}

/* line 166, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 174, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 181, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 184, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 187, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 192, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 195, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 198, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 201, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 204, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ad:before {
  content: "\f641";
}

/* line 207, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 210, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 213, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 216, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 219, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-adobe:before {
  content: "\f778";
}

/* line 222, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 225, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 228, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 231, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 234, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 237, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 240, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 243, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 246, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 249, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 252, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 255, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 258, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 261, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 264, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 267, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 270, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 273, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 276, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 279, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 282, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 285, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 288, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 294, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 297, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 300, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 303, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 306, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 309, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 312, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 315, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 318, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 321, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 324, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 327, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 330, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 333, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 336, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 339, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 342, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 345, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 348, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 351, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 354, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 357, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 360, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 363, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 366, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 369, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 372, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 375, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 378, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 381, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 384, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 387, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 390, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 393, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 396, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 399, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 402, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 405, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 408, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 411, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 414, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 417, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 420, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 423, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-award:before {
  content: "\f559";
}

/* line 426, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 429, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-baby:before {
  content: "\f77c";
}

/* line 432, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-baby-carriage:before {
  content: "\f77d";
}

/* line 435, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 438, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 441, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bacon:before {
  content: "\f7e5";
}

/* line 444, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bahai:before {
  content: "\f666";
}

/* line 447, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 450, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-balance-scale-left:before {
  content: "\f515";
}

/* line 453, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-balance-scale-right:before {
  content: "\f516";
}

/* line 456, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 459, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 462, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 465, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 468, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 471, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 474, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 477, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 480, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 483, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 486, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 489, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 492, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 495, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 498, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 501, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 504, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 507, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 510, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 513, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 516, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 519, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bible:before {
  content: "\f647";
}

/* line 522, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 525, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-biking:before {
  content: "\f84a";
}

/* line 528, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 531, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 534, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-biohazard:before {
  content: "\f780";
}

/* line 537, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 540, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 543, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 546, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 549, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 552, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 555, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 558, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 561, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 564, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-blog:before {
  content: "\f781";
}

/* line 567, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 570, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 573, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 576, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 579, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 582, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 585, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 588, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 591, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 594, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 597, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 600, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-book-medical:before {
  content: "\f7e6";
}

/* line 603, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 606, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 609, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 612, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 615, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-border-all:before {
  content: "\f84c";
}

/* line 618, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-border-none:before {
  content: "\f850";
}

/* line 621, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-border-style:before {
  content: "\f853";
}

/* line 624, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 627, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-box:before {
  content: "\f466";
}

/* line 630, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 633, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-box-tissue:before {
  content: "\f95b";
}

/* line 636, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 639, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 642, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 645, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bread-slice:before {
  content: "\f7ec";
}

/* line 648, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 651, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 654, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 657, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 660, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 663, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 666, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 669, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 672, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 675, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 678, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 681, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 684, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 687, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 690, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 693, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-business-time:before {
  content: "\f64a";
}

/* line 696, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 699, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 702, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 705, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 708, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 711, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 714, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-calendar-day:before {
  content: "\f783";
}

/* line 717, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 720, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 723, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 726, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-calendar-week:before {
  content: "\f784";
}

/* line 729, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 732, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 735, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-campground:before {
  content: "\f6bb";
}

/* line 738, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 741, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-candy-cane:before {
  content: "\f786";
}

/* line 744, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 747, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 750, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 753, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 756, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 759, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 762, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 765, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-caravan:before {
  content: "\f8ff";
}

/* line 768, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 771, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 774, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 777, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 780, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 783, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 786, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 789, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 792, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-carrot:before {
  content: "\f787";
}

/* line 795, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 798, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 801, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cash-register:before {
  content: "\f788";
}

/* line 804, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cat:before {
  content: "\f6be";
}

/* line 807, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 810, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 813, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 816, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 819, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 822, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 825, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 828, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 831, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 834, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 837, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 840, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 843, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 846, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-chair:before {
  content: "\f6c0";
}

/* line 849, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 852, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 855, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 858, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 861, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 864, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 867, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 870, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 873, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 876, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 879, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 882, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cheese:before {
  content: "\f7ef";
}

/* line 885, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 888, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 891, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 894, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 897, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 900, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 903, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 906, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 909, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 912, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 915, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 918, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 921, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 924, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 927, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 930, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 933, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 936, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 939, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 942, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 945, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 948, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 951, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 954, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-clinic-medical:before {
  content: "\f7f2";
}

/* line 957, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 960, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 963, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 966, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 969, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 972, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 975, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 978, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 981, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 984, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 987, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 990, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cloud-rain:before {
  content: "\f73d";
}

/* line 993, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 996, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 999, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cloud-sun-rain:before {
  content: "\f743";
}

/* line 1002, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 1005, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 1008, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 1011, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 1014, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 1017, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-code:before {
  content: "\f121";
}

/* line 1020, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 1023, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1026, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 1029, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 1032, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 1035, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 1038, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 1041, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 1044, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 1047, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 1050, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 1053, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 1056, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-comment-medical:before {
  content: "\f7f5";
}

/* line 1059, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 1062, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 1065, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 1068, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 1071, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 1074, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 1077, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-compress-alt:before {
  content: "\f422";
}

/* line 1080, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 1083, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 1086, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 1089, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1092, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 1095, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 1098, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 1101, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 1104, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1107, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 1110, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 1113, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 1116, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1119, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 1122, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 1125, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 1128, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 1131, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 1134, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 1137, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 1140, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 1143, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 1146, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 1149, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 1152, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 1155, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 1158, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 1161, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 1164, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 1167, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 1170, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cross:before {
  content: "\f654";
}

/* line 1173, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 1176, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 1179, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 1182, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-crutch:before {
  content: "\f7f7";
}

/* line 1185, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 1188, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 1191, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1194, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1197, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 1200, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 1203, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 1206, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 1209, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dailymotion:before {
  content: "\f952";
}

/* line 1212, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1215, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 1218, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 1221, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1224, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-democrat:before {
  content: "\f747";
}

/* line 1227, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 1230, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 1233, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 1236, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 1239, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1242, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 1245, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 1248, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 1251, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 1254, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 1257, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 1260, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 1263, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 1266, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 1269, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 1272, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 1275, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 1278, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 1281, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1284, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 1287, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 1290, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 1293, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 1296, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 1299, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-disease:before {
  content: "\f7fa";
}

/* line 1302, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 1305, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 1308, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 1311, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 1314, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 1317, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dog:before {
  content: "\f6d3";
}

/* line 1320, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 1323, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 1326, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 1329, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 1332, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 1335, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 1338, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 1341, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 1344, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-download:before {
  content: "\f019";
}

/* line 1347, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 1350, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 1353, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 1356, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 1359, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1362, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 1365, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1368, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 1371, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 1374, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 1377, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1380, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 1383, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dumpster:before {
  content: "\f793";
}

/* line 1386, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 1389, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 1392, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 1395, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 1398, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 1401, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 1404, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 1407, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-egg:before {
  content: "\f7fb";
}

/* line 1410, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 1413, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 1416, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1419, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1422, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 1425, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 1428, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 1431, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 1434, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 1437, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 1440, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1443, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 1446, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 1449, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1452, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 1455, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 1458, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ethernet:before {
  content: "\f796";
}

/* line 1461, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 1464, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 1467, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 1470, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 1473, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1476, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 1479, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 1482, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 1485, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-expand-alt:before {
  content: "\f424";
}

/* line 1488, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 1491, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1494, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 1497, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 1500, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 1503, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 1506, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 1509, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 1512, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 1515, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 1518, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 1521, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-fan:before {
  content: "\f863";
}

/* line 1524, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 1527, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 1530, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 1533, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-faucet:before {
  content: "\f905";
}

/* line 1536, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1539, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 1542, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 1545, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 1548, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 1551, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-female:before {
  content: "\f182";
}

/* line 1554, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 1557, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 1560, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 1563, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 1566, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 1569, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 1572, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 1575, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 1578, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 1581, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 1584, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 1587, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 1590, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 1593, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 1596, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 1599, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 1602, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 1605, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 1608, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 1611, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 1614, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 1617, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 1620, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 1623, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 1626, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 1629, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 1632, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 1635, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-film:before {
  content: "\f008";
}

/* line 1638, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 1641, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 1644, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 1647, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-fire-alt:before {
  content: "\f7e4";
}

/* line 1650, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1653, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 1656, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-firefox-browser:before {
  content: "\f907";
}

/* line 1659, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 1662, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 1665, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 1668, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 1671, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 1674, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 1677, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 1680, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 1683, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-flag-usa:before {
  content: "\f74d";
}

/* line 1686, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 1689, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1692, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 1695, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 1698, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 1701, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 1704, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 1707, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 1710, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 1713, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-font:before {
  content: "\f031";
}

/* line 1716, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 1719, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 1722, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 1725, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 1728, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 1731, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 1734, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 1737, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 1740, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 1743, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1746, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 1749, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1752, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 1755, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 1758, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 1761, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 1764, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 1767, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 1770, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 1773, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 1776, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 1779, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 1782, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 1785, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 1788, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 1791, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 1794, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1797, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1800, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 1803, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1806, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 1809, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 1812, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-gifts:before {
  content: "\f79c";
}

/* line 1815, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 1818, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 1821, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1824, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 1827, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 1830, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 1833, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 1836, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 1839, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 1842, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 1845, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 1848, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 1851, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-glass-whiskey:before {
  content: "\f7a0";
}

/* line 1854, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 1857, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 1860, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 1863, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 1866, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 1869, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 1872, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 1875, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 1878, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 1881, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 1884, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 1887, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 1890, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 1893, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 1896, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 1899, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 1902, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 1905, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 1908, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1911, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-gopuram:before {
  content: "\f664";
}

/* line 1914, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1917, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 1920, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 1923, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-greater-than:before {
  content: "\f531";
}

/* line 1926, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 1929, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 1932, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 1935, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 1938, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 1941, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 1944, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 1947, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 1950, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 1953, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 1956, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 1959, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 1962, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 1965, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 1968, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 1971, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 1974, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-grip-lines:before {
  content: "\f7a4";
}

/* line 1977, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 1980, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 1983, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 1986, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 1989, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-guitar:before {
  content: "\f7a6";
}

/* line 1992, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 1995, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 1998, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 2001, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 2004, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 2007, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hamburger:before {
  content: "\f805";
}

/* line 2010, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 2013, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 2016, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 2019, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 2022, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hand-holding-medical:before {
  content: "\f95c";
}

/* line 2025, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 2028, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hand-holding-water:before {
  content: "\f4c1";
}

/* line 2031, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 2034, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hand-middle-finger:before {
  content: "\f806";
}

/* line 2037, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 2040, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 2043, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 2046, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 2049, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 2052, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 2055, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 2058, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 2061, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 2064, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hand-sparkles:before {
  content: "\f95d";
}

/* line 2067, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 2070, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 2073, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 2076, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hands-wash:before {
  content: "\f95e";
}

/* line 2079, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 2082, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-handshake-alt-slash:before {
  content: "\f95f";
}

/* line 2085, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-handshake-slash:before {
  content: "\f960";
}

/* line 2088, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 2091, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hard-hat:before {
  content: "\f807";
}

/* line 2094, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2097, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hat-cowboy:before {
  content: "\f8c0";
}

/* line 2100, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

/* line 2103, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 2106, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 2109, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-head-side-cough:before {
  content: "\f961";
}

/* line 2112, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-head-side-cough-slash:before {
  content: "\f962";
}

/* line 2115, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-head-side-mask:before {
  content: "\f963";
}

/* line 2118, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-head-side-virus:before {
  content: "\f964";
}

/* line 2121, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 2124, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 2127, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 2130, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 2133, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 2136, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-heart-broken:before {
  content: "\f7a9";
}

/* line 2139, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 2142, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 2145, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 2148, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 2151, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 2154, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 2157, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 2160, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 2163, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 2166, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-holly-berry:before {
  content: "\f7aa";
}

/* line 2169, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-home:before {
  content: "\f015";
}

/* line 2172, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 2175, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 2178, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-horse:before {
  content: "\f6f0";
}

/* line 2181, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 2184, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 2187, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 2190, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 2193, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hospital-user:before {
  content: "\f80d";
}

/* line 2196, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 2199, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hotdog:before {
  content: "\f80f";
}

/* line 2202, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 2205, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 2208, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 2211, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 2214, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 2217, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 2220, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 2223, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-house-user:before {
  content: "\f965";
}

/* line 2226, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2229, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 2232, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 2235, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 2238, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 2241, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ice-cream:before {
  content: "\f810";
}

/* line 2244, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 2247, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-icons:before {
  content: "\f86d";
}

/* line 2250, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2253, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2256, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 2259, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ideal:before {
  content: "\f913";
}

/* line 2262, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-igloo:before {
  content: "\f7ae";
}

/* line 2265, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 2268, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-images:before {
  content: "\f302";
}

/* line 2271, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2274, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 2277, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 2280, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 2283, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 2286, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-info:before {
  content: "\f129";
}

/* line 2289, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 2292, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 2295, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-instagram-square:before {
  content: "\f955";
}

/* line 2298, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 2301, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 2304, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 2307, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 2310, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 2313, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 2316, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 2319, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 2322, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 2325, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-jedi:before {
  content: "\f669";
}

/* line 2328, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 2331, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 2334, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 2337, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 2340, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 2343, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 2346, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 2349, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 2352, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 2355, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 2358, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 2361, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 2364, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-key:before {
  content: "\f084";
}

/* line 2367, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 2370, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 2373, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 2376, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-khanda:before {
  content: "\f66d";
}

/* line 2379, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 2382, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 2385, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 2388, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 2391, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 2394, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 2397, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 2400, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-landmark:before {
  content: "\f66f";
}

/* line 2403, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 2406, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 2409, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 2412, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-laptop-house:before {
  content: "\f966";
}

/* line 2415, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-laptop-medical:before {
  content: "\f812";
}

/* line 2418, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 2421, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 2424, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 2427, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 2430, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 2433, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 2436, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 2439, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 2442, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 2445, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 2448, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 2451, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 2454, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 2457, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 2460, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 2463, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 2466, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 2469, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 2472, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 2475, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 2478, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 2481, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 2484, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2487, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 2490, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 2493, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 2496, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 2499, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 2502, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 2505, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 2508, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 2511, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 2514, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 2517, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 2520, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 2523, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 2526, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2529, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 2532, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-lungs:before {
  content: "\f604";
}

/* line 2535, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-lungs-virus:before {
  content: "\f967";
}

/* line 2538, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 2541, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 2544, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 2547, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 2550, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 2553, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 2556, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-male:before {
  content: "\f183";
}

/* line 2559, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 2562, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-map:before {
  content: "\f279";
}

/* line 2565, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 2568, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 2571, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 2574, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 2577, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2580, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2583, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 2586, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 2589, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 2592, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 2595, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 2598, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 2601, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 2604, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-mask:before {
  content: "\f6fa";
}

/* line 2607, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 2610, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 2613, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 2616, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 2619, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 2622, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 2625, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 2628, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 2631, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 2634, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2637, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 2640, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 2643, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 2646, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 2649, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 2652, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 2655, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-menorah:before {
  content: "\f676";
}

/* line 2658, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 2661, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-meteor:before {
  content: "\f753";
}

/* line 2664, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-microblog:before {
  content: "\f91a";
}

/* line 2667, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2670, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 2673, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 2676, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 2679, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 2682, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 2685, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 2688, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 2691, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 2694, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 2697, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 2700, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 2703, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2706, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-mixer:before {
  content: "\f956";
}

/* line 2709, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 2712, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 2715, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 2718, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 2721, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 2724, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 2727, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 2730, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 2733, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 2736, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 2739, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 2742, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 2745, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 2748, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 2751, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-mosque:before {
  content: "\f678";
}

/* line 2754, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 2757, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 2760, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-mouse:before {
  content: "\f8cc";
}

/* line 2763, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 2766, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 2769, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-music:before {
  content: "\f001";
}

/* line 2772, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 2775, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 2778, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 2781, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 2784, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 2787, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 2790, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-node:before {
  content: "\f419";
}

/* line 2793, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 2796, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 2799, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 2802, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 2805, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 2808, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 2811, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 2814, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 2817, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 2820, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 2823, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 2826, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 2829, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-om:before {
  content: "\f679";
}

/* line 2832, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 2835, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 2838, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 2841, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 2844, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 2847, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 2850, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-otter:before {
  content: "\f700";
}

/* line 2853, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 2856, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 2859, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 2862, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pager:before {
  content: "\f815";
}

/* line 2865, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 2868, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 2871, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 2874, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 2877, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 2880, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 2883, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 2886, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 2889, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 2892, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 2895, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 2898, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 2901, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 2904, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 2907, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 2910, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2913, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 2916, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 2919, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-peace:before {
  content: "\f67c";
}

/* line 2922, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 2925, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 2928, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 2931, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 2934, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 2937, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 2940, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 2943, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 2946, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-people-arrows:before {
  content: "\f968";
}

/* line 2949, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 2952, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pepper-hot:before {
  content: "\f816";
}

/* line 2955, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 2958, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 2961, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 2964, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-person-booth:before {
  content: "\f756";
}

/* line 2967, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 2970, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 2973, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 2976, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 2979, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-phone-alt:before {
  content: "\f879";
}

/* line 2982, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 2985, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 2988, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-phone-square-alt:before {
  content: "\f87b";
}

/* line 2991, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 2994, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-photo-video:before {
  content: "\f87c";
}

/* line 2997, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-php:before {
  content: "\f457";
}

/* line 3000, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 3003, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 3006, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 3009, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 3012, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pied-piper-square:before {
  content: "\f91e";
}

/* line 3015, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 3018, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 3021, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 3024, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 3027, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 3030, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pizza-slice:before {
  content: "\f818";
}

/* line 3033, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 3036, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 3039, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 3042, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 3045, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-plane-slash:before {
  content: "\f969";
}

/* line 3048, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 3051, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 3054, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 3057, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 3060, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 3063, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 3066, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 3069, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 3072, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-poll:before {
  content: "\f681";
}

/* line 3075, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-poll-h:before {
  content: "\f682";
}

/* line 3078, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 3081, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-poo-storm:before {
  content: "\f75a";
}

/* line 3084, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 3087, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 3090, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 3093, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 3096, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pray:before {
  content: "\f683";
}

/* line 3099, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 3102, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 3105, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 3108, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 3111, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 3114, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 3117, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 3120, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 3123, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pump-medical:before {
  content: "\f96a";
}

/* line 3126, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pump-soap:before {
  content: "\f96b";
}

/* line 3129, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 3132, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 3135, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 3138, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 3141, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 3144, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-question:before {
  content: "\f128";
}

/* line 3147, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 3150, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 3153, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 3156, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 3159, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 3162, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 3165, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-quran:before {
  content: "\f687";
}

/* line 3168, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 3171, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 3174, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 3177, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 3180, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-random:before {
  content: "\f074";
}

/* line 3183, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 3186, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 3189, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 3192, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 3195, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 3198, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 3201, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 3204, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-record-vinyl:before {
  content: "\f8d9";
}

/* line 3207, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 3210, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 3213, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 3216, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 3219, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 3222, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 3225, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 3228, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 3231, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 3234, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-remove-format:before {
  content: "\f87d";
}

/* line 3237, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 3240, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 3243, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 3246, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 3249, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-republican:before {
  content: "\f75e";
}

/* line 3252, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 3255, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 3258, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 3261, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 3264, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 3267, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 3270, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 3273, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-road:before {
  content: "\f018";
}

/* line 3276, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 3279, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 3282, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 3285, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 3288, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 3291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 3294, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 3297, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 3300, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 3303, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 3306, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 3309, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 3312, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-running:before {
  content: "\f70c";
}

/* line 3315, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 3318, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 3321, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 3324, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 3327, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 3330, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 3333, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 3336, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 3339, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 3342, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 3345, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-school:before {
  content: "\f549";
}

/* line 3348, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 3351, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 3354, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-scroll:before {
  content: "\f70e";
}

/* line 3357, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 3360, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-search:before {
  content: "\f002";
}

/* line 3363, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 3366, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-search-location:before {
  content: "\f689";
}

/* line 3369, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 3372, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 3375, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 3378, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 3381, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 3384, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 3387, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-server:before {
  content: "\f233";
}

/* line 3390, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 3393, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 3396, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-share:before {
  content: "\f064";
}

/* line 3399, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 3402, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 3405, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 3408, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 3411, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 3414, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-shield-virus:before {
  content: "\f96c";
}

/* line 3417, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 3420, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 3423, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 3426, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 3429, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-shopify:before {
  content: "\f957";
}

/* line 3432, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 3435, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 3438, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 3441, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 3444, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 3447, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 3450, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 3453, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 3456, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 3459, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 3462, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 3465, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 3468, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 3471, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 3474, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 3477, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 3480, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 3483, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-skating:before {
  content: "\f7c5";
}

/* line 3486, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 3489, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-skiing:before {
  content: "\f7c9";
}

/* line 3492, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 3495, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 3498, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 3501, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 3504, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 3507, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 3510, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 3513, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-slash:before {
  content: "\f715";
}

/* line 3516, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 3519, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 3522, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 3525, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 3528, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 3531, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 3534, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-smog:before {
  content: "\f75f";
}

/* line 3537, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 3540, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 3543, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sms:before {
  content: "\f7cd";
}

/* line 3546, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 3549, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 3552, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 3555, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-snowboarding:before {
  content: "\f7ce";
}

/* line 3558, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 3561, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 3564, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 3567, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-soap:before {
  content: "\f96e";
}

/* line 3570, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-socks:before {
  content: "\f696";
}

/* line 3573, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 3576, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 3579, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 3582, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

/* line 3585, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 3588, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

/* line 3591, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 3594, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sort-amount-down-alt:before {
  content: "\f884";
}

/* line 3597, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 3600, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sort-amount-up-alt:before {
  content: "\f885";
}

/* line 3603, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 3606, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 3609, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

/* line 3612, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 3615, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

/* line 3618, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 3621, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 3624, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 3627, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 3630, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 3633, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 3636, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 3639, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-spell-check:before {
  content: "\f891";
}

/* line 3642, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 3645, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 3648, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 3651, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 3654, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 3657, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 3660, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 3663, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 3666, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 3669, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 3672, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 3675, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 3678, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 3681, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-star:before {
  content: "\f005";
}

/* line 3684, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 3687, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 3690, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 3693, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 3696, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 3699, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 3702, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 3705, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 3708, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 3711, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 3714, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 3717, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 3720, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 3723, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 3726, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 3729, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 3732, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 3735, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-stopwatch-20:before {
  content: "\f96f";
}

/* line 3738, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 3741, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 3744, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-store-alt-slash:before {
  content: "\f970";
}

/* line 3747, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-store-slash:before {
  content: "\f971";
}

/* line 3750, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 3753, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 3756, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 3759, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 3762, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 3765, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 3768, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 3771, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 3774, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 3777, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 3780, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 3783, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 3786, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 3789, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 3792, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 3795, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 3798, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 3801, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 3804, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 3807, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 3810, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 3813, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 3816, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 3819, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 3822, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 3825, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 3828, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 3831, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 3834, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 3837, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 3840, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 3843, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 3846, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 3849, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 3852, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 3855, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 3858, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 3861, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 3864, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 3867, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 3870, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 3873, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 3876, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 3879, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 3882, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 3885, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 3888, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 3891, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 3894, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-tenge:before {
  content: "\f7d7";
}

/* line 3897, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 3900, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 3903, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 3906, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 3909, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 3912, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 3915, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 3918, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 3921, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 3924, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 3927, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 3930, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 3933, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 3936, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 3939, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 3942, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 3945, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 3948, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 3951, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 3954, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 3957, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 3960, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 3963, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 3966, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 3969, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 3972, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 3975, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 3978, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 3981, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 3984, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 3987, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-toilet-paper-slash:before {
  content: "\f972";
}

/* line 3990, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 3993, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-tools:before {
  content: "\f7d9";
}

/* line 3996, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 3999, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-torah:before {
  content: "\f6a0";
}

/* line 4002, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 4005, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 4008, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 4011, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 4014, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 4017, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-trailer:before {
  content: "\f941";
}

/* line 4020, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-train:before {
  content: "\f238";
}

/* line 4023, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-tram:before {
  content: "\f7da";
}

/* line 4026, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 4029, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 4032, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 4035, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 4038, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-trash-restore:before {
  content: "\f829";
}

/* line 4041, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-trash-restore-alt:before {
  content: "\f82a";
}

/* line 4044, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 4047, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 4050, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 4053, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 4056, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 4059, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 4062, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 4065, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 4068, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 4071, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 4074, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 4077, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 4080, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 4083, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 4086, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 4089, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 4092, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 4095, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 4098, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 4101, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 4104, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 4107, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 4110, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 4113, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 4116, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 4119, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 4122, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 4125, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 4128, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-unity:before {
  content: "\f949";
}

/* line 4131, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 4134, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 4137, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 4140, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 4143, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 4146, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 4149, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 4152, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 4155, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 4158, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-user:before {
  content: "\f007";
}

/* line 4161, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 4164, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 4167, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 4170, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 4173, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 4176, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 4179, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 4182, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 4185, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 4188, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 4191, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-user-injured:before {
  content: "\f728";
}

/* line 4194, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 4197, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 4200, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 4203, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 4206, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-user-nurse:before {
  content: "\f82f";
}

/* line 4209, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 4212, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 4215, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 4218, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 4221, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 4224, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 4227, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 4230, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 4233, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 4236, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 4239, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 4242, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 4245, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 4248, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 4251, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 4254, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 4257, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 4260, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 4263, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 4266, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 4269, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 4272, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 4275, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 4278, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 4281, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 4284, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 4287, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 4290, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 4293, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 4296, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 4299, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 4302, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-virus:before {
  content: "\f974";
}

/* line 4305, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-virus-slash:before {
  content: "\f975";
}

/* line 4308, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-viruses:before {
  content: "\f976";
}

/* line 4311, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 4314, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 4317, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-voicemail:before {
  content: "\f897";
}

/* line 4320, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 4323, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 4326, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 4329, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 4332, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 4335, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-vote-yea:before {
  content: "\f772";
}

/* line 4338, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 4341, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 4344, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 4347, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 4350, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 4353, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-water:before {
  content: "\f773";
}

/* line 4356, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-wave-square:before {
  content: "\f83e";
}

/* line 4359, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 4362, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 4365, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 4368, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 4371, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 4374, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 4377, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 4380, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 4383, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 4386, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 4389, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 4392, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 4395, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-wind:before {
  content: "\f72e";
}

/* line 4398, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 4401, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 4404, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 4407, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 4410, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 4413, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 4416, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 4419, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 4422, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 4425, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 4428, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 4431, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 4434, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 4437, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 4440, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 4443, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 4446, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 4449, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 4452, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 4455, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 4458, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 4461, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 4464, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 4467, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 4470, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 4473, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 4476, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 4479, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 4482, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 4485, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 4488, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 4491, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 4494, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 4497, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 4500, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 4503, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 4506, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 4516, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

/* line 4531, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

/* line 4542, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

/* line 4553, C:/xampp/htdocs/epcfinancials/public/theme/scss/_all.scss */
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*!
  Ionicons, v2.0.1
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=2.0.1");
  src: url("../fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("../fonts/ionicons.woff?v=2.0.1") format("woff"), url("../fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 14, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 16, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-alert:before {
  content: "\f101";
}

/* line 18, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-alert-circled:before {
  content: "\f100";
}

/* line 20, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-add:before {
  content: "\f2c7";
}

/* line 22, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-add-circle:before {
  content: "\f359";
}

/* line 24, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-alarm-clock:before {
  content: "\f35a";
}

/* line 26, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-alert:before {
  content: "\f35b";
}

/* line 28, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-apps:before {
  content: "\f35c";
}

/* line 30, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-archive:before {
  content: "\f2c9";
}

/* line 32, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-arrow-back:before {
  content: "\f2ca";
}

/* line 34, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-arrow-down:before {
  content: "\f35d";
}

/* line 36, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-arrow-dropdown:before {
  content: "\f35f";
}

/* line 38, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}

/* line 40, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-arrow-dropleft:before {
  content: "\f361";
}

/* line 42, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}

/* line 44, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-arrow-dropright:before {
  content: "\f363";
}

/* line 46, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-arrow-dropright-circle:before {
  content: "\f362";
}

/* line 48, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-arrow-dropup:before {
  content: "\f365";
}

/* line 50, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-arrow-dropup-circle:before {
  content: "\f364";
}

/* line 52, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-arrow-forward:before {
  content: "\f30f";
}

/* line 54, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-arrow-up:before {
  content: "\f366";
}

/* line 56, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-attach:before {
  content: "\f367";
}

/* line 58, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-bar:before {
  content: "\f368";
}

/* line 60, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-bicycle:before {
  content: "\f369";
}

/* line 62, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-boat:before {
  content: "\f36a";
}

/* line 64, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-bookmark:before {
  content: "\f36b";
}

/* line 66, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-bulb:before {
  content: "\f36c";
}

/* line 68, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-bus:before {
  content: "\f36d";
}

/* line 70, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-calendar:before {
  content: "\f2d1";
}

/* line 72, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-call:before {
  content: "\f2d2";
}

/* line 74, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-camera:before {
  content: "\f2d3";
}

/* line 76, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-cancel:before {
  content: "\f36e";
}

/* line 78, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-car:before {
  content: "\f36f";
}

/* line 80, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-cart:before {
  content: "\f370";
}

/* line 82, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-chat:before {
  content: "\f2d4";
}

/* line 84, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-checkbox:before {
  content: "\f374";
}

/* line 86, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-checkbox-blank:before {
  content: "\f371";
}

/* line 88, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-checkbox-outline:before {
  content: "\f373";
}

/* line 90, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-checkbox-outline-blank:before {
  content: "\f372";
}

/* line 92, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-checkmark-circle:before {
  content: "\f375";
}

/* line 94, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-clipboard:before {
  content: "\f376";
}

/* line 96, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-close:before {
  content: "\f2d7";
}

/* line 98, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-cloud:before {
  content: "\f37a";
}

/* line 100, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-cloud-circle:before {
  content: "\f377";
}

/* line 102, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-cloud-done:before {
  content: "\f378";
}

/* line 104, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-cloud-outline:before {
  content: "\f379";
}

/* line 106, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-color-palette:before {
  content: "\f37b";
}

/* line 108, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-compass:before {
  content: "\f37c";
}

/* line 110, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-contact:before {
  content: "\f2d8";
}

/* line 112, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-contacts:before {
  content: "\f2d9";
}

/* line 114, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-contract:before {
  content: "\f37d";
}

/* line 116, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-create:before {
  content: "\f37e";
}

/* line 118, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-delete:before {
  content: "\f37f";
}

/* line 120, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-desktop:before {
  content: "\f380";
}

/* line 122, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-document:before {
  content: "\f381";
}

/* line 124, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-done:before {
  content: "\f383";
}

/* line 126, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-done-all:before {
  content: "\f382";
}

/* line 128, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-download:before {
  content: "\f2dd";
}

/* line 130, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-drafts:before {
  content: "\f384";
}

/* line 132, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-exit:before {
  content: "\f385";
}

/* line 134, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-expand:before {
  content: "\f386";
}

/* line 136, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-favorite:before {
  content: "\f388";
}

/* line 138, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-favorite-outline:before {
  content: "\f387";
}

/* line 140, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-film:before {
  content: "\f389";
}

/* line 142, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-folder:before {
  content: "\f2e0";
}

/* line 144, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-folder-open:before {
  content: "\f38a";
}

/* line 146, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-funnel:before {
  content: "\f38b";
}

/* line 148, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-globe:before {
  content: "\f38c";
}

/* line 150, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-hand:before {
  content: "\f2e3";
}

/* line 152, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-hangout:before {
  content: "\f38d";
}

/* line 154, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-happy:before {
  content: "\f38e";
}

/* line 156, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-home:before {
  content: "\f38f";
}

/* line 158, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-image:before {
  content: "\f2e4";
}

/* line 160, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-laptop:before {
  content: "\f390";
}

/* line 162, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-list:before {
  content: "\f391";
}

/* line 164, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-locate:before {
  content: "\f2e9";
}

/* line 166, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-lock:before {
  content: "\f392";
}

/* line 168, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-mail:before {
  content: "\f2eb";
}

/* line 170, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-map:before {
  content: "\f393";
}

/* line 172, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-menu:before {
  content: "\f394";
}

/* line 174, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-microphone:before {
  content: "\f2ec";
}

/* line 176, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-microphone-off:before {
  content: "\f395";
}

/* line 178, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-more-horizontal:before {
  content: "\f396";
}

/* line 180, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-more-vertical:before {
  content: "\f397";
}

/* line 182, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-navigate:before {
  content: "\f398";
}

/* line 184, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-notifications:before {
  content: "\f39b";
}

/* line 186, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-notifications-none:before {
  content: "\f399";
}

/* line 188, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-notifications-off:before {
  content: "\f39a";
}

/* line 190, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-open:before {
  content: "\f39c";
}

/* line 192, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-options:before {
  content: "\f39d";
}

/* line 194, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-people:before {
  content: "\f39e";
}

/* line 196, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-person:before {
  content: "\f3a0";
}

/* line 198, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-person-add:before {
  content: "\f39f";
}

/* line 200, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-phone-landscape:before {
  content: "\f3a1";
}

/* line 202, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-phone-portrait:before {
  content: "\f3a2";
}

/* line 204, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-pin:before {
  content: "\f3a3";
}

/* line 206, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-plane:before {
  content: "\f3a4";
}

/* line 208, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-playstore:before {
  content: "\f2f0";
}

/* line 210, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-print:before {
  content: "\f3a5";
}

/* line 212, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-radio-button-off:before {
  content: "\f3a6";
}

/* line 214, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-radio-button-on:before {
  content: "\f3a7";
}

/* line 216, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-refresh:before {
  content: "\f3a8";
}

/* line 218, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-remove:before {
  content: "\f2f4";
}

/* line 220, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-remove-circle:before {
  content: "\f3a9";
}

/* line 222, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-restaurant:before {
  content: "\f3aa";
}

/* line 224, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-sad:before {
  content: "\f3ab";
}

/* line 226, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-search:before {
  content: "\f2f5";
}

/* line 228, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-send:before {
  content: "\f2f6";
}

/* line 230, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-settings:before {
  content: "\f2f7";
}

/* line 232, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-share:before {
  content: "\f2f8";
}

/* line 234, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-share-alt:before {
  content: "\f3ac";
}

/* line 236, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-star:before {
  content: "\f2fc";
}

/* line 238, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-star-half:before {
  content: "\f3ad";
}

/* line 240, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-star-outline:before {
  content: "\f3ae";
}

/* line 242, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-stopwatch:before {
  content: "\f2fd";
}

/* line 244, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-subway:before {
  content: "\f3af";
}

/* line 246, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-sunny:before {
  content: "\f3b0";
}

/* line 248, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-sync:before {
  content: "\f3b1";
}

/* line 250, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-textsms:before {
  content: "\f3b2";
}

/* line 252, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-time:before {
  content: "\f3b3";
}

/* line 254, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-train:before {
  content: "\f3b4";
}

/* line 256, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-unlock:before {
  content: "\f3b5";
}

/* line 258, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-upload:before {
  content: "\f3b6";
}

/* line 260, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-volume-down:before {
  content: "\f3b7";
}

/* line 262, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-volume-mute:before {
  content: "\f3b8";
}

/* line 264, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-volume-off:before {
  content: "\f3b9";
}

/* line 266, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-volume-up:before {
  content: "\f3ba";
}

/* line 268, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-walk:before {
  content: "\f3bb";
}

/* line 270, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-warning:before {
  content: "\f3bc";
}

/* line 272, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-watch:before {
  content: "\f3bd";
}

/* line 274, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-android-wifi:before {
  content: "\f305";
}

/* line 276, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-aperture:before {
  content: "\f313";
}

/* line 278, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-archive:before {
  content: "\f102";
}

/* line 280, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-arrow-down-a:before {
  content: "\f103";
}

/* line 282, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-arrow-down-b:before {
  content: "\f104";
}

/* line 284, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-arrow-down-c:before {
  content: "\f105";
}

/* line 286, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-arrow-expand:before {
  content: "\f25e";
}

/* line 288, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-arrow-graph-down-left:before {
  content: "\f25f";
}

/* line 290, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-arrow-graph-down-right:before {
  content: "\f260";
}

/* line 292, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-arrow-graph-up-left:before {
  content: "\f261";
}

/* line 294, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-arrow-graph-up-right:before {
  content: "\f262";
}

/* line 296, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-arrow-left-a:before {
  content: "\f106";
}

/* line 298, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-arrow-left-b:before {
  content: "\f107";
}

/* line 300, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-arrow-left-c:before {
  content: "\f108";
}

/* line 302, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-arrow-move:before {
  content: "\f263";
}

/* line 304, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-arrow-resize:before {
  content: "\f264";
}

/* line 306, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-arrow-return-left:before {
  content: "\f265";
}

/* line 308, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-arrow-return-right:before {
  content: "\f266";
}

/* line 310, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-arrow-right-a:before {
  content: "\f109";
}

/* line 312, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-arrow-right-b:before {
  content: "\f10a";
}

/* line 314, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-arrow-right-c:before {
  content: "\f10b";
}

/* line 316, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-arrow-shrink:before {
  content: "\f267";
}

/* line 318, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-arrow-swap:before {
  content: "\f268";
}

/* line 320, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-arrow-up-a:before {
  content: "\f10c";
}

/* line 322, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-arrow-up-b:before {
  content: "\f10d";
}

/* line 324, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-arrow-up-c:before {
  content: "\f10e";
}

/* line 326, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-asterisk:before {
  content: "\f314";
}

/* line 328, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-at:before {
  content: "\f10f";
}

/* line 330, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-backspace:before {
  content: "\f3bf";
}

/* line 332, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-backspace-outline:before {
  content: "\f3be";
}

/* line 334, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-bag:before {
  content: "\f110";
}

/* line 336, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-battery-charging:before {
  content: "\f111";
}

/* line 338, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-battery-empty:before {
  content: "\f112";
}

/* line 340, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-battery-full:before {
  content: "\f113";
}

/* line 342, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-battery-half:before {
  content: "\f114";
}

/* line 344, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-battery-low:before {
  content: "\f115";
}

/* line 346, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-beaker:before {
  content: "\f269";
}

/* line 348, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-beer:before {
  content: "\f26a";
}

/* line 350, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-bluetooth:before {
  content: "\f116";
}

/* line 352, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-bonfire:before {
  content: "\f315";
}

/* line 354, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-bookmark:before {
  content: "\f26b";
}

/* line 356, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-bowtie:before {
  content: "\f3c0";
}

/* line 358, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-briefcase:before {
  content: "\f26c";
}

/* line 360, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-bug:before {
  content: "\f2be";
}

/* line 362, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-calculator:before {
  content: "\f26d";
}

/* line 364, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-calendar:before {
  content: "\f117";
}

/* line 366, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-camera:before {
  content: "\f118";
}

/* line 368, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-card:before {
  content: "\f119";
}

/* line 370, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-cash:before {
  content: "\f316";
}

/* line 372, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-chatbox:before {
  content: "\f11b";
}

/* line 374, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-chatbox-working:before {
  content: "\f11a";
}

/* line 376, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-chatboxes:before {
  content: "\f11c";
}

/* line 378, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-chatbubble:before {
  content: "\f11e";
}

/* line 380, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-chatbubble-working:before {
  content: "\f11d";
}

/* line 382, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-chatbubbles:before {
  content: "\f11f";
}

/* line 384, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-checkmark:before {
  content: "\f122";
}

/* line 386, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-checkmark-circled:before {
  content: "\f120";
}

/* line 388, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-checkmark-round:before {
  content: "\f121";
}

/* line 390, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-chevron-down:before {
  content: "\f123";
}

/* line 392, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-chevron-left:before {
  content: "\f124";
}

/* line 394, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-chevron-right:before {
  content: "\f125";
}

/* line 396, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-chevron-up:before {
  content: "\f126";
}

/* line 398, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-clipboard:before {
  content: "\f127";
}

/* line 400, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-clock:before {
  content: "\f26e";
}

/* line 402, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-close:before {
  content: "\f12a";
}

/* line 404, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-close-circled:before {
  content: "\f128";
}

/* line 406, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-close-round:before {
  content: "\f129";
}

/* line 408, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-closed-captioning:before {
  content: "\f317";
}

/* line 410, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-cloud:before {
  content: "\f12b";
}

/* line 412, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-code:before {
  content: "\f271";
}

/* line 414, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-code-download:before {
  content: "\f26f";
}

/* line 416, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-code-working:before {
  content: "\f270";
}

/* line 418, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-coffee:before {
  content: "\f272";
}

/* line 420, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-compass:before {
  content: "\f273";
}

/* line 422, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-compose:before {
  content: "\f12c";
}

/* line 424, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-connection-bars:before {
  content: "\f274";
}

/* line 426, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-contrast:before {
  content: "\f275";
}

/* line 428, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-crop:before {
  content: "\f3c1";
}

/* line 430, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-cube:before {
  content: "\f318";
}

/* line 432, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-disc:before {
  content: "\f12d";
}

/* line 434, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-document:before {
  content: "\f12f";
}

/* line 436, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-document-text:before {
  content: "\f12e";
}

/* line 438, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-drag:before {
  content: "\f130";
}

/* line 440, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-earth:before {
  content: "\f276";
}

/* line 442, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-easel:before {
  content: "\f3c2";
}

/* line 444, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-edit:before {
  content: "\f2bf";
}

/* line 446, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-egg:before {
  content: "\f277";
}

/* line 448, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-eject:before {
  content: "\f131";
}

/* line 450, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-email:before {
  content: "\f132";
}

/* line 452, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-email-unread:before {
  content: "\f3c3";
}

/* line 454, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-erlenmeyer-flask:before {
  content: "\f3c5";
}

/* line 456, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}

/* line 458, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-eye:before {
  content: "\f133";
}

/* line 460, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-eye-disabled:before {
  content: "\f306";
}

/* line 462, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-female:before {
  content: "\f278";
}

/* line 464, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-filing:before {
  content: "\f134";
}

/* line 466, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-film-marker:before {
  content: "\f135";
}

/* line 468, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-fireball:before {
  content: "\f319";
}

/* line 470, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-flag:before {
  content: "\f279";
}

/* line 472, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-flame:before {
  content: "\f31a";
}

/* line 474, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-flash:before {
  content: "\f137";
}

/* line 476, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-flash-off:before {
  content: "\f136";
}

/* line 478, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-folder:before {
  content: "\f139";
}

/* line 480, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-fork:before {
  content: "\f27a";
}

/* line 482, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-fork-repo:before {
  content: "\f2c0";
}

/* line 484, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-forward:before {
  content: "\f13a";
}

/* line 486, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-funnel:before {
  content: "\f31b";
}

/* line 488, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-gear-a:before {
  content: "\f13d";
}

/* line 490, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-gear-b:before {
  content: "\f13e";
}

/* line 492, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-grid:before {
  content: "\f13f";
}

/* line 494, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-hammer:before {
  content: "\f27b";
}

/* line 496, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-happy:before {
  content: "\f31c";
}

/* line 498, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-happy-outline:before {
  content: "\f3c6";
}

/* line 500, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-headphone:before {
  content: "\f140";
}

/* line 502, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-heart:before {
  content: "\f141";
}

/* line 504, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-heart-broken:before {
  content: "\f31d";
}

/* line 506, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-help:before {
  content: "\f143";
}

/* line 508, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-help-buoy:before {
  content: "\f27c";
}

/* line 510, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-help-circled:before {
  content: "\f142";
}

/* line 512, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-home:before {
  content: "\f144";
}

/* line 514, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-icecream:before {
  content: "\f27d";
}

/* line 516, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-image:before {
  content: "\f147";
}

/* line 518, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-images:before {
  content: "\f148";
}

/* line 520, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-information:before {
  content: "\f14a";
}

/* line 522, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-information-circled:before {
  content: "\f149";
}

/* line 524, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ionic:before {
  content: "\f14b";
}

/* line 526, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-alarm:before {
  content: "\f3c8";
}

/* line 528, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-alarm-outline:before {
  content: "\f3c7";
}

/* line 530, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-albums:before {
  content: "\f3ca";
}

/* line 532, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-albums-outline:before {
  content: "\f3c9";
}

/* line 534, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-americanfootball:before {
  content: "\f3cc";
}

/* line 536, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}

/* line 538, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-analytics:before {
  content: "\f3ce";
}

/* line 540, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-analytics-outline:before {
  content: "\f3cd";
}

/* line 542, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-arrow-back:before {
  content: "\f3cf";
}

/* line 544, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-arrow-down:before {
  content: "\f3d0";
}

/* line 546, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-arrow-forward:before {
  content: "\f3d1";
}

/* line 548, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-arrow-left:before {
  content: "\f3d2";
}

/* line 550, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-arrow-right:before {
  content: "\f3d3";
}

/* line 552, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}

/* line 554, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}

/* line 556, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}

/* line 558, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}

/* line 560, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-arrow-up:before {
  content: "\f3d8";
}

/* line 562, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-at:before {
  content: "\f3da";
}

/* line 564, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-at-outline:before {
  content: "\f3d9";
}

/* line 566, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-barcode:before {
  content: "\f3dc";
}

/* line 568, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-barcode-outline:before {
  content: "\f3db";
}

/* line 570, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-baseball:before {
  content: "\f3de";
}

/* line 572, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-baseball-outline:before {
  content: "\f3dd";
}

/* line 574, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-basketball:before {
  content: "\f3e0";
}

/* line 576, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-basketball-outline:before {
  content: "\f3df";
}

/* line 578, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-bell:before {
  content: "\f3e2";
}

/* line 580, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-bell-outline:before {
  content: "\f3e1";
}

/* line 582, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-body:before {
  content: "\f3e4";
}

/* line 584, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-body-outline:before {
  content: "\f3e3";
}

/* line 586, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-bolt:before {
  content: "\f3e6";
}

/* line 588, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-bolt-outline:before {
  content: "\f3e5";
}

/* line 590, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-book:before {
  content: "\f3e8";
}

/* line 592, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-book-outline:before {
  content: "\f3e7";
}

/* line 594, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-bookmarks:before {
  content: "\f3ea";
}

/* line 596, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}

/* line 598, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-box:before {
  content: "\f3ec";
}

/* line 600, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-box-outline:before {
  content: "\f3eb";
}

/* line 602, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-briefcase:before {
  content: "\f3ee";
}

/* line 604, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-briefcase-outline:before {
  content: "\f3ed";
}

/* line 606, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-browsers:before {
  content: "\f3f0";
}

/* line 608, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-browsers-outline:before {
  content: "\f3ef";
}

/* line 610, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-calculator:before {
  content: "\f3f2";
}

/* line 612, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-calculator-outline:before {
  content: "\f3f1";
}

/* line 614, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-calendar:before {
  content: "\f3f4";
}

/* line 616, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-calendar-outline:before {
  content: "\f3f3";
}

/* line 618, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-camera:before {
  content: "\f3f6";
}

/* line 620, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-camera-outline:before {
  content: "\f3f5";
}

/* line 622, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-cart:before {
  content: "\f3f8";
}

/* line 624, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-cart-outline:before {
  content: "\f3f7";
}

/* line 626, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-chatboxes:before {
  content: "\f3fa";
}

/* line 628, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}

/* line 630, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-chatbubble:before {
  content: "\f3fc";
}

/* line 632, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}

/* line 634, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-checkmark:before {
  content: "\f3ff";
}

/* line 636, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-checkmark-empty:before {
  content: "\f3fd";
}

/* line 638, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-checkmark-outline:before {
  content: "\f3fe";
}

/* line 640, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-circle-filled:before {
  content: "\f400";
}

/* line 642, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-circle-outline:before {
  content: "\f401";
}

/* line 644, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-clock:before {
  content: "\f403";
}

/* line 646, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-clock-outline:before {
  content: "\f402";
}

/* line 648, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-close:before {
  content: "\f406";
}

/* line 650, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-close-empty:before {
  content: "\f404";
}

/* line 652, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-close-outline:before {
  content: "\f405";
}

/* line 654, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-cloud:before {
  content: "\f40c";
}

/* line 656, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-cloud-download:before {
  content: "\f408";
}

/* line 658, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-cloud-download-outline:before {
  content: "\f407";
}

/* line 660, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-cloud-outline:before {
  content: "\f409";
}

/* line 662, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-cloud-upload:before {
  content: "\f40b";
}

/* line 664, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}

/* line 666, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-cloudy:before {
  content: "\f410";
}

/* line 668, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-cloudy-night:before {
  content: "\f40e";
}

/* line 670, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}

/* line 672, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-cloudy-outline:before {
  content: "\f40f";
}

/* line 674, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-cog:before {
  content: "\f412";
}

/* line 676, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-cog-outline:before {
  content: "\f411";
}

/* line 678, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-color-filter:before {
  content: "\f414";
}

/* line 680, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-color-filter-outline:before {
  content: "\f413";
}

/* line 682, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-color-wand:before {
  content: "\f416";
}

/* line 684, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-color-wand-outline:before {
  content: "\f415";
}

/* line 686, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-compose:before {
  content: "\f418";
}

/* line 688, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-compose-outline:before {
  content: "\f417";
}

/* line 690, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-contact:before {
  content: "\f41a";
}

/* line 692, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-contact-outline:before {
  content: "\f419";
}

/* line 694, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-copy:before {
  content: "\f41c";
}

/* line 696, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-copy-outline:before {
  content: "\f41b";
}

/* line 698, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-crop:before {
  content: "\f41e";
}

/* line 700, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-crop-strong:before {
  content: "\f41d";
}

/* line 702, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-download:before {
  content: "\f420";
}

/* line 704, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-download-outline:before {
  content: "\f41f";
}

/* line 706, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-drag:before {
  content: "\f421";
}

/* line 708, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-email:before {
  content: "\f423";
}

/* line 710, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-email-outline:before {
  content: "\f422";
}

/* line 712, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-eye:before {
  content: "\f425";
}

/* line 714, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-eye-outline:before {
  content: "\f424";
}

/* line 716, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-fastforward:before {
  content: "\f427";
}

/* line 718, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-fastforward-outline:before {
  content: "\f426";
}

/* line 720, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-filing:before {
  content: "\f429";
}

/* line 722, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-filing-outline:before {
  content: "\f428";
}

/* line 724, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-film:before {
  content: "\f42b";
}

/* line 726, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-film-outline:before {
  content: "\f42a";
}

/* line 728, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-flag:before {
  content: "\f42d";
}

/* line 730, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-flag-outline:before {
  content: "\f42c";
}

/* line 732, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-flame:before {
  content: "\f42f";
}

/* line 734, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-flame-outline:before {
  content: "\f42e";
}

/* line 736, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-flask:before {
  content: "\f431";
}

/* line 738, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-flask-outline:before {
  content: "\f430";
}

/* line 740, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-flower:before {
  content: "\f433";
}

/* line 742, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-flower-outline:before {
  content: "\f432";
}

/* line 744, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-folder:before {
  content: "\f435";
}

/* line 746, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-folder-outline:before {
  content: "\f434";
}

/* line 748, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-football:before {
  content: "\f437";
}

/* line 750, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-football-outline:before {
  content: "\f436";
}

/* line 752, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-game-controller-a:before {
  content: "\f439";
}

/* line 754, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-game-controller-a-outline:before {
  content: "\f438";
}

/* line 756, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-game-controller-b:before {
  content: "\f43b";
}

/* line 758, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}

/* line 760, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-gear:before {
  content: "\f43d";
}

/* line 762, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-gear-outline:before {
  content: "\f43c";
}

/* line 764, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-glasses:before {
  content: "\f43f";
}

/* line 766, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-glasses-outline:before {
  content: "\f43e";
}

/* line 768, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-grid-view:before {
  content: "\f441";
}

/* line 770, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-grid-view-outline:before {
  content: "\f440";
}

/* line 772, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-heart:before {
  content: "\f443";
}

/* line 774, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-heart-outline:before {
  content: "\f442";
}

/* line 776, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-help:before {
  content: "\f446";
}

/* line 778, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-help-empty:before {
  content: "\f444";
}

/* line 780, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-help-outline:before {
  content: "\f445";
}

/* line 782, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-home:before {
  content: "\f448";
}

/* line 784, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-home-outline:before {
  content: "\f447";
}

/* line 786, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-infinite:before {
  content: "\f44a";
}

/* line 788, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-infinite-outline:before {
  content: "\f449";
}

/* line 790, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-information:before {
  content: "\f44d";
}

/* line 792, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-information-empty:before {
  content: "\f44b";
}

/* line 794, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-information-outline:before {
  content: "\f44c";
}

/* line 796, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-ionic-outline:before {
  content: "\f44e";
}

/* line 798, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-keypad:before {
  content: "\f450";
}

/* line 800, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-keypad-outline:before {
  content: "\f44f";
}

/* line 802, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-lightbulb:before {
  content: "\f452";
}

/* line 804, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-lightbulb-outline:before {
  content: "\f451";
}

/* line 806, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-list:before {
  content: "\f454";
}

/* line 808, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-list-outline:before {
  content: "\f453";
}

/* line 810, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-location:before {
  content: "\f456";
}

/* line 812, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-location-outline:before {
  content: "\f455";
}

/* line 814, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-locked:before {
  content: "\f458";
}

/* line 816, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-locked-outline:before {
  content: "\f457";
}

/* line 818, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-loop:before {
  content: "\f45a";
}

/* line 820, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-loop-strong:before {
  content: "\f459";
}

/* line 822, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-medical:before {
  content: "\f45c";
}

/* line 824, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-medical-outline:before {
  content: "\f45b";
}

/* line 826, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-medkit:before {
  content: "\f45e";
}

/* line 828, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-medkit-outline:before {
  content: "\f45d";
}

/* line 830, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-mic:before {
  content: "\f461";
}

/* line 832, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-mic-off:before {
  content: "\f45f";
}

/* line 834, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-mic-outline:before {
  content: "\f460";
}

/* line 836, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-minus:before {
  content: "\f464";
}

/* line 838, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-minus-empty:before {
  content: "\f462";
}

/* line 840, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-minus-outline:before {
  content: "\f463";
}

/* line 842, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-monitor:before {
  content: "\f466";
}

/* line 844, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-monitor-outline:before {
  content: "\f465";
}

/* line 846, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-moon:before {
  content: "\f468";
}

/* line 848, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-moon-outline:before {
  content: "\f467";
}

/* line 850, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-more:before {
  content: "\f46a";
}

/* line 852, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-more-outline:before {
  content: "\f469";
}

/* line 854, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-musical-note:before {
  content: "\f46b";
}

/* line 856, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-musical-notes:before {
  content: "\f46c";
}

/* line 858, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-navigate:before {
  content: "\f46e";
}

/* line 860, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-navigate-outline:before {
  content: "\f46d";
}

/* line 862, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-nutrition:before {
  content: "\f470";
}

/* line 864, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-nutrition-outline:before {
  content: "\f46f";
}

/* line 866, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-paper:before {
  content: "\f472";
}

/* line 868, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-paper-outline:before {
  content: "\f471";
}

/* line 870, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-paperplane:before {
  content: "\f474";
}

/* line 872, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-paperplane-outline:before {
  content: "\f473";
}

/* line 874, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-partlysunny:before {
  content: "\f476";
}

/* line 876, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-partlysunny-outline:before {
  content: "\f475";
}

/* line 878, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-pause:before {
  content: "\f478";
}

/* line 880, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-pause-outline:before {
  content: "\f477";
}

/* line 882, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-paw:before {
  content: "\f47a";
}

/* line 884, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-paw-outline:before {
  content: "\f479";
}

/* line 886, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-people:before {
  content: "\f47c";
}

/* line 888, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-people-outline:before {
  content: "\f47b";
}

/* line 890, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-person:before {
  content: "\f47e";
}

/* line 892, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-person-outline:before {
  content: "\f47d";
}

/* line 894, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-personadd:before {
  content: "\f480";
}

/* line 896, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-personadd-outline:before {
  content: "\f47f";
}

/* line 898, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-photos:before {
  content: "\f482";
}

/* line 900, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-photos-outline:before {
  content: "\f481";
}

/* line 902, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-pie:before {
  content: "\f484";
}

/* line 904, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-pie-outline:before {
  content: "\f483";
}

/* line 906, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-pint:before {
  content: "\f486";
}

/* line 908, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-pint-outline:before {
  content: "\f485";
}

/* line 910, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-play:before {
  content: "\f488";
}

/* line 912, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-play-outline:before {
  content: "\f487";
}

/* line 914, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-plus:before {
  content: "\f48b";
}

/* line 916, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-plus-empty:before {
  content: "\f489";
}

/* line 918, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-plus-outline:before {
  content: "\f48a";
}

/* line 920, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-pricetag:before {
  content: "\f48d";
}

/* line 922, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-pricetag-outline:before {
  content: "\f48c";
}

/* line 924, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-pricetags:before {
  content: "\f48f";
}

/* line 926, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-pricetags-outline:before {
  content: "\f48e";
}

/* line 928, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-printer:before {
  content: "\f491";
}

/* line 930, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-printer-outline:before {
  content: "\f490";
}

/* line 932, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-pulse:before {
  content: "\f493";
}

/* line 934, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-pulse-strong:before {
  content: "\f492";
}

/* line 936, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-rainy:before {
  content: "\f495";
}

/* line 938, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-rainy-outline:before {
  content: "\f494";
}

/* line 940, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-recording:before {
  content: "\f497";
}

/* line 942, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-recording-outline:before {
  content: "\f496";
}

/* line 944, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-redo:before {
  content: "\f499";
}

/* line 946, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-redo-outline:before {
  content: "\f498";
}

/* line 948, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-refresh:before {
  content: "\f49c";
}

/* line 950, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-refresh-empty:before {
  content: "\f49a";
}

/* line 952, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-refresh-outline:before {
  content: "\f49b";
}

/* line 954, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-reload:before {
  content: "\f49d";
}

/* line 956, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-reverse-camera:before {
  content: "\f49f";
}

/* line 958, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}

/* line 960, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-rewind:before {
  content: "\f4a1";
}

/* line 962, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-rewind-outline:before {
  content: "\f4a0";
}

/* line 964, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-rose:before {
  content: "\f4a3";
}

/* line 966, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-rose-outline:before {
  content: "\f4a2";
}

/* line 968, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-search:before {
  content: "\f4a5";
}

/* line 970, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-search-strong:before {
  content: "\f4a4";
}

/* line 972, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-settings:before {
  content: "\f4a7";
}

/* line 974, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-settings-strong:before {
  content: "\f4a6";
}

/* line 976, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-shuffle:before {
  content: "\f4a9";
}

/* line 978, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-shuffle-strong:before {
  content: "\f4a8";
}

/* line 980, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-skipbackward:before {
  content: "\f4ab";
}

/* line 982, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}

/* line 984, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-skipforward:before {
  content: "\f4ad";
}

/* line 986, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-skipforward-outline:before {
  content: "\f4ac";
}

/* line 988, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-snowy:before {
  content: "\f4ae";
}

/* line 990, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-speedometer:before {
  content: "\f4b0";
}

/* line 992, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-speedometer-outline:before {
  content: "\f4af";
}

/* line 994, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-star:before {
  content: "\f4b3";
}

/* line 996, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-star-half:before {
  content: "\f4b1";
}

/* line 998, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-star-outline:before {
  content: "\f4b2";
}

/* line 1000, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-stopwatch:before {
  content: "\f4b5";
}

/* line 1002, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}

/* line 1004, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-sunny:before {
  content: "\f4b7";
}

/* line 1006, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-sunny-outline:before {
  content: "\f4b6";
}

/* line 1008, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-telephone:before {
  content: "\f4b9";
}

/* line 1010, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-telephone-outline:before {
  content: "\f4b8";
}

/* line 1012, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-tennisball:before {
  content: "\f4bb";
}

/* line 1014, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-tennisball-outline:before {
  content: "\f4ba";
}

/* line 1016, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-thunderstorm:before {
  content: "\f4bd";
}

/* line 1018, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}

/* line 1020, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-time:before {
  content: "\f4bf";
}

/* line 1022, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-time-outline:before {
  content: "\f4be";
}

/* line 1024, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-timer:before {
  content: "\f4c1";
}

/* line 1026, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-timer-outline:before {
  content: "\f4c0";
}

/* line 1028, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-toggle:before {
  content: "\f4c3";
}

/* line 1030, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-toggle-outline:before {
  content: "\f4c2";
}

/* line 1032, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-trash:before {
  content: "\f4c5";
}

/* line 1034, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-trash-outline:before {
  content: "\f4c4";
}

/* line 1036, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-undo:before {
  content: "\f4c7";
}

/* line 1038, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-undo-outline:before {
  content: "\f4c6";
}

/* line 1040, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-unlocked:before {
  content: "\f4c9";
}

/* line 1042, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-unlocked-outline:before {
  content: "\f4c8";
}

/* line 1044, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-upload:before {
  content: "\f4cb";
}

/* line 1046, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-upload-outline:before {
  content: "\f4ca";
}

/* line 1048, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-videocam:before {
  content: "\f4cd";
}

/* line 1050, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-videocam-outline:before {
  content: "\f4cc";
}

/* line 1052, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-volume-high:before {
  content: "\f4ce";
}

/* line 1054, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-volume-low:before {
  content: "\f4cf";
}

/* line 1056, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-wineglass:before {
  content: "\f4d1";
}

/* line 1058, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-wineglass-outline:before {
  content: "\f4d0";
}

/* line 1060, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-world:before {
  content: "\f4d3";
}

/* line 1062, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ios-world-outline:before {
  content: "\f4d2";
}

/* line 1064, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ipad:before {
  content: "\f1f9";
}

/* line 1066, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-iphone:before {
  content: "\f1fa";
}

/* line 1068, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ipod:before {
  content: "\f1fb";
}

/* line 1070, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-jet:before {
  content: "\f295";
}

/* line 1072, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-key:before {
  content: "\f296";
}

/* line 1074, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-knife:before {
  content: "\f297";
}

/* line 1076, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-laptop:before {
  content: "\f1fc";
}

/* line 1078, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-leaf:before {
  content: "\f1fd";
}

/* line 1080, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-levels:before {
  content: "\f298";
}

/* line 1082, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-lightbulb:before {
  content: "\f299";
}

/* line 1084, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-link:before {
  content: "\f1fe";
}

/* line 1086, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-load-a:before {
  content: "\f29a";
}

/* line 1088, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-load-b:before {
  content: "\f29b";
}

/* line 1090, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-load-c:before {
  content: "\f29c";
}

/* line 1092, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-load-d:before {
  content: "\f29d";
}

/* line 1094, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-location:before {
  content: "\f1ff";
}

/* line 1096, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-lock-combination:before {
  content: "\f4d4";
}

/* line 1098, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-locked:before {
  content: "\f200";
}

/* line 1100, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-log-in:before {
  content: "\f29e";
}

/* line 1102, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-log-out:before {
  content: "\f29f";
}

/* line 1104, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-loop:before {
  content: "\f201";
}

/* line 1106, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-magnet:before {
  content: "\f2a0";
}

/* line 1108, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-male:before {
  content: "\f2a1";
}

/* line 1110, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-man:before {
  content: "\f202";
}

/* line 1112, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-map:before {
  content: "\f203";
}

/* line 1114, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-medkit:before {
  content: "\f2a2";
}

/* line 1116, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-merge:before {
  content: "\f33f";
}

/* line 1118, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-mic-a:before {
  content: "\f204";
}

/* line 1120, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-mic-b:before {
  content: "\f205";
}

/* line 1122, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-mic-c:before {
  content: "\f206";
}

/* line 1124, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-minus:before {
  content: "\f209";
}

/* line 1126, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-minus-circled:before {
  content: "\f207";
}

/* line 1128, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-minus-round:before {
  content: "\f208";
}

/* line 1130, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-model-s:before {
  content: "\f2c1";
}

/* line 1132, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-monitor:before {
  content: "\f20a";
}

/* line 1134, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-more:before {
  content: "\f20b";
}

/* line 1136, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-mouse:before {
  content: "\f340";
}

/* line 1138, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-music-note:before {
  content: "\f20c";
}

/* line 1140, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-navicon:before {
  content: "\f20e";
}

/* line 1142, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-navicon-round:before {
  content: "\f20d";
}

/* line 1144, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-navigate:before {
  content: "\f2a3";
}

/* line 1146, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-network:before {
  content: "\f341";
}

/* line 1148, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-no-smoking:before {
  content: "\f2c2";
}

/* line 1150, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-nuclear:before {
  content: "\f2a4";
}

/* line 1152, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-outlet:before {
  content: "\f342";
}

/* line 1154, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-paintbrush:before {
  content: "\f4d5";
}

/* line 1156, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-paintbucket:before {
  content: "\f4d6";
}

/* line 1158, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-paper-airplane:before {
  content: "\f2c3";
}

/* line 1160, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-paperclip:before {
  content: "\f20f";
}

/* line 1162, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-pause:before {
  content: "\f210";
}

/* line 1164, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-person:before {
  content: "\f213";
}

/* line 1166, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-person-add:before {
  content: "\f211";
}

/* line 1168, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-person-stalker:before {
  content: "\f212";
}

/* line 1170, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-pie-graph:before {
  content: "\f2a5";
}

/* line 1172, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-pin:before {
  content: "\f2a6";
}

/* line 1174, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-pinpoint:before {
  content: "\f2a7";
}

/* line 1176, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-pizza:before {
  content: "\f2a8";
}

/* line 1178, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-plane:before {
  content: "\f214";
}

/* line 1180, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-planet:before {
  content: "\f343";
}

/* line 1182, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-play:before {
  content: "\f215";
}

/* line 1184, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-playstation:before {
  content: "\f30a";
}

/* line 1186, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-plus:before {
  content: "\f218";
}

/* line 1188, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-plus-circled:before {
  content: "\f216";
}

/* line 1190, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-plus-round:before {
  content: "\f217";
}

/* line 1192, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-podium:before {
  content: "\f344";
}

/* line 1194, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-pound:before {
  content: "\f219";
}

/* line 1196, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-power:before {
  content: "\f2a9";
}

/* line 1198, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-pricetag:before {
  content: "\f2aa";
}

/* line 1200, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-pricetags:before {
  content: "\f2ab";
}

/* line 1202, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-printer:before {
  content: "\f21a";
}

/* line 1204, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-pull-request:before {
  content: "\f345";
}

/* line 1206, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-qr-scanner:before {
  content: "\f346";
}

/* line 1208, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-quote:before {
  content: "\f347";
}

/* line 1210, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-radio-waves:before {
  content: "\f2ac";
}

/* line 1212, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-record:before {
  content: "\f21b";
}

/* line 1214, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-refresh:before {
  content: "\f21c";
}

/* line 1216, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-reply:before {
  content: "\f21e";
}

/* line 1218, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-reply-all:before {
  content: "\f21d";
}

/* line 1220, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ribbon-a:before {
  content: "\f348";
}

/* line 1222, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-ribbon-b:before {
  content: "\f349";
}

/* line 1224, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-sad:before {
  content: "\f34a";
}

/* line 1226, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-sad-outline:before {
  content: "\f4d7";
}

/* line 1228, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-scissors:before {
  content: "\f34b";
}

/* line 1230, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-search:before {
  content: "\f21f";
}

/* line 1232, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-settings:before {
  content: "\f2ad";
}

/* line 1234, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-share:before {
  content: "\f220";
}

/* line 1236, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-shuffle:before {
  content: "\f221";
}

/* line 1238, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-skip-backward:before {
  content: "\f222";
}

/* line 1240, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-skip-forward:before {
  content: "\f223";
}

/* line 1242, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-android:before {
  content: "\f225";
}

/* line 1244, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-android-outline:before {
  content: "\f224";
}

/* line 1246, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-angular:before {
  content: "\f4d9";
}

/* line 1248, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-angular-outline:before {
  content: "\f4d8";
}

/* line 1250, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-apple:before {
  content: "\f227";
}

/* line 1252, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-apple-outline:before {
  content: "\f226";
}

/* line 1254, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-bitcoin:before {
  content: "\f2af";
}

/* line 1256, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}

/* line 1258, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-buffer:before {
  content: "\f229";
}

/* line 1260, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-buffer-outline:before {
  content: "\f228";
}

/* line 1262, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-chrome:before {
  content: "\f4db";
}

/* line 1264, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-chrome-outline:before {
  content: "\f4da";
}

/* line 1266, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-codepen:before {
  content: "\f4dd";
}

/* line 1268, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-codepen-outline:before {
  content: "\f4dc";
}

/* line 1270, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-css3:before {
  content: "\f4df";
}

/* line 1272, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-css3-outline:before {
  content: "\f4de";
}

/* line 1274, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-designernews:before {
  content: "\f22b";
}

/* line 1276, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-designernews-outline:before {
  content: "\f22a";
}

/* line 1278, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-dribbble:before {
  content: "\f22d";
}

/* line 1280, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-dribbble-outline:before {
  content: "\f22c";
}

/* line 1282, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-dropbox:before {
  content: "\f22f";
}

/* line 1284, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-dropbox-outline:before {
  content: "\f22e";
}

/* line 1286, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-euro:before {
  content: "\f4e1";
}

/* line 1288, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-euro-outline:before {
  content: "\f4e0";
}

/* line 1290, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-facebook:before {
  content: "\f231";
}

/* line 1292, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-facebook-outline:before {
  content: "\f230";
}

/* line 1294, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-foursquare:before {
  content: "\f34d";
}

/* line 1296, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-foursquare-outline:before {
  content: "\f34c";
}

/* line 1298, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-freebsd-devil:before {
  content: "\f2c4";
}

/* line 1300, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-github:before {
  content: "\f233";
}

/* line 1302, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-github-outline:before {
  content: "\f232";
}

/* line 1304, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-google:before {
  content: "\f34f";
}

/* line 1306, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-google-outline:before {
  content: "\f34e";
}

/* line 1308, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-googleplus:before {
  content: "\f235";
}

/* line 1310, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-googleplus-outline:before {
  content: "\f234";
}

/* line 1312, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-hackernews:before {
  content: "\f237";
}

/* line 1314, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-hackernews-outline:before {
  content: "\f236";
}

/* line 1316, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-html5:before {
  content: "\f4e3";
}

/* line 1318, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-html5-outline:before {
  content: "\f4e2";
}

/* line 1320, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-instagram:before {
  content: "\f351";
}

/* line 1322, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-instagram-outline:before {
  content: "\f350";
}

/* line 1324, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-javascript:before {
  content: "\f4e5";
}

/* line 1326, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-javascript-outline:before {
  content: "\f4e4";
}

/* line 1328, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-linkedin:before {
  content: "\f239";
}

/* line 1330, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-linkedin-outline:before {
  content: "\f238";
}

/* line 1332, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-markdown:before {
  content: "\f4e6";
}

/* line 1334, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-nodejs:before {
  content: "\f4e7";
}

/* line 1336, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-octocat:before {
  content: "\f4e8";
}

/* line 1338, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-pinterest:before {
  content: "\f2b1";
}

/* line 1340, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-pinterest-outline:before {
  content: "\f2b0";
}

/* line 1342, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-python:before {
  content: "\f4e9";
}

/* line 1344, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-reddit:before {
  content: "\f23b";
}

/* line 1346, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-reddit-outline:before {
  content: "\f23a";
}

/* line 1348, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-rss:before {
  content: "\f23d";
}

/* line 1350, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-rss-outline:before {
  content: "\f23c";
}

/* line 1352, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-sass:before {
  content: "\f4ea";
}

/* line 1354, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-skype:before {
  content: "\f23f";
}

/* line 1356, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-skype-outline:before {
  content: "\f23e";
}

/* line 1358, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-snapchat:before {
  content: "\f4ec";
}

/* line 1360, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-snapchat-outline:before {
  content: "\f4eb";
}

/* line 1362, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-tumblr:before {
  content: "\f241";
}

/* line 1364, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-tumblr-outline:before {
  content: "\f240";
}

/* line 1366, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-tux:before {
  content: "\f2c5";
}

/* line 1368, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-twitch:before {
  content: "\f4ee";
}

/* line 1370, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-twitch-outline:before {
  content: "\f4ed";
}

/* line 1372, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-twitter:before {
  content: "\f243";
}

/* line 1374, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-twitter-outline:before {
  content: "\f242";
}

/* line 1376, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-usd:before {
  content: "\f353";
}

/* line 1378, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-usd-outline:before {
  content: "\f352";
}

/* line 1380, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-vimeo:before {
  content: "\f245";
}

/* line 1382, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-vimeo-outline:before {
  content: "\f244";
}

/* line 1384, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-whatsapp:before {
  content: "\f4f0";
}

/* line 1386, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-whatsapp-outline:before {
  content: "\f4ef";
}

/* line 1388, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-windows:before {
  content: "\f247";
}

/* line 1390, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-windows-outline:before {
  content: "\f246";
}

/* line 1392, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-wordpress:before {
  content: "\f249";
}

/* line 1394, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-wordpress-outline:before {
  content: "\f248";
}

/* line 1396, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-yahoo:before {
  content: "\f24b";
}

/* line 1398, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-yahoo-outline:before {
  content: "\f24a";
}

/* line 1400, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-yen:before {
  content: "\f4f2";
}

/* line 1402, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-yen-outline:before {
  content: "\f4f1";
}

/* line 1404, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-youtube:before {
  content: "\f24d";
}

/* line 1406, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-social-youtube-outline:before {
  content: "\f24c";
}

/* line 1408, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-soup-can:before {
  content: "\f4f4";
}

/* line 1410, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-soup-can-outline:before {
  content: "\f4f3";
}

/* line 1412, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-speakerphone:before {
  content: "\f2b2";
}

/* line 1414, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-speedometer:before {
  content: "\f2b3";
}

/* line 1416, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-spoon:before {
  content: "\f2b4";
}

/* line 1418, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-star:before {
  content: "\f24e";
}

/* line 1420, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-stats-bars:before {
  content: "\f2b5";
}

/* line 1422, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-steam:before {
  content: "\f30b";
}

/* line 1424, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-stop:before {
  content: "\f24f";
}

/* line 1426, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-thermometer:before {
  content: "\f2b6";
}

/* line 1428, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-thumbsdown:before {
  content: "\f250";
}

/* line 1430, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-thumbsup:before {
  content: "\f251";
}

/* line 1432, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-toggle:before {
  content: "\f355";
}

/* line 1434, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-toggle-filled:before {
  content: "\f354";
}

/* line 1436, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-transgender:before {
  content: "\f4f5";
}

/* line 1438, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-trash-a:before {
  content: "\f252";
}

/* line 1440, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-trash-b:before {
  content: "\f253";
}

/* line 1442, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-trophy:before {
  content: "\f356";
}

/* line 1444, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-tshirt:before {
  content: "\f4f7";
}

/* line 1446, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-tshirt-outline:before {
  content: "\f4f6";
}

/* line 1448, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-umbrella:before {
  content: "\f2b7";
}

/* line 1450, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-university:before {
  content: "\f357";
}

/* line 1452, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-unlocked:before {
  content: "\f254";
}

/* line 1454, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-upload:before {
  content: "\f255";
}

/* line 1456, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-usb:before {
  content: "\f2b8";
}

/* line 1458, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-videocamera:before {
  content: "\f256";
}

/* line 1460, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-volume-high:before {
  content: "\f257";
}

/* line 1462, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-volume-low:before {
  content: "\f258";
}

/* line 1464, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-volume-medium:before {
  content: "\f259";
}

/* line 1466, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-volume-mute:before {
  content: "\f25a";
}

/* line 1468, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-wand:before {
  content: "\f358";
}

/* line 1470, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-waterdrop:before {
  content: "\f25b";
}

/* line 1472, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-wifi:before {
  content: "\f25c";
}

/* line 1474, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-wineglass:before {
  content: "\f2b9";
}

/* line 1476, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-woman:before {
  content: "\f25d";
}

/* line 1478, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-wrench:before {
  content: "\f2ba";
}

/* line 1480, C:/xampp/htdocs/epcfinancials/public/theme/scss/_ionicons.scss */
.ion-xbox:before {
  content: "\f30c";
}

/*@preserve
 * Tempus Dominus Bootstrap4 v5.1.2 (https://tempusdominus.github.io/bootstrap-4/)
 * Copyright 2016-2018 Jonathan Peterson
 * Licensed under MIT (https://github.com/tempusdominus/bootstrap-3/blob/master/LICENSE)
 */
/* line 7, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 17, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

/* line 19, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 14rem;
}

@media (min-width: 576px) {
  /* line 25, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 768px) {
  /* line 28, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  /* line 31, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

/* line 33, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

/* line 37, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

/* line 44, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

/* line 50, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

/* line 57, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

/* line 63, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before {
  left: auto;
  right: 6px;
}

/* line 66, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {
  left: auto;
  right: 7px;
}

/* line 69, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.wider {
  width: 16rem;
}

/* line 71, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

/* line 73, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

/* line 75, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

/* line 77, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

/* line 82, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

/* line 84, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours";
}

/* line 86, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes";
}

/* line 88, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours";
}

/* line 90, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes";
}

/* line 92, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours";
}

/* line 94, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes";
}

/* line 96, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM";
}

/* line 98, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker";
}

/* line 100, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today";
}

/* line 102, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

/* line 104, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}

/* line 106, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

/* line 112, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

/* line 116, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 119, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0.25rem;
}

/* line 123, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 127, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

/* line 129, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: not-allowed;
}

/* line 133, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}

/* line 135, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}

/* line 137, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

/* line 139, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #e9ecef;
}

/* line 141, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

/* line 145, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #6c757d;
}

/* line 150, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 154, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #e9ecef;
  cursor: pointer;
}

/* line 157, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #6c757d;
}

/* line 159, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

/* line 161, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #007bff;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

/* line 171, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #007bff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 175, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

/* line 177, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: not-allowed;
}

/* line 181, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0.25rem;
}

/* line 189, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget table td span:hover {
  background: #e9ecef;
}

/* line 191, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #007bff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 195, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget table td span.old {
  color: #6c757d;
}

/* line 197, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: not-allowed;
}

/* line 201, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

/* line 205, C:/xampp/htdocs/epcfinancials/public/theme/scss/_tempusdominus-bootstrap-4.scss */
.input-group [data-toggle="datetimepicker"] {
  cursor: pointer;
}

/*!
 * icheck-bootstrap v3.0.1 (https://github.com/bantikyan/icheck-bootstrap)
 * Copyright 2018 Hovhannes Bantikyan.
 * Licensed under MIT (https://github.com/bantikyan/icheck-bootstrap/blob/master/LICENSE)
 */
/* line 7, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
[class*="icheck-"] {
  min-height: 22px;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  padding-left: 0px;
}

/* line 14, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-inline {
  display: inline-block;
}

/* line 18, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-inline + .icheck-inline {
  margin-left: .75rem;
  margin-top: 6px;
}

/* line 23, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
[class*="icheck-"] > label {
  padding-left: 29px !important;
  min-height: 22px;
  line-height: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 35, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
[class*="icheck-"] > input:first-child {
  position: absolute !important;
  opacity: 0;
  margin: 0;
}

/* line 41, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
[class*="icheck-"] > input:first-child:disabled {
  cursor: default;
}

/* line 45, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
[class*="icheck-"] > input:first-child + label::before,
[class*="icheck-"] > input:first-child + input[type="hidden"] + label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid #D3CFC8;
  border-radius: 0px;
  margin-left: -29px;
}

/* line 57, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
[class*="icheck-"] > input:first-child:checked + label::after,
[class*="icheck-"] > input:first-child:checked + input[type="hidden"] + label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 10px;
  border: solid 2px #fff;
  border-left: none;
  border-top: none;
  transform: translate(7.75px, 4.5px) rotate(45deg);
  -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
}

/* line 73, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
[class*="icheck-"] > input[type="radio"]:first-child + label::before,
[class*="icheck-"] > input[type="radio"]:first-child + input[type="hidden"] + label::before {
  border-radius: 50%;
}

/* line 78, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
[class*="icheck-"] > input:first-child:not(:checked):not(:disabled):hover + label::before,
[class*="icheck-"] > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-width: 2px;
}

/* line 83, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
[class*="icheck-"] > input:first-child:disabled + label,
[class*="icheck-"] > input:first-child:disabled + input[type="hidden"] + label,
[class*="icheck-"] > input:first-child:disabled + label::before,
[class*="icheck-"] > input:first-child:disabled + input[type="hidden"] + label::before {
  pointer-events: none;
  cursor: default;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

/* line 95, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-default > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-default > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #adadad;
}

/* line 100, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-default > input:first-child:checked + label::before,
.icheck-default > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 106, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-default > input:first-child:checked + label::after,
.icheck-default > input:first-child:checked + input[type="hidden"] + label::after {
  border-bottom-color: #333;
  border-right-color: #333;
}

/* line 112, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #2e6da4;
}

/* line 117, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-primary > input:first-child:checked + label::before,
.icheck-primary > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 123, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-success > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-success > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #4cae4c;
}

/* line 128, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-success > input:first-child:checked + label::before,
.icheck-success > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 134, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-info > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-info > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #46b8da;
}

/* line 139, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-info > input:first-child:checked + label::before,
.icheck-info > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 145, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-warning > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-warning > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #eea236;
}

/* line 150, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-warning > input:first-child:checked + label::before,
.icheck-warning > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 156, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-danger > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-danger > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #d43f3a;
}

/* line 161, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-danger > input:first-child:checked + label::before,
.icheck-danger > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 167, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-turquoise > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-turquoise > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #1abc9c;
}

/* line 172, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-turquoise > input:first-child:checked + label::before,
.icheck-turquoise > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #1abc9c;
  border-color: #1abc9c;
}

/* line 178, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-emerland > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-emerland > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #2ecc71;
}

/* line 183, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-emerland > input:first-child:checked + label::before,
.icheck-emerland > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #2ecc71;
  border-color: #2ecc71;
}

/* line 189, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-peterriver > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-peterriver > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #3498db;
}

/* line 194, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-peterriver > input:first-child:checked + label::before,
.icheck-peterriver > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #3498db;
  border-color: #3498db;
}

/* line 200, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-amethyst > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-amethyst > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #9b59b6;
}

/* line 205, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-amethyst > input:first-child:checked + label::before,
.icheck-amethyst > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #9b59b6;
  border-color: #9b59b6;
}

/* line 211, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-wetasphalt > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-wetasphalt > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #34495e;
}

/* line 216, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-wetasphalt > input:first-child:checked + label::before,
.icheck-wetasphalt > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #34495e;
  border-color: #34495e;
}

/* line 222, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-greensea > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-greensea > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #16a085;
}

/* line 227, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-greensea > input:first-child:checked + label::before,
.icheck-greensea > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #16a085;
  border-color: #16a085;
}

/* line 233, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-nephritis > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-nephritis > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #27ae60;
}

/* line 238, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-nephritis > input:first-child:checked + label::before,
.icheck-nephritis > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #27ae60;
  border-color: #27ae60;
}

/* line 244, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-belizehole > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-belizehole > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #2980b9;
}

/* line 249, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-belizehole > input:first-child:checked + label::before,
.icheck-belizehole > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #2980b9;
  border-color: #2980b9;
}

/* line 255, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-wisteria > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-wisteria > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #8e44ad;
}

/* line 260, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-wisteria > input:first-child:checked + label::before,
.icheck-wisteria > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #8e44ad;
  border-color: #8e44ad;
}

/* line 266, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-midnightblue > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-midnightblue > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #2c3e50;
}

/* line 271, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-midnightblue > input:first-child:checked + label::before,
.icheck-midnightblue > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #2c3e50;
  border-color: #2c3e50;
}

/* line 277, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-sunflower > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-sunflower > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #f1c40f;
}

/* line 282, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-sunflower > input:first-child:checked + label::before,
.icheck-sunflower > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #f1c40f;
  border-color: #f1c40f;
}

/* line 288, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-carrot > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-carrot > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #e67e22;
}

/* line 293, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-carrot > input:first-child:checked + label::before,
.icheck-carrot > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #e67e22;
  border-color: #e67e22;
}

/* line 299, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-alizarin > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-alizarin > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #e74c3c;
}

/* line 304, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-alizarin > input:first-child:checked + label::before,
.icheck-alizarin > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #e74c3c;
  border-color: #e74c3c;
}

/* line 310, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-clouds > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-clouds > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #ecf0f1;
}

/* line 315, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-clouds > input:first-child:checked + label::before,
.icheck-clouds > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #ecf0f1;
  border-color: #ecf0f1;
}

/* line 321, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-clouds > input:first-child:checked + label::after,
.icheck-clouds > input:first-child:checked + input[type="hidden"] + label::after {
  border-bottom-color: #95a5a6;
  border-right-color: #95a5a6;
}

/* line 327, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-concrete > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-concrete > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #95a5a6;
}

/* line 332, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-concrete > input:first-child:checked + label::before,
.icheck-concrete > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #95a5a6;
  border-color: #95a5a6;
}

/* line 338, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-orange > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-orange > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #f39c12;
}

/* line 343, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-orange > input:first-child:checked + label::before,
.icheck-orange > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #f39c12;
  border-color: #f39c12;
}

/* line 349, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-pumpkin > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-pumpkin > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #d35400;
}

/* line 354, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-pumpkin > input:first-child:checked + label::before,
.icheck-pumpkin > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #d35400;
  border-color: #d35400;
}

/* line 360, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-pomegranate > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-pomegranate > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #c0392b;
}

/* line 365, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-pomegranate > input:first-child:checked + label::before,
.icheck-pomegranate > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #c0392b;
  border-color: #c0392b;
}

/* line 371, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-silver > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-silver > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #bdc3c7;
}

/* line 376, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-silver > input:first-child:checked + label::before,
.icheck-silver > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #bdc3c7;
  border-color: #bdc3c7;
}

/* line 382, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-asbestos > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-asbestos > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #7f8c8d;
}

/* line 387, C:/xampp/htdocs/epcfinancials/public/theme/scss/_icheck-bootstrap.scss */
.icheck-asbestos > input:first-child:checked + label::before,
.icheck-asbestos > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #7f8c8d;
  border-color: #7f8c8d;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_jqvmap.scss */
.jqvmap-label {
  position: absolute;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px;
  pointer-events: none;
}

/* line 15, C:/xampp/htdocs/epcfinancials/public/theme/scss/_jqvmap.scss */
.jqvmap-pin {
  pointer-events: none;
}

/* line 18, C:/xampp/htdocs/epcfinancials/public/theme/scss/_jqvmap.scss */
.jqvmap-zoomin, .jqvmap-zoomout {
  position: absolute;
  left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #000000;
  padding: 3px;
  color: white;
  width: 10px;
  height: 10px;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
}

/* line 34, C:/xampp/htdocs/epcfinancials/public/theme/scss/_jqvmap.scss */
.jqvmap-zoomin {
  top: 10px;
}

/* line 38, C:/xampp/htdocs/epcfinancials/public/theme/scss/_jqvmap.scss */
.jqvmap-zoomout {
  top: 30px;
}

/* line 42, C:/xampp/htdocs/epcfinancials/public/theme/scss/_jqvmap.scss */
.jqvmap-region {
  cursor: pointer;
}

/* line 46, C:/xampp/htdocs/epcfinancials/public/theme/scss/_jqvmap.scss */
.jqvmap-ajax_response {
  width: 100%;
  height: 500px;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: 'Archivo', sans-serif;
  --font-family-monospace: 'Archivo', sans-serif;
}

/* line 32, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 38, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* line 45, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 49, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
body {
  margin: 0;
  font-family: 'Archivo', sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #ffffff;
}

/* line 60, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 64, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 70, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 75, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 80, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

/* line 91, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 97, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 104, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 111, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
dt {
  font-weight: 700;
}

/* line 115, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 120, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 124, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
b,
strong {
  font-weight: 600;
}

/* line 129, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
small {
  font-size: 80%;
}

/* line 133, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 141, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
sub {
  bottom: -.25em;
}

/* line 145, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
sup {
  top: -.5em;
}

/* line 149, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

/* line 155, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a:hover {
  color: #0056b3;
  text-decoration: none;
}

/* line 160, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a:not([href]) {
  color: inherit;
  text-decoration: none;
}

/* line 165, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 170, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 178, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 184, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
figure {
  margin: 0 0 1rem;
}

/* line 188, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 193, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 198, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
table {
  border-collapse: collapse;
}

/* line 202, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 210, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
th {
  text-align: inherit;
}

/* line 214, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 219, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
button {
  border-radius: 0;
}

/* line 223, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 228, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 239, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
button,
input {
  overflow: visible;
}

/* line 244, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
button,
select {
  text-transform: none;
}

/* line 249, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
select {
  word-wrap: normal;
}

/* line 253, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 260, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 267, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 275, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 281, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 288, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 293, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 300, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 312, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
progress {
  vertical-align: baseline;
}

/* line 316, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 321, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 326, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 330, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 335, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
output {
  display: inline-block;
}

/* line 339, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 344, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
template {
  display: none;
}

/* line 348, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[hidden] {
  display: none !important;
}

/* line 352, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

/* line 361, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 365, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 369, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 373, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 377, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 381, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 385, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 390, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 396, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 402, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 408, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 414, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 421, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 427, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 433, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 438, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 443, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-inline-item {
  display: inline-block;
}

/* line 447, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 451, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 456, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 461, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

/* line 467, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 471, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 476, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

/* line 486, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.figure {
  display: inline-block;
}

/* line 490, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 495, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 500, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

/* line 506, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a > code {
  color: inherit;
}

/* line 510, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}

/* line 519, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

/* line 526, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 532, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 538, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 543, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.container {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 552, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 558, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 564, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 570, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 575, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 584, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 590, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 596, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 602, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

/* line 607, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

/* line 616, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 621, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 627, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

/* line 639, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

/* line 647, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 653, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 659, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 665, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 671, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 677, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 683, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 690, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

/* line 696, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 702, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 708, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 714, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

/* line 720, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 726, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

/* line 732, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

/* line 738, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 744, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

/* line 750, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

/* line 756, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 762, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.order-first {
  -ms-flex-order: -1;
  order: -1;
}

/* line 767, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.order-last {
  -ms-flex-order: 13;
  order: 13;
}

/* line 772, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

/* line 777, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

/* line 782, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

/* line 787, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

/* line 792, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

/* line 797, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

/* line 802, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

/* line 807, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

/* line 812, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

/* line 817, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

/* line 822, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

/* line 827, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

/* line 832, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

/* line 837, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.offset-1 {
  margin-left: 8.333333%;
}

/* line 841, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.offset-2 {
  margin-left: 16.666667%;
}

/* line 845, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 849, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.offset-4 {
  margin-left: 33.333333%;
}

/* line 853, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.offset-5 {
  margin-left: 41.666667%;
}

/* line 857, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 861, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.offset-7 {
  margin-left: 58.333333%;
}

/* line 865, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.offset-8 {
  margin-left: 66.666667%;
}

/* line 869, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 873, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.offset-10 {
  margin-left: 83.333333%;
}

/* line 877, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  /* line 882, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 889, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 894, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 899, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 904, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 909, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 914, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 919, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 925, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 930, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 935, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 940, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 945, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 950, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 955, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 960, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 965, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 970, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 975, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 980, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 985, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 989, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 993, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 997, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 1001, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 1005, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 1009, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 1013, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 1017, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 1021, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 1025, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1029, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1033, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1037, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1041, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 1045, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 1048, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  /* line 1051, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  /* line 1054, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 1057, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  /* line 1060, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  /* line 1063, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 1066, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  /* line 1069, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  /* line 1072, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 1075, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  /* line 1078, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  /* line 1084, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1091, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1096, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1101, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1106, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1111, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1116, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1121, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1127, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1132, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1137, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1142, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1147, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1152, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1157, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1162, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1167, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1172, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1177, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1182, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1187, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 1191, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 1195, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 1199, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 1203, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 1207, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 1211, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 1215, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 1219, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 1223, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 1227, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1231, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1235, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1239, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1243, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 1247, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 1250, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  /* line 1253, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  /* line 1256, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1259, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  /* line 1262, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  /* line 1265, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1268, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  /* line 1271, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  /* line 1274, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1277, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  /* line 1280, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  /* line 1286, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1293, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1298, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1303, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1308, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1313, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1318, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1323, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1329, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1334, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1339, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1344, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1349, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1354, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1359, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1364, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1369, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1374, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1379, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1384, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1389, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 1393, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 1397, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 1401, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 1405, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 1409, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 1413, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 1417, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 1421, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 1425, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 1429, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1433, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1437, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1441, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1445, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 1449, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1452, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  /* line 1455, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  /* line 1458, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1461, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  /* line 1464, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  /* line 1467, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1470, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  /* line 1473, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  /* line 1476, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1479, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  /* line 1482, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  /* line 1488, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1495, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1500, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1505, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1510, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1515, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1520, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1525, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1531, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1536, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1541, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1546, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1551, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1556, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1561, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1566, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1571, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1576, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1581, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1586, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1591, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 1595, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 1599, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 1603, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 1607, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 1611, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 1615, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 1619, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 1623, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 1627, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 1631, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1635, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1639, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1643, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1647, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 1651, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1654, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  /* line 1657, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  /* line 1660, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1663, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  /* line 1666, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  /* line 1669, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1672, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  /* line 1675, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  /* line 1678, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1681, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  /* line 1684, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

/* line 1689, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  background-color: transparent;
}

/* line 1696, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 1703, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 1708, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 1712, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 1717, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 1721, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 1726, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 1731, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 1738, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 1742, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1747, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 1753, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

/* line 1760, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 1764, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 1769, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 1775, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

/* line 1782, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 1786, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 1791, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 1797, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

/* line 1804, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 1808, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 1813, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 1819, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

/* line 1826, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 1830, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 1835, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 1841, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

/* line 1848, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 1852, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 1857, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 1863, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

/* line 1870, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 1874, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 1879, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 1885, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 1892, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 1896, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 1901, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 1907, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

/* line 1914, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 1918, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 1923, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1929, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1933, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1938, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table .thead-dark th {
  color: #ffffff;
  background-color: #212529;
  border-color: #383f45;
}

/* line 1944, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 1950, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-dark {
  color: #ffffff;
  background-color: #212529;
}

/* line 1955, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #383f45;
}

/* line 1961, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 1965, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 1969, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-dark.table-hover tbody tr:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 1975, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1981, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 1987, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1993, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 1999, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 2005, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 2011, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 2017, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 2022, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 2029, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 2033, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: 'Archivo', sans-serif;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2052, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .form-control {
    transition: none;
  }
}

/* line 2057, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 2062, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 2067, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 0 0 transparent, none;
}

/* line 2075, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-control::-webkit-input-placeholder {
  color: #939ba2;
  opacity: 1;
}

/* line 2080, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-control::-moz-placeholder {
  color: #939ba2;
  opacity: 1;
}

/* line 2085, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-control:-ms-input-placeholder {
  color: #939ba2;
  opacity: 1;
}

/* line 2090, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-control::-ms-input-placeholder {
  color: #939ba2;
  opacity: 1;
}

/* line 2095, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-control::placeholder {
  color: #939ba2;
  opacity: 1;
}

/* line 2100, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 2105, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

/* line 2110, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 2116, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 2124, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 2131, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 2138, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 2151, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 2156, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 2164, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 2172, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 2176, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
textarea.form-control {
  height: auto;
}

/* line 2180, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 2184, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 2189, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 2198, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 2204, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 2210, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 2216, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 2221, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 2225, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 2234, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 2241, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 2249, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 2264, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2271, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 2280, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}

/* line 2285, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 2290, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
}

/* line 2296, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}

/* line 2301, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 2305, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2311, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 2315, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 2319, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

/* line 2324, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}

/* line 2328, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 2332, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 2336, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}

/* line 2341, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 2349, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 2364, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2371, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 2380, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}

/* line 2385, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 2390, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
}

/* line 2396, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}

/* line 2401, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 2405, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2411, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 2415, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 2419, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

/* line 2424, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}

/* line 2428, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 2432, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 2436, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}

/* line 2441, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

/* line 2450, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 2455, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 2464, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 2475, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2480, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 2483, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  /* line 2487, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 2497, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 2505, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* line 2511, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 2516, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2537, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .btn {
    transition: none;
  }
}

/* line 2542, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn:hover {
  color: #212529;
  text-decoration: none;
}

/* line 2547, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}

/* line 2552, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}

/* line 2557, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  box-shadow: none;
}

/* line 2561, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 2566, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-primary {
  color: #ffffff;
  background-color: #4C8ABD;
  border-color: #4C8ABD;
  box-shadow: none;
}

/* line 2573, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-primary:hover {
  color: #ffffff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 2579, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: none, 0 0 0 0 rgba(38, 143, 255, 0.5);
}

/* line 2586, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2592, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* line 2599, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.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 rgba(38, 143, 255, 0.5);
}

/* line 2604, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: none;
}

/* line 2611, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-secondary:hover {
  color: #ffffff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 2617, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #ffffff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: none, 0 0 0 0 rgba(130, 138, 145, 0.5);
}

/* line 2624, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2630, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 2637, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.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 rgba(130, 138, 145, 0.5);
}

/* line 2642, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: none;
}

/* line 2649, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-success:hover {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 2655, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: none, 0 0 0 0 rgba(72, 180, 97, 0.5);
}

/* line 2662, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2668, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 2675, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.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 rgba(72, 180, 97, 0.5);
}

/* line 2680, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: none;
}

/* line 2687, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-info:hover {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 2693, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: none, 0 0 0 0 rgba(58, 176, 195, 0.5);
}

/* line 2700, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2706, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 2713, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.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 rgba(58, 176, 195, 0.5);
}

/* line 2718, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-warning {
  color: #1F2D3D;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: none;
}

/* line 2725, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-warning:hover {
  color: #1F2D3D;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 2731, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #1F2D3D;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: none, 0 0 0 0 rgba(221, 171, 15, 0.5);
}

/* line 2738, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #1F2D3D;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2744, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #1F2D3D;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 2751, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.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 rgba(221, 171, 15, 0.5);
}

/* line 2756, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: none;
}

/* line 2763, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-danger:hover {
  color: #ffffff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 2769, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: none, 0 0 0 0 rgba(225, 83, 97, 0.5);
}

/* line 2776, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2782, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 2789, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.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 rgba(225, 83, 97, 0.5);
}

/* line 2794, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-light {
  color: #1F2D3D;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: none;
}

/* line 2801, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-light:hover {
  color: #1F2D3D;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 2807, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-light:focus, .btn-light.focus {
  color: #1F2D3D;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: none, 0 0 0 0 rgba(215, 218, 222, 0.5);
}

/* line 2814, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #1F2D3D;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2820, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #1F2D3D;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 2827, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.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 rgba(215, 218, 222, 0.5);
}

/* line 2832, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: none;
}

/* line 2839, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-dark:hover {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 2845, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: none, 0 0 0 0 rgba(82, 88, 93, 0.5);
}

/* line 2852, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2858, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 2865, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.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 rgba(82, 88, 93, 0.5);
}

/* line 2870, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

/* line 2875, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2881, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
}

/* line 2885, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

/* line 2890, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2897, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.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 rgba(0, 123, 255, 0.5);
}

/* line 2902, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

/* line 2907, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2913, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}

/* line 2917, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 2922, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2929, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.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 rgba(108, 117, 125, 0.5);
}

/* line 2934, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

/* line 2939, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2945, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

/* line 2949, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 2954, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2961, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.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 rgba(40, 167, 69, 0.5);
}

/* line 2966, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2971, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2977, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

/* line 2981, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 2986, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2993, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.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 rgba(23, 162, 184, 0.5);
}

/* line 2998, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 3003, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-warning:hover {
  color: #1F2D3D;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 3009, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

/* line 3013, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 3018, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #1F2D3D;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 3025, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.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 rgba(255, 193, 7, 0.5);
}

/* line 3030, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 3035, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 3041, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

/* line 3045, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 3050, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 3057, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.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 rgba(220, 53, 69, 0.5);
}

/* line 3062, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 3067, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-light:hover {
  color: #1F2D3D;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 3073, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

/* line 3077, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 3082, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #1F2D3D;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 3089, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.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 rgba(248, 249, 250, 0.5);
}

/* line 3094, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

/* line 3099, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 3105, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

/* line 3109, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 3114, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 3121, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.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 rgba(52, 58, 64, 0.5);
}

/* line 3126, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

/* line 3132, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-link:hover {
  color: #0056b3;
  text-decoration: none;
}

/* line 3137, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}

/* line 3142, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 3147, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 3154, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 3161, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 3166, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 3170, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 3176, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3181, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .fade {
    transition: none;
  }
}

/* line 3186, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 3190, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.collapse:not(.show) {
  display: none;
}

/* line 3194, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3202, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .collapsing {
    transition: none;
  }
}

/* line 3207, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 3214, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 3218, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 3229, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3233, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

/* line 3254, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 3259, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 3265, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 3269, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 3276, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 3280, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 3287, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 3291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 3298, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 3302, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 3308, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 3315, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 3326, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3330, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 3338, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 3349, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3353, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 3357, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 3365, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 3372, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 3376, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 3386, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3390, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 3394, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 3399, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 3406, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 3419, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 3425, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 3431, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

/* line 3437, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-menu.show {
  display: block;
}

/* line 3441, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 3450, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

/* line 3456, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

/* line 3464, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 3471, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 3476, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 3483, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 3492, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 3496, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 3501, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3507, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3513, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 3518, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 3524, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 3528, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 3533, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 3538, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-group.show .dropdown-toggle {
  box-shadow: none;
}

/* line 3542, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

/* line 3546, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 3555, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 3560, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 3565, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3571, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3577, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 3582, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3591, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

/* line 3602, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 3613, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 3628, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 3634, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 3638, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3644, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3650, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

/* line 3657, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.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;
}

/* line 3663, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3668, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

/* line 3674, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 3680, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 3685, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 3696, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 3700, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 3704, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 3722, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 3727, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2.875rem + 2px);
}

/* line 3732, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 3744, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.8125rem + 2px);
}

/* line 3749, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 3761, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 3766, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3776, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3786, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 3793, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

/* line 3799, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 3808, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #007bff;
  background-color: #007bff;
  box-shadow: none;
}

/* line 3815, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: inset 0 0 0 transparent, none;
}

/* line 3819, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

/* line 3823, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
  box-shadow: none;
}

/* line 3830, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 3834, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 3838, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 3844, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #dee2e6;
  border: #adb5bd solid 1px;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

/* line 3858, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

/* line 3869, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 3873, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%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");
}

/* line 3877, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
  box-shadow: none;
}

/* line 3883, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E");
}

/* line 3887, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 3891, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 3895, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 3899, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E");
}

/* line 3903, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 3907, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 3911, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 3918, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  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;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3931, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 3936, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #dee2e6;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

/* line 3942, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 3946, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3965, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), none;
}

/* line 3971, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

/* line 3976, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 3982, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 3987, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 3991, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 3996, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 75%;
}

/* line 4004, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 125%;
}

/* line 4012, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

/* line 4020, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 4029, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: none;
}

/* line 4034, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 4039, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 4043, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 4047, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: none;
}

/* line 4064, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 4081, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 4091, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range:focus {
  outline: none;
}

/* line 4095, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 4099, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 4103, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 4107, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 4111, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4126, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 4132, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 4136, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

/* line 4147, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4161, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 4167, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 4171, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

/* line 4182, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4198, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 4204, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 4208, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

/* line 4219, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 4224, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 4230, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 4234, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 4238, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 4242, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 4246, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 4250, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.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) {
  /* line 4257, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

/* line 4264, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4274, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 4279, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 4283, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 4289, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 4293, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 4297, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 4303, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 4307, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 4313, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}

/* line 4320, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4326, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 4330, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #007bff;
}

/* line 4336, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

/* line 4342, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

/* line 4350, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 4354, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.tab-content > .active {
  display: block;
}

/* line 4358, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.3rem 0.5rem;
}

/* line 4371, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 4383, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 0.5rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 4393, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 4397, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4407, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 4412, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 4417, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 4423, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

/* line 4432, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 4441, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 4445, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 4456, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 4464, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 4470, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4474, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4477, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* line 4481, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 4486, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 4492, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 4498, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 4506, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 4512, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4516, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4519, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* line 4523, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 4528, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 4534, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 4540, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 4548, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 4554, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4558, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4561, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* line 4565, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 4570, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 4576, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 4582, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 4590, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 4596, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4600, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4603, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* line 4607, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 4612, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 4618, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 4623, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 4630, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 4636, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 4641, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 4645, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 4650, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 4656, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

/* line 4663, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 4667, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4671, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4675, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 4679, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 4683, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 4687, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4694, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 4699, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 4703, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 4707, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4711, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4715, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-dark .navbar-brand {
  color: #ffffff;
}

/* line 4719, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}

/* line 4723, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

/* line 4727, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: white;
}

/* line 4731, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 4735, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}

/* line 4742, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 4747, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 4751, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.75);
}

/* line 4755, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-dark .navbar-text a {
  color: #ffffff;
}

/* line 4759, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

/* line 4763, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 4777, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 4782, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 4787, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 4792, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* line 4799, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 4803, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 4808, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 4812, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 4816, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 4820, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

/* line 4827, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 0) calc(0.25rem - 0) 0 0;
}

/* line 4831, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 4835, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}

/* line 4841, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 0) calc(0.25rem - 0);
}

/* line 4845, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 4852, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 4857, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 4866, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

/* line 4874, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 0);
  border-top-right-radius: calc(0.25rem - 0);
}

/* line 4880, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 0);
  border-bottom-left-radius: calc(0.25rem - 0);
}

/* line 4886, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-deck .card {
  margin-bottom: 7.5px;
}

@media (min-width: 576px) {
  /* line 4891, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
  /* line 4899, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 7.5px;
    margin-bottom: 0;
    margin-left: 7.5px;
  }
}

/* line 4908, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-group > .card {
  margin-bottom: 7.5px;
}

@media (min-width: 576px) {
  /* line 4913, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 4919, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 4924, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 4928, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 4932, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 4936, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 4940, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 4944, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 4948, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 4954, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 4959, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .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;
  }
  /* line 4969, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 4975, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 4979, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4985, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4990, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: 0;
}

/* line 4995, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 5007, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 5011, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 5018, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 5022, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 5026, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 5030, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 5038, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}

/* line 5049, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 5057, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 5063, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 5069, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 5074, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 5081, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6;
}

/* line 5089, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 5095, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 5100, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 5105, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 5111, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 5116, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 5121, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5135, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .badge {
    transition: none;
  }
}

/* line 5140, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 5144, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.badge:empty {
  display: none;
}

/* line 5148, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5153, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 5159, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.badge-primary {
  color: #ffffff;
  background-color: #007bff;
}

/* line 5164, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #ffffff;
  background-color: #0062cc;
}

/* line 5169, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 5174, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.badge-secondary {
  color: #ffffff;
  background-color: #6c757d;
}

/* line 5179, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #ffffff;
  background-color: #545b62;
}

/* line 5184, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 5189, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.badge-success {
  color: #ffffff;
  background-color: #28a745;
}

/* line 5194, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #ffffff;
  background-color: #1e7e34;
}

/* line 5199, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 5204, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.badge-info {
  color: #ffffff;
  background-color: #17a2b8;
}

/* line 5209, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #ffffff;
  background-color: #117a8b;
}

/* line 5214, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 5219, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.badge-warning {
  color: #1F2D3D;
  background-color: #ffc107;
}

/* line 5224, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #1F2D3D;
  background-color: #d39e00;
}

/* line 5229, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 5234, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.badge-danger {
  color: #ffffff;
  background-color: #dc3545;
}

/* line 5239, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #ffffff;
  background-color: #bd2130;
}

/* line 5244, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 5249, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.badge-light {
  color: #1F2D3D;
  background-color: #f8f9fa;
}

/* line 5254, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #1F2D3D;
  background-color: #dae0e5;
}

/* line 5259, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 5264, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.badge-dark {
  color: #ffffff;
  background-color: #343a40;
}

/* line 5269, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #ffffff;
  background-color: #1d2124;
}

/* line 5274, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 5279, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 5287, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 5292, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5298, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 5306, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-heading {
  color: inherit;
}

/* line 5310, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-link {
  font-weight: 700;
}

/* line 5314, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 5318, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-dismissible .close, .alert-dismissible .mailbox-attachment-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 5326, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 5332, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-primary hr {
  border-top-color: #9fcdff;
}

/* line 5336, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-primary .alert-link {
  color: #002752;
}

/* line 5340, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 5346, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 5350, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 5354, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 5360, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 5364, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 5368, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 5374, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 5378, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 5382, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 5388, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 5392, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 5396, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 5402, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 5406, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 5410, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 5416, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 5420, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 5424, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 5430, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 5434, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 5456, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

/* line 5467, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5483, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 5488, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 5493, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5499, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

/* line 5505, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 5512, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.media-body {
  -ms-flex: 1;
  flex: 1;
}

/* line 5517, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 5526, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 5532, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 5539, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 5544, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 5552, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 5557, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 5562, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #ffffff;
}

/* line 5568, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 5575, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 5579, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 5584, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 5589, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 5594, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

/* line 5599, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

/* line 5603, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 5608, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 5614, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 5618, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 5622, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 5626, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  /* line 5629, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5633, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 5640, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 5644, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 5648, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 5652, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  /* line 5655, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5659, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 5666, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 5670, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 5674, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 5678, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  /* line 5681, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5685, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 5692, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 5696, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 5700, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 5704, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  /* line 5707, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5711, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 5717, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

/* line 5723, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

/* line 5727, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 5731, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 5736, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

/* line 5741, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #004085;
  border-color: #004085;
}

/* line 5747, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 5752, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

/* line 5757, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 5763, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 5768, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 5773, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #155724;
  border-color: #155724;
}

/* line 5779, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 5784, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 5789, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 5795, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 5800, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 5805, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #856404;
  border-color: #856404;
}

/* line 5811, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 5816, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 5821, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 5827, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 5832, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 5837, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #818182;
  border-color: #818182;
}

/* line 5843, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 5848, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 5853, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 5859, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.close, .mailbox-attachment-close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5;
}

/* line 5869, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.close:hover, .mailbox-attachment-close:hover {
  color: #000;
  text-decoration: none;
}

/* line 5874, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.close:not(:disabled):not(.disabled):hover, .mailbox-attachment-close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus, .mailbox-attachment-close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 5878, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
button.close, button.mailbox-attachment-close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 5887, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.close.disabled, a.disabled.mailbox-attachment-close {
  pointer-events: none;
}

/* line 5891, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 5905, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 5909, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.showing {
  opacity: 1;
}

/* line 5913, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 5918, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.hide {
  display: none;
}

/* line 5922, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 5934, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 5938, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.modal-open {
  overflow: hidden;
}

/* line 5942, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5947, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 5959, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 5966, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.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;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 5975, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 5980, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

/* line 5985, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* line 5990, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 5996, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 6001, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* line 6007, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 6011, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 6019, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

/* line 6025, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

/* line 6033, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 6037, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 6041, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  outline: 0;
}

/* line 6057, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 6067, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 6071, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 6075, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 6088, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.modal-header .close, .modal-header .mailbox-attachment-close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 6093, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 6098, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 6105, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

/* line 6120, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 6124, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 6133, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 6137, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 6140, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 6143, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 6146, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  /* line 6149, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }
  /* line 6152, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 6158, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 6165, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 6170, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 6194, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 6198, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 6205, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6212, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 6216, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 6220, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 6226, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 6230, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 6236, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 6242, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 6246, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 6250, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 6256, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 6260, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 6266, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 6272, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 6281, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}

/* line 6311, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 6319, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6327, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 6331, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 6335, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 6341, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ffffff;
}

/* line 6347, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 6351, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 6358, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 6364, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffffff;
}

/* line 6370, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 6374, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 6378, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 6384, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ffffff;
}

/* line 6390, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 6401, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 6405, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 6412, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 6418, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}

/* line 6424, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 6435, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.popover-header:empty {
  display: none;
}

/* line 6439, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 6444, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.carousel {
  position: relative;
}

/* line 6448, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 6453, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6459, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6465, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6479, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 6484, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 6490, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 6496, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 6502, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

/* line 6509, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 6516, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6524, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 6530, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6550, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

/* line 6556, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 6565, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.carousel-control-prev {
  left: 0;
}

/* line 6569, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.carousel-control-next {
  right: 0;
}

/* line 6573, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 6581, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* line 6585, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* line 6589, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 6605, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6624, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 6629, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 6633, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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);
  }
}

/* line 6659, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.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: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

/* line 6671, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.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;
  }
}

/* line 6697, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

/* line 6709, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 6714, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 6718, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.align-top {
  vertical-align: top !important;
}

/* line 6722, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6726, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 6730, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6734, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6738, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 6742, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 6748, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 6752, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6758, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 6762, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6768, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 6772, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6778, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 6782, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6788, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 6792, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6798, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 6802, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6808, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 6812, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 6818, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-white {
  background-color: #ffffff !important;
}

/* line 6822, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 6826, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 6830, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 6834, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 6838, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 6842, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 6846, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.border-0 {
  border: 0 !important;
}

/* line 6850, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 6854, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 6858, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 6862, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 6866, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 6870, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 6874, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 6878, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 6882, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 6886, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 6890, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 6894, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 6898, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.border-white {
  border-color: #ffffff !important;
}

/* line 6902, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 6906, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 6910, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 6915, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 6920, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6925, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6930, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 6934, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 6938, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 6942, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 6946, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6952, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.d-none {
  display: none !important;
}

/* line 6956, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.d-inline {
  display: inline !important;
}

/* line 6960, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 6964, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.d-block {
  display: block !important;
}

/* line 6968, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.d-table {
  display: table !important;
}

/* line 6972, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.d-table-row {
  display: table-row !important;
}

/* line 6976, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 6980, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 6985, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 6991, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 6994, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 6997, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 7000, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 7003, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 7006, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 7009, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 7012, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 7016, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 7023, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 7026, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 7029, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 7032, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 7035, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 7038, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 7041, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 7044, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 7048, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 7055, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 7058, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 7061, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 7064, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 7067, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 7070, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 7073, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 7076, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 7080, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 7087, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 7090, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 7093, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 7096, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 7099, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 7102, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 7105, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 7108, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 7112, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  /* line 7119, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 7122, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 7125, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 7128, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 7131, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 7134, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 7137, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 7140, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 7144, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* line 7150, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 7158, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 7163, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 7177, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

/* line 7181, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 7185, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 7189, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 7193, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

/* line 7198, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

/* line 7203, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

/* line 7208, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

/* line 7213, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 7218, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

/* line 7223, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

/* line 7228, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

/* line 7233, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

/* line 7238, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

/* line 7243, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

/* line 7248, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

/* line 7253, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* line 7258, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

/* line 7263, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* line 7268, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

/* line 7273, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/* line 7278, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

/* line 7283, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

/* line 7288, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* line 7293, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

/* line 7298, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

/* line 7303, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

/* line 7308, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

/* line 7313, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

/* line 7318, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

/* line 7323, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

/* line 7328, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

/* line 7333, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

/* line 7338, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

/* line 7343, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

/* line 7348, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

/* line 7353, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

/* line 7358, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 7364, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 7368, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 7372, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 7376, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 7380, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 7384, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 7388, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 7392, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 7396, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 7400, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 7404, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 7408, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 7412, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 7416, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 7420, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 7424, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 7428, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 7432, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 7436, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 7440, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 7444, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 7448, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 7452, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 7456, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 7460, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 7464, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 7468, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 7472, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 7476, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 7480, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 7484, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 7488, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 7492, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 7496, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 7503, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 7507, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 7511, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 7515, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 7519, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 7523, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 7527, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 7531, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 7535, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 7539, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 7543, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 7547, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 7551, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 7555, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 7559, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 7563, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 7567, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 7571, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 7575, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 7579, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 7583, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 7587, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 7591, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 7595, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 7599, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 7603, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 7607, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 7611, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 7615, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 7619, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 7623, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 7627, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 7631, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 7635, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 7642, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 7646, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 7650, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 7654, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 7658, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 7662, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 7666, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 7670, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 7674, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 7678, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 7682, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 7686, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 7690, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 7694, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 7698, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 7702, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 7706, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 7710, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 7714, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 7718, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 7722, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 7726, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 7730, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 7734, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 7738, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 7742, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 7746, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 7750, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 7754, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 7758, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 7762, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 7766, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 7770, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 7774, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 7781, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 7785, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 7789, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 7793, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 7797, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 7801, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 7805, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 7809, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 7813, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 7817, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 7821, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 7825, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 7829, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 7833, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 7837, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 7841, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 7845, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 7849, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 7853, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 7857, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 7861, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 7865, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 7869, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 7873, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 7877, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 7881, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 7885, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 7889, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 7893, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 7897, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 7901, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 7905, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 7909, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 7913, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/* line 7919, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.float-left {
  float: left !important;
}

/* line 7923, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.float-right {
  float: right !important;
}

/* line 7927, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7932, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 7935, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 7938, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7944, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 7947, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 7950, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7956, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 7959, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 7962, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7968, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 7971, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 7974, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 7979, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 7983, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 7987, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.position-static {
  position: static !important;
}

/* line 7991, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.position-relative {
  position: relative !important;
}

/* line 7995, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.position-absolute {
  position: absolute !important;
}

/* line 7999, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.position-fixed {
  position: fixed !important;
}

/* line 8003, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 8008, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 8016, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  /* line 8025, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 8033, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 8045, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 8054, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 8058, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 8062, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 8066, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 8070, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.w-25 {
  width: 25% !important;
}

/* line 8074, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.w-50 {
  width: 50% !important;
}

/* line 8078, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.w-75 {
  width: 75% !important;
}

/* line 8082, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.w-100 {
  width: 100% !important;
}

/* line 8086, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.w-auto {
  width: auto !important;
}

/* line 8090, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.h-25 {
  height: 25% !important;
}

/* line 8094, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.h-50 {
  height: 50% !important;
}

/* line 8098, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.h-75 {
  height: 75% !important;
}

/* line 8102, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.h-100 {
  height: 100% !important;
}

/* line 8106, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.h-auto {
  height: auto !important;
}

/* line 8110, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 8114, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 8118, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 8122, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 8126, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 8130, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 8134, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

/* line 8146, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.m-0 {
  margin: 0 !important;
}

/* line 8150, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 8155, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 8160, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 8165, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 8170, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 8174, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 8179, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 8184, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 8189, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 8194, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 8198, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 8203, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 8208, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 8213, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 8218, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 8222, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 8227, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 8232, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 8237, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 8242, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 8246, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 8251, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 8256, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 8261, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 8266, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 8270, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 8275, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 8280, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 8285, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 8290, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.p-0 {
  padding: 0 !important;
}

/* line 8294, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 8299, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 8304, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 8309, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 8314, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 8318, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 8323, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 8328, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 8333, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 8338, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 8342, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 8347, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 8352, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 8357, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 8362, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 8366, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 8371, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 8376, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 8381, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 8386, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 8390, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 8395, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 8400, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 8405, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 8410, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 8414, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 8419, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 8424, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 8429, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 8434, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 8438, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 8443, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 8448, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 8453, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 8458, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 8462, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 8467, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 8472, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 8477, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 8482, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 8486, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 8491, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 8496, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 8501, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 8506, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 8510, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 8515, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 8520, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 8525, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 8530, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 8534, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 8539, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 8544, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 8549, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 8554, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.m-auto {
  margin: auto !important;
}

/* line 8558, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 8563, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 8568, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 8573, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 8579, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 8582, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 8586, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 8590, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 8594, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 8598, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 8601, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8605, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8609, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8613, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8617, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 8620, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8624, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8628, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8632, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8636, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 8639, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 8643, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 8647, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8651, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 8655, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 8658, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8662, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8666, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8670, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8674, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 8677, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 8681, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 8685, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8689, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 8693, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 8696, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 8700, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 8704, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 8708, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 8712, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 8715, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8719, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8723, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8727, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8731, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 8734, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8738, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8742, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8746, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8750, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 8753, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 8757, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 8761, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8765, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 8769, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 8772, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8776, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8780, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8784, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8788, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 8791, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 8795, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 8799, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8803, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 8807, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 8810, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 8814, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 8818, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 8822, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 8826, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 8829, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 8833, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 8837, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 8841, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 8845, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 8848, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 8852, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 8856, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 8860, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 8864, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 8867, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 8871, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 8875, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 8879, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 8883, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 8886, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 8890, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 8894, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 8898, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 8902, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 8905, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  /* line 8909, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 8913, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 8917, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 8924, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 8927, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  /* line 8931, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 8935, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 8939, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 8943, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 8946, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8950, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8954, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8958, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8962, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 8965, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8969, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8973, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8977, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8981, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 8984, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 8988, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 8992, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8996, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 9000, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 9003, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9007, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9011, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9015, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9019, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 9022, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 9026, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 9030, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9034, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 9038, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 9041, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  /* line 9045, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  /* line 9049, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 9053, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  /* line 9057, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 9060, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9064, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9068, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9072, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9076, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 9079, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9083, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9087, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9091, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9095, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 9098, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 9102, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 9106, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9110, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 9114, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 9117, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9121, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9125, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9129, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9133, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 9136, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 9140, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 9144, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9148, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 9152, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 9155, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9159, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9163, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9167, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9171, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 9174, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9178, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9182, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 9186, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9190, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 9193, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 9197, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 9201, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9205, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 9209, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 9212, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9216, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9220, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9224, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9228, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 9231, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 9235, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 9239, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9243, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 9247, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 9250, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  /* line 9254, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  /* line 9258, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 9262, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 9269, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 9272, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 9276, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 9280, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 9284, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 9288, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 9291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9295, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9299, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9303, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9307, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 9310, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9314, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9318, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9322, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9326, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 9329, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 9333, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 9337, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9341, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 9345, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 9348, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9352, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9356, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9360, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9364, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 9367, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 9371, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 9375, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9379, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 9383, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 9386, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 9390, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 9394, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 9398, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 9402, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 9405, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9409, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9413, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9417, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9421, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 9424, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9428, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9432, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9436, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9440, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 9443, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 9447, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 9451, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9455, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 9459, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 9462, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9466, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9470, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9474, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9478, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 9481, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 9485, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 9489, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9493, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 9497, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 9500, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9504, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9508, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9512, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9516, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 9519, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9523, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9527, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 9531, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9535, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 9538, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 9542, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 9546, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9550, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 9554, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 9557, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9561, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9565, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9569, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9573, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 9576, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 9580, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 9584, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9588, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 9592, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 9595, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  /* line 9599, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 9603, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 9607, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 9614, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 9617, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 9621, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 9625, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 9629, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 9633, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 9636, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9640, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9644, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9648, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9652, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 9655, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9659, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9663, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9667, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9671, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 9674, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 9678, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 9682, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9686, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 9690, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 9693, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9697, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9701, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9705, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9709, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 9712, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 9716, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 9720, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9724, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 9728, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 9731, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 9735, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 9739, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 9743, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 9747, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 9750, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9754, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9758, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9762, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9766, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 9769, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9773, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9777, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9781, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9785, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 9788, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 9792, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 9796, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9800, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 9804, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 9807, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9811, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9815, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9819, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9823, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 9826, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 9830, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 9834, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9838, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 9842, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 9845, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9849, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9853, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9857, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9861, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 9864, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9868, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9872, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 9876, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9880, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 9883, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 9887, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 9891, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9895, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 9899, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 9902, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9906, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9910, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9914, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9918, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 9921, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 9925, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 9929, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9933, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 9937, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 9940, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  /* line 9944, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 9948, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 9952, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 9958, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 9962, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-justify {
  text-align: justify !important;
}

/* line 9966, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 9970, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 9974, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 9980, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-left {
  text-align: left !important;
}

/* line 9984, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-right {
  text-align: right !important;
}

/* line 9988, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 9993, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 9996, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 9999, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 10005, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 10008, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 10011, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 10017, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 10020, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 10023, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 10029, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 10032, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 10035, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 10040, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 10044, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 10048, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 10052, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 10056, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 10060, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 10064, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 10068, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 10072, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.font-italic {
  font-style: italic !important;
}

/* line 10076, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-white {
  color: #ffffff !important;
}

/* line 10080, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-primary {
  color: #007bff !important;
}

/* line 10084, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

/* line 10088, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 10092, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

/* line 10096, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-success {
  color: #28a745 !important;
}

/* line 10100, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

/* line 10104, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 10108, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

/* line 10112, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 10116, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 10120, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 10124, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 10128, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 10132, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

/* line 10136, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 10140, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

/* line 10144, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-body {
  color: #212529 !important;
}

/* line 10148, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 10152, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 10156, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 10160, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 10168, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 10172, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 10177, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-reset {
  color: inherit !important;
}

/* line 10181, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.visible {
  visibility: visible !important;
}

/* line 10185, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 10190, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 10196, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 10199, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 10202, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 10205, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 10210, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  thead {
    display: table-header-group;
  }
  /* line 10213, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 10217, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 10223, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 10230, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  body {
    min-width: 992px !important;
  }
  /* line 10233, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 10236, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar {
    display: none;
  }
  /* line 10239, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 10242, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 10245, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  /* line 10249, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 10253, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .table-dark {
    color: inherit;
  }
  /* line 10256, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  /* line 10262, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* line 10268, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
html.scroll-smooth {
  scroll-behavior: smooth;
}

/* line 10272, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
html,
body,
.wrapper {
  min-height: 100%;
}

/* line 10278, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.wrapper {
  position: relative;
}

/* line 10282, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.wrapper .content-wrapper {
  min-height: calc(100vh - calc(3.5rem + 1px) - calc(3.5rem + 1px));
}

/* line 10286, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-boxed .wrapper {
  box-shadow: 0 0 10 rgba(0, 0, 0, 0.3);
}

/* line 10290, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-boxed .wrapper, .layout-boxed .wrapper::before {
  margin: 0 auto;
  max-width: 1250px;
}

/* line 10295, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-boxed .wrapper .main-sidebar {
  left: inherit;
}

@supports not (-webkit-touch-callout: none) {
  /* line 10300, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-fixed .wrapper .sidebar {
    height: calc(100vh - (3.5rem + 1px));
  }
  /* line 10303, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-fixed.text-sm .wrapper .sidebar {
    height: calc(100vh - (2.93725rem + 1px));
  }
}

/* line 10308, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed.layout-fixed .wrapper .control-sidebar {
  top: calc(3.5rem + 1px);
}

/* line 10312, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed.layout-fixed .wrapper .main-header.text-sm ~ .control-sidebar {
  top: calc(2.93725rem + 1px);
}

/* line 10316, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed.layout-fixed .wrapper .sidebar {
  margin-top: calc(3.5rem + 1px);
}

/* line 10320, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed.layout-fixed .wrapper .brand-link.text-sm ~ .sidebar {
  margin-top: calc(2.93725rem + 1px);
}

/* line 10324, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed.layout-fixed.text-sm .wrapper .control-sidebar {
  top: calc(2.93725rem + 1px);
}

/* line 10328, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed.layout-fixed.text-sm .wrapper .sidebar {
  margin-top: calc(2.93725rem + 1px);
}

/* line 10332, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .brand-link,
.layout-navbar-fixed.sidebar-mini-md.sidebar-collapse .wrapper .brand-link {
  height: calc(3.5rem + 1px);
  width: 4.6rem;
}

/* line 10338, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .brand-link.text-sm,
.layout-navbar-fixed.sidebar-mini-md.sidebar-collapse .wrapper .brand-link.text-sm {
  height: calc(2.93725rem + 1px);
}

/* line 10343, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed.sidebar-mini.sidebar-collapse.text-sm .wrapper .brand-link,
.layout-navbar-fixed.sidebar-mini-md.sidebar-collapse.text-sm .wrapper .brand-link {
  height: calc(2.93725rem + 1px);
}

/* line 10348, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
body:not(.layout-fixed).layout-navbar-fixed.text-sm .wrapper .main-sidebar {
  margin-top: calc(calc(2.93725rem + 1px) / -1);
}

/* line 10352, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
body:not(.layout-fixed).layout-navbar-fixed.text-sm .wrapper .main-sidebar .sidebar {
  margin-top: calc(2.93725rem + 1px);
}

/* line 10356, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .control-sidebar {
  top: 0;
}

/* line 10360, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper a.anchor {
  display: block;
  position: relative;
  top: calc((3.5rem + 1px + (0.5rem * 2)) / -1);
}

/* line 10366, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .main-sidebar:hover .brand-link {
  transition: width 0.3s ease-in-out;
  width: 250px;
}

/* line 10371, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .brand-link {
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: width 0.3s ease-in-out;
  width: 250px;
  z-index: 1035;
}

/* line 10380, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*="navbar"]) {
  background-color: #343a40;
}

/* line 10384, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-light-primary .brand-link:not([class*="navbar"]) {
  background-color: #ffffff;
}

/* line 10388, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-dark-secondary .brand-link:not([class*="navbar"]) {
  background-color: #343a40;
}

/* line 10392, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-light-secondary .brand-link:not([class*="navbar"]) {
  background-color: #ffffff;
}

/* line 10396, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-dark-success .brand-link:not([class*="navbar"]) {
  background-color: #343a40;
}

/* line 10400, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-light-success .brand-link:not([class*="navbar"]) {
  background-color: #ffffff;
}

/* line 10404, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-dark-info .brand-link:not([class*="navbar"]) {
  background-color: #343a40;
}

/* line 10408, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-light-info .brand-link:not([class*="navbar"]) {
  background-color: #ffffff;
}

/* line 10412, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-dark-warning .brand-link:not([class*="navbar"]) {
  background-color: #343a40;
}

/* line 10416, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-light-warning .brand-link:not([class*="navbar"]) {
  background-color: #ffffff;
}

/* line 10420, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-dark-danger .brand-link:not([class*="navbar"]) {
  background-color: #343a40;
}

/* line 10424, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-light-danger .brand-link:not([class*="navbar"]) {
  background-color: #ffffff;
}

/* line 10428, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-dark-light .brand-link:not([class*="navbar"]) {
  background-color: #343a40;
}

/* line 10432, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-light-light .brand-link:not([class*="navbar"]) {
  background-color: #ffffff;
}

/* line 10436, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-dark-dark .brand-link:not([class*="navbar"]) {
  background-color: #343a40;
}

/* line 10440, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-light-dark .brand-link:not([class*="navbar"]) {
  background-color: #ffffff;
}

/* line 10444, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .content-wrapper {
  margin-top: calc(3.5rem + 1px);
}

/* line 10448, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .main-header.text-sm ~ .content-wrapper {
  margin-top: calc(2.93725rem + 1px);
}

/* line 10452, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .main-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1033;
}

/* line 10460, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed.text-sm .wrapper .content-wrapper {
  margin-top: calc(2.93725rem + 1px);
}

/* line 10464, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-not-fixed .wrapper .brand-link {
  position: static;
}

/* line 10468, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-not-fixed .wrapper .sidebar,
.layout-navbar-not-fixed .wrapper .content-wrapper {
  margin-top: 0;
}

/* line 10473, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-not-fixed .wrapper .main-header {
  position: static;
}

/* line 10477, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-not-fixed.layout-fixed .wrapper .sidebar {
  margin-top: 0;
}

/* line 10481, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed.layout-fixed .wrapper .control-sidebar {
  top: calc(3.5rem + 1px);
}

/* line 10485, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .layout-navbar-fixed.layout-fixed .wrapper .main-header ~ .control-sidebar,
.layout-navbar-fixed.layout-fixed .wrapper .main-header.text-sm ~ .control-sidebar {
  top: calc(2.93725rem + 1px);
}

/* line 10490, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed.layout-fixed .wrapper .sidebar {
  margin-top: calc(3.5rem + 1px);
}

/* line 10494, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .layout-navbar-fixed.layout-fixed .wrapper .brand-link ~ .sidebar,
.layout-navbar-fixed.layout-fixed .wrapper .brand-link.text-sm ~ .sidebar {
  margin-top: calc(2.93725rem + 1px);
}

/* line 10499, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed.layout-fixed.text-sm .wrapper .control-sidebar {
  top: calc(2.93725rem + 1px);
}

/* line 10503, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed.layout-fixed.text-sm .wrapper .sidebar {
  margin-top: calc(2.93725rem + 1px);
}

/* line 10507, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .control-sidebar {
  top: 0;
}

/* line 10511, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper a.anchor {
  display: block;
  position: relative;
  top: calc((3.5rem + 1px + (0.5rem * 2)) / -1);
}

/* line 10517, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper.sidebar-collapse .brand-link {
  height: calc(3.5rem + 1px);
  transition: width 0.3s ease-in-out;
  width: 4.6rem;
}

/* line 10523, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .layout-navbar-fixed .wrapper.sidebar-collapse .brand-link, .layout-navbar-fixed .wrapper.sidebar-collapse .brand-link.text-sm {
  height: calc(2.93725rem + 1px);
}

/* line 10527, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper.sidebar-collapse .main-sidebar:hover .brand-link {
  transition: width 0.3s ease-in-out;
  width: 250px;
}

/* line 10532, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .brand-link {
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: width 0.3s ease-in-out;
  width: 250px;
  z-index: 1035;
}

/* line 10541, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*="navbar"]) {
  background-color: #343a40;
}

/* line 10545, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-light-primary .brand-link:not([class*="navbar"]) {
  background-color: #ffffff;
}

/* line 10549, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-dark-secondary .brand-link:not([class*="navbar"]) {
  background-color: #343a40;
}

/* line 10553, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-light-secondary .brand-link:not([class*="navbar"]) {
  background-color: #ffffff;
}

/* line 10557, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-dark-success .brand-link:not([class*="navbar"]) {
  background-color: #343a40;
}

/* line 10561, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-light-success .brand-link:not([class*="navbar"]) {
  background-color: #ffffff;
}

/* line 10565, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-dark-info .brand-link:not([class*="navbar"]) {
  background-color: #343a40;
}

/* line 10569, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-light-info .brand-link:not([class*="navbar"]) {
  background-color: #ffffff;
}

/* line 10573, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-dark-warning .brand-link:not([class*="navbar"]) {
  background-color: #343a40;
}

/* line 10577, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-light-warning .brand-link:not([class*="navbar"]) {
  background-color: #ffffff;
}

/* line 10581, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-dark-danger .brand-link:not([class*="navbar"]) {
  background-color: #343a40;
}

/* line 10585, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-light-danger .brand-link:not([class*="navbar"]) {
  background-color: #ffffff;
}

/* line 10589, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-dark-light .brand-link:not([class*="navbar"]) {
  background-color: #343a40;
}

/* line 10593, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-light-light .brand-link:not([class*="navbar"]) {
  background-color: #ffffff;
}

/* line 10597, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-dark-dark .brand-link:not([class*="navbar"]) {
  background-color: #343a40;
}

/* line 10601, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .sidebar-light-dark .brand-link:not([class*="navbar"]) {
  background-color: #ffffff;
}

/* line 10605, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .content-wrapper {
  margin-top: calc(3.5rem + 1px);
}

/* line 10609, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .layout-navbar-fixed .wrapper .main-header ~ .content-wrapper,
.layout-navbar-fixed .wrapper .main-header.text-sm ~ .content-wrapper {
  margin-top: calc(2.93725rem + 1px);
}

/* line 10614, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed .wrapper .main-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1037;
}

/* line 10622, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-fixed.text-sm .wrapper .content-wrapper {
  margin-top: calc(2.93725rem + 1px);
}

/* line 10626, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
body:not(.layout-fixed).layout-navbar-fixed.text-sm .wrapper .main-sidebar {
  margin-top: calc(calc(2.93725rem + 1px) / -1);
}

/* line 10630, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
body:not(.layout-fixed).layout-navbar-fixed.text-sm .wrapper .main-sidebar .sidebar {
  margin-top: calc(2.93725rem + 1px);
}

/* line 10634, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-not-fixed .wrapper .brand-link {
  position: static;
}

/* line 10638, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-not-fixed .wrapper .sidebar,
.layout-navbar-not-fixed .wrapper .content-wrapper {
  margin-top: 0;
}

/* line 10643, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-not-fixed .wrapper .main-header {
  position: static;
}

/* line 10647, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-navbar-not-fixed.layout-fixed .wrapper .sidebar {
  margin-top: 0;
}

@media (min-width: 576px) {
  /* line 10652, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-fixed.layout-fixed .wrapper .control-sidebar {
    top: calc(3.5rem + 1px);
  }
  /* line 10655, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .text-sm .layout-sm-navbar-fixed.layout-fixed .wrapper .main-header ~ .control-sidebar,
  .layout-sm-navbar-fixed.layout-fixed .wrapper .main-header.text-sm ~ .control-sidebar {
    top: calc(2.93725rem + 1px);
  }
  /* line 10659, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-fixed.layout-fixed .wrapper .sidebar {
    margin-top: calc(3.5rem + 1px);
  }
  /* line 10662, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .text-sm .layout-sm-navbar-fixed.layout-fixed .wrapper .brand-link ~ .sidebar,
  .layout-sm-navbar-fixed.layout-fixed .wrapper .brand-link.text-sm ~ .sidebar {
    margin-top: calc(2.93725rem + 1px);
  }
  /* line 10666, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-fixed.layout-fixed.text-sm .wrapper .control-sidebar {
    top: calc(2.93725rem + 1px);
  }
  /* line 10669, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-fixed.layout-fixed.text-sm .wrapper .sidebar {
    margin-top: calc(2.93725rem + 1px);
  }
  /* line 10672, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-fixed .wrapper .control-sidebar {
    top: 0;
  }
  /* line 10675, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-fixed .wrapper a.anchor {
    display: block;
    position: relative;
    top: calc((3.5rem + 1px + (0.5rem * 2)) / -1);
  }
  /* line 10680, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-fixed .wrapper.sidebar-collapse .brand-link {
    height: calc(3.5rem + 1px);
    transition: width 0.3s ease-in-out;
    width: 4.6rem;
  }
  /* line 10685, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .text-sm .layout-sm-navbar-fixed .wrapper.sidebar-collapse .brand-link, .layout-sm-navbar-fixed .wrapper.sidebar-collapse .brand-link.text-sm {
    height: calc(2.93725rem + 1px);
  }
  /* line 10688, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-fixed .wrapper.sidebar-collapse .main-sidebar:hover .brand-link {
    transition: width 0.3s ease-in-out;
    width: 250px;
  }
  /* line 10692, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-fixed .wrapper .brand-link {
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: width 0.3s ease-in-out;
    width: 250px;
    z-index: 1035;
  }
  /* line 10700, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 10703, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-fixed .wrapper .sidebar-light-primary .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 10706, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-fixed .wrapper .sidebar-dark-secondary .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 10709, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-fixed .wrapper .sidebar-light-secondary .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 10712, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-fixed .wrapper .sidebar-dark-success .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 10715, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-fixed .wrapper .sidebar-light-success .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 10718, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-fixed .wrapper .sidebar-dark-info .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 10721, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-fixed .wrapper .sidebar-light-info .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 10724, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-fixed .wrapper .sidebar-dark-warning .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 10727, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-fixed .wrapper .sidebar-light-warning .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 10730, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-fixed .wrapper .sidebar-dark-danger .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 10733, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-fixed .wrapper .sidebar-light-danger .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 10736, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-fixed .wrapper .sidebar-dark-light .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 10739, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-fixed .wrapper .sidebar-light-light .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 10742, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-fixed .wrapper .sidebar-dark-dark .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 10745, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-fixed .wrapper .sidebar-light-dark .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 10748, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-fixed .wrapper .content-wrapper {
    margin-top: calc(3.5rem + 1px);
  }
  /* line 10751, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .text-sm .layout-sm-navbar-fixed .wrapper .main-header ~ .content-wrapper,
  .layout-sm-navbar-fixed .wrapper .main-header.text-sm ~ .content-wrapper {
    margin-top: calc(2.93725rem + 1px);
  }
  /* line 10755, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-fixed .wrapper .main-header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1037;
  }
  /* line 10762, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-fixed.text-sm .wrapper .content-wrapper {
    margin-top: calc(2.93725rem + 1px);
  }
  /* line 10765, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  body:not(.layout-fixed).layout-sm-navbar-fixed.text-sm .wrapper .main-sidebar {
    margin-top: calc(calc(2.93725rem + 1px) / -1);
  }
  /* line 10768, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  body:not(.layout-fixed).layout-sm-navbar-fixed.text-sm .wrapper .main-sidebar .sidebar {
    margin-top: calc(2.93725rem + 1px);
  }
  /* line 10771, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-not-fixed .wrapper .brand-link {
    position: static;
  }
  /* line 10774, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-not-fixed .wrapper .sidebar,
  .layout-sm-navbar-not-fixed .wrapper .content-wrapper {
    margin-top: 0;
  }
  /* line 10778, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-not-fixed .wrapper .main-header {
    position: static;
  }
  /* line 10781, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-navbar-not-fixed.layout-fixed .wrapper .sidebar {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  /* line 10787, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-fixed.layout-fixed .wrapper .control-sidebar {
    top: calc(3.5rem + 1px);
  }
  /* line 10790, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .text-sm .layout-md-navbar-fixed.layout-fixed .wrapper .main-header ~ .control-sidebar,
  .layout-md-navbar-fixed.layout-fixed .wrapper .main-header.text-sm ~ .control-sidebar {
    top: calc(2.93725rem + 1px);
  }
  /* line 10794, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-fixed.layout-fixed .wrapper .sidebar {
    margin-top: calc(3.5rem + 1px);
  }
  /* line 10797, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .text-sm .layout-md-navbar-fixed.layout-fixed .wrapper .brand-link ~ .sidebar,
  .layout-md-navbar-fixed.layout-fixed .wrapper .brand-link.text-sm ~ .sidebar {
    margin-top: calc(2.93725rem + 1px);
  }
  /* line 10801, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-fixed.layout-fixed.text-sm .wrapper .control-sidebar {
    top: calc(2.93725rem + 1px);
  }
  /* line 10804, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-fixed.layout-fixed.text-sm .wrapper .sidebar {
    margin-top: calc(2.93725rem + 1px);
  }
  /* line 10807, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-fixed .wrapper .control-sidebar {
    top: 0;
  }
  /* line 10810, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-fixed .wrapper a.anchor {
    display: block;
    position: relative;
    top: calc((3.5rem + 1px + (0.5rem * 2)) / -1);
  }
  /* line 10815, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-fixed .wrapper.sidebar-collapse .brand-link {
    height: calc(3.5rem + 1px);
    transition: width 0.3s ease-in-out;
    width: 4.6rem;
  }
  /* line 10820, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .text-sm .layout-md-navbar-fixed .wrapper.sidebar-collapse .brand-link, .layout-md-navbar-fixed .wrapper.sidebar-collapse .brand-link.text-sm {
    height: calc(2.93725rem + 1px);
  }
  /* line 10823, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-fixed .wrapper.sidebar-collapse .main-sidebar:hover .brand-link {
    transition: width 0.3s ease-in-out;
    width: 250px;
  }
  /* line 10827, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-fixed .wrapper .brand-link {
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: width 0.3s ease-in-out;
    width: 250px;
    z-index: 1035;
  }
  /* line 10835, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 10838, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-fixed .wrapper .sidebar-light-primary .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 10841, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-fixed .wrapper .sidebar-dark-secondary .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 10844, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-fixed .wrapper .sidebar-light-secondary .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 10847, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-fixed .wrapper .sidebar-dark-success .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 10850, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-fixed .wrapper .sidebar-light-success .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 10853, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-fixed .wrapper .sidebar-dark-info .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 10856, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-fixed .wrapper .sidebar-light-info .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 10859, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-fixed .wrapper .sidebar-dark-warning .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 10862, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-fixed .wrapper .sidebar-light-warning .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 10865, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-fixed .wrapper .sidebar-dark-danger .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 10868, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-fixed .wrapper .sidebar-light-danger .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 10871, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-fixed .wrapper .sidebar-dark-light .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 10874, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-fixed .wrapper .sidebar-light-light .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 10877, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-fixed .wrapper .sidebar-dark-dark .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 10880, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-fixed .wrapper .sidebar-light-dark .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 10883, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-fixed .wrapper .content-wrapper {
    margin-top: calc(3.5rem + 1px);
  }
  /* line 10886, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .text-sm .layout-md-navbar-fixed .wrapper .main-header ~ .content-wrapper,
  .layout-md-navbar-fixed .wrapper .main-header.text-sm ~ .content-wrapper {
    margin-top: calc(2.93725rem + 1px);
  }
  /* line 10890, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-fixed .wrapper .main-header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1037;
  }
  /* line 10897, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-fixed.text-sm .wrapper .content-wrapper {
    margin-top: calc(2.93725rem + 1px);
  }
  /* line 10900, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  body:not(.layout-fixed).layout-md-navbar-fixed.text-sm .wrapper .main-sidebar {
    margin-top: calc(calc(2.93725rem + 1px) / -1);
  }
  /* line 10903, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  body:not(.layout-fixed).layout-md-navbar-fixed.text-sm .wrapper .main-sidebar .sidebar {
    margin-top: calc(2.93725rem + 1px);
  }
  /* line 10906, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-not-fixed .wrapper .brand-link {
    position: static;
  }
  /* line 10909, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-not-fixed .wrapper .sidebar,
  .layout-md-navbar-not-fixed .wrapper .content-wrapper {
    margin-top: 0;
  }
  /* line 10913, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-not-fixed .wrapper .main-header {
    position: static;
  }
  /* line 10916, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-navbar-not-fixed.layout-fixed .wrapper .sidebar {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  /* line 10922, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-fixed.layout-fixed .wrapper .control-sidebar {
    top: calc(3.5rem + 1px);
  }
  /* line 10925, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .text-sm .layout-lg-navbar-fixed.layout-fixed .wrapper .main-header ~ .control-sidebar,
  .layout-lg-navbar-fixed.layout-fixed .wrapper .main-header.text-sm ~ .control-sidebar {
    top: calc(2.93725rem + 1px);
  }
  /* line 10929, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-fixed.layout-fixed .wrapper .sidebar {
    margin-top: calc(3.5rem + 1px);
  }
  /* line 10932, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .text-sm .layout-lg-navbar-fixed.layout-fixed .wrapper .brand-link ~ .sidebar,
  .layout-lg-navbar-fixed.layout-fixed .wrapper .brand-link.text-sm ~ .sidebar {
    margin-top: calc(2.93725rem + 1px);
  }
  /* line 10936, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-fixed.layout-fixed.text-sm .wrapper .control-sidebar {
    top: calc(2.93725rem + 1px);
  }
  /* line 10939, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-fixed.layout-fixed.text-sm .wrapper .sidebar {
    margin-top: calc(2.93725rem + 1px);
  }
  /* line 10942, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-fixed .wrapper .control-sidebar {
    top: 0;
  }
  /* line 10945, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-fixed .wrapper a.anchor {
    display: block;
    position: relative;
    top: calc((3.5rem + 1px + (0.5rem * 2)) / -1);
  }
  /* line 10950, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-fixed .wrapper.sidebar-collapse .brand-link {
    height: calc(3.5rem + 1px);
    transition: width 0.3s ease-in-out;
    width: 4.6rem;
  }
  /* line 10955, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .text-sm .layout-lg-navbar-fixed .wrapper.sidebar-collapse .brand-link, .layout-lg-navbar-fixed .wrapper.sidebar-collapse .brand-link.text-sm {
    height: calc(2.93725rem + 1px);
  }
  /* line 10958, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-fixed .wrapper.sidebar-collapse .main-sidebar:hover .brand-link {
    transition: width 0.3s ease-in-out;
    width: 250px;
  }
  /* line 10962, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-fixed .wrapper .brand-link {
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: width 0.3s ease-in-out;
    width: 250px;
    z-index: 1035;
  }
  /* line 10970, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 10973, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-fixed .wrapper .sidebar-light-primary .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 10976, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-fixed .wrapper .sidebar-dark-secondary .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 10979, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-fixed .wrapper .sidebar-light-secondary .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 10982, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-fixed .wrapper .sidebar-dark-success .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 10985, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-fixed .wrapper .sidebar-light-success .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 10988, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-fixed .wrapper .sidebar-dark-info .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 10991, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-fixed .wrapper .sidebar-light-info .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 10994, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-fixed .wrapper .sidebar-dark-warning .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 10997, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-fixed .wrapper .sidebar-light-warning .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 11000, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-fixed .wrapper .sidebar-dark-danger .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 11003, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-fixed .wrapper .sidebar-light-danger .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 11006, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-fixed .wrapper .sidebar-dark-light .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 11009, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-fixed .wrapper .sidebar-light-light .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 11012, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-fixed .wrapper .sidebar-dark-dark .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 11015, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-fixed .wrapper .sidebar-light-dark .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 11018, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-fixed .wrapper .content-wrapper {
    margin-top: calc(3.5rem + 1px);
  }
  /* line 11021, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .text-sm .layout-lg-navbar-fixed .wrapper .main-header ~ .content-wrapper,
  .layout-lg-navbar-fixed .wrapper .main-header.text-sm ~ .content-wrapper {
    margin-top: calc(2.93725rem + 1px);
  }
  /* line 11025, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-fixed .wrapper .main-header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1037;
  }
  /* line 11032, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-fixed.text-sm .wrapper .content-wrapper {
    margin-top: calc(2.93725rem + 1px);
  }
  /* line 11035, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  body:not(.layout-fixed).layout-lg-navbar-fixed.text-sm .wrapper .main-sidebar {
    margin-top: calc(calc(2.93725rem + 1px) / -1);
  }
  /* line 11038, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  body:not(.layout-fixed).layout-lg-navbar-fixed.text-sm .wrapper .main-sidebar .sidebar {
    margin-top: calc(2.93725rem + 1px);
  }
  /* line 11041, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-not-fixed .wrapper .brand-link {
    position: static;
  }
  /* line 11044, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-not-fixed .wrapper .sidebar,
  .layout-lg-navbar-not-fixed .wrapper .content-wrapper {
    margin-top: 0;
  }
  /* line 11048, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-not-fixed .wrapper .main-header {
    position: static;
  }
  /* line 11051, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-navbar-not-fixed.layout-fixed .wrapper .sidebar {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  /* line 11057, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-fixed.layout-fixed .wrapper .control-sidebar {
    top: calc(3.5rem + 1px);
  }
  /* line 11060, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .text-sm .layout-xl-navbar-fixed.layout-fixed .wrapper .main-header ~ .control-sidebar,
  .layout-xl-navbar-fixed.layout-fixed .wrapper .main-header.text-sm ~ .control-sidebar {
    top: calc(2.93725rem + 1px);
  }
  /* line 11064, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-fixed.layout-fixed .wrapper .sidebar {
    margin-top: calc(3.5rem + 1px);
  }
  /* line 11067, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .text-sm .layout-xl-navbar-fixed.layout-fixed .wrapper .brand-link ~ .sidebar,
  .layout-xl-navbar-fixed.layout-fixed .wrapper .brand-link.text-sm ~ .sidebar {
    margin-top: calc(2.93725rem + 1px);
  }
  /* line 11071, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-fixed.layout-fixed.text-sm .wrapper .control-sidebar {
    top: calc(2.93725rem + 1px);
  }
  /* line 11074, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-fixed.layout-fixed.text-sm .wrapper .sidebar {
    margin-top: calc(2.93725rem + 1px);
  }
  /* line 11077, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-fixed .wrapper .control-sidebar {
    top: 0;
  }
  /* line 11080, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-fixed .wrapper a.anchor {
    display: block;
    position: relative;
    top: calc((3.5rem + 1px + (0.5rem * 2)) / -1);
  }
  /* line 11085, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-fixed .wrapper.sidebar-collapse .brand-link {
    height: calc(3.5rem + 1px);
    transition: width 0.3s ease-in-out;
    width: 4.6rem;
  }
  /* line 11090, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .text-sm .layout-xl-navbar-fixed .wrapper.sidebar-collapse .brand-link, .layout-xl-navbar-fixed .wrapper.sidebar-collapse .brand-link.text-sm {
    height: calc(2.93725rem + 1px);
  }
  /* line 11093, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-fixed .wrapper.sidebar-collapse .main-sidebar:hover .brand-link {
    transition: width 0.3s ease-in-out;
    width: 250px;
  }
  /* line 11097, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-fixed .wrapper .brand-link {
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: width 0.3s ease-in-out;
    width: 250px;
    z-index: 1035;
  }
  /* line 11105, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 11108, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-fixed .wrapper .sidebar-light-primary .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 11111, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-fixed .wrapper .sidebar-dark-secondary .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 11114, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-fixed .wrapper .sidebar-light-secondary .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 11117, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-fixed .wrapper .sidebar-dark-success .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 11120, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-fixed .wrapper .sidebar-light-success .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 11123, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-fixed .wrapper .sidebar-dark-info .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 11126, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-fixed .wrapper .sidebar-light-info .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 11129, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-fixed .wrapper .sidebar-dark-warning .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 11132, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-fixed .wrapper .sidebar-light-warning .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 11135, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-fixed .wrapper .sidebar-dark-danger .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 11138, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-fixed .wrapper .sidebar-light-danger .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 11141, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-fixed .wrapper .sidebar-dark-light .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 11144, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-fixed .wrapper .sidebar-light-light .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 11147, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-fixed .wrapper .sidebar-dark-dark .brand-link:not([class*="navbar"]) {
    background-color: #343a40;
  }
  /* line 11150, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-fixed .wrapper .sidebar-light-dark .brand-link:not([class*="navbar"]) {
    background-color: #ffffff;
  }
  /* line 11153, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-fixed .wrapper .content-wrapper {
    margin-top: calc(3.5rem + 1px);
  }
  /* line 11156, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .text-sm .layout-xl-navbar-fixed .wrapper .main-header ~ .content-wrapper,
  .layout-xl-navbar-fixed .wrapper .main-header.text-sm ~ .content-wrapper {
    margin-top: calc(2.93725rem + 1px);
  }
  /* line 11160, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-fixed .wrapper .main-header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1037;
  }
  /* line 11167, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-fixed.text-sm .wrapper .content-wrapper {
    margin-top: calc(2.93725rem + 1px);
  }
  /* line 11170, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  body:not(.layout-fixed).layout-xl-navbar-fixed.text-sm .wrapper .main-sidebar {
    margin-top: calc(calc(2.93725rem + 1px) / -1);
  }
  /* line 11173, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  body:not(.layout-fixed).layout-xl-navbar-fixed.text-sm .wrapper .main-sidebar .sidebar {
    margin-top: calc(2.93725rem + 1px);
  }
  /* line 11176, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-not-fixed .wrapper .brand-link {
    position: static;
  }
  /* line 11179, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-not-fixed .wrapper .sidebar,
  .layout-xl-navbar-not-fixed .wrapper .content-wrapper {
    margin-top: 0;
  }
  /* line 11183, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-not-fixed .wrapper .main-header {
    position: static;
  }
  /* line 11186, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-navbar-not-fixed.layout-fixed .wrapper .sidebar {
    margin-top: 0;
  }
}

/* line 11191, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-footer-fixed .wrapper .control-sidebar {
  bottom: 0;
}

/* line 11195, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-footer-fixed .wrapper .main-footer {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1032;
}

/* line 11203, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-footer-not-fixed .wrapper .main-footer {
  position: static;
}

/* line 11207, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-footer-not-fixed .wrapper .content-wrapper {
  margin-bottom: 0;
}

/* line 11211, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-footer-fixed .wrapper .control-sidebar {
  bottom: 0;
}

/* line 11215, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-footer-fixed .wrapper .main-footer {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1032;
}

/* line 11223, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-footer-fixed .wrapper .content-wrapper {
  padding-bottom: calc(3.5rem + 1px);
}

/* line 11227, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-footer-not-fixed .wrapper .main-footer {
  position: static;
}

@media (min-width: 576px) {
  /* line 11232, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-footer-fixed .wrapper .control-sidebar {
    bottom: 0;
  }
  /* line 11235, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-footer-fixed .wrapper .main-footer {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1032;
  }
  /* line 11242, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-footer-fixed .wrapper .content-wrapper {
    padding-bottom: calc(3.5rem + 1px);
  }
  /* line 11245, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-sm-footer-not-fixed .wrapper .main-footer {
    position: static;
  }
}

@media (min-width: 768px) {
  /* line 11251, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-footer-fixed .wrapper .control-sidebar {
    bottom: 0;
  }
  /* line 11254, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-footer-fixed .wrapper .main-footer {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1032;
  }
  /* line 11261, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-footer-fixed .wrapper .content-wrapper {
    padding-bottom: calc(3.5rem + 1px);
  }
  /* line 11264, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-md-footer-not-fixed .wrapper .main-footer {
    position: static;
  }
}

@media (min-width: 992px) {
  /* line 11270, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-footer-fixed .wrapper .control-sidebar {
    bottom: 0;
  }
  /* line 11273, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-footer-fixed .wrapper .main-footer {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1032;
  }
  /* line 11280, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-footer-fixed .wrapper .content-wrapper {
    padding-bottom: calc(3.5rem + 1px);
  }
  /* line 11283, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-lg-footer-not-fixed .wrapper .main-footer {
    position: static;
  }
}

@media (min-width: 1200px) {
  /* line 11289, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-footer-fixed .wrapper .control-sidebar {
    bottom: 0;
  }
  /* line 11292, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-footer-fixed .wrapper .main-footer {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1032;
  }
  /* line 11299, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-footer-fixed .wrapper .content-wrapper {
    padding-bottom: calc(3.5rem + 1px);
  }
  /* line 11302, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-xl-footer-not-fixed .wrapper .main-footer {
    position: static;
  }
}

/* line 11307, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-top-nav .wrapper {
  margin-left: 0;
}

/* line 11311, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-top-nav .wrapper .main-header .brand-image {
  margin-top: -.5rem;
  margin-right: .2rem;
  height: 33px;
}

/* line 11317, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-top-nav .wrapper .main-sidebar {
  bottom: inherit;
  height: inherit;
}

/* line 11322, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-top-nav .wrapper .content-wrapper,
.layout-top-nav .wrapper .main-header,
.layout-top-nav .wrapper .main-footer {
  margin-left: 0;
}

/* line 11328, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
body.sidebar-collapse:not(.sidebar-mini-md):not(.sidebar-mini) .content-wrapper, body.sidebar-collapse:not(.sidebar-mini-md):not(.sidebar-mini) .content-wrapper::before,
body.sidebar-collapse:not(.sidebar-mini-md):not(.sidebar-mini) .main-footer,
body.sidebar-collapse:not(.sidebar-mini-md):not(.sidebar-mini) .main-footer::before,
body.sidebar-collapse:not(.sidebar-mini-md):not(.sidebar-mini) .main-header,
body.sidebar-collapse:not(.sidebar-mini-md):not(.sidebar-mini) .main-header::before {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 11337, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  body:not(.sidebar-mini-md) .content-wrapper,
  body:not(.sidebar-mini-md) .main-footer,
  body:not(.sidebar-mini-md) .main-header {
    transition: margin-left 0.3s ease-in-out;
    margin-left: 250px;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  /* line 11346, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  body:not(.sidebar-mini-md) .content-wrapper,
  body:not(.sidebar-mini-md) .main-footer,
  body:not(.sidebar-mini-md) .main-header {
    transition: none;
  }
}

@media (min-width: 768px) {
  /* line 11354, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-collapse body:not(.sidebar-mini-md) .content-wrapper, .sidebar-collapse
body:not(.sidebar-mini-md) .main-footer, .sidebar-collapse
body:not(.sidebar-mini-md) .main-header {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 11362, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .content-wrapper::before,
  body:not(.sidebar-mini-md) .main-footer,
  body:not(.sidebar-mini-md) .main-footer::before,
  body:not(.sidebar-mini-md) .main-header,
  body:not(.sidebar-mini-md) .main-header::before {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 11372, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini-md .content-wrapper,
  .sidebar-mini-md .main-footer,
  .sidebar-mini-md .main-header {
    transition: margin-left 0.3s ease-in-out;
    margin-left: 250px;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  /* line 11381, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini-md .content-wrapper,
  .sidebar-mini-md .main-footer,
  .sidebar-mini-md .main-header {
    transition: none;
  }
}

@media (min-width: 768px) {
  /* line 11389, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-collapse .sidebar-mini-md .content-wrapper, .sidebar-collapse
.sidebar-mini-md .main-footer, .sidebar-collapse
.sidebar-mini-md .main-header {
    margin-left: 4.6rem;
  }
}

@media (max-width: 991.98px) {
  /* line 11397, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini-md .content-wrapper, .sidebar-mini-md .content-wrapper::before,
  .sidebar-mini-md .main-footer,
  .sidebar-mini-md .main-footer::before,
  .sidebar-mini-md .main-header,
  .sidebar-mini-md .main-header::before {
    margin-left: 4.6rem;
  }
}

/* line 11406, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.content-wrapper {
  background: #F9FAFC;
}

/* line 11410, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.content-wrapper > .content {
  padding: 0 0.5rem;
}

/* line 11414, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.main-sidebar, .main-sidebar::before {
  transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
  width: 250px;
}

@media (prefers-reduced-motion: reduce) {
  /* line 11420, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .main-sidebar, .main-sidebar::before {
    transition: none;
  }
}

/* line 11425, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-collapse:not(.sidebar-mini):not(.sidebar-mini-md) .main-sidebar, .sidebar-collapse:not(.sidebar-mini):not(.sidebar-mini-md) .main-sidebar::before {
  box-shadow: none !important;
}

/* line 11429, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-collapse .main-sidebar, .sidebar-collapse .main-sidebar::before {
  margin-left: -250px;
}

/* line 11433, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-collapse .main-sidebar .nav-sidebar.nav-child-indent .nav-treeview {
  padding: 0;
}

@media (max-width: 767.98px) {
  /* line 11438, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .main-sidebar, .main-sidebar::before {
    box-shadow: none !important;
    margin-left: -250px;
  }
  /* line 11442, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-open .main-sidebar, .sidebar-open .main-sidebar::before {
    margin-left: 0;
  }
}

/* line 11447, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
:not(.layout-fixed) .main-sidebar {
  height: inherit;
  min-height: 100%;
  position: absolute;
  top: 0;
}

/* line 11454, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-fixed .brand-link {
  width: 250px;
}

/* line 11458, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-fixed .main-sidebar {
  bottom: 0;
  float: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0px;
  background: #fff;
  border-right: 1px solid #F6F7FC;
  border-top: 1px solid #F6F7FC;
}

/* line 11470, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-fixed .control-sidebar {
  bottom: 0;
  float: none;
  height: 100vh;
  position: fixed;
  top: 0;
}

/* line 11478, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-fixed .control-sidebar .control-sidebar-content {
  height: calc(100vh - calc(3.5rem + 1px));
}

@supports (-webkit-touch-callout: none) {
  /* line 11483, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-fixed .main-sidebar {
    height: inherit;
  }
}

/* line 11488, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.main-footer {
  background: #ffffff;
  border-top: 1px solid #dee2e6;
  color: #869099;
  padding: 1rem;
}

/* line 11495, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .main-footer, .main-footer.text-sm {
  padding: 0.812rem;
}

/* line 11499, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.content-header {
  padding: 15px 0.5rem;
}

/* line 11503, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .content-header {
  padding: 10px 0.5rem;
}

/* line 11507, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.content-header h1 {
  font-size: 1.2rem;
  margin: 0;
  color: #00ACFE;
}

/* line 11513, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .content-header h1 {
  font-size: 1.5rem;
}

/* line 11517, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.content-header .breadcrumb {
  background: transparent;
  line-height: 1.8rem;
  margin-bottom: 0;
  padding: 0;
}

/* line 11524, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .content-header .breadcrumb {
  line-height: 1.5rem;
}

/* line 11528, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.hold-transition .content-wrapper,
.hold-transition .main-header,
.hold-transition .main-sidebar,
.hold-transition .main-sidebar *,
.hold-transition .control-sidebar,
.hold-transition .control-sidebar *,
.hold-transition .main-footer {
  transition: none !important;
  -webkit-animation-duration: 0s !important;
  animation-duration: 0s !important;
}

/* line 11540, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.main-header {
  border-bottom: 0px solid #dee2e6;
  z-index: 1034;
}

/* line 11545, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.main-header .nav-link {
  height: 2.5rem;
  position: relative;
}

/* line 11550, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .main-header .nav-link, .main-header.text-sm .nav-link {
  height: 1.93725rem;
  padding: 0.35rem 1rem;
}

/* line 11555, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .main-header .nav-link > .fa,
.text-sm .main-header .nav-link > .fas,
.text-sm .main-header .nav-link > .far,
.text-sm .main-header .nav-link > .fab,
.text-sm .main-header .nav-link > .glyphicon,
.text-sm .main-header .nav-link > .ion, .main-header.text-sm .nav-link > .fa,
.main-header.text-sm .nav-link > .fas,
.main-header.text-sm .nav-link > .far,
.main-header.text-sm .nav-link > .fab,
.main-header.text-sm .nav-link > .glyphicon,
.main-header.text-sm .nav-link > .ion {
  font-size: 0.875rem;
}

/* line 11569, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.main-header .navbar-nav .nav-item {
  margin: 0;
}

/* line 11573, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.main-header .navbar-nav[class*='-right'] .dropdown-menu {
  left: auto;
  margin-top: -3px;
  right: 0;
}

@media (max-width: 575.98px) {
  /* line 11580, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .main-header .navbar-nav[class*='-right'] .dropdown-menu {
    left: 0;
    right: auto;
  }
}

/* line 11586, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-img {
  height: calc(3.5rem + 1px)/2;
  width: auto;
}

/* line 11591, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-badge {
  font-size: .6rem;
  font-weight: 300;
  padding: 2px 4px;
  position: absolute;
  right: 5px;
  top: 9px;
}

/* line 11600, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-navbar {
  background-color: transparent;
  border-left-width: 0;
}

/* line 11605, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-control-navbar {
  border-right-width: 0;
}

/* line 11609, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-control-navbar + .input-group-append {
  margin-left: 0;
}

/* line 11613, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-control-navbar,
.btn-navbar {
  transition: none;
}

/* line 11618, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-dark .form-control-navbar,
.navbar-dark .btn-navbar {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
}

/* line 11624, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-dark .form-control-navbar::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* line 11628, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-dark .form-control-navbar::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* line 11632, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-dark .form-control-navbar:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* line 11636, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-dark .form-control-navbar::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* line 11640, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-dark .form-control-navbar::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* line 11644, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-dark .form-control-navbar + .input-group-append > .btn-navbar {
  color: rgba(255, 255, 255, 0.6);
}

/* line 11648, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-dark .form-control-navbar:focus,
.navbar-dark .form-control-navbar:focus + .input-group-append .btn-navbar {
  background-color: rgba(255, 255, 255, 0.6);
  border: 0 !important;
  color: #343a40;
}

/* line 11655, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-light .form-control-navbar,
.navbar-light .btn-navbar {
  background-color: #f2f4f6;
  border: 0;
}

/* line 11661, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-light .form-control-navbar::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

/* line 11665, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-light .form-control-navbar::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

/* line 11669, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-light .form-control-navbar:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

/* line 11673, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-light .form-control-navbar::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

/* line 11677, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-light .form-control-navbar::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

/* line 11681, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-light .form-control-navbar + .input-group-append > .btn-navbar {
  color: rgba(0, 0, 0, 0.6);
}

/* line 11685, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-light .form-control-navbar:focus,
.navbar-light .form-control-navbar:focus + .input-group-append .btn-navbar {
  background-color: #e9ecef;
  border: 0 !important;
  color: #343a40;
}

/* line 11692, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.brand-link {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.5rem 0.5rem;
  transition: width 0.3s ease-in-out;
  white-space: nowrap;
}

/* line 11701, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.brand-link:hover {
  color: #ffffff;
  text-decoration: none;
}

/* line 11706, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .brand-link {
  font-size: inherit;
}

/* line 11710, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-dark'] .brand-link {
  border-bottom: 1px solid #F6F7FC;
  color: #707070;
}

/* line 11715, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-light'] .brand-link {
  border-bottom: 1px solid #dee2e6;
  color: rgba(0, 0, 0, 0.8);
}

/* line 11720, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.brand-link .brand-image {
  float: left;
  line-height: .8;
  margin-left: 0rem;
  margin-right: .5rem;
  margin-top: -3px;
  max-height: 33px;
  width: auto;
}

/* line 11730, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.brand-link .brand-image-xs {
  float: left;
  line-height: .8;
  margin-top: -.1rem;
  max-height: 33px;
  width: auto;
}

/* line 11738, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.brand-link .brand-image-xl {
  line-height: .8;
  max-height: 40px;
  width: auto;
}

/* line 11744, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.brand-link .brand-image-xl.single {
  margin-top: -.3rem;
}

/* line 11748, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.brand-link.text-sm .brand-image,
.text-sm .brand-link .brand-image {
  height: 29px;
  margin-bottom: -.25rem;
  margin-left: .95rem;
  margin-top: -.25rem;
}

/* line 11756, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.brand-link.text-sm .brand-image-xs,
.text-sm .brand-link .brand-image-xs {
  margin-top: -.2rem;
  max-height: 29px;
}

/* line 11762, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.brand-link.text-sm .brand-image-xl,
.text-sm .brand-link .brand-image-xl {
  margin-top: -.225rem;
  max-height: 38px;
}

/* line 11768, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.main-sidebar {
  height: 100vh;
  overflow-y: hidden;
  z-index: 1038;
}

/* line 11774, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.main-sidebar a:-moz-focusring {
  border: 0;
  outline: none;
}

/* line 11779, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar {
  height: calc(100% - (3.5rem + 1px));
  overflow-y: auto;
  padding-bottom: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0;
}

/* line 11788, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.user-panel {
  position: relative;
}

/* line 11792, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-dark'] .user-panel {
  border-bottom: 1px solid #4f5962;
}

/* line 11796, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-light'] .user-panel {
  border-bottom: 1px solid #dee2e6;
}

/* line 11800, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.user-panel,
.user-panel .info {
  overflow: hidden;
  white-space: nowrap;
}

/* line 11806, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.user-panel .image {
  display: inline-block;
  padding-left: 0.8rem;
}

/* line 11811, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.user-panel img {
  height: auto;
  width: 2.1rem;
}

/* line 11816, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.user-panel .info {
  display: inline-block;
  padding: 5px 5px 5px 10px;
}

/* line 11821, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.user-panel .status,
.user-panel .dropdown-menu {
  font-size: 0.875rem;
}

/* line 11826, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-sidebar .nav-item > .nav-link {
  margin-bottom: .2rem;
}

/* line 11830, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-sidebar .nav-item > .nav-link .right {
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 11837, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .nav-sidebar .nav-item > .nav-link .right {
    transition: none;
  }
}

/* line 11842, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-sidebar .nav-link > .right,
.nav-sidebar .nav-link > p > .right {
  position: absolute;
  right: 1rem;
  top: .7rem;
}

/* line 11849, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-sidebar .nav-link > .right i,
.nav-sidebar .nav-link > .right span,
.nav-sidebar .nav-link > p > .right i,
.nav-sidebar .nav-link > p > .right span {
  margin-left: .5rem;
}

/* line 11856, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-sidebar .nav-link > .right:nth-child(2),
.nav-sidebar .nav-link > p > .right:nth-child(2) {
  right: 2.2rem;
}

/* line 11861, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-sidebar .menu-open > .nav-treeview {
  display: block;
}

/* line 11865, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-sidebar .menu-open > .nav-link i.right {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* line 11870, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-sidebar > .nav-item {
  margin-bottom: 0;
}

/* line 11874, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-sidebar > .nav-item .nav-icon {
  margin-left: .05rem;
  font-size: 1.2rem;
  margin-right: .2rem;
  text-align: center;
  width: 1.6rem;
  color: #C4DBEE;
}

/* line 11883, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-sidebar > .nav-item .nav-icon.fa, .nav-sidebar > .nav-item .nav-icon.fas, .nav-sidebar > .nav-item .nav-icon.far, .nav-sidebar > .nav-item .nav-icon.fab, .nav-sidebar > .nav-item .nav-icon.glyphicon, .nav-sidebar > .nav-item .nav-icon.ion {
  font-size: 1.1rem;
}

/* line 11887, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-sidebar > .nav-item .float-right {
  margin-top: 3px;
}

/* line 11891, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-sidebar .nav-treeview {
  display: none;
  list-style: none;
  padding: 0;
}

/* line 11897, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-sidebar .nav-treeview > .nav-item > .nav-link > .nav-icon {
  width: 1.6rem;
}

/* line 11901, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-sidebar.nav-child-indent .nav-treeview {
  transition: padding 0.3s ease-in-out;
  padding-left: 1rem;
}

/* line 11906, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .nav-sidebar.nav-child-indent .nav-treeview {
  padding-left: .5rem;
}

/* line 11910, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-sidebar.nav-child-indent.nav-legacy .nav-treeview .nav-treeview {
  padding-left: 2rem;
  margin-left: -1rem;
}

/* line 11915, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .nav-sidebar.nav-child-indent.nav-legacy .nav-treeview .nav-treeview {
  padding-left: 1rem;
  margin-left: -.5rem;
}

/* line 11920, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-sidebar .nav-header {
  font-size: .9rem;
  padding: 0.5rem;
}

/* line 11925, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-sidebar .nav-header:not(:first-of-type) {
  padding: 1.7rem 1rem .5rem;
}

/* line 11929, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-sidebar .nav-link p {
  display: inline-block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  margin: 0;
}

/* line 11940, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
#sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1037;
}

@media (max-width: 991.98px) {
  /* line 11952, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-open #sidebar-overlay {
    display: block;
  }
}

/* line 11957, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-light-'] {
  background-color: #ffffff;
}

/* line 11961, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-light-'] .user-panel a:hover {
  color: #212529;
}

/* line 11965, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-light-'] .user-panel .status {
  background: rgba(0, 0, 0, 0.1);
  color: #343a40;
}

/* line 11970, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-light-'] .user-panel .status:hover, [class*='sidebar-light-'] .user-panel .status:focus, [class*='sidebar-light-'] .user-panel .status:active {
  background: rgba(0, 0, 0, 0.1);
  color: #212529;
}

/* line 11975, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-light-'] .user-panel .dropdown-menu {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 11980, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-light-'] .user-panel .dropdown-item {
  color: #212529;
}

/* line 11984, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-light-'] .nav-sidebar > .nav-item > .nav-link:active, [class*='sidebar-light-'] .nav-sidebar > .nav-item > .nav-link:focus {
  color: #343a40;
}

/* line 11988, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-light-'] .nav-sidebar > .nav-item.menu-open > .nav-link,
[class*='sidebar-light-'] .nav-sidebar > .nav-item:hover > .nav-link {
  background-color: rgba(0, 0, 0, 0.1);
  color: #212529;
}

/* line 11994, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-light-'] .nav-sidebar > .nav-item > .nav-link.active {
  color: #000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/* line 11999, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-light-'] .nav-sidebar > .nav-item > .nav-treeview {
  background: transparent;
}

/* line 12003, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-light-'] .nav-header {
  background: inherit;
  color: #292d32;
}

/* line 12008, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-light-'] .sidebar a {
  color: #343a40;
}

/* line 12012, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-light-'] .sidebar a:hover {
  text-decoration: none;
}

/* line 12016, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-light-'] .nav-treeview > .nav-item > .nav-link {
  color: #777;
}

/* line 12020, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-light-'] .nav-treeview > .nav-item > .nav-link.active, [class*='sidebar-light-'] .nav-treeview > .nav-item > .nav-link.active:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #212529;
}

/* line 12025, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-light-'] .nav-treeview > .nav-item > .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 12029, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-light-'] .nav-flat .nav-item .nav-treeview .nav-treeview {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 12033, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-light-'] .nav-flat .nav-item .nav-treeview > .nav-item > .nav-link, [class*='sidebar-light-'] .nav-flat .nav-item .nav-treeview > .nav-item > .nav-link.active {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 12037, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-dark-'] {
  background-color: #343a40;
}

/* line 12041, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-dark-'] .user-panel a:hover {
  color: #ffffff;
}

/* line 12045, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-dark-'] .user-panel .status {
  background: rgba(255, 255, 255, 0.1);
  color: #C2C7D0;
}

/* line 12050, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-dark-'] .user-panel .status:hover, [class*='sidebar-dark-'] .user-panel .status:focus, [class*='sidebar-dark-'] .user-panel .status:active {
  background: rgba(247, 247, 247, 0.1);
  color: #ffffff;
}

/* line 12055, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-dark-'] .user-panel .dropdown-menu {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  border-color: rgba(242, 242, 242, 0.1);
}

/* line 12060, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-dark-'] .user-panel .dropdown-item {
  color: #212529;
}

/* line 12064, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-dark-'] .nav-sidebar > .nav-item > .nav-link:active {
  color: #C2C7D0;
}

/* line 12068, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-dark-'] .nav-sidebar > .nav-item.menu-open > .nav-link,
[class*='sidebar-dark-'] .nav-sidebar > .nav-item:hover > .nav-link,
[class*='sidebar-dark-'] .nav-sidebar > .nav-item > .nav-link:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

/* line 12075, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-dark-'] .nav-sidebar > .nav-item > .nav-link.active {
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/* line 12080, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-dark-'] .nav-sidebar > .nav-item > .nav-treeview {
  background: transparent;
}

/* line 12084, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-dark-'] .nav-header {
  background: inherit;
  color: #d0d4db;
}

/* line 12089, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-dark-'] .sidebar a {
  color: #C2C7D0;
}

/* line 12093, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-dark-'] .sidebar a:hover, [class*='sidebar-dark-'] .sidebar a:focus {
  text-decoration: none;
}

/* line 12097, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-dark-'] .nav-treeview > .nav-item > .nav-link {
  color: #C2C7D0;
}

/* line 12101, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-dark-'] .nav-treeview > .nav-item > .nav-link:hover, [class*='sidebar-dark-'] .nav-treeview > .nav-item > .nav-link:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

/* line 12106, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-dark-'] .nav-treeview > .nav-item > .nav-link.active, [class*='sidebar-dark-'] .nav-treeview > .nav-item > .nav-link.active:hover, [class*='sidebar-dark-'] .nav-treeview > .nav-item > .nav-link.active:focus {
  background-color: rgba(255, 255, 255, 0.9);
  color: #343a40;
}

/* line 12111, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-dark-'] .nav-flat .nav-item .nav-treeview .nav-treeview {
  border-color: rgba(255, 255, 255, 0.9);
}

/* line 12115, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-dark-'] .nav-flat .nav-item .nav-treeview > .nav-item > .nav-link, [class*='sidebar-dark-'] .nav-flat .nav-item .nav-treeview > .nav-item > .nav-link.active {
  border-color: rgba(255, 255, 255, 0.9);
}

/* line 12119, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #007bff;
  color: #ffffff;
}

/* line 12125, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-primary .nav-sidebar.nav-legacy > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
  border-color: #007bff;
}

/* line 12130, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-secondary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-secondary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #6c757d;
  color: #ffffff;
}

/* line 12136, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-secondary .nav-sidebar.nav-legacy > .nav-item > .nav-link.active,
.sidebar-light-secondary .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
  border-color: #6c757d;
}

/* line 12141, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-success .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-success .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #28a745;
  color: #ffffff;
}

/* line 12147, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-success .nav-sidebar.nav-legacy > .nav-item > .nav-link.active,
.sidebar-light-success .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
  border-color: #28a745;
}

/* line 12152, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-info .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-info .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #17a2b8;
  color: #ffffff;
}

/* line 12158, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-info .nav-sidebar.nav-legacy > .nav-item > .nav-link.active,
.sidebar-light-info .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
  border-color: #17a2b8;
}

/* line 12163, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-warning .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-warning .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #ffc107;
  color: #1F2D3D;
}

/* line 12169, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-warning .nav-sidebar.nav-legacy > .nav-item > .nav-link.active,
.sidebar-light-warning .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
  border-color: #ffc107;
}

/* line 12174, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-danger .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-danger .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #dc3545;
  color: #ffffff;
}

/* line 12180, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-danger .nav-sidebar.nav-legacy > .nav-item > .nav-link.active,
.sidebar-light-danger .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
  border-color: #dc3545;
}

/* line 12185, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-light .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-light .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #f8f9fa;
  color: #1F2D3D;
}

/* line 12191, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-light .nav-sidebar.nav-legacy > .nav-item > .nav-link.active,
.sidebar-light-light .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
  border-color: #f8f9fa;
}

/* line 12196, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-dark .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-dark .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #343a40;
  color: #ffffff;
}

/* line 12202, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-dark .nav-sidebar.nav-legacy > .nav-item > .nav-link.active,
.sidebar-light-dark .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
  border-color: #343a40;
}

/* line 12207, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-lightblue .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-lightblue .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #3c8dbc;
  color: #ffffff;
}

/* line 12213, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-lightblue .nav-sidebar.nav-legacy > .nav-item > .nav-link.active,
.sidebar-light-lightblue .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
  border-color: #3c8dbc;
}

/* line 12218, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-navy .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-navy .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #001f3f;
  color: #ffffff;
}

/* line 12224, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-navy .nav-sidebar.nav-legacy > .nav-item > .nav-link.active,
.sidebar-light-navy .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
  border-color: #001f3f;
}

/* line 12229, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-olive .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-olive .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #3d9970;
  color: #ffffff;
}

/* line 12235, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-olive .nav-sidebar.nav-legacy > .nav-item > .nav-link.active,
.sidebar-light-olive .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
  border-color: #3d9970;
}

/* line 12240, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-lime .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-lime .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #01ff70;
  color: #1F2D3D;
}

/* line 12246, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-lime .nav-sidebar.nav-legacy > .nav-item > .nav-link.active,
.sidebar-light-lime .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
  border-color: #01ff70;
}

/* line 12251, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-fuchsia .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-fuchsia .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #f012be;
  color: #ffffff;
}

/* line 12257, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-fuchsia .nav-sidebar.nav-legacy > .nav-item > .nav-link.active,
.sidebar-light-fuchsia .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
  border-color: #f012be;
}

/* line 12262, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-maroon .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-maroon .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #d81b60;
  color: #ffffff;
}

/* line 12268, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-maroon .nav-sidebar.nav-legacy > .nav-item > .nav-link.active,
.sidebar-light-maroon .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
  border-color: #d81b60;
}

/* line 12273, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-blue .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-blue .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #007bff;
  color: #ffffff;
}

/* line 12279, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-blue .nav-sidebar.nav-legacy > .nav-item > .nav-link.active,
.sidebar-light-blue .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
  border-color: #007bff;
}

/* line 12284, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-indigo .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-indigo .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #6610f2;
  color: #ffffff;
}

/* line 12290, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-indigo .nav-sidebar.nav-legacy > .nav-item > .nav-link.active,
.sidebar-light-indigo .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
  border-color: #6610f2;
}

/* line 12295, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-purple .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-purple .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #6f42c1;
  color: #ffffff;
}

/* line 12301, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-purple .nav-sidebar.nav-legacy > .nav-item > .nav-link.active,
.sidebar-light-purple .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
  border-color: #6f42c1;
}

/* line 12306, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-pink .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-pink .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #e83e8c;
  color: #ffffff;
}

/* line 12312, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-pink .nav-sidebar.nav-legacy > .nav-item > .nav-link.active,
.sidebar-light-pink .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
  border-color: #e83e8c;
}

/* line 12317, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-red .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-red .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #dc3545;
  color: #ffffff;
}

/* line 12323, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-red .nav-sidebar.nav-legacy > .nav-item > .nav-link.active,
.sidebar-light-red .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
  border-color: #dc3545;
}

/* line 12328, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-orange .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-orange .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #fd7e14;
  color: #1F2D3D;
}

/* line 12334, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-orange .nav-sidebar.nav-legacy > .nav-item > .nav-link.active,
.sidebar-light-orange .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
  border-color: #fd7e14;
}

/* line 12339, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-yellow .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-yellow .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #ffc107;
  color: #1F2D3D;
}

/* line 12345, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-yellow .nav-sidebar.nav-legacy > .nav-item > .nav-link.active,
.sidebar-light-yellow .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
  border-color: #ffc107;
}

/* line 12350, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-green .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-green .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #28a745;
  color: #ffffff;
}

/* line 12356, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-green .nav-sidebar.nav-legacy > .nav-item > .nav-link.active,
.sidebar-light-green .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
  border-color: #28a745;
}

/* line 12361, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-teal .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-teal .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #20c997;
  color: #ffffff;
}

/* line 12367, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-teal .nav-sidebar.nav-legacy > .nav-item > .nav-link.active,
.sidebar-light-teal .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
  border-color: #20c997;
}

/* line 12372, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-cyan .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-cyan .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #17a2b8;
  color: #ffffff;
}

/* line 12378, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-cyan .nav-sidebar.nav-legacy > .nav-item > .nav-link.active,
.sidebar-light-cyan .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
  border-color: #17a2b8;
}

/* line 12383, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-white .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-white .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #ffffff;
  color: #1F2D3D;
}

/* line 12389, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-white .nav-sidebar.nav-legacy > .nav-item > .nav-link.active,
.sidebar-light-white .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
  border-color: #ffffff;
}

/* line 12394, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-gray .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-gray .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #6c757d;
  color: #ffffff;
}

/* line 12400, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-gray .nav-sidebar.nav-legacy > .nav-item > .nav-link.active,
.sidebar-light-gray .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
  border-color: #6c757d;
}

/* line 12405, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-gray-dark .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-gray-dark .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #343a40;
  color: #ffffff;
}

/* line 12411, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-dark-gray-dark .nav-sidebar.nav-legacy > .nav-item > .nav-link.active,
.sidebar-light-gray-dark .nav-sidebar.nav-legacy > .nav-item > .nav-link.active {
  border-color: #343a40;
}

/* line 12416, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-mini .main-sidebar:not(.sidebar-no-expand) .nav-compact.nav-sidebar.nav-child-indent:not(.nav-flat) .nav-treeview,
.sidebar-mini-md .main-sidebar:not(.sidebar-no-expand) .nav-compact.nav-sidebar.nav-child-indent:not(.nav-flat) .nav-treeview,
.sidebar-mini .main-sidebar:not(.sidebar-no-expand):hover .nav-compact.nav-sidebar.nav-child-indent:not(.nav-flat) .nav-treeview,
.sidebar-mini-md .main-sidebar:not(.sidebar-no-expand):hover .nav-compact.nav-sidebar.nav-child-indent:not(.nav-flat) .nav-treeview,
.sidebar-mini .main-sidebar.sidebar-focused .nav-compact.nav-sidebar.nav-child-indent:not(.nav-flat) .nav-treeview,
.sidebar-mini-md .main-sidebar.sidebar-focused .nav-compact.nav-sidebar.nav-child-indent:not(.nav-flat) .nav-treeview {
  padding-left: 1rem;
  margin-left: -.5rem;
}

/* line 12426, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-flat {
  margin: -0.25rem -0.5rem 0;
}

/* line 12430, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-flat .nav-item > .nav-link {
  border-radius: 0;
  margin-bottom: 0;
}

/* line 12435, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-flat .nav-item > .nav-link > .nav-icon {
  margin-left: .55rem;
}

/* line 12439, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-flat:not(.nav-child-indent) .nav-treeview .nav-item > .nav-link > .nav-icon {
  margin-left: .4rem;
}

/* line 12443, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-flat.nav-child-indent .nav-treeview {
  padding-left: 0;
}

/* line 12447, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-flat.nav-child-indent .nav-treeview .nav-icon {
  margin-left: .85rem;
}

/* line 12451, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-flat.nav-child-indent .nav-treeview .nav-treeview {
  border-left: .2rem solid;
}

/* line 12455, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-flat.nav-child-indent .nav-treeview .nav-treeview .nav-icon {
  margin-left: 1.15rem;
}

/* line 12459, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-flat.nav-child-indent .nav-treeview .nav-treeview .nav-treeview .nav-icon {
  margin-left: 1.45rem;
}

/* line 12463, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-flat.nav-child-indent .nav-treeview .nav-treeview .nav-treeview .nav-treeview .nav-icon {
  margin-left: 1.75rem;
}

/* line 12467, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-flat.nav-child-indent .nav-treeview .nav-treeview .nav-treeview .nav-treeview .nav-treeview .nav-icon {
  margin-left: 2.05rem;
}

/* line 12471, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-collapse .nav-flat.nav-child-indent .nav-treeview .nav-icon {
  margin-left: .55rem;
}

/* line 12475, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-collapse .nav-flat.nav-child-indent .nav-treeview .nav-link {
  padding-left: calc(1rem - .2rem);
}

/* line 12479, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-collapse .nav-flat.nav-child-indent .nav-treeview .nav-treeview .nav-icon {
  margin-left: .35rem;
}

/* line 12483, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-collapse .nav-flat.nav-child-indent .nav-treeview .nav-treeview .nav-treeview .nav-icon {
  margin-left: .15rem;
}

/* line 12487, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-collapse .nav-flat.nav-child-indent .nav-treeview .nav-treeview .nav-treeview .nav-treeview .nav-icon {
  margin-left: -.15rem;
}

/* line 12491, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-collapse .nav-flat.nav-child-indent .nav-treeview .nav-treeview .nav-treeview .nav-treeview .nav-treeview .nav-icon {
  margin-left: -.35rem;
}

/* line 12495, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-mini .main-sidebar:not(.sidebar-no-expand):hover .nav-flat.nav-compact.nav-sidebar .nav-treeview .nav-icon,
.sidebar-mini-md .main-sidebar:not(.sidebar-no-expand):hover .nav-flat.nav-compact.nav-sidebar .nav-treeview .nav-icon,
.sidebar-mini .main-sidebar.sidebar-focused .nav-flat.nav-compact.nav-sidebar .nav-treeview .nav-icon,
.sidebar-mini-md .main-sidebar.sidebar-focused .nav-flat.nav-compact.nav-sidebar .nav-treeview .nav-icon {
  margin-left: .4rem;
}

/* line 12502, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-mini .main-sidebar:not(.sidebar-no-expand):hover .nav-flat.nav-sidebar.nav-child-indent .nav-treeview .nav-icon,
.sidebar-mini-md .main-sidebar:not(.sidebar-no-expand):hover .nav-flat.nav-sidebar.nav-child-indent .nav-treeview .nav-icon,
.sidebar-mini .main-sidebar.sidebar-focused .nav-flat.nav-sidebar.nav-child-indent .nav-treeview .nav-icon,
.sidebar-mini-md .main-sidebar.sidebar-focused .nav-flat.nav-sidebar.nav-child-indent .nav-treeview .nav-icon {
  margin-left: .85rem;
}

/* line 12509, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-mini .main-sidebar:not(.sidebar-no-expand):hover .nav-flat.nav-sidebar.nav-child-indent .nav-treeview .nav-treeview .nav-icon,
.sidebar-mini-md .main-sidebar:not(.sidebar-no-expand):hover .nav-flat.nav-sidebar.nav-child-indent .nav-treeview .nav-treeview .nav-icon,
.sidebar-mini .main-sidebar.sidebar-focused .nav-flat.nav-sidebar.nav-child-indent .nav-treeview .nav-treeview .nav-icon,
.sidebar-mini-md .main-sidebar.sidebar-focused .nav-flat.nav-sidebar.nav-child-indent .nav-treeview .nav-treeview .nav-icon {
  margin-left: 1.15rem;
}

/* line 12516, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-mini .main-sidebar:not(.sidebar-no-expand):hover .nav-flat.nav-sidebar.nav-child-indent .nav-treeview .nav-treeview .nav-treeview .nav-icon,
.sidebar-mini-md .main-sidebar:not(.sidebar-no-expand):hover .nav-flat.nav-sidebar.nav-child-indent .nav-treeview .nav-treeview .nav-treeview .nav-icon,
.sidebar-mini .main-sidebar.sidebar-focused .nav-flat.nav-sidebar.nav-child-indent .nav-treeview .nav-treeview .nav-treeview .nav-icon,
.sidebar-mini-md .main-sidebar.sidebar-focused .nav-flat.nav-sidebar.nav-child-indent .nav-treeview .nav-treeview .nav-treeview .nav-icon {
  margin-left: 1.45rem;
}

/* line 12523, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-mini .main-sidebar:not(.sidebar-no-expand):hover .nav-flat.nav-sidebar.nav-child-indent .nav-treeview .nav-treeview .nav-treeview .nav-treeview .nav-icon,
.sidebar-mini-md .main-sidebar:not(.sidebar-no-expand):hover .nav-flat.nav-sidebar.nav-child-indent .nav-treeview .nav-treeview .nav-treeview .nav-treeview .nav-icon,
.sidebar-mini .main-sidebar.sidebar-focused .nav-flat.nav-sidebar.nav-child-indent .nav-treeview .nav-treeview .nav-treeview .nav-treeview .nav-icon,
.sidebar-mini-md .main-sidebar.sidebar-focused .nav-flat.nav-sidebar.nav-child-indent .nav-treeview .nav-treeview .nav-treeview .nav-treeview .nav-icon {
  margin-left: 1.75rem;
}

/* line 12530, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-mini .main-sidebar:not(.sidebar-no-expand):hover .nav-flat.nav-sidebar.nav-child-indent .nav-treeview .nav-treeview .nav-treeview .nav-treeview .nav-treeview .nav-icon,
.sidebar-mini-md .main-sidebar:not(.sidebar-no-expand):hover .nav-flat.nav-sidebar.nav-child-indent .nav-treeview .nav-treeview .nav-treeview .nav-treeview .nav-treeview .nav-icon,
.sidebar-mini .main-sidebar.sidebar-focused .nav-flat.nav-sidebar.nav-child-indent .nav-treeview .nav-treeview .nav-treeview .nav-treeview .nav-treeview .nav-icon,
.sidebar-mini-md .main-sidebar.sidebar-focused .nav-flat.nav-sidebar.nav-child-indent .nav-treeview .nav-treeview .nav-treeview .nav-treeview .nav-treeview .nav-icon {
  margin-left: 2.05rem;
}

/* line 12537, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-flat .nav-icon {
  transition: margin-left ease-in-out 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 12542, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .nav-flat .nav-icon {
    transition: none;
  }
}

/* line 12547, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-flat .nav-treeview .nav-icon {
  margin-left: -.2rem;
}

/* line 12551, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-flat.nav-sidebar > .nav-item .nav-treeview,
.nav-flat.nav-sidebar > .nav-item > .nav-treeview {
  background: rgba(255, 255, 255, 0.05);
}

/* line 12556, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-flat.nav-sidebar > .nav-item .nav-treeview .nav-item > .nav-link,
.nav-flat.nav-sidebar > .nav-item > .nav-treeview .nav-item > .nav-link {
  border-left: .2rem solid;
}

/* line 12561, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-legacy {
  margin: -0.25rem -0.5rem 0;
}

/* line 12565, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-legacy.nav-sidebar .nav-item > .nav-link {
  border-radius: 0;
  margin-bottom: 0;
}

/* line 12570, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-legacy.nav-sidebar .nav-item > .nav-link > .nav-icon {
  margin-left: .55rem;
}

/* line 12574, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .nav-legacy.nav-sidebar .nav-item > .nav-link > .nav-icon {
  margin-left: .75rem;
}

/* line 12578, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-legacy.nav-sidebar > .nav-item > .nav-link.active {
  background: inherit;
  border-left: 3px solid transparent;
  box-shadow: none;
}

/* line 12584, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-legacy.nav-sidebar > .nav-item > .nav-link.active > .nav-icon {
  margin-left: calc(.55rem - 3px);
}

/* line 12588, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .nav-legacy.nav-sidebar > .nav-item > .nav-link.active > .nav-icon {
  margin-left: calc(.75rem - 3px);
}

/* line 12592, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .nav-legacy.nav-sidebar.nav-flat .nav-treeview .nav-item > .nav-link > .nav-icon {
  margin-left: calc(.75rem - 3px);
}

/* line 12596, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-mini .nav-legacy > .nav-item .nav-link .nav-icon,
.sidebar-mini-md .nav-legacy > .nav-item .nav-link .nav-icon {
  transition: margin-left ease-in-out 0.3s;
  margin-left: .75rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 12603, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini .nav-legacy > .nav-item .nav-link .nav-icon,
  .sidebar-mini-md .nav-legacy > .nav-item .nav-link .nav-icon {
    transition: none;
  }
}

/* line 12609, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .nav-legacy.nav-child-indent .nav-treeview,
.sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-legacy.nav-child-indent .nav-treeview,
.sidebar-mini-md.sidebar-collapse .main-sidebar.sidebar-focused .nav-legacy.nav-child-indent .nav-treeview,
.sidebar-mini-md.sidebar-collapse .main-sidebar:hover .nav-legacy.nav-child-indent .nav-treeview {
  padding-left: 1rem;
}

/* line 12616, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .nav-legacy.nav-child-indent .nav-treeview .nav-treeview,
.sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-legacy.nav-child-indent .nav-treeview .nav-treeview,
.sidebar-mini-md.sidebar-collapse .main-sidebar.sidebar-focused .nav-legacy.nav-child-indent .nav-treeview .nav-treeview,
.sidebar-mini-md.sidebar-collapse .main-sidebar:hover .nav-legacy.nav-child-indent .nav-treeview .nav-treeview {
  padding-left: 2rem;
  margin-left: -1rem;
}

/* line 12624, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-mini.sidebar-collapse.text-sm .main-sidebar.sidebar-focused .nav-legacy.nav-child-indent .nav-treeview,
.sidebar-mini.sidebar-collapse.text-sm .main-sidebar:hover .nav-legacy.nav-child-indent .nav-treeview,
.sidebar-mini-md.sidebar-collapse.text-sm .main-sidebar.sidebar-focused .nav-legacy.nav-child-indent .nav-treeview,
.sidebar-mini-md.sidebar-collapse.text-sm .main-sidebar:hover .nav-legacy.nav-child-indent .nav-treeview {
  padding-left: .5rem;
}

/* line 12631, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-mini.sidebar-collapse.text-sm .main-sidebar.sidebar-focused .nav-legacy.nav-child-indent .nav-treeview .nav-treeview,
.sidebar-mini.sidebar-collapse.text-sm .main-sidebar:hover .nav-legacy.nav-child-indent .nav-treeview .nav-treeview,
.sidebar-mini-md.sidebar-collapse.text-sm .main-sidebar.sidebar-focused .nav-legacy.nav-child-indent .nav-treeview .nav-treeview,
.sidebar-mini-md.sidebar-collapse.text-sm .main-sidebar:hover .nav-legacy.nav-child-indent .nav-treeview .nav-treeview {
  padding-left: 1rem;
  margin-left: -.5rem;
}

/* line 12639, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-mini.sidebar-collapse .nav-legacy > .nav-item > .nav-link .nav-icon,
.sidebar-mini-md.sidebar-collapse .nav-legacy > .nav-item > .nav-link .nav-icon {
  margin-left: .55rem;
}

/* line 12644, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-mini.sidebar-collapse .nav-legacy > .nav-item > .nav-link.active > .nav-icon,
.sidebar-mini-md.sidebar-collapse .nav-legacy > .nav-item > .nav-link.active > .nav-icon {
  margin-left: .36rem;
}

/* line 12649, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-mini.sidebar-collapse .nav-legacy.nav-child-indent .nav-treeview .nav-treeview,
.sidebar-mini-md.sidebar-collapse .nav-legacy.nav-child-indent .nav-treeview .nav-treeview {
  padding-left: 0;
  margin-left: 0;
}

/* line 12655, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-mini.sidebar-collapse.text-sm .nav-legacy > .nav-item > .nav-link .nav-icon,
.sidebar-mini-md.sidebar-collapse.text-sm .nav-legacy > .nav-item > .nav-link .nav-icon {
  margin-left: .75rem;
}

/* line 12660, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-mini.sidebar-collapse.text-sm .nav-legacy > .nav-item > .nav-link.active > .nav-icon,
.sidebar-mini-md.sidebar-collapse.text-sm .nav-legacy > .nav-item > .nav-link.active > .nav-icon {
  margin-left: calc(.75rem - 3px);
}

/* line 12665, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-dark'] .nav-legacy.nav-sidebar > .nav-item .nav-treeview,
[class*='sidebar-dark'] .nav-legacy.nav-sidebar > .nav-item > .nav-treeview {
  background: rgba(255, 255, 255, 0.05);
}

/* line 12670, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-dark'] .nav-legacy.nav-sidebar > .nav-item > .nav-link.active {
  color: #ffffff;
}

/* line 12674, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-dark'] .nav-legacy .nav-treeview > .nav-item > .nav-link.active, [class*='sidebar-dark'] .nav-legacy .nav-treeview > .nav-item > .nav-link:focus, [class*='sidebar-dark'] .nav-legacy .nav-treeview > .nav-item > .nav-link:hover {
  background: none;
  color: #ffffff;
}

/* line 12679, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-light'] .nav-legacy.nav-sidebar > .nav-item .nav-treeview,
[class*='sidebar-light'] .nav-legacy.nav-sidebar > .nav-item > .nav-treeview {
  background: rgba(0, 0, 0, 0.05);
}

/* line 12684, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-light'] .nav-legacy.nav-sidebar > .nav-item > .nav-link.active {
  color: #000;
}

/* line 12688, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-light'] .nav-legacy .nav-treeview > .nav-item > .nav-link.active, [class*='sidebar-light'] .nav-legacy .nav-treeview > .nav-item > .nav-link:focus, [class*='sidebar-light'] .nav-legacy .nav-treeview > .nav-item > .nav-link:hover {
  background: none;
  color: #000;
}

/* line 12693, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-collapse-hide-child .menu-open > .nav-treeview {
  max-height: -webkit-min-content;
  max-height: -moz-min-content;
  max-height: min-content;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 12705, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-collapse .nav-collapse-hide-child .menu-open > .nav-treeview {
  max-height: 0;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 12715, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .nav-collapse-hide-child .menu-open > .nav-treeview,
.sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-collapse-hide-child .menu-open > .nav-treeview,
.sidebar-mini-md.sidebar-collapse .main-sidebar.sidebar-focused .nav-collapse-hide-child .menu-open > .nav-treeview,
.sidebar-mini-md.sidebar-collapse .main-sidebar:hover .nav-collapse-hide-child .menu-open > .nav-treeview {
  max-height: -webkit-min-content;
  max-height: -moz-min-content;
  max-height: min-content;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 12730, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-compact .nav-link,
.nav-compact .nav-header {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* line 12736, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-compact .nav-header:not(:first-of-type) {
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;
}

/* line 12741, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-compact .nav-link > .right,
.nav-compact .nav-link > p > .right {
  top: .465rem;
}

/* line 12746, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .nav-compact .nav-link > .right,
.text-sm .nav-compact .nav-link > p > .right {
  top: .7rem;
}

/* line 12751, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-dark'] .form-control-sidebar,
[class*='sidebar-dark'] .btn-sidebar {
  background: #3f474e;
  border: 1px solid #56606a;
  color: white;
}

/* line 12758, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-dark'] .form-control-sidebar:focus,
[class*='sidebar-dark'] .btn-sidebar:focus {
  border: 1px solid #7a8793;
}

/* line 12763, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-dark'] .btn-sidebar:hover {
  background: #454d55;
}

/* line 12767, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-dark'] .btn-sidebar:focus {
  background: #4b545c;
}

/* line 12771, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-light'] .form-control-sidebar,
[class*='sidebar-light'] .btn-sidebar {
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
  color: #1F2D3D;
}

/* line 12778, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-light'] .form-control-sidebar:focus,
[class*='sidebar-light'] .btn-sidebar:focus {
  border: 1px solid #b3b3b3;
}

/* line 12783, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-light'] .btn-sidebar:hover {
  background: #ececec;
}

/* line 12787, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*='sidebar-light'] .btn-sidebar:focus {
  background: #e6e6e6;
}

/* line 12791, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar .form-inline .input-group {
  width: 100%;
}

/* line 12795, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar nav .form-inline {
  margin-bottom: .2rem;
}

/* line 12799, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-boxed.sidebar-collapse .main-sidebar {
  margin-left: 0;
}

/* line 12803, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.layout-boxed .content-wrapper,
.layout-boxed .main-header,
.layout-boxed .main-footer {
  z-index: 9999;
  position: relative;
}

/* line 12810, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.logo-xs,
.logo-xl {
  opacity: 1;
  position: absolute;
  visibility: visible;
}

/* line 12817, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.logo-xs.brand-image-xs,
.logo-xl.brand-image-xs {
  left: 18px;
  top: 12px;
}

/* line 12823, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.logo-xs.brand-image-xl,
.logo-xl.brand-image-xl {
  left: 12px;
  top: 6px;
}

/* line 12829, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.logo-xs {
  opacity: 0;
  visibility: hidden;
}

/* line 12834, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.logo-xs.brand-image-xl {
  left: 16px;
  top: 8px;
}

/* line 12839, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.brand-link.logo-switch::before {
  content: '\00a0';
}

@media (min-width: 992px) {
  /* line 12844, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini .nav-sidebar,
  .sidebar-mini .nav-sidebar > .nav-header,
  .sidebar-mini .nav-sidebar .nav-link {
    white-space: nowrap;
    overflow: hidden;
  }
  /* line 12850, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini.sidebar-collapse .d-hidden-mini {
    display: none;
  }
  /* line 12853, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 4.6rem !important;
  }
  /* line 12857, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini.sidebar-collapse .main-header {
    margin-left: 4.6rem !important;
  }
  /* line 12860, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini.sidebar-collapse .nav-sidebar .nav-header {
    display: none;
  }
  /* line 12863, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini.sidebar-collapse .nav-sidebar .nav-link p {
    width: 0;
  }
  /* line 12866, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini.sidebar-collapse .sidebar .user-panel > .info,
  .sidebar-mini.sidebar-collapse .nav-sidebar .nav-link p,
  .sidebar-mini.sidebar-collapse .brand-text {
    margin-left: -10px;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: hidden;
  }
  /* line 12878, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini.sidebar-collapse .logo-xl {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: hidden;
  }
  /* line 12887, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini.sidebar-collapse .logo-xs {
    display: inline-block;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
  }
  /* line 12897, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini.sidebar-collapse .main-sidebar {
    overflow-x: hidden;
  }
  /* line 12900, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini.sidebar-collapse .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar::before {
    margin-left: 0;
    width: 4.6rem;
  }
  /* line 12904, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini.sidebar-collapse .main-sidebar .user-panel .image {
    float: none;
  }
  /* line 12907, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini.sidebar-collapse .main-sidebar:hover, .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused {
    width: 250px;
  }
  /* line 12910, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini.sidebar-collapse .main-sidebar:hover .brand-link, .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .brand-link {
    width: 250px;
  }
  /* line 12913, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini.sidebar-collapse .main-sidebar:hover .user-panel, .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .user-panel {
    text-align: left;
  }
  /* line 12916, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini.sidebar-collapse .main-sidebar:hover .user-panel .image, .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .user-panel .image {
    float: left;
  }
  /* line 12919, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini.sidebar-collapse .main-sidebar:hover .user-panel > .info,
  .sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-sidebar .nav-link p,
  .sidebar-mini.sidebar-collapse .main-sidebar:hover .brand-text,
  .sidebar-mini.sidebar-collapse .main-sidebar:hover .logo-xl, .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .user-panel > .info,
  .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .nav-sidebar .nav-link p,
  .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .brand-text,
  .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .logo-xl {
    display: inline-block;
    margin-left: 0;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
  }
  /* line 12936, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini.sidebar-collapse .main-sidebar:hover .logo-xs, .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .logo-xs {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: hidden;
  }
  /* line 12945, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini.sidebar-collapse .main-sidebar:hover .brand-image, .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .brand-image {
    margin-right: .5rem;
  }
  /* line 12948, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini.sidebar-collapse .main-sidebar:hover .sidebar-form,
  .sidebar-mini.sidebar-collapse .main-sidebar:hover .user-panel > .info, .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .sidebar-form,
  .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .user-panel > .info {
    display: block !important;
    -webkit-transform: translateZ(0);
  }
  /* line 12954, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-sidebar > .nav-item > .nav-link > span, .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .nav-sidebar > .nav-item > .nav-link > span {
    display: inline-block !important;
  }
  /* line 12957, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini.sidebar-collapse .visible-sidebar-mini {
    display: block !important;
  }
  /* line 12960, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini.sidebar-collapse.layout-fixed .main-sidebar:hover .brand-link {
    width: 250px;
  }
}

@media (max-width: 991.98px) {
  /* line 12967, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini.sidebar-collapse .main-sidebar {
    box-shadow: none !important;
  }
}

@media (min-width: 768px) {
  /* line 12973, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini-md .nav-sidebar,
  .sidebar-mini-md .nav-sidebar > .nav-header,
  .sidebar-mini-md .nav-sidebar .nav-link {
    white-space: nowrap;
    overflow: hidden;
  }
  /* line 12979, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini-md.sidebar-collapse .d-hidden-mini {
    display: none;
  }
  /* line 12982, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini-md.sidebar-collapse .content-wrapper,
  .sidebar-mini-md.sidebar-collapse .main-footer,
  .sidebar-mini-md.sidebar-collapse .main-header {
    margin-left: 4.6rem !important;
  }
  /* line 12987, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini-md.sidebar-collapse .nav-sidebar .nav-header {
    display: none;
  }
  /* line 12990, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini-md.sidebar-collapse .nav-sidebar .nav-link p {
    width: 0;
  }
  /* line 12993, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini-md.sidebar-collapse .sidebar .user-panel > .info,
  .sidebar-mini-md.sidebar-collapse .nav-sidebar .nav-link p,
  .sidebar-mini-md.sidebar-collapse .brand-text {
    margin-left: -10px;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: hidden;
  }
  /* line 13005, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini-md.sidebar-collapse .logo-xl {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: hidden;
  }
  /* line 13014, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini-md.sidebar-collapse .logo-xs {
    display: inline-block;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
  }
  /* line 13024, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini-md.sidebar-collapse .main-sidebar {
    overflow-x: hidden;
  }
  /* line 13027, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini-md.sidebar-collapse .main-sidebar, .sidebar-mini-md.sidebar-collapse .main-sidebar::before {
    margin-left: 0;
    width: 4.6rem;
  }
  /* line 13031, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini-md.sidebar-collapse .main-sidebar .user-panel .image {
    float: none;
  }
  /* line 13034, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini-md.sidebar-collapse .main-sidebar:hover, .sidebar-mini-md.sidebar-collapse .main-sidebar.sidebar-focused {
    width: 250px;
  }
  /* line 13037, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini-md.sidebar-collapse .main-sidebar:hover .brand-link, .sidebar-mini-md.sidebar-collapse .main-sidebar.sidebar-focused .brand-link {
    width: 250px;
  }
  /* line 13040, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini-md.sidebar-collapse .main-sidebar:hover .user-panel, .sidebar-mini-md.sidebar-collapse .main-sidebar.sidebar-focused .user-panel {
    text-align: left;
  }
  /* line 13043, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini-md.sidebar-collapse .main-sidebar:hover .user-panel .image, .sidebar-mini-md.sidebar-collapse .main-sidebar.sidebar-focused .user-panel .image {
    float: left;
  }
  /* line 13046, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini-md.sidebar-collapse .main-sidebar:hover .user-panel > .info,
  .sidebar-mini-md.sidebar-collapse .main-sidebar:hover .nav-sidebar .nav-link p,
  .sidebar-mini-md.sidebar-collapse .main-sidebar:hover .brand-text,
  .sidebar-mini-md.sidebar-collapse .main-sidebar:hover .logo-xl, .sidebar-mini-md.sidebar-collapse .main-sidebar.sidebar-focused .user-panel > .info,
  .sidebar-mini-md.sidebar-collapse .main-sidebar.sidebar-focused .nav-sidebar .nav-link p,
  .sidebar-mini-md.sidebar-collapse .main-sidebar.sidebar-focused .brand-text,
  .sidebar-mini-md.sidebar-collapse .main-sidebar.sidebar-focused .logo-xl {
    display: inline-block;
    margin-left: 0;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
  }
  /* line 13063, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini-md.sidebar-collapse .main-sidebar:hover .logo-xs, .sidebar-mini-md.sidebar-collapse .main-sidebar.sidebar-focused .logo-xs {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: hidden;
  }
  /* line 13072, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini-md.sidebar-collapse .main-sidebar:hover .brand-image, .sidebar-mini-md.sidebar-collapse .main-sidebar.sidebar-focused .brand-image {
    margin-right: .5rem;
  }
  /* line 13075, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini-md.sidebar-collapse .main-sidebar:hover .sidebar-form,
  .sidebar-mini-md.sidebar-collapse .main-sidebar:hover .user-panel > .info, .sidebar-mini-md.sidebar-collapse .main-sidebar.sidebar-focused .sidebar-form,
  .sidebar-mini-md.sidebar-collapse .main-sidebar.sidebar-focused .user-panel > .info {
    display: block !important;
    -webkit-transform: translateZ(0);
  }
  /* line 13081, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini-md.sidebar-collapse .main-sidebar:hover .nav-sidebar > .nav-item > .nav-link > span, .sidebar-mini-md.sidebar-collapse .main-sidebar.sidebar-focused .nav-sidebar > .nav-item > .nav-link > span {
    display: inline-block !important;
  }
  /* line 13084, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini-md.sidebar-collapse .visible-sidebar-mini {
    display: block !important;
  }
  /* line 13087, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini-md.sidebar-collapse.layout-fixed .main-sidebar:hover .brand-link {
    width: 250px;
  }
  /* line 13090, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini-md.sidebar-collapse.layout-fixed .brand-link {
    width: 4.6rem;
  }
}

@media (max-width: 767.98px) {
  /* line 13096, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar-mini-md.sidebar-collapse .main-sidebar {
    box-shadow: none !important;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 13137, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-collapse .main-sidebar.sidebar-focused .nav-header,
.sidebar-collapse .main-sidebar:hover .nav-header {
  display: inline-block;
}

/* line 13142, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-collapse .sidebar-no-expand.main-sidebar.sidebar-focused,
.sidebar-collapse .sidebar-no-expand.main-sidebar:hover {
  width: 4.6rem;
}

/* line 13147, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-collapse .sidebar-no-expand.main-sidebar.sidebar-focused .nav-header,
.sidebar-collapse .sidebar-no-expand.main-sidebar:hover .nav-header {
  display: none;
}

/* line 13152, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-collapse .sidebar-no-expand.main-sidebar.sidebar-focused .brand-link,
.sidebar-collapse .sidebar-no-expand.main-sidebar:hover .brand-link {
  width: 4.6rem !important;
}

/* line 13157, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-collapse .sidebar-no-expand.main-sidebar.sidebar-focused .user-panel .image,
.sidebar-collapse .sidebar-no-expand.main-sidebar:hover .user-panel .image {
  float: none !important;
}

/* line 13162, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-collapse .sidebar-no-expand.main-sidebar.sidebar-focused .logo-xs,
.sidebar-collapse .sidebar-no-expand.main-sidebar:hover .logo-xs {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
}

/* line 13173, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-collapse .sidebar-no-expand.main-sidebar.sidebar-focused .logo-xl,
.sidebar-collapse .sidebar-no-expand.main-sidebar:hover .logo-xl {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
}

/* line 13184, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-collapse .sidebar-no-expand.main-sidebar.sidebar-focused .nav-sidebar.nav-child-indent .nav-treeview,
.sidebar-collapse .sidebar-no-expand.main-sidebar:hover .nav-sidebar.nav-child-indent .nav-treeview {
  padding-left: 0;
}

/* line 13189, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-collapse .sidebar-no-expand.main-sidebar.sidebar-focused .brand-text,
.sidebar-collapse .sidebar-no-expand.main-sidebar.sidebar-focused .user-panel > .info,
.sidebar-collapse .sidebar-no-expand.main-sidebar.sidebar-focused .nav-sidebar .nav-link p,
.sidebar-collapse .sidebar-no-expand.main-sidebar:hover .brand-text,
.sidebar-collapse .sidebar-no-expand.main-sidebar:hover .user-panel > .info,
.sidebar-collapse .sidebar-no-expand.main-sidebar:hover .nav-sidebar .nav-link p {
  margin-left: -10px;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
  width: 0;
}

/* line 13206, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-collapse .sidebar-no-expand.main-sidebar.sidebar-focused .nav-sidebar > .nav-item .nav-icon,
.sidebar-collapse .sidebar-no-expand.main-sidebar:hover .nav-sidebar > .nav-item .nav-icon {
  margin-right: 0;
}

/* line 13211, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-sidebar {
  position: relative;
}

/* line 13215, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-sidebar:hover {
  overflow: visible;
}

/* line 13219, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar-form,
.nav-sidebar > .nav-header {
  overflow: hidden;
  text-overflow: clip;
}

/* line 13225, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-sidebar .nav-item > .nav-link {
  position: relative;
}

/* line 13229, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-sidebar .nav-item > .nav-link > .float-right {
  margin-top: -7px;
  position: absolute;
  right: 10px;
  top: 50%;
}

/* line 13236, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sidebar .nav-link p,
.main-sidebar .brand-text,
.main-sidebar .logo-xs,
.main-sidebar .logo-xl,
.sidebar .user-panel .info {
  transition: margin-left 0.3s linear, opacity 0.3s ease, visibility 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 13245, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .sidebar .nav-link p,
  .main-sidebar .brand-text,
  .main-sidebar .logo-xs,
  .main-sidebar .logo-xl,
  .sidebar .user-panel .info {
    transition: none;
  }
}

/* line 13254, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
html.control-sidebar-animate {
  overflow-x: hidden;
}

/* line 13258, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.control-sidebar {
  bottom: calc(3.5rem + 1px);
  position: absolute;
  top: calc(3.5rem + 1px);
  z-index: 1031;
}

/* line 13265, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.control-sidebar, .control-sidebar::before {
  bottom: calc(3.5rem + 1px);
  display: none;
  right: -250px;
  width: 250px;
  transition: right 0.3s ease-in-out, display 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 13274, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .control-sidebar, .control-sidebar::before {
    transition: none;
  }
}

/* line 13279, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.control-sidebar::before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  z-index: -1;
}

/* line 13287, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
body.text-sm .control-sidebar {
  bottom: calc(2.9365rem + 1px);
  top: calc(2.93725rem + 1px);
}

/* line 13292, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.main-header.text-sm ~ .control-sidebar {
  top: calc(2.93725rem + 1px);
}

/* line 13296, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.main-footer.text-sm ~ .control-sidebar {
  bottom: calc(2.9365rem + 1px);
}

/* line 13300, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.control-sidebar-push-slide .content-wrapper,
.control-sidebar-push-slide .main-footer {
  transition: margin-right 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 13306, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .control-sidebar-push-slide .content-wrapper,
  .control-sidebar-push-slide .main-footer {
    transition: none;
  }
}

/* line 13312, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.control-sidebar-open .control-sidebar {
  display: block;
}

/* line 13316, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.control-sidebar-open .control-sidebar, .control-sidebar-open .control-sidebar::before {
  right: 0;
}

/* line 13320, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.control-sidebar-open.control-sidebar-push .content-wrapper,
.control-sidebar-open.control-sidebar-push .main-footer, .control-sidebar-open.control-sidebar-push-slide .content-wrapper,
.control-sidebar-open.control-sidebar-push-slide .main-footer {
  margin-right: 250px;
}

/* line 13326, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.control-sidebar-slide-open .control-sidebar {
  display: block;
}

/* line 13330, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.control-sidebar-slide-open .control-sidebar, .control-sidebar-slide-open .control-sidebar::before {
  right: 0;
  transition: right 0.3s ease-in-out, display 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 13336, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .control-sidebar-slide-open .control-sidebar, .control-sidebar-slide-open .control-sidebar::before {
    transition: none;
  }
}

/* line 13341, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.control-sidebar-slide-open.control-sidebar-push .content-wrapper,
.control-sidebar-slide-open.control-sidebar-push .main-footer, .control-sidebar-slide-open.control-sidebar-push-slide .content-wrapper,
.control-sidebar-slide-open.control-sidebar-push-slide .main-footer {
  margin-right: 250px;
}

/* line 13347, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.control-sidebar-dark,
.control-sidebar-dark a,
.control-sidebar-dark .nav-link {
  color: #C2C7D0;
}

/* line 13353, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.control-sidebar-dark {
  background: #343a40;
}

/* line 13357, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.control-sidebar-dark a:hover {
  color: #ffffff;
}

/* line 13361, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.control-sidebar-dark h1,
.control-sidebar-dark h2,
.control-sidebar-dark h3,
.control-sidebar-dark h4,
.control-sidebar-dark h5,
.control-sidebar-dark h6,
.control-sidebar-dark label {
  color: #ffffff;
}

/* line 13371, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.control-sidebar-dark .nav-tabs {
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 0;
  margin-bottom: 5px;
}

/* line 13377, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.control-sidebar-dark .nav-tabs .nav-item {
  margin: 0;
}

/* line 13381, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.control-sidebar-dark .nav-tabs .nav-link {
  border-radius: 0;
  padding: 10px 20px;
  position: relative;
  text-align: center;
}

/* line 13388, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.control-sidebar-dark .nav-tabs .nav-link, .control-sidebar-dark .nav-tabs .nav-link:hover, .control-sidebar-dark .nav-tabs .nav-link:active, .control-sidebar-dark .nav-tabs .nav-link:focus, .control-sidebar-dark .nav-tabs .nav-link.active {
  border: 0;
}

/* line 13392, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.control-sidebar-dark .nav-tabs .nav-link:hover, .control-sidebar-dark .nav-tabs .nav-link:active, .control-sidebar-dark .nav-tabs .nav-link:focus, .control-sidebar-dark .nav-tabs .nav-link.active {
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  color: #ffffff;
}

/* line 13399, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.control-sidebar-dark .nav-tabs .nav-link.active {
  background-color: #343a40;
}

/* line 13403, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.control-sidebar-dark .tab-pane {
  padding: 10px 15px;
}

/* line 13407, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.control-sidebar-light {
  color: #4b545c;
}

/* line 13411, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.control-sidebar-light {
  background: #ffffff;
  border-left: 1px solid #dee2e6;
}

/* line 13416, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .dropdown-menu {
  font-size: 0.875rem !important;
}

/* line 13420, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .dropdown-toggle::after {
  vertical-align: .2rem;
}

/* line 13424, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-item-title {
  font-size: 1rem;
  margin: 0;
}

/* line 13429, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-icon::after {
  margin-left: 0;
}

/* line 13433, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-menu-lg {
  max-width: 300px;
  min-width: 280px;
  padding: 0;
}

/* line 13439, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-menu-lg .dropdown-divider {
  margin: 0;
}

/* line 13443, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-menu-lg .dropdown-item {
  padding: 0.5rem 1rem;
}

/* line 13447, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-menu-lg p {
  margin: 0;
  white-space: normal;
}

/* line 13452, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-submenu {
  position: relative;
}

/* line 13456, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-submenu > a:after {
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  float: right;
  margin-left: .5rem;
  margin-top: .5rem;
}

/* line 13466, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-submenu > .dropdown-menu {
  left: 100%;
  margin-left: 0px;
  margin-top: 0px;
  top: 0;
}

/* line 13473, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-hover:hover > .dropdown-menu, .dropdown-hover.nav-item.dropdown:hover > .dropdown-menu,
.dropdown-hover .dropdown-submenu:hover > .dropdown-menu, .dropdown-hover.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 13478, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-menu-xl {
  max-width: 420px;
  min-width: 360px;
  padding: 0;
}

/* line 13484, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-menu-xl .dropdown-divider {
  margin: 0;
}

/* line 13488, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-menu-xl .dropdown-item {
  padding: 0.5rem 1rem;
}

/* line 13492, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-menu-xl p {
  margin: 0;
  white-space: normal;
}

/* line 13497, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.dropdown-footer,
.dropdown-header {
  display: block;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  text-align: center;
}

/* line 13505, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.open:not(.dropup) > .animated-dropdown-menu {
  -webkit-animation: flipInX 0.7s both;
  animation: flipInX 0.7s both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 13566, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-custom-menu > .navbar-nav > li {
  position: relative;
}

/* line 13570, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}

@media (max-width: 767.98px) {
  /* line 13577, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-custom-menu > .navbar-nav {
    float: right;
  }
  /* line 13580, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-custom-menu > .navbar-nav > li {
    position: static;
  }
  /* line 13583, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 5%;
    left: auto;
    border: 1px solid #ddd;
    background: #ffffff;
  }
}

/* line 13592, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-nav > .user-menu > .nav-link:after {
  content: none;
}

/* line 13596, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-nav > .user-menu > .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
  width: 280px;
}

/* line 13603, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-nav > .user-menu > .dropdown-menu,
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 13609, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 175px;
  padding: 10px;
  text-align: center;
}

/* line 13615, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 13624, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  font-size: 17px;
  margin-top: 10px;
}

/* line 13630, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px;
}

/* line 13635, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  border-bottom: 1px solid #495057;
  border-top: 1px solid #dee2e6;
  padding: 15px;
}

/* line 13641, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-nav > .user-menu > .dropdown-menu > .user-body::after {
  display: block;
  clear: both;
  content: "";
}

@media (min-width: 576px) {
  /* line 13648, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    background: #ffffff !important;
    color: #495057 !important;
  }
}

/* line 13654, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  background-color: #f8f9fa;
  padding: 10px;
}

/* line 13659, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-nav > .user-menu > .dropdown-menu > .user-footer::after {
  display: block;
  clear: both;
  content: "";
}

/* line 13665, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
  color: #6c757d;
}

@media (min-width: 576px) {
  /* line 13670, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
    background-color: #f8f9fa;
  }
}

/* line 13675, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-nav > .user-menu .user-image {
  border-radius: 50%;
  float: left;
  height: 2.1rem;
  margin-right: 10px;
  margin-top: -2px;
  width: 2.1rem;
}

@media (min-width: 576px) {
  /* line 13685, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .navbar-nav > .user-menu .user-image {
    float: none;
    line-height: 10px;
    margin-right: .4rem;
    margin-top: -8px;
  }
}

/* line 13693, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-pills .nav-link {
  color: #6c757d;
}

/* line 13697, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-pills .nav-link:not(.active):hover {
  color: #007bff;
}

/* line 13701, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-pills .nav-item.dropdown.show .nav-link:hover {
  color: #ffffff;
}

/* line 13705, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-tabs.flex-column {
  border-bottom: 0;
  border-right: 1px solid #dee2e6;
}

/* line 13710, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-tabs.flex-column .nav-link {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  margin-right: -1px;
}

/* line 13716, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-tabs.flex-column .nav-link:hover, .nav-tabs.flex-column .nav-link:focus {
  border-color: #e9ecef transparent #e9ecef #e9ecef;
}

/* line 13720, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-tabs.flex-column .nav-link.active,
.nav-tabs.flex-column .nav-item.show .nav-link {
  border-color: #dee2e6 transparent #dee2e6 #dee2e6;
}

/* line 13725, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-tabs.flex-column.nav-tabs-right {
  border-left: 1px solid #dee2e6;
  border-right: 0;
}

/* line 13730, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-tabs.flex-column.nav-tabs-right .nav-link {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0.25rem;
  margin-left: -1px;
}

/* line 13738, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-tabs.flex-column.nav-tabs-right .nav-link:hover, .nav-tabs.flex-column.nav-tabs-right .nav-link:focus {
  border-color: #e9ecef #e9ecef #e9ecef transparent;
}

/* line 13742, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav-tabs.flex-column.nav-tabs-right .nav-link.active,
.nav-tabs.flex-column.nav-tabs-right .nav-item.show .nav-link {
  border-color: #dee2e6 #dee2e6 #dee2e6 transparent;
}

/* line 13747, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-no-expand {
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 13752, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-no-expand .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 13757, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-no-expand .dropdown-menu {
  position: absolute;
}

/* line 13761, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-light {
  background-color: #f8f9fa;
}

/* line 13765, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-dark {
  background-color: #343a40;
}

/* line 13769, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-primary {
  background-color: #007bff;
}

/* line 13773, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-secondary {
  background-color: #6c757d;
}

/* line 13777, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-success {
  background-color: #28a745;
}

/* line 13781, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-info {
  background-color: #17a2b8;
}

/* line 13785, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-warning {
  background-color: #ffc107;
}

/* line 13789, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-danger {
  background-color: #dc3545;
}

/* line 13793, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-lightblue {
  background-color: #3c8dbc;
}

/* line 13797, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-navy {
  background-color: #001f3f;
}

/* line 13801, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-olive {
  background-color: #3d9970;
}

/* line 13805, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-lime {
  background-color: #01ff70;
}

/* line 13809, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-fuchsia {
  background-color: #f012be;
}

/* line 13813, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-maroon {
  background-color: #d81b60;
}

/* line 13817, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-blue {
  background-color: #007bff;
}

/* line 13821, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-indigo {
  background-color: #6610f2;
}

/* line 13825, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-purple {
  background-color: #6f42c1;
}

/* line 13829, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-pink {
  background-color: #e83e8c;
}

/* line 13833, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-red {
  background-color: #dc3545;
}

/* line 13837, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-orange {
  background-color: #fd7e14;
}

/* line 13841, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-yellow {
  background-color: #ffc107;
}

/* line 13845, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-green {
  background-color: #28a745;
}

/* line 13849, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-teal {
  background-color: #20c997;
}

/* line 13853, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-cyan {
  background-color: #17a2b8;
}

/* line 13857, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-white {
  background-color: #ffffff;
}

/* line 13861, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-gray {
  background-color: #6c757d;
}

/* line 13865, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.navbar-gray-dark {
  background-color: #343a40;
}

/* line 13869, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-group.has-icon {
  position: relative;
}

/* line 13873, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-group.has-icon .form-control {
  padding-right: 35px;
}

/* line 13877, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-group.has-icon .form-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
  position: absolute;
  right: 3px;
  top: 0;
}

/* line 13888, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-group-vertical .btn.btn-flat:first-of-type, .btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0;
}

/* line 13892, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-control-feedback.fa, .form-control-feedback.fas, .form-control-feedback.far, .form-control-feedback.fab, .form-control-feedback.glyphicon, .form-control-feedback.ion {
  line-height: calc(2.25rem + 2px);
}

/* line 13896, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.input-lg + .form-control-feedback.fa, .input-lg + .form-control-feedback.fas, .input-lg + .form-control-feedback.far, .input-lg + .form-control-feedback.fab, .input-lg + .form-control-feedback.glyphicon, .input-lg + .form-control-feedback.ion,
.input-group-lg + .form-control-feedback.fa,
.input-group-lg + .form-control-feedback.fas,
.input-group-lg + .form-control-feedback.far,
.input-group-lg + .form-control-feedback.fab,
.input-group-lg + .form-control-feedback.glyphicon,
.input-group-lg + .form-control-feedback.ion {
  line-height: calc(2.875rem + 2px);
}

/* line 13906, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-group-lg .form-control + .form-control-feedback.fa, .form-group-lg .form-control + .form-control-feedback.fas, .form-group-lg .form-control + .form-control-feedback.far, .form-group-lg .form-control + .form-control-feedback.fab, .form-group-lg .form-control + .form-control-feedback.glyphicon, .form-group-lg .form-control + .form-control-feedback.ion {
  line-height: calc(2.875rem + 2px);
}

/* line 13910, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.input-sm + .form-control-feedback.fa, .input-sm + .form-control-feedback.fas, .input-sm + .form-control-feedback.far, .input-sm + .form-control-feedback.fab, .input-sm + .form-control-feedback.glyphicon, .input-sm + .form-control-feedback.ion,
.input-group-sm + .form-control-feedback.fa,
.input-group-sm + .form-control-feedback.fas,
.input-group-sm + .form-control-feedback.far,
.input-group-sm + .form-control-feedback.fab,
.input-group-sm + .form-control-feedback.glyphicon,
.input-group-sm + .form-control-feedback.ion {
  line-height: calc(1.8125rem + 2px);
}

/* line 13920, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-group-sm .form-control + .form-control-feedback.fa, .form-group-sm .form-control + .form-control-feedback.fas, .form-group-sm .form-control + .form-control-feedback.far, .form-group-sm .form-control + .form-control-feedback.fab, .form-group-sm .form-control + .form-control-feedback.glyphicon, .form-group-sm .form-control + .form-control-feedback.ion {
  line-height: calc(1.8125rem + 2px);
}

/* line 13924, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 700;
}

/* line 13928, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.warning-feedback {
  font-size: 80%;
  color: #ffc107;
  display: none;
  margin-top: 0.25rem;
  width: 100%;
}

/* line 13936, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.warning-tooltip {
  border-radius: 0.25rem;
  font-size: 0.875rem;
  background-color: rgba(255, 193, 7, 0.9);
  color: #1F2D3D;
  display: none;
  line-height: 1.5;
  margin-top: .1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}

/* line 13951, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-control.is-warning {
  border-color: #ffc107;
}

/* line 13955, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-control.is-warning:focus {
  border-color: #ffc107;
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.25);
}

/* line 13960, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-control.is-warning ~ .warning-feedback,
.form-control.is-warning ~ .warning-tooltip {
  display: block;
}

/* line 13965, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
textarea.form-control.is-warning {
  padding-right: 2.25rem;
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 13970, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-select.is-warning {
  border-color: #ffc107;
}

/* line 13974, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-select.is-warning:focus {
  border-color: #ffc107;
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.25);
}

/* line 13979, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-select.is-warning ~ .warning-feedback,
.custom-select.is-warning ~ .warning-tooltip {
  display: block;
}

/* line 13984, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-control-file.is-warning ~ .warning-feedback,
.form-control-file.is-warning ~ .warning-tooltip {
  display: block;
}

/* line 13989, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-check-input.is-warning ~ .form-check-label {
  color: #ffc107;
}

/* line 13993, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.form-check-input.is-warning ~ .warning-feedback,
.form-check-input.is-warning ~ .warning-tooltip {
  display: block;
}

/* line 13998, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-control-input.is-warning ~ .custom-control-label {
  color: #ffc107;
}

/* line 14002, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-control-input.is-warning ~ .custom-control-label::before {
  border-color: #ffc107;
}

/* line 14006, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-control-input.is-warning ~ .warning-feedback,
.custom-control-input.is-warning ~ .warning-tooltip {
  display: block;
}

/* line 14011, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-control-input.is-warning:checked ~ .custom-control-label::before {
  background-color: #ffce3a;
  border-color: #ffce3a;
}

/* line 14016, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-control-input.is-warning:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.25);
}

/* line 14020, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-control-input.is-warning:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ffc107;
}

/* line 14024, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-file-input.is-warning ~ .custom-file-label {
  border-color: #ffc107;
}

/* line 14028, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-file-input.is-warning ~ .warning-feedback,
.custom-file-input.is-warning ~ .warning-tooltip {
  display: block;
}

/* line 14033, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-file-input.is-warning:focus ~ .custom-file-label {
  border-color: #ffc107;
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.25);
}

/* line 14038, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-primary .custom-control-input ~ .custom-control-label::before {
  background: #007bff;
  border-color: #004a99;
}

/* line 14043, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-primary .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* line 14047, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-primary .custom-control-input ~ .custom-control-label::after {
  background: #003e80;
}

/* line 14051, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-primary .custom-control-input:checked ~ .custom-control-label::before {
  background: #007bff;
  border-color: #004a99;
}

/* line 14056, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-primary .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* line 14060, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-primary .custom-control-input:checked ~ .custom-control-label::after {
  background: #99caff;
}

/* line 14064, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-secondary .custom-control-input ~ .custom-control-label::before {
  background: #6c757d;
  border-color: #3d4246;
}

/* line 14069, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-secondary .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(108, 117, 125, 0.25);
}

/* line 14073, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-secondary .custom-control-input ~ .custom-control-label::after {
  background: #313539;
}

/* line 14077, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-secondary .custom-control-input:checked ~ .custom-control-label::before {
  background: #6c757d;
  border-color: #3d4246;
}

/* line 14082, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-secondary .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(108, 117, 125, 0.25);
}

/* line 14086, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-secondary .custom-control-input:checked ~ .custom-control-label::after {
  background: #bcc1c6;
}

/* line 14090, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-success .custom-control-input ~ .custom-control-label::before {
  background: #28a745;
  border-color: #145523;
}

/* line 14095, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-success .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(40, 167, 69, 0.25);
}

/* line 14099, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-success .custom-control-input ~ .custom-control-label::after {
  background: #0f401b;
}

/* line 14103, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-success .custom-control-input:checked ~ .custom-control-label::before {
  background: #28a745;
  border-color: #145523;
}

/* line 14108, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-success .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(40, 167, 69, 0.25);
}

/* line 14112, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-success .custom-control-input:checked ~ .custom-control-label::after {
  background: #86e29b;
}

/* line 14116, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-info .custom-control-input ~ .custom-control-label::before {
  background: #17a2b8;
  border-color: #0c525d;
}

/* line 14121, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-info .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(23, 162, 184, 0.25);
}

/* line 14125, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-info .custom-control-input ~ .custom-control-label::after {
  background: #093e47;
}

/* line 14129, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-info .custom-control-input:checked ~ .custom-control-label::before {
  background: #17a2b8;
  border-color: #0c525d;
}

/* line 14134, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-info .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(23, 162, 184, 0.25);
}

/* line 14138, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-info .custom-control-input:checked ~ .custom-control-label::after {
  background: #7adeee;
}

/* line 14142, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-warning .custom-control-input ~ .custom-control-label::before {
  background: #ffc107;
  border-color: #a07800;
}

/* line 14147, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-warning .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(255, 193, 7, 0.25);
}

/* line 14151, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-warning .custom-control-input ~ .custom-control-label::after {
  background: #876500;
}

/* line 14155, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-warning .custom-control-input:checked ~ .custom-control-label::before {
  background: #ffc107;
  border-color: #a07800;
}

/* line 14160, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-warning .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(255, 193, 7, 0.25);
}

/* line 14164, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-warning .custom-control-input:checked ~ .custom-control-label::after {
  background: #ffe7a0;
}

/* line 14168, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-danger .custom-control-input ~ .custom-control-label::before {
  background: #dc3545;
  border-color: #921925;
}

/* line 14173, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-danger .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(220, 53, 69, 0.25);
}

/* line 14177, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-danger .custom-control-input ~ .custom-control-label::after {
  background: #7c151f;
}

/* line 14181, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-danger .custom-control-input:checked ~ .custom-control-label::before {
  background: #dc3545;
  border-color: #921925;
}

/* line 14186, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-danger .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(220, 53, 69, 0.25);
}

/* line 14190, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-danger .custom-control-input:checked ~ .custom-control-label::after {
  background: #f3b7bd;
}

/* line 14194, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-light .custom-control-input ~ .custom-control-label::before {
  background: #f8f9fa;
  border-color: #bdc6d0;
}

/* line 14199, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-light .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(248, 249, 250, 0.25);
}

/* line 14203, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-light .custom-control-input ~ .custom-control-label::after {
  background: #aeb9c5;
}

/* line 14207, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-light .custom-control-input:checked ~ .custom-control-label::before {
  background: #f8f9fa;
  border-color: #bdc6d0;
}

/* line 14212, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-light .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(248, 249, 250, 0.25);
}

/* line 14216, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-light .custom-control-input:checked ~ .custom-control-label::after {
  background: white;
}

/* line 14220, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-dark .custom-control-input ~ .custom-control-label::before {
  background: #343a40;
  border-color: #060708;
}

/* line 14225, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-dark .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(52, 58, 64, 0.25);
}

/* line 14229, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-dark .custom-control-input ~ .custom-control-label::after {
  background: black;
}

/* line 14233, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-dark .custom-control-input:checked ~ .custom-control-label::before {
  background: #343a40;
  border-color: #060708;
}

/* line 14238, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-dark .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(52, 58, 64, 0.25);
}

/* line 14242, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-dark .custom-control-input:checked ~ .custom-control-label::after {
  background: #7a8793;
}

/* line 14246, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-lightblue .custom-control-input ~ .custom-control-label::before {
  background: #3c8dbc;
  border-color: #23536f;
}

/* line 14251, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-lightblue .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(60, 141, 188, 0.25);
}

/* line 14255, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-lightblue .custom-control-input ~ .custom-control-label::after {
  background: #1d455b;
}

/* line 14259, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-lightblue .custom-control-input:checked ~ .custom-control-label::before {
  background: #3c8dbc;
  border-color: #23536f;
}

/* line 14264, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-lightblue .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(60, 141, 188, 0.25);
}

/* line 14268, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-lightblue .custom-control-input:checked ~ .custom-control-label::after {
  background: #acd0e5;
}

/* line 14272, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-navy .custom-control-input ~ .custom-control-label::before {
  background: #001f3f;
  border-color: black;
}

/* line 14277, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-navy .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(0, 31, 63, 0.25);
}

/* line 14281, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-navy .custom-control-input ~ .custom-control-label::after {
  background: black;
}

/* line 14285, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-navy .custom-control-input:checked ~ .custom-control-label::before {
  background: #001f3f;
  border-color: black;
}

/* line 14290, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-navy .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(0, 31, 63, 0.25);
}

/* line 14294, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-navy .custom-control-input:checked ~ .custom-control-label::after {
  background: #006ad8;
}

/* line 14298, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-olive .custom-control-input ~ .custom-control-label::before {
  background: #3d9970;
  border-color: #20503b;
}

/* line 14303, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-olive .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(61, 153, 112, 0.25);
}

/* line 14307, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-olive .custom-control-input ~ .custom-control-label::after {
  background: #193e2d;
}

/* line 14311, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-olive .custom-control-input:checked ~ .custom-control-label::before {
  background: #3d9970;
  border-color: #20503b;
}

/* line 14316, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-olive .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(61, 153, 112, 0.25);
}

/* line 14320, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-olive .custom-control-input:checked ~ .custom-control-label::after {
  background: #99d6bb;
}

/* line 14324, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-lime .custom-control-input ~ .custom-control-label::before {
  background: #01ff70;
  border-color: #009a43;
}

/* line 14329, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-lime .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(1, 255, 112, 0.25);
}

/* line 14333, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-lime .custom-control-input ~ .custom-control-label::after {
  background: #008138;
}

/* line 14337, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-lime .custom-control-input:checked ~ .custom-control-label::before {
  background: #01ff70;
  border-color: #009a43;
}

/* line 14342, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-lime .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(1, 255, 112, 0.25);
}

/* line 14346, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-lime .custom-control-input:checked ~ .custom-control-label::after {
  background: #9affc6;
}

/* line 14350, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-fuchsia .custom-control-input ~ .custom-control-label::before {
  background: #f012be;
  border-color: #930974;
}

/* line 14355, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-fuchsia .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(240, 18, 190, 0.25);
}

/* line 14359, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-fuchsia .custom-control-input ~ .custom-control-label::after {
  background: #7b0861;
}

/* line 14363, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-fuchsia .custom-control-input:checked ~ .custom-control-label::before {
  background: #f012be;
  border-color: #930974;
}

/* line 14368, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-fuchsia .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(240, 18, 190, 0.25);
}

/* line 14372, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-fuchsia .custom-control-input:checked ~ .custom-control-label::after {
  background: #f9a2e5;
}

/* line 14376, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-maroon .custom-control-input ~ .custom-control-label::before {
  background: #d81b60;
  border-color: #7d1038;
}

/* line 14381, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-maroon .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(216, 27, 96, 0.25);
}

/* line 14385, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-maroon .custom-control-input ~ .custom-control-label::after {
  background: #670d2e;
}

/* line 14389, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-maroon .custom-control-input:checked ~ .custom-control-label::before {
  background: #d81b60;
  border-color: #7d1038;
}

/* line 14394, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-maroon .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(216, 27, 96, 0.25);
}

/* line 14398, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-maroon .custom-control-input:checked ~ .custom-control-label::after {
  background: #f29aba;
}

/* line 14402, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-blue .custom-control-input ~ .custom-control-label::before {
  background: #007bff;
  border-color: #004a99;
}

/* line 14407, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-blue .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* line 14411, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-blue .custom-control-input ~ .custom-control-label::after {
  background: #003e80;
}

/* line 14415, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-blue .custom-control-input:checked ~ .custom-control-label::before {
  background: #007bff;
  border-color: #004a99;
}

/* line 14420, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-blue .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* line 14424, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-blue .custom-control-input:checked ~ .custom-control-label::after {
  background: #99caff;
}

/* line 14428, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-indigo .custom-control-input ~ .custom-control-label::before {
  background: #6610f2;
  border-color: #3d0894;
}

/* line 14433, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-indigo .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(102, 16, 242, 0.25);
}

/* line 14437, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-indigo .custom-control-input ~ .custom-control-label::after {
  background: #33077c;
}

/* line 14441, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-indigo .custom-control-input:checked ~ .custom-control-label::before {
  background: #6610f2;
  border-color: #3d0894;
}

/* line 14446, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-indigo .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(102, 16, 242, 0.25);
}

/* line 14450, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-indigo .custom-control-input:checked ~ .custom-control-label::after {
  background: #c3a1fa;
}

/* line 14454, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-purple .custom-control-input ~ .custom-control-label::before {
  background: #6f42c1;
  border-color: #432776;
}

/* line 14459, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-purple .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(111, 66, 193, 0.25);
}

/* line 14463, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-purple .custom-control-input ~ .custom-control-label::after {
  background: #382063;
}

/* line 14467, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-purple .custom-control-input:checked ~ .custom-control-label::before {
  background: #6f42c1;
  border-color: #432776;
}

/* line 14472, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-purple .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(111, 66, 193, 0.25);
}

/* line 14476, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-purple .custom-control-input:checked ~ .custom-control-label::after {
  background: #c7b5e7;
}

/* line 14480, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-pink .custom-control-input ~ .custom-control-label::before {
  background: #e83e8c;
  border-color: #ac145a;
}

/* line 14485, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-pink .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(232, 62, 140, 0.25);
}

/* line 14489, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-pink .custom-control-input ~ .custom-control-label::after {
  background: #95124e;
}

/* line 14493, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-pink .custom-control-input:checked ~ .custom-control-label::before {
  background: #e83e8c;
  border-color: #ac145a;
}

/* line 14498, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-pink .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(232, 62, 140, 0.25);
}

/* line 14502, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-pink .custom-control-input:checked ~ .custom-control-label::after {
  background: #f8c7dd;
}

/* line 14506, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-red .custom-control-input ~ .custom-control-label::before {
  background: #dc3545;
  border-color: #921925;
}

/* line 14511, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-red .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(220, 53, 69, 0.25);
}

/* line 14515, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-red .custom-control-input ~ .custom-control-label::after {
  background: #7c151f;
}

/* line 14519, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-red .custom-control-input:checked ~ .custom-control-label::before {
  background: #dc3545;
  border-color: #921925;
}

/* line 14524, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-red .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(220, 53, 69, 0.25);
}

/* line 14528, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-red .custom-control-input:checked ~ .custom-control-label::after {
  background: #f3b7bd;
}

/* line 14532, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-orange .custom-control-input ~ .custom-control-label::before {
  background: #fd7e14;
  border-color: #aa4e01;
}

/* line 14537, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-orange .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(253, 126, 20, 0.25);
}

/* line 14541, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-orange .custom-control-input ~ .custom-control-label::after {
  background: #904201;
}

/* line 14545, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-orange .custom-control-input:checked ~ .custom-control-label::before {
  background: #fd7e14;
  border-color: #aa4e01;
}

/* line 14550, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-orange .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(253, 126, 20, 0.25);
}

/* line 14554, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-orange .custom-control-input:checked ~ .custom-control-label::after {
  background: #fed1ac;
}

/* line 14558, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-yellow .custom-control-input ~ .custom-control-label::before {
  background: #ffc107;
  border-color: #a07800;
}

/* line 14563, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-yellow .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(255, 193, 7, 0.25);
}

/* line 14567, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-yellow .custom-control-input ~ .custom-control-label::after {
  background: #876500;
}

/* line 14571, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-yellow .custom-control-input:checked ~ .custom-control-label::before {
  background: #ffc107;
  border-color: #a07800;
}

/* line 14576, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-yellow .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(255, 193, 7, 0.25);
}

/* line 14580, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-yellow .custom-control-input:checked ~ .custom-control-label::after {
  background: #ffe7a0;
}

/* line 14584, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-green .custom-control-input ~ .custom-control-label::before {
  background: #28a745;
  border-color: #145523;
}

/* line 14589, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-green .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(40, 167, 69, 0.25);
}

/* line 14593, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-green .custom-control-input ~ .custom-control-label::after {
  background: #0f401b;
}

/* line 14597, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-green .custom-control-input:checked ~ .custom-control-label::before {
  background: #28a745;
  border-color: #145523;
}

/* line 14602, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-green .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(40, 167, 69, 0.25);
}

/* line 14606, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-green .custom-control-input:checked ~ .custom-control-label::after {
  background: #86e29b;
}

/* line 14610, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-teal .custom-control-input ~ .custom-control-label::before {
  background: #20c997;
  border-color: #127155;
}

/* line 14615, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-teal .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(32, 201, 151, 0.25);
}

/* line 14619, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-teal .custom-control-input ~ .custom-control-label::after {
  background: #0e5b44;
}

/* line 14623, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-teal .custom-control-input:checked ~ .custom-control-label::before {
  background: #20c997;
  border-color: #127155;
}

/* line 14628, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-teal .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(32, 201, 151, 0.25);
}

/* line 14632, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-teal .custom-control-input:checked ~ .custom-control-label::after {
  background: #94eed3;
}

/* line 14636, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-cyan .custom-control-input ~ .custom-control-label::before {
  background: #17a2b8;
  border-color: #0c525d;
}

/* line 14641, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-cyan .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(23, 162, 184, 0.25);
}

/* line 14645, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-cyan .custom-control-input ~ .custom-control-label::after {
  background: #093e47;
}

/* line 14649, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-cyan .custom-control-input:checked ~ .custom-control-label::before {
  background: #17a2b8;
  border-color: #0c525d;
}

/* line 14654, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-cyan .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(23, 162, 184, 0.25);
}

/* line 14658, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-cyan .custom-control-input:checked ~ .custom-control-label::after {
  background: #7adeee;
}

/* line 14662, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-white .custom-control-input ~ .custom-control-label::before {
  background: #ffffff;
  border-color: #cccccc;
}

/* line 14667, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-white .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(255, 255, 255, 0.25);
}

/* line 14671, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-white .custom-control-input ~ .custom-control-label::after {
  background: #bfbfbf;
}

/* line 14675, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-white .custom-control-input:checked ~ .custom-control-label::before {
  background: #ffffff;
  border-color: #cccccc;
}

/* line 14680, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-white .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(255, 255, 255, 0.25);
}

/* line 14684, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-white .custom-control-input:checked ~ .custom-control-label::after {
  background: white;
}

/* line 14688, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-gray .custom-control-input ~ .custom-control-label::before {
  background: #6c757d;
  border-color: #3d4246;
}

/* line 14693, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-gray .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(108, 117, 125, 0.25);
}

/* line 14697, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-gray .custom-control-input ~ .custom-control-label::after {
  background: #313539;
}

/* line 14701, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-gray .custom-control-input:checked ~ .custom-control-label::before {
  background: #6c757d;
  border-color: #3d4246;
}

/* line 14706, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-gray .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(108, 117, 125, 0.25);
}

/* line 14710, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-gray .custom-control-input:checked ~ .custom-control-label::after {
  background: #bcc1c6;
}

/* line 14714, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-gray-dark .custom-control-input ~ .custom-control-label::before {
  background: #343a40;
  border-color: #060708;
}

/* line 14719, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-gray-dark .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(52, 58, 64, 0.25);
}

/* line 14723, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-off-gray-dark .custom-control-input ~ .custom-control-label::after {
  background: black;
}

/* line 14727, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-gray-dark .custom-control-input:checked ~ .custom-control-label::before {
  background: #343a40;
  border-color: #060708;
}

/* line 14732, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-gray-dark .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(52, 58, 64, 0.25);
}

/* line 14736, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-switch.custom-switch-on-gray-dark .custom-control-input:checked ~ .custom-control-label::after {
  background: #7a8793;
}

/* line 14740, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-primary:focus {
  outline: none;
}

/* line 14744, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-primary:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* line 14748, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-primary:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* line 14752, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-primary:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* line 14756, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-primary::-webkit-slider-thumb {
  background-color: #007bff;
}

/* line 14760, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-primary::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 14764, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-primary::-moz-range-thumb {
  background-color: #007bff;
}

/* line 14768, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-primary::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 14772, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-primary::-ms-thumb {
  background-color: #007bff;
}

/* line 14776, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-primary::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 14780, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-secondary:focus {
  outline: none;
}

/* line 14784, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-secondary:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(108, 117, 125, 0.25);
}

/* line 14788, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-secondary:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(108, 117, 125, 0.25);
}

/* line 14792, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-secondary:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(108, 117, 125, 0.25);
}

/* line 14796, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-secondary::-webkit-slider-thumb {
  background-color: #6c757d;
}

/* line 14800, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-secondary::-webkit-slider-thumb:active {
  background-color: #caced1;
}

/* line 14804, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-secondary::-moz-range-thumb {
  background-color: #6c757d;
}

/* line 14808, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-secondary::-moz-range-thumb:active {
  background-color: #caced1;
}

/* line 14812, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-secondary::-ms-thumb {
  background-color: #6c757d;
}

/* line 14816, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-secondary::-ms-thumb:active {
  background-color: #caced1;
}

/* line 14820, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-success:focus {
  outline: none;
}

/* line 14824, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-success:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(40, 167, 69, 0.25);
}

/* line 14828, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-success:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(40, 167, 69, 0.25);
}

/* line 14832, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-success:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(40, 167, 69, 0.25);
}

/* line 14836, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-success::-webkit-slider-thumb {
  background-color: #28a745;
}

/* line 14840, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-success::-webkit-slider-thumb:active {
  background-color: #9be7ac;
}

/* line 14844, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-success::-moz-range-thumb {
  background-color: #28a745;
}

/* line 14848, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-success::-moz-range-thumb:active {
  background-color: #9be7ac;
}

/* line 14852, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-success::-ms-thumb {
  background-color: #28a745;
}

/* line 14856, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-success::-ms-thumb:active {
  background-color: #9be7ac;
}

/* line 14860, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-info:focus {
  outline: none;
}

/* line 14864, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-info:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(23, 162, 184, 0.25);
}

/* line 14868, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-info:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(23, 162, 184, 0.25);
}

/* line 14872, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-info:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(23, 162, 184, 0.25);
}

/* line 14876, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-info::-webkit-slider-thumb {
  background-color: #17a2b8;
}

/* line 14880, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-info::-webkit-slider-thumb:active {
  background-color: #90e4f1;
}

/* line 14884, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-info::-moz-range-thumb {
  background-color: #17a2b8;
}

/* line 14888, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-info::-moz-range-thumb:active {
  background-color: #90e4f1;
}

/* line 14892, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-info::-ms-thumb {
  background-color: #17a2b8;
}

/* line 14896, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-info::-ms-thumb:active {
  background-color: #90e4f1;
}

/* line 14900, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-warning:focus {
  outline: none;
}

/* line 14904, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-warning:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(255, 193, 7, 0.25);
}

/* line 14908, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-warning:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(255, 193, 7, 0.25);
}

/* line 14912, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-warning:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(255, 193, 7, 0.25);
}

/* line 14916, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-warning::-webkit-slider-thumb {
  background-color: #ffc107;
}

/* line 14920, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-warning::-webkit-slider-thumb:active {
  background-color: #ffeeba;
}

/* line 14924, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-warning::-moz-range-thumb {
  background-color: #ffc107;
}

/* line 14928, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-warning::-moz-range-thumb:active {
  background-color: #ffeeba;
}

/* line 14932, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-warning::-ms-thumb {
  background-color: #ffc107;
}

/* line 14936, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-warning::-ms-thumb:active {
  background-color: #ffeeba;
}

/* line 14940, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-danger:focus {
  outline: none;
}

/* line 14944, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-danger:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(220, 53, 69, 0.25);
}

/* line 14948, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-danger:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(220, 53, 69, 0.25);
}

/* line 14952, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-danger:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(220, 53, 69, 0.25);
}

/* line 14956, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-danger::-webkit-slider-thumb {
  background-color: #dc3545;
}

/* line 14960, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-danger::-webkit-slider-thumb:active {
  background-color: #f6cdd1;
}

/* line 14964, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-danger::-moz-range-thumb {
  background-color: #dc3545;
}

/* line 14968, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-danger::-moz-range-thumb:active {
  background-color: #f6cdd1;
}

/* line 14972, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-danger::-ms-thumb {
  background-color: #dc3545;
}

/* line 14976, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-danger::-ms-thumb:active {
  background-color: #f6cdd1;
}

/* line 14980, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-light:focus {
  outline: none;
}

/* line 14984, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-light:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(248, 249, 250, 0.25);
}

/* line 14988, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-light:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(248, 249, 250, 0.25);
}

/* line 14992, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-light:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(248, 249, 250, 0.25);
}

/* line 14996, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-light::-webkit-slider-thumb {
  background-color: #f8f9fa;
}

/* line 15000, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-light::-webkit-slider-thumb:active {
  background-color: white;
}

/* line 15004, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-light::-moz-range-thumb {
  background-color: #f8f9fa;
}

/* line 15008, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-light::-moz-range-thumb:active {
  background-color: white;
}

/* line 15012, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-light::-ms-thumb {
  background-color: #f8f9fa;
}

/* line 15016, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-light::-ms-thumb:active {
  background-color: white;
}

/* line 15020, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-dark:focus {
  outline: none;
}

/* line 15024, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-dark:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(52, 58, 64, 0.25);
}

/* line 15028, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-dark:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(52, 58, 64, 0.25);
}

/* line 15032, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-dark:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(52, 58, 64, 0.25);
}

/* line 15036, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-dark::-webkit-slider-thumb {
  background-color: #343a40;
}

/* line 15040, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-dark::-webkit-slider-thumb:active {
  background-color: #88939e;
}

/* line 15044, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-dark::-moz-range-thumb {
  background-color: #343a40;
}

/* line 15048, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-dark::-moz-range-thumb:active {
  background-color: #88939e;
}

/* line 15052, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-dark::-ms-thumb {
  background-color: #343a40;
}

/* line 15056, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-dark::-ms-thumb:active {
  background-color: #88939e;
}

/* line 15060, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-lightblue:focus {
  outline: none;
}

/* line 15064, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-lightblue:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(60, 141, 188, 0.25);
}

/* line 15068, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-lightblue:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(60, 141, 188, 0.25);
}

/* line 15072, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-lightblue:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(60, 141, 188, 0.25);
}

/* line 15076, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-lightblue::-webkit-slider-thumb {
  background-color: #3c8dbc;
}

/* line 15080, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-lightblue::-webkit-slider-thumb:active {
  background-color: #c0dbeb;
}

/* line 15084, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-lightblue::-moz-range-thumb {
  background-color: #3c8dbc;
}

/* line 15088, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-lightblue::-moz-range-thumb:active {
  background-color: #c0dbeb;
}

/* line 15092, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-lightblue::-ms-thumb {
  background-color: #3c8dbc;
}

/* line 15096, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-lightblue::-ms-thumb:active {
  background-color: #c0dbeb;
}

/* line 15100, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-navy:focus {
  outline: none;
}

/* line 15104, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-navy:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(0, 31, 63, 0.25);
}

/* line 15108, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-navy:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(0, 31, 63, 0.25);
}

/* line 15112, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-navy:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(0, 31, 63, 0.25);
}

/* line 15116, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-navy::-webkit-slider-thumb {
  background-color: #001f3f;
}

/* line 15120, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-navy::-webkit-slider-thumb:active {
  background-color: #0077f2;
}

/* line 15124, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-navy::-moz-range-thumb {
  background-color: #001f3f;
}

/* line 15128, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-navy::-moz-range-thumb:active {
  background-color: #0077f2;
}

/* line 15132, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-navy::-ms-thumb {
  background-color: #001f3f;
}

/* line 15136, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-navy::-ms-thumb:active {
  background-color: #0077f2;
}

/* line 15140, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-olive:focus {
  outline: none;
}

/* line 15144, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-olive:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(61, 153, 112, 0.25);
}

/* line 15148, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-olive:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(61, 153, 112, 0.25);
}

/* line 15152, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-olive:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(61, 153, 112, 0.25);
}

/* line 15156, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-olive::-webkit-slider-thumb {
  background-color: #3d9970;
}

/* line 15160, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-olive::-webkit-slider-thumb:active {
  background-color: #abdec7;
}

/* line 15164, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-olive::-moz-range-thumb {
  background-color: #3d9970;
}

/* line 15168, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-olive::-moz-range-thumb:active {
  background-color: #abdec7;
}

/* line 15172, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-olive::-ms-thumb {
  background-color: #3d9970;
}

/* line 15176, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-olive::-ms-thumb:active {
  background-color: #abdec7;
}

/* line 15180, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-lime:focus {
  outline: none;
}

/* line 15184, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-lime:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(1, 255, 112, 0.25);
}

/* line 15188, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-lime:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(1, 255, 112, 0.25);
}

/* line 15192, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-lime:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(1, 255, 112, 0.25);
}

/* line 15196, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-lime::-webkit-slider-thumb {
  background-color: #01ff70;
}

/* line 15200, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-lime::-webkit-slider-thumb:active {
  background-color: #b4ffd4;
}

/* line 15204, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-lime::-moz-range-thumb {
  background-color: #01ff70;
}

/* line 15208, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-lime::-moz-range-thumb:active {
  background-color: #b4ffd4;
}

/* line 15212, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-lime::-ms-thumb {
  background-color: #01ff70;
}

/* line 15216, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-lime::-ms-thumb:active {
  background-color: #b4ffd4;
}

/* line 15220, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-fuchsia:focus {
  outline: none;
}

/* line 15224, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-fuchsia:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(240, 18, 190, 0.25);
}

/* line 15228, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-fuchsia:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(240, 18, 190, 0.25);
}

/* line 15232, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-fuchsia:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(240, 18, 190, 0.25);
}

/* line 15236, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-fuchsia::-webkit-slider-thumb {
  background-color: #f012be;
}

/* line 15240, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-fuchsia::-webkit-slider-thumb:active {
  background-color: #fbbaec;
}

/* line 15244, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-fuchsia::-moz-range-thumb {
  background-color: #f012be;
}

/* line 15248, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-fuchsia::-moz-range-thumb:active {
  background-color: #fbbaec;
}

/* line 15252, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-fuchsia::-ms-thumb {
  background-color: #f012be;
}

/* line 15256, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-fuchsia::-ms-thumb:active {
  background-color: #fbbaec;
}

/* line 15260, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-maroon:focus {
  outline: none;
}

/* line 15264, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-maroon:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(216, 27, 96, 0.25);
}

/* line 15268, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-maroon:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(216, 27, 96, 0.25);
}

/* line 15272, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-maroon:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(216, 27, 96, 0.25);
}

/* line 15276, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-maroon::-webkit-slider-thumb {
  background-color: #d81b60;
}

/* line 15280, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-maroon::-webkit-slider-thumb:active {
  background-color: #f5b0c9;
}

/* line 15284, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-maroon::-moz-range-thumb {
  background-color: #d81b60;
}

/* line 15288, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-maroon::-moz-range-thumb:active {
  background-color: #f5b0c9;
}

/* line 15292, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-maroon::-ms-thumb {
  background-color: #d81b60;
}

/* line 15296, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-maroon::-ms-thumb:active {
  background-color: #f5b0c9;
}

/* line 15300, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-blue:focus {
  outline: none;
}

/* line 15304, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-blue:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* line 15308, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-blue:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* line 15312, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-blue:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* line 15316, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-blue::-webkit-slider-thumb {
  background-color: #007bff;
}

/* line 15320, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-blue::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 15324, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-blue::-moz-range-thumb {
  background-color: #007bff;
}

/* line 15328, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-blue::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 15332, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-blue::-ms-thumb {
  background-color: #007bff;
}

/* line 15336, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-blue::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 15340, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-indigo:focus {
  outline: none;
}

/* line 15344, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-indigo:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(102, 16, 242, 0.25);
}

/* line 15348, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-indigo:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(102, 16, 242, 0.25);
}

/* line 15352, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-indigo:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(102, 16, 242, 0.25);
}

/* line 15356, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-indigo::-webkit-slider-thumb {
  background-color: #6610f2;
}

/* line 15360, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-indigo::-webkit-slider-thumb:active {
  background-color: #d2b9fb;
}

/* line 15364, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-indigo::-moz-range-thumb {
  background-color: #6610f2;
}

/* line 15368, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-indigo::-moz-range-thumb:active {
  background-color: #d2b9fb;
}

/* line 15372, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-indigo::-ms-thumb {
  background-color: #6610f2;
}

/* line 15376, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-indigo::-ms-thumb:active {
  background-color: #d2b9fb;
}

/* line 15380, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-purple:focus {
  outline: none;
}

/* line 15384, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-purple:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(111, 66, 193, 0.25);
}

/* line 15388, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-purple:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(111, 66, 193, 0.25);
}

/* line 15392, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-purple:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(111, 66, 193, 0.25);
}

/* line 15396, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-purple::-webkit-slider-thumb {
  background-color: #6f42c1;
}

/* line 15400, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-purple::-webkit-slider-thumb:active {
  background-color: #d5c8ed;
}

/* line 15404, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-purple::-moz-range-thumb {
  background-color: #6f42c1;
}

/* line 15408, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-purple::-moz-range-thumb:active {
  background-color: #d5c8ed;
}

/* line 15412, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-purple::-ms-thumb {
  background-color: #6f42c1;
}

/* line 15416, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-purple::-ms-thumb:active {
  background-color: #d5c8ed;
}

/* line 15420, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-pink:focus {
  outline: none;
}

/* line 15424, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-pink:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(232, 62, 140, 0.25);
}

/* line 15428, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-pink:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(232, 62, 140, 0.25);
}

/* line 15432, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-pink:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(232, 62, 140, 0.25);
}

/* line 15436, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-pink::-webkit-slider-thumb {
  background-color: #e83e8c;
}

/* line 15440, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-pink::-webkit-slider-thumb:active {
  background-color: #fbddeb;
}

/* line 15444, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-pink::-moz-range-thumb {
  background-color: #e83e8c;
}

/* line 15448, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-pink::-moz-range-thumb:active {
  background-color: #fbddeb;
}

/* line 15452, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-pink::-ms-thumb {
  background-color: #e83e8c;
}

/* line 15456, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-pink::-ms-thumb:active {
  background-color: #fbddeb;
}

/* line 15460, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-red:focus {
  outline: none;
}

/* line 15464, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-red:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(220, 53, 69, 0.25);
}

/* line 15468, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-red:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(220, 53, 69, 0.25);
}

/* line 15472, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-red:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(220, 53, 69, 0.25);
}

/* line 15476, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-red::-webkit-slider-thumb {
  background-color: #dc3545;
}

/* line 15480, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-red::-webkit-slider-thumb:active {
  background-color: #f6cdd1;
}

/* line 15484, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-red::-moz-range-thumb {
  background-color: #dc3545;
}

/* line 15488, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-red::-moz-range-thumb:active {
  background-color: #f6cdd1;
}

/* line 15492, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-red::-ms-thumb {
  background-color: #dc3545;
}

/* line 15496, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-red::-ms-thumb:active {
  background-color: #f6cdd1;
}

/* line 15500, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-orange:focus {
  outline: none;
}

/* line 15504, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-orange:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(253, 126, 20, 0.25);
}

/* line 15508, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-orange:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(253, 126, 20, 0.25);
}

/* line 15512, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-orange:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(253, 126, 20, 0.25);
}

/* line 15516, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-orange::-webkit-slider-thumb {
  background-color: #fd7e14;
}

/* line 15520, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-orange::-webkit-slider-thumb:active {
  background-color: #ffdfc5;
}

/* line 15524, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-orange::-moz-range-thumb {
  background-color: #fd7e14;
}

/* line 15528, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-orange::-moz-range-thumb:active {
  background-color: #ffdfc5;
}

/* line 15532, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-orange::-ms-thumb {
  background-color: #fd7e14;
}

/* line 15536, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-orange::-ms-thumb:active {
  background-color: #ffdfc5;
}

/* line 15540, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-yellow:focus {
  outline: none;
}

/* line 15544, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-yellow:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(255, 193, 7, 0.25);
}

/* line 15548, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-yellow:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(255, 193, 7, 0.25);
}

/* line 15552, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-yellow:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(255, 193, 7, 0.25);
}

/* line 15556, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-yellow::-webkit-slider-thumb {
  background-color: #ffc107;
}

/* line 15560, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-yellow::-webkit-slider-thumb:active {
  background-color: #ffeeba;
}

/* line 15564, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-yellow::-moz-range-thumb {
  background-color: #ffc107;
}

/* line 15568, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-yellow::-moz-range-thumb:active {
  background-color: #ffeeba;
}

/* line 15572, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-yellow::-ms-thumb {
  background-color: #ffc107;
}

/* line 15576, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-yellow::-ms-thumb:active {
  background-color: #ffeeba;
}

/* line 15580, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-green:focus {
  outline: none;
}

/* line 15584, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-green:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(40, 167, 69, 0.25);
}

/* line 15588, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-green:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(40, 167, 69, 0.25);
}

/* line 15592, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-green:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(40, 167, 69, 0.25);
}

/* line 15596, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-green::-webkit-slider-thumb {
  background-color: #28a745;
}

/* line 15600, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-green::-webkit-slider-thumb:active {
  background-color: #9be7ac;
}

/* line 15604, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-green::-moz-range-thumb {
  background-color: #28a745;
}

/* line 15608, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-green::-moz-range-thumb:active {
  background-color: #9be7ac;
}

/* line 15612, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-green::-ms-thumb {
  background-color: #28a745;
}

/* line 15616, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-green::-ms-thumb:active {
  background-color: #9be7ac;
}

/* line 15620, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-teal:focus {
  outline: none;
}

/* line 15624, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-teal:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(32, 201, 151, 0.25);
}

/* line 15628, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-teal:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(32, 201, 151, 0.25);
}

/* line 15632, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-teal:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(32, 201, 151, 0.25);
}

/* line 15636, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-teal::-webkit-slider-thumb {
  background-color: #20c997;
}

/* line 15640, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-teal::-webkit-slider-thumb:active {
  background-color: #aaf1dc;
}

/* line 15644, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-teal::-moz-range-thumb {
  background-color: #20c997;
}

/* line 15648, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-teal::-moz-range-thumb:active {
  background-color: #aaf1dc;
}

/* line 15652, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-teal::-ms-thumb {
  background-color: #20c997;
}

/* line 15656, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-teal::-ms-thumb:active {
  background-color: #aaf1dc;
}

/* line 15660, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-cyan:focus {
  outline: none;
}

/* line 15664, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-cyan:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(23, 162, 184, 0.25);
}

/* line 15668, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-cyan:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(23, 162, 184, 0.25);
}

/* line 15672, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-cyan:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(23, 162, 184, 0.25);
}

/* line 15676, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-cyan::-webkit-slider-thumb {
  background-color: #17a2b8;
}

/* line 15680, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-cyan::-webkit-slider-thumb:active {
  background-color: #90e4f1;
}

/* line 15684, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-cyan::-moz-range-thumb {
  background-color: #17a2b8;
}

/* line 15688, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-cyan::-moz-range-thumb:active {
  background-color: #90e4f1;
}

/* line 15692, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-cyan::-ms-thumb {
  background-color: #17a2b8;
}

/* line 15696, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-cyan::-ms-thumb:active {
  background-color: #90e4f1;
}

/* line 15700, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-white:focus {
  outline: none;
}

/* line 15704, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-white:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(255, 255, 255, 0.25);
}

/* line 15708, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-white:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(255, 255, 255, 0.25);
}

/* line 15712, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-white:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(255, 255, 255, 0.25);
}

/* line 15716, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-white::-webkit-slider-thumb {
  background-color: #ffffff;
}

/* line 15720, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-white::-webkit-slider-thumb:active {
  background-color: white;
}

/* line 15724, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-white::-moz-range-thumb {
  background-color: #ffffff;
}

/* line 15728, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-white::-moz-range-thumb:active {
  background-color: white;
}

/* line 15732, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-white::-ms-thumb {
  background-color: #ffffff;
}

/* line 15736, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-white::-ms-thumb:active {
  background-color: white;
}

/* line 15740, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-gray:focus {
  outline: none;
}

/* line 15744, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-gray:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(108, 117, 125, 0.25);
}

/* line 15748, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-gray:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(108, 117, 125, 0.25);
}

/* line 15752, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-gray:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(108, 117, 125, 0.25);
}

/* line 15756, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-gray::-webkit-slider-thumb {
  background-color: #6c757d;
}

/* line 15760, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-gray::-webkit-slider-thumb:active {
  background-color: #caced1;
}

/* line 15764, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-gray::-moz-range-thumb {
  background-color: #6c757d;
}

/* line 15768, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-gray::-moz-range-thumb:active {
  background-color: #caced1;
}

/* line 15772, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-gray::-ms-thumb {
  background-color: #6c757d;
}

/* line 15776, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-gray::-ms-thumb:active {
  background-color: #caced1;
}

/* line 15780, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-gray-dark:focus {
  outline: none;
}

/* line 15784, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-gray-dark:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(52, 58, 64, 0.25);
}

/* line 15788, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-gray-dark:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(52, 58, 64, 0.25);
}

/* line 15792, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-gray-dark:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(52, 58, 64, 0.25);
}

/* line 15796, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-gray-dark::-webkit-slider-thumb {
  background-color: #343a40;
}

/* line 15800, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-gray-dark::-webkit-slider-thumb:active {
  background-color: #88939e;
}

/* line 15804, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-gray-dark::-moz-range-thumb {
  background-color: #343a40;
}

/* line 15808, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-gray-dark::-moz-range-thumb:active {
  background-color: #88939e;
}

/* line 15812, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-gray-dark::-ms-thumb {
  background-color: #343a40;
}

/* line 15816, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.custom-range.custom-range-gray-dark::-ms-thumb:active {
  background-color: #88939e;
}

/* line 15820, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.progress {
  box-shadow: none;
  border-radius: 1px;
}

/* line 15825, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.progress.vertical {
  display: inline-block;
  height: 200px;
  margin-right: 10px;
  position: relative;
  width: 30px;
}

/* line 15833, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.progress.vertical > .progress-bar {
  bottom: 0;
  position: absolute;
  width: 100%;
}

/* line 15839, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.progress.vertical.sm, .progress.vertical.progress-sm {
  width: 20px;
}

/* line 15843, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.progress.vertical.xs, .progress.vertical.progress-xs {
  width: 10px;
}

/* line 15847, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.progress.vertical.xxs, .progress.vertical.progress-xxs {
  width: 3px;
}

/* line 15851, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.progress-group {
  margin-bottom: 0.5rem;
}

/* line 15855, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.progress-sm {
  height: 10px;
}

/* line 15859, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.progress-xs {
  height: 7px;
}

/* line 15863, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.progress-xxs {
  height: 3px;
}

/* line 15867, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table tr > td .progress {
  margin: 0;
}

/* line 15871, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-primary:not(.card-outline) > .card-header {
  background-color: #007bff;
}

/* line 15875, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-primary:not(.card-outline) > .card-header,
.card-primary:not(.card-outline) > .card-header a {
  color: #ffffff;
}

/* line 15880, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-primary:not(.card-outline) > .card-header a.active {
  color: #1F2D3D;
}

/* line 15884, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-primary.card-outline {
  border-top: 3px solid #007bff;
}

/* line 15888, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-primary.card-outline-tabs > .card-header a:hover {
  border-top: 3px solid #dee2e6;
}

/* line 15892, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-primary.card-outline-tabs > .card-header a.active {
  border-top: 3px solid #007bff;
}

/* line 15896, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-primary .btn-tool,
.bg-gradient-primary .btn-tool,
.card-primary:not(.card-outline) .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

/* line 15902, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-primary .btn-tool:hover,
.bg-gradient-primary .btn-tool:hover,
.card-primary:not(.card-outline) .btn-tool:hover {
  color: #ffffff;
}

/* line 15908, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-primary .bootstrap-datetimepicker-widget .table td,
.card.bg-primary .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-primary .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-primary .bootstrap-datetimepicker-widget .table th {
  border: none;
}

/* line 15915, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-primary .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-primary .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-primary .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-primary .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-primary .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-primary .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.second:hover {
  background: #0067d6;
  color: #ffffff;
}

/* line 15929, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-primary .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #ffffff;
}

/* line 15934, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-primary .bootstrap-datetimepicker-widget table td.active,
.card.bg-primary .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.active:hover {
  background: #3395ff;
  color: #ffffff;
}

/* line 15942, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-secondary:not(.card-outline) > .card-header {
  background-color: #6c757d;
}

/* line 15946, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-secondary:not(.card-outline) > .card-header,
.card-secondary:not(.card-outline) > .card-header a {
  color: #ffffff;
}

/* line 15951, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-secondary:not(.card-outline) > .card-header a.active {
  color: #1F2D3D;
}

/* line 15955, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-secondary.card-outline {
  border-top: 3px solid #6c757d;
}

/* line 15959, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-secondary.card-outline-tabs > .card-header a:hover {
  border-top: 3px solid #dee2e6;
}

/* line 15963, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-secondary.card-outline-tabs > .card-header a.active {
  border-top: 3px solid #6c757d;
}

/* line 15967, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-secondary .btn-tool,
.bg-gradient-secondary .btn-tool,
.card-secondary:not(.card-outline) .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

/* line 15973, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-secondary .btn-tool:hover,
.bg-gradient-secondary .btn-tool:hover,
.card-secondary:not(.card-outline) .btn-tool:hover {
  color: #ffffff;
}

/* line 15979, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-secondary .bootstrap-datetimepicker-widget .table td,
.card.bg-secondary .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-secondary .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-secondary .bootstrap-datetimepicker-widget .table th {
  border: none;
}

/* line 15986, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-secondary .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-secondary .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-secondary .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-secondary .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-secondary .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-secondary .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-secondary .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-secondary .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-secondary .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-secondary .bootstrap-datetimepicker-widget table td.second:hover {
  background: #596167;
  color: #ffffff;
}

/* line 16000, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-secondary .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-secondary .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #ffffff;
}

/* line 16005, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-secondary .bootstrap-datetimepicker-widget table td.active,
.card.bg-secondary .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-secondary .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-secondary .bootstrap-datetimepicker-widget table td.active:hover {
  background: #868e96;
  color: #ffffff;
}

/* line 16013, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-success:not(.card-outline) > .card-header {
  background-color: #28a745;
}

/* line 16017, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-success:not(.card-outline) > .card-header,
.card-success:not(.card-outline) > .card-header a {
  color: #ffffff;
}

/* line 16022, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-success:not(.card-outline) > .card-header a.active {
  color: #1F2D3D;
}

/* line 16026, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-success.card-outline {
  border-top: 3px solid #28a745;
}

/* line 16030, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-success.card-outline-tabs > .card-header a:hover {
  border-top: 3px solid #dee2e6;
}

/* line 16034, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-success.card-outline-tabs > .card-header a.active {
  border-top: 3px solid #28a745;
}

/* line 16038, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-success .btn-tool,
.bg-gradient-success .btn-tool,
.card-success:not(.card-outline) .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16044, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-success .btn-tool:hover,
.bg-gradient-success .btn-tool:hover,
.card-success:not(.card-outline) .btn-tool:hover {
  color: #ffffff;
}

/* line 16050, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-success .bootstrap-datetimepicker-widget .table td,
.card.bg-success .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-success .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-success .bootstrap-datetimepicker-widget .table th {
  border: none;
}

/* line 16057, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-success .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-success .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-success .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-success .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-success .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-success .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-success .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-success .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-success .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-success .bootstrap-datetimepicker-widget table td.second:hover {
  background: #208637;
  color: #ffffff;
}

/* line 16071, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-success .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-success .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #ffffff;
}

/* line 16076, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-success .bootstrap-datetimepicker-widget table td.active,
.card.bg-success .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-success .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-success .bootstrap-datetimepicker-widget table td.active:hover {
  background: #34ce57;
  color: #ffffff;
}

/* line 16084, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-info:not(.card-outline) > .card-header {
  background-color: #17a2b8;
}

/* line 16088, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-info:not(.card-outline) > .card-header,
.card-info:not(.card-outline) > .card-header a {
  color: #ffffff;
}

/* line 16093, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-info:not(.card-outline) > .card-header a.active {
  color: #1F2D3D;
}

/* line 16097, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-info.card-outline {
  border-top: 3px solid #17a2b8;
}

/* line 16101, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-info.card-outline-tabs > .card-header a:hover {
  border-top: 3px solid #dee2e6;
}

/* line 16105, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-info.card-outline-tabs > .card-header a.active {
  border-top: 3px solid #17a2b8;
}

/* line 16109, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-info .btn-tool,
.bg-gradient-info .btn-tool,
.card-info:not(.card-outline) .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16115, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-info .btn-tool:hover,
.bg-gradient-info .btn-tool:hover,
.card-info:not(.card-outline) .btn-tool:hover {
  color: #ffffff;
}

/* line 16121, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-info .bootstrap-datetimepicker-widget .table td,
.card.bg-info .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-info .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-info .bootstrap-datetimepicker-widget .table th {
  border: none;
}

/* line 16128, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-info .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-info .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-info .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-info .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-info .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-info .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-info .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-info .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-info .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-info .bootstrap-datetimepicker-widget table td.second:hover {
  background: #128294;
  color: #ffffff;
}

/* line 16142, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-info .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-info .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #ffffff;
}

/* line 16147, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-info .bootstrap-datetimepicker-widget table td.active,
.card.bg-info .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-info .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-info .bootstrap-datetimepicker-widget table td.active:hover {
  background: #1fc8e3;
  color: #ffffff;
}

/* line 16155, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-warning:not(.card-outline) > .card-header {
  background-color: #ffc107;
}

/* line 16159, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-warning:not(.card-outline) > .card-header,
.card-warning:not(.card-outline) > .card-header a {
  color: #1F2D3D;
}

/* line 16164, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-warning:not(.card-outline) > .card-header a.active {
  color: #1F2D3D;
}

/* line 16168, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-warning.card-outline {
  border-top: 3px solid #ffc107;
}

/* line 16172, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-warning.card-outline-tabs > .card-header a:hover {
  border-top: 3px solid #dee2e6;
}

/* line 16176, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-warning.card-outline-tabs > .card-header a.active {
  border-top: 3px solid #ffc107;
}

/* line 16180, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-warning .btn-tool,
.bg-gradient-warning .btn-tool,
.card-warning:not(.card-outline) .btn-tool {
  color: rgba(31, 45, 61, 0.8);
}

/* line 16186, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-warning .btn-tool:hover,
.bg-gradient-warning .btn-tool:hover,
.card-warning:not(.card-outline) .btn-tool:hover {
  color: #1F2D3D;
}

/* line 16192, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-warning .bootstrap-datetimepicker-widget .table td,
.card.bg-warning .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-warning .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-warning .bootstrap-datetimepicker-widget .table th {
  border: none;
}

/* line 16199, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-warning .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-warning .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-warning .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-warning .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-warning .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-warning .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-warning .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-warning .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-warning .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-warning .bootstrap-datetimepicker-widget table td.second:hover {
  background: #dda600;
  color: #1F2D3D;
}

/* line 16213, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-warning .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-warning .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #1F2D3D;
}

/* line 16218, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-warning .bootstrap-datetimepicker-widget table td.active,
.card.bg-warning .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-warning .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-warning .bootstrap-datetimepicker-widget table td.active:hover {
  background: #ffce3a;
  color: #1F2D3D;
}

/* line 16226, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-danger:not(.card-outline) > .card-header {
  background-color: #dc3545;
}

/* line 16230, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-danger:not(.card-outline) > .card-header,
.card-danger:not(.card-outline) > .card-header a {
  color: #ffffff;
}

/* line 16235, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-danger:not(.card-outline) > .card-header a.active {
  color: #1F2D3D;
}

/* line 16239, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-danger.card-outline {
  border-top: 3px solid #dc3545;
}

/* line 16243, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-danger.card-outline-tabs > .card-header a:hover {
  border-top: 3px solid #dee2e6;
}

/* line 16247, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-danger.card-outline-tabs > .card-header a.active {
  border-top: 3px solid #dc3545;
}

/* line 16251, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-danger .btn-tool,
.bg-gradient-danger .btn-tool,
.card-danger:not(.card-outline) .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16257, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-danger .btn-tool:hover,
.bg-gradient-danger .btn-tool:hover,
.card-danger:not(.card-outline) .btn-tool:hover {
  color: #ffffff;
}

/* line 16263, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-danger .bootstrap-datetimepicker-widget .table td,
.card.bg-danger .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-danger .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-danger .bootstrap-datetimepicker-widget .table th {
  border: none;
}

/* line 16270, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-danger .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-danger .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-danger .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-danger .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-danger .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-danger .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-danger .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-danger .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-danger .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-danger .bootstrap-datetimepicker-widget table td.second:hover {
  background: #c62232;
  color: #ffffff;
}

/* line 16284, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-danger .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-danger .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #ffffff;
}

/* line 16289, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-danger .bootstrap-datetimepicker-widget table td.active,
.card.bg-danger .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-danger .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-danger .bootstrap-datetimepicker-widget table td.active:hover {
  background: #e4606d;
  color: #ffffff;
}

/* line 16297, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-light:not(.card-outline) > .card-header {
  background-color: #f8f9fa;
}

/* line 16301, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-light:not(.card-outline) > .card-header,
.card-light:not(.card-outline) > .card-header a {
  color: #1F2D3D;
}

/* line 16306, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-light:not(.card-outline) > .card-header a.active {
  color: #1F2D3D;
}

/* line 16310, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-light.card-outline {
  border-top: 3px solid #f8f9fa;
}

/* line 16314, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-light.card-outline-tabs > .card-header a:hover {
  border-top: 3px solid #dee2e6;
}

/* line 16318, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-light.card-outline-tabs > .card-header a.active {
  border-top: 3px solid #f8f9fa;
}

/* line 16322, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-light .btn-tool,
.bg-gradient-light .btn-tool,
.card-light:not(.card-outline) .btn-tool {
  color: rgba(31, 45, 61, 0.8);
}

/* line 16328, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-light .btn-tool:hover,
.bg-gradient-light .btn-tool:hover,
.card-light:not(.card-outline) .btn-tool:hover {
  color: #1F2D3D;
}

/* line 16334, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-light .bootstrap-datetimepicker-widget .table td,
.card.bg-light .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-light .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-light .bootstrap-datetimepicker-widget .table th {
  border: none;
}

/* line 16341, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-light .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-light .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-light .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-light .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-light .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-light .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-light .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-light .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-light .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-light .bootstrap-datetimepicker-widget table td.second:hover {
  background: #e0e5e9;
  color: #1F2D3D;
}

/* line 16355, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-light .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-light .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #1F2D3D;
}

/* line 16360, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-light .bootstrap-datetimepicker-widget table td.active,
.card.bg-light .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-light .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-light .bootstrap-datetimepicker-widget table td.active:hover {
  background: white;
  color: #1F2D3D;
}

/* line 16368, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-dark:not(.card-outline) > .card-header {
  background-color: #343a40;
}

/* line 16372, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-dark:not(.card-outline) > .card-header,
.card-dark:not(.card-outline) > .card-header a {
  color: #ffffff;
}

/* line 16377, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-dark:not(.card-outline) > .card-header a.active {
  color: #1F2D3D;
}

/* line 16381, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-dark.card-outline {
  border-top: 3px solid #343a40;
}

/* line 16385, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-dark.card-outline-tabs > .card-header a:hover {
  border-top: 3px solid #dee2e6;
}

/* line 16389, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-dark.card-outline-tabs > .card-header a.active {
  border-top: 3px solid #343a40;
}

/* line 16393, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-dark .btn-tool,
.bg-gradient-dark .btn-tool,
.card-dark:not(.card-outline) .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16399, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-dark .btn-tool:hover,
.bg-gradient-dark .btn-tool:hover,
.card-dark:not(.card-outline) .btn-tool:hover {
  color: #ffffff;
}

/* line 16405, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-dark .bootstrap-datetimepicker-widget .table td,
.card.bg-dark .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-dark .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-dark .bootstrap-datetimepicker-widget .table th {
  border: none;
}

/* line 16412, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-dark .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-dark .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-dark .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-dark .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-dark .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-dark .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-dark .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-dark .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-dark .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-dark .bootstrap-datetimepicker-widget table td.second:hover {
  background: #222629;
  color: #ffffff;
}

/* line 16426, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-dark .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-dark .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #ffffff;
}

/* line 16431, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-dark .bootstrap-datetimepicker-widget table td.active,
.card.bg-dark .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-dark .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-dark .bootstrap-datetimepicker-widget table td.active:hover {
  background: #4b545c;
  color: #ffffff;
}

/* line 16439, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-lightblue:not(.card-outline) > .card-header {
  background-color: #3c8dbc;
}

/* line 16443, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-lightblue:not(.card-outline) > .card-header,
.card-lightblue:not(.card-outline) > .card-header a {
  color: #ffffff;
}

/* line 16448, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-lightblue:not(.card-outline) > .card-header a.active {
  color: #1F2D3D;
}

/* line 16452, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-lightblue.card-outline {
  border-top: 3px solid #3c8dbc;
}

/* line 16456, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-lightblue.card-outline-tabs > .card-header a:hover {
  border-top: 3px solid #dee2e6;
}

/* line 16460, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-lightblue.card-outline-tabs > .card-header a.active {
  border-top: 3px solid #3c8dbc;
}

/* line 16464, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-lightblue .btn-tool,
.bg-gradient-lightblue .btn-tool,
.card-lightblue:not(.card-outline) .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16470, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-lightblue .btn-tool:hover,
.bg-gradient-lightblue .btn-tool:hover,
.card-lightblue:not(.card-outline) .btn-tool:hover {
  color: #ffffff;
}

/* line 16476, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-lightblue .bootstrap-datetimepicker-widget .table td,
.card.bg-lightblue .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-lightblue .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-lightblue .bootstrap-datetimepicker-widget .table th {
  border: none;
}

/* line 16483, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-lightblue .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-lightblue .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-lightblue .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-lightblue .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-lightblue .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-lightblue .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-lightblue .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-lightblue .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-lightblue .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-lightblue .bootstrap-datetimepicker-widget table td.second:hover {
  background: #32769d;
  color: #ffffff;
}

/* line 16497, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-lightblue .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-lightblue .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #ffffff;
}

/* line 16502, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-lightblue .bootstrap-datetimepicker-widget table td.active,
.card.bg-lightblue .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-lightblue .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-lightblue .bootstrap-datetimepicker-widget table td.active:hover {
  background: #5fa4cc;
  color: #ffffff;
}

/* line 16510, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-navy:not(.card-outline) > .card-header {
  background-color: #001f3f;
}

/* line 16514, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-navy:not(.card-outline) > .card-header,
.card-navy:not(.card-outline) > .card-header a {
  color: #ffffff;
}

/* line 16519, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-navy:not(.card-outline) > .card-header a.active {
  color: #1F2D3D;
}

/* line 16523, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-navy.card-outline {
  border-top: 3px solid #001f3f;
}

/* line 16527, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-navy.card-outline-tabs > .card-header a:hover {
  border-top: 3px solid #dee2e6;
}

/* line 16531, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-navy.card-outline-tabs > .card-header a.active {
  border-top: 3px solid #001f3f;
}

/* line 16535, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-navy .btn-tool,
.bg-gradient-navy .btn-tool,
.card-navy:not(.card-outline) .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16541, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-navy .btn-tool:hover,
.bg-gradient-navy .btn-tool:hover,
.card-navy:not(.card-outline) .btn-tool:hover {
  color: #ffffff;
}

/* line 16547, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-navy .bootstrap-datetimepicker-widget .table td,
.card.bg-navy .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-navy .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-navy .bootstrap-datetimepicker-widget .table th {
  border: none;
}

/* line 16554, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-navy .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-navy .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-navy .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-navy .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-navy .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-navy .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-navy .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-navy .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-navy .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-navy .bootstrap-datetimepicker-widget table td.second:hover {
  background: #000b16;
  color: #ffffff;
}

/* line 16568, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-navy .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-navy .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #ffffff;
}

/* line 16573, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-navy .bootstrap-datetimepicker-widget table td.active,
.card.bg-navy .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-navy .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-navy .bootstrap-datetimepicker-widget table td.active:hover {
  background: #003872;
  color: #ffffff;
}

/* line 16581, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-olive:not(.card-outline) > .card-header {
  background-color: #3d9970;
}

/* line 16585, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-olive:not(.card-outline) > .card-header,
.card-olive:not(.card-outline) > .card-header a {
  color: #ffffff;
}

/* line 16590, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-olive:not(.card-outline) > .card-header a.active {
  color: #1F2D3D;
}

/* line 16594, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-olive.card-outline {
  border-top: 3px solid #3d9970;
}

/* line 16598, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-olive.card-outline-tabs > .card-header a:hover {
  border-top: 3px solid #dee2e6;
}

/* line 16602, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-olive.card-outline-tabs > .card-header a.active {
  border-top: 3px solid #3d9970;
}

/* line 16606, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-olive .btn-tool,
.bg-gradient-olive .btn-tool,
.card-olive:not(.card-outline) .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16612, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-olive .btn-tool:hover,
.bg-gradient-olive .btn-tool:hover,
.card-olive:not(.card-outline) .btn-tool:hover {
  color: #ffffff;
}

/* line 16618, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-olive .bootstrap-datetimepicker-widget .table td,
.card.bg-olive .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-olive .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-olive .bootstrap-datetimepicker-widget .table th {
  border: none;
}

/* line 16625, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-olive .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-olive .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-olive .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-olive .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-olive .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-olive .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-olive .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-olive .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-olive .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-olive .bootstrap-datetimepicker-widget table td.second:hover {
  background: #317c5b;
  color: #ffffff;
}

/* line 16639, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-olive .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-olive .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #ffffff;
}

/* line 16644, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-olive .bootstrap-datetimepicker-widget table td.active,
.card.bg-olive .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-olive .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-olive .bootstrap-datetimepicker-widget table td.active:hover {
  background: #50b98a;
  color: #ffffff;
}

/* line 16652, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-lime:not(.card-outline) > .card-header {
  background-color: #01ff70;
}

/* line 16656, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-lime:not(.card-outline) > .card-header,
.card-lime:not(.card-outline) > .card-header a {
  color: #1F2D3D;
}

/* line 16661, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-lime:not(.card-outline) > .card-header a.active {
  color: #1F2D3D;
}

/* line 16665, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-lime.card-outline {
  border-top: 3px solid #01ff70;
}

/* line 16669, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-lime.card-outline-tabs > .card-header a:hover {
  border-top: 3px solid #dee2e6;
}

/* line 16673, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-lime.card-outline-tabs > .card-header a.active {
  border-top: 3px solid #01ff70;
}

/* line 16677, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-lime .btn-tool,
.bg-gradient-lime .btn-tool,
.card-lime:not(.card-outline) .btn-tool {
  color: rgba(31, 45, 61, 0.8);
}

/* line 16683, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-lime .btn-tool:hover,
.bg-gradient-lime .btn-tool:hover,
.card-lime:not(.card-outline) .btn-tool:hover {
  color: #1F2D3D;
}

/* line 16689, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-lime .bootstrap-datetimepicker-widget .table td,
.card.bg-lime .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-lime .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-lime .bootstrap-datetimepicker-widget .table th {
  border: none;
}

/* line 16696, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-lime .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-lime .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-lime .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-lime .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-lime .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-lime .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-lime .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-lime .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-lime .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-lime .bootstrap-datetimepicker-widget table td.second:hover {
  background: #00d75e;
  color: #1F2D3D;
}

/* line 16710, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-lime .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-lime .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #1F2D3D;
}

/* line 16715, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-lime .bootstrap-datetimepicker-widget table td.active,
.card.bg-lime .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-lime .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-lime .bootstrap-datetimepicker-widget table td.active:hover {
  background: #34ff8d;
  color: #1F2D3D;
}

/* line 16723, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-fuchsia:not(.card-outline) > .card-header {
  background-color: #f012be;
}

/* line 16727, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-fuchsia:not(.card-outline) > .card-header,
.card-fuchsia:not(.card-outline) > .card-header a {
  color: #ffffff;
}

/* line 16732, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-fuchsia:not(.card-outline) > .card-header a.active {
  color: #1F2D3D;
}

/* line 16736, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-fuchsia.card-outline {
  border-top: 3px solid #f012be;
}

/* line 16740, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-fuchsia.card-outline-tabs > .card-header a:hover {
  border-top: 3px solid #dee2e6;
}

/* line 16744, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-fuchsia.card-outline-tabs > .card-header a.active {
  border-top: 3px solid #f012be;
}

/* line 16748, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-fuchsia .btn-tool,
.bg-gradient-fuchsia .btn-tool,
.card-fuchsia:not(.card-outline) .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16754, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-fuchsia .btn-tool:hover,
.bg-gradient-fuchsia .btn-tool:hover,
.card-fuchsia:not(.card-outline) .btn-tool:hover {
  color: #ffffff;
}

/* line 16760, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-fuchsia .bootstrap-datetimepicker-widget .table td,
.card.bg-fuchsia .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-fuchsia .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-fuchsia .bootstrap-datetimepicker-widget .table th {
  border: none;
}

/* line 16767, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-fuchsia .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-fuchsia .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-fuchsia .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-fuchsia .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-fuchsia .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-fuchsia .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-fuchsia .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-fuchsia .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-fuchsia .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-fuchsia .bootstrap-datetimepicker-widget table td.second:hover {
  background: #cc0da1;
  color: #ffffff;
}

/* line 16781, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-fuchsia .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-fuchsia .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #ffffff;
}

/* line 16786, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-fuchsia .bootstrap-datetimepicker-widget table td.active,
.card.bg-fuchsia .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-fuchsia .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-fuchsia .bootstrap-datetimepicker-widget table td.active:hover {
  background: #f342cb;
  color: #ffffff;
}

/* line 16794, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-maroon:not(.card-outline) > .card-header {
  background-color: #d81b60;
}

/* line 16798, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-maroon:not(.card-outline) > .card-header,
.card-maroon:not(.card-outline) > .card-header a {
  color: #ffffff;
}

/* line 16803, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-maroon:not(.card-outline) > .card-header a.active {
  color: #1F2D3D;
}

/* line 16807, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-maroon.card-outline {
  border-top: 3px solid #d81b60;
}

/* line 16811, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-maroon.card-outline-tabs > .card-header a:hover {
  border-top: 3px solid #dee2e6;
}

/* line 16815, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-maroon.card-outline-tabs > .card-header a.active {
  border-top: 3px solid #d81b60;
}

/* line 16819, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-maroon .btn-tool,
.bg-gradient-maroon .btn-tool,
.card-maroon:not(.card-outline) .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16825, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-maroon .btn-tool:hover,
.bg-gradient-maroon .btn-tool:hover,
.card-maroon:not(.card-outline) .btn-tool:hover {
  color: #ffffff;
}

/* line 16831, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-maroon .bootstrap-datetimepicker-widget .table td,
.card.bg-maroon .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-maroon .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-maroon .bootstrap-datetimepicker-widget .table th {
  border: none;
}

/* line 16838, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-maroon .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-maroon .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-maroon .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-maroon .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-maroon .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-maroon .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-maroon .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-maroon .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-maroon .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-maroon .bootstrap-datetimepicker-widget table td.second:hover {
  background: #b41650;
  color: #ffffff;
}

/* line 16852, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-maroon .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-maroon .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #ffffff;
}

/* line 16857, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-maroon .bootstrap-datetimepicker-widget table td.active,
.card.bg-maroon .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-maroon .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-maroon .bootstrap-datetimepicker-widget table td.active:hover {
  background: #e73f7c;
  color: #ffffff;
}

/* line 16865, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-blue:not(.card-outline) > .card-header {
  background-color: #007bff;
}

/* line 16869, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-blue:not(.card-outline) > .card-header,
.card-blue:not(.card-outline) > .card-header a {
  color: #ffffff;
}

/* line 16874, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-blue:not(.card-outline) > .card-header a.active {
  color: #1F2D3D;
}

/* line 16878, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-blue.card-outline {
  border-top: 3px solid #007bff;
}

/* line 16882, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-blue.card-outline-tabs > .card-header a:hover {
  border-top: 3px solid #dee2e6;
}

/* line 16886, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-blue.card-outline-tabs > .card-header a.active {
  border-top: 3px solid #007bff;
}

/* line 16890, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-blue .btn-tool,
.bg-gradient-blue .btn-tool,
.card-blue:not(.card-outline) .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16896, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-blue .btn-tool:hover,
.bg-gradient-blue .btn-tool:hover,
.card-blue:not(.card-outline) .btn-tool:hover {
  color: #ffffff;
}

/* line 16902, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-blue .bootstrap-datetimepicker-widget .table td,
.card.bg-blue .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-blue .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-blue .bootstrap-datetimepicker-widget .table th {
  border: none;
}

/* line 16909, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-blue .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-blue .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-blue .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-blue .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-blue .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-blue .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-blue .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-blue .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-blue .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-blue .bootstrap-datetimepicker-widget table td.second:hover {
  background: #0067d6;
  color: #ffffff;
}

/* line 16923, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-blue .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-blue .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #ffffff;
}

/* line 16928, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-blue .bootstrap-datetimepicker-widget table td.active,
.card.bg-blue .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-blue .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-blue .bootstrap-datetimepicker-widget table td.active:hover {
  background: #3395ff;
  color: #ffffff;
}

/* line 16936, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-indigo:not(.card-outline) > .card-header {
  background-color: #6610f2;
}

/* line 16940, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-indigo:not(.card-outline) > .card-header,
.card-indigo:not(.card-outline) > .card-header a {
  color: #ffffff;
}

/* line 16945, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-indigo:not(.card-outline) > .card-header a.active {
  color: #1F2D3D;
}

/* line 16949, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-indigo.card-outline {
  border-top: 3px solid #6610f2;
}

/* line 16953, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-indigo.card-outline-tabs > .card-header a:hover {
  border-top: 3px solid #dee2e6;
}

/* line 16957, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-indigo.card-outline-tabs > .card-header a.active {
  border-top: 3px solid #6610f2;
}

/* line 16961, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-indigo .btn-tool,
.bg-gradient-indigo .btn-tool,
.card-indigo:not(.card-outline) .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

/* line 16967, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-indigo .btn-tool:hover,
.bg-gradient-indigo .btn-tool:hover,
.card-indigo:not(.card-outline) .btn-tool:hover {
  color: #ffffff;
}

/* line 16973, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-indigo .bootstrap-datetimepicker-widget .table td,
.card.bg-indigo .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-indigo .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-indigo .bootstrap-datetimepicker-widget .table th {
  border: none;
}

/* line 16980, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-indigo .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-indigo .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-indigo .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-indigo .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-indigo .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-indigo .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-indigo .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-indigo .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-indigo .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-indigo .bootstrap-datetimepicker-widget table td.second:hover {
  background: #550bce;
  color: #ffffff;
}

/* line 16994, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-indigo .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-indigo .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #ffffff;
}

/* line 16999, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-indigo .bootstrap-datetimepicker-widget table td.active,
.card.bg-indigo .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-indigo .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-indigo .bootstrap-datetimepicker-widget table td.active:hover {
  background: #8540f5;
  color: #ffffff;
}

/* line 17007, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-purple:not(.card-outline) > .card-header {
  background-color: #6f42c1;
}

/* line 17011, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-purple:not(.card-outline) > .card-header,
.card-purple:not(.card-outline) > .card-header a {
  color: #ffffff;
}

/* line 17016, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-purple:not(.card-outline) > .card-header a.active {
  color: #1F2D3D;
}

/* line 17020, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-purple.card-outline {
  border-top: 3px solid #6f42c1;
}

/* line 17024, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-purple.card-outline-tabs > .card-header a:hover {
  border-top: 3px solid #dee2e6;
}

/* line 17028, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-purple.card-outline-tabs > .card-header a.active {
  border-top: 3px solid #6f42c1;
}

/* line 17032, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-purple .btn-tool,
.bg-gradient-purple .btn-tool,
.card-purple:not(.card-outline) .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

/* line 17038, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-purple .btn-tool:hover,
.bg-gradient-purple .btn-tool:hover,
.card-purple:not(.card-outline) .btn-tool:hover {
  color: #ffffff;
}

/* line 17044, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-purple .bootstrap-datetimepicker-widget .table td,
.card.bg-purple .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-purple .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-purple .bootstrap-datetimepicker-widget .table th {
  border: none;
}

/* line 17051, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-purple .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-purple .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-purple .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-purple .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-purple .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-purple .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-purple .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-purple .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-purple .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-purple .bootstrap-datetimepicker-widget table td.second:hover {
  background: #5d36a4;
  color: #ffffff;
}

/* line 17065, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-purple .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-purple .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #ffffff;
}

/* line 17070, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-purple .bootstrap-datetimepicker-widget table td.active,
.card.bg-purple .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-purple .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-purple .bootstrap-datetimepicker-widget table td.active:hover {
  background: #8c68ce;
  color: #ffffff;
}

/* line 17078, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-pink:not(.card-outline) > .card-header {
  background-color: #e83e8c;
}

/* line 17082, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-pink:not(.card-outline) > .card-header,
.card-pink:not(.card-outline) > .card-header a {
  color: #ffffff;
}

/* line 17087, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-pink:not(.card-outline) > .card-header a.active {
  color: #1F2D3D;
}

/* line 17091, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-pink.card-outline {
  border-top: 3px solid #e83e8c;
}

/* line 17095, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-pink.card-outline-tabs > .card-header a:hover {
  border-top: 3px solid #dee2e6;
}

/* line 17099, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-pink.card-outline-tabs > .card-header a.active {
  border-top: 3px solid #e83e8c;
}

/* line 17103, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-pink .btn-tool,
.bg-gradient-pink .btn-tool,
.card-pink:not(.card-outline) .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

/* line 17109, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-pink .btn-tool:hover,
.bg-gradient-pink .btn-tool:hover,
.card-pink:not(.card-outline) .btn-tool:hover {
  color: #ffffff;
}

/* line 17115, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-pink .bootstrap-datetimepicker-widget .table td,
.card.bg-pink .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-pink .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-pink .bootstrap-datetimepicker-widget .table th {
  border: none;
}

/* line 17122, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-pink .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-pink .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-pink .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-pink .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-pink .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-pink .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-pink .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-pink .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-pink .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-pink .bootstrap-datetimepicker-widget table td.second:hover {
  background: #e21b76;
  color: #ffffff;
}

/* line 17136, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-pink .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-pink .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #ffffff;
}

/* line 17141, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-pink .bootstrap-datetimepicker-widget table td.active,
.card.bg-pink .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-pink .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-pink .bootstrap-datetimepicker-widget table td.active:hover {
  background: #ed6ca7;
  color: #ffffff;
}

/* line 17149, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-red:not(.card-outline) > .card-header {
  background-color: #dc3545;
}

/* line 17153, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-red:not(.card-outline) > .card-header,
.card-red:not(.card-outline) > .card-header a {
  color: #ffffff;
}

/* line 17158, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-red:not(.card-outline) > .card-header a.active {
  color: #1F2D3D;
}

/* line 17162, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-red.card-outline {
  border-top: 3px solid #dc3545;
}

/* line 17166, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-red.card-outline-tabs > .card-header a:hover {
  border-top: 3px solid #dee2e6;
}

/* line 17170, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-red.card-outline-tabs > .card-header a.active {
  border-top: 3px solid #dc3545;
}

/* line 17174, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-red .btn-tool,
.bg-gradient-red .btn-tool,
.card-red:not(.card-outline) .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

/* line 17180, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-red .btn-tool:hover,
.bg-gradient-red .btn-tool:hover,
.card-red:not(.card-outline) .btn-tool:hover {
  color: #ffffff;
}

/* line 17186, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-red .bootstrap-datetimepicker-widget .table td,
.card.bg-red .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-red .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-red .bootstrap-datetimepicker-widget .table th {
  border: none;
}

/* line 17193, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-red .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-red .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-red .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-red .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-red .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-red .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-red .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-red .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-red .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-red .bootstrap-datetimepicker-widget table td.second:hover {
  background: #c62232;
  color: #ffffff;
}

/* line 17207, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-red .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-red .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #ffffff;
}

/* line 17212, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-red .bootstrap-datetimepicker-widget table td.active,
.card.bg-red .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-red .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-red .bootstrap-datetimepicker-widget table td.active:hover {
  background: #e4606d;
  color: #ffffff;
}

/* line 17220, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-orange:not(.card-outline) > .card-header {
  background-color: #fd7e14;
}

/* line 17224, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-orange:not(.card-outline) > .card-header,
.card-orange:not(.card-outline) > .card-header a {
  color: #1F2D3D;
}

/* line 17229, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-orange:not(.card-outline) > .card-header a.active {
  color: #1F2D3D;
}

/* line 17233, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-orange.card-outline {
  border-top: 3px solid #fd7e14;
}

/* line 17237, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-orange.card-outline-tabs > .card-header a:hover {
  border-top: 3px solid #dee2e6;
}

/* line 17241, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-orange.card-outline-tabs > .card-header a.active {
  border-top: 3px solid #fd7e14;
}

/* line 17245, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-orange .btn-tool,
.bg-gradient-orange .btn-tool,
.card-orange:not(.card-outline) .btn-tool {
  color: rgba(31, 45, 61, 0.8);
}

/* line 17251, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-orange .btn-tool:hover,
.bg-gradient-orange .btn-tool:hover,
.card-orange:not(.card-outline) .btn-tool:hover {
  color: #1F2D3D;
}

/* line 17257, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-orange .bootstrap-datetimepicker-widget .table td,
.card.bg-orange .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-orange .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-orange .bootstrap-datetimepicker-widget .table th {
  border: none;
}

/* line 17264, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-orange .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-orange .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-orange .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-orange .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-orange .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-orange .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-orange .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-orange .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-orange .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-orange .bootstrap-datetimepicker-widget table td.second:hover {
  background: #e66a02;
  color: #1F2D3D;
}

/* line 17278, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-orange .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-orange .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #1F2D3D;
}

/* line 17283, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-orange .bootstrap-datetimepicker-widget table td.active,
.card.bg-orange .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-orange .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-orange .bootstrap-datetimepicker-widget table td.active:hover {
  background: #fd9a47;
  color: #1F2D3D;
}

/* line 17291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-yellow:not(.card-outline) > .card-header {
  background-color: #ffc107;
}

/* line 17295, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-yellow:not(.card-outline) > .card-header,
.card-yellow:not(.card-outline) > .card-header a {
  color: #1F2D3D;
}

/* line 17300, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-yellow:not(.card-outline) > .card-header a.active {
  color: #1F2D3D;
}

/* line 17304, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-yellow.card-outline {
  border-top: 3px solid #ffc107;
}

/* line 17308, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-yellow.card-outline-tabs > .card-header a:hover {
  border-top: 3px solid #dee2e6;
}

/* line 17312, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-yellow.card-outline-tabs > .card-header a.active {
  border-top: 3px solid #ffc107;
}

/* line 17316, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-yellow .btn-tool,
.bg-gradient-yellow .btn-tool,
.card-yellow:not(.card-outline) .btn-tool {
  color: rgba(31, 45, 61, 0.8);
}

/* line 17322, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-yellow .btn-tool:hover,
.bg-gradient-yellow .btn-tool:hover,
.card-yellow:not(.card-outline) .btn-tool:hover {
  color: #1F2D3D;
}

/* line 17328, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-yellow .bootstrap-datetimepicker-widget .table td,
.card.bg-yellow .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-yellow .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-yellow .bootstrap-datetimepicker-widget .table th {
  border: none;
}

/* line 17335, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-yellow .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-yellow .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-yellow .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-yellow .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-yellow .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-yellow .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-yellow .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-yellow .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-yellow .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-yellow .bootstrap-datetimepicker-widget table td.second:hover {
  background: #dda600;
  color: #1F2D3D;
}

/* line 17349, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-yellow .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-yellow .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #1F2D3D;
}

/* line 17354, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-yellow .bootstrap-datetimepicker-widget table td.active,
.card.bg-yellow .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-yellow .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-yellow .bootstrap-datetimepicker-widget table td.active:hover {
  background: #ffce3a;
  color: #1F2D3D;
}

/* line 17362, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-green:not(.card-outline) > .card-header {
  background-color: #28a745;
}

/* line 17366, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-green:not(.card-outline) > .card-header,
.card-green:not(.card-outline) > .card-header a {
  color: #ffffff;
}

/* line 17371, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-green:not(.card-outline) > .card-header a.active {
  color: #1F2D3D;
}

/* line 17375, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-green.card-outline {
  border-top: 3px solid #28a745;
}

/* line 17379, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-green.card-outline-tabs > .card-header a:hover {
  border-top: 3px solid #dee2e6;
}

/* line 17383, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-green.card-outline-tabs > .card-header a.active {
  border-top: 3px solid #28a745;
}

/* line 17387, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-green .btn-tool,
.bg-gradient-green .btn-tool,
.card-green:not(.card-outline) .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

/* line 17393, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-green .btn-tool:hover,
.bg-gradient-green .btn-tool:hover,
.card-green:not(.card-outline) .btn-tool:hover {
  color: #ffffff;
}

/* line 17399, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-green .bootstrap-datetimepicker-widget .table td,
.card.bg-green .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-green .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-green .bootstrap-datetimepicker-widget .table th {
  border: none;
}

/* line 17406, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-green .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-green .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-green .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-green .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-green .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-green .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-green .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-green .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-green .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-green .bootstrap-datetimepicker-widget table td.second:hover {
  background: #208637;
  color: #ffffff;
}

/* line 17420, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-green .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-green .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #ffffff;
}

/* line 17425, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-green .bootstrap-datetimepicker-widget table td.active,
.card.bg-green .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-green .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-green .bootstrap-datetimepicker-widget table td.active:hover {
  background: #34ce57;
  color: #ffffff;
}

/* line 17433, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-teal:not(.card-outline) > .card-header {
  background-color: #20c997;
}

/* line 17437, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-teal:not(.card-outline) > .card-header,
.card-teal:not(.card-outline) > .card-header a {
  color: #ffffff;
}

/* line 17442, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-teal:not(.card-outline) > .card-header a.active {
  color: #1F2D3D;
}

/* line 17446, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-teal.card-outline {
  border-top: 3px solid #20c997;
}

/* line 17450, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-teal.card-outline-tabs > .card-header a:hover {
  border-top: 3px solid #dee2e6;
}

/* line 17454, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-teal.card-outline-tabs > .card-header a.active {
  border-top: 3px solid #20c997;
}

/* line 17458, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-teal .btn-tool,
.bg-gradient-teal .btn-tool,
.card-teal:not(.card-outline) .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

/* line 17464, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-teal .btn-tool:hover,
.bg-gradient-teal .btn-tool:hover,
.card-teal:not(.card-outline) .btn-tool:hover {
  color: #ffffff;
}

/* line 17470, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-teal .bootstrap-datetimepicker-widget .table td,
.card.bg-teal .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-teal .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-teal .bootstrap-datetimepicker-widget .table th {
  border: none;
}

/* line 17477, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-teal .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-teal .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-teal .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-teal .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-teal .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-teal .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-teal .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-teal .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-teal .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-teal .bootstrap-datetimepicker-widget table td.second:hover {
  background: #1aa67d;
  color: #ffffff;
}

/* line 17491, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-teal .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-teal .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #ffffff;
}

/* line 17496, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-teal .bootstrap-datetimepicker-widget table td.active,
.card.bg-teal .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-teal .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-teal .bootstrap-datetimepicker-widget table td.active:hover {
  background: #3ce0af;
  color: #ffffff;
}

/* line 17504, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-cyan:not(.card-outline) > .card-header {
  background-color: #17a2b8;
}

/* line 17508, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-cyan:not(.card-outline) > .card-header,
.card-cyan:not(.card-outline) > .card-header a {
  color: #ffffff;
}

/* line 17513, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-cyan:not(.card-outline) > .card-header a.active {
  color: #1F2D3D;
}

/* line 17517, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-cyan.card-outline {
  border-top: 3px solid #17a2b8;
}

/* line 17521, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-cyan.card-outline-tabs > .card-header a:hover {
  border-top: 3px solid #dee2e6;
}

/* line 17525, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-cyan.card-outline-tabs > .card-header a.active {
  border-top: 3px solid #17a2b8;
}

/* line 17529, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-cyan .btn-tool,
.bg-gradient-cyan .btn-tool,
.card-cyan:not(.card-outline) .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

/* line 17535, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-cyan .btn-tool:hover,
.bg-gradient-cyan .btn-tool:hover,
.card-cyan:not(.card-outline) .btn-tool:hover {
  color: #ffffff;
}

/* line 17541, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-cyan .bootstrap-datetimepicker-widget .table td,
.card.bg-cyan .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-cyan .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-cyan .bootstrap-datetimepicker-widget .table th {
  border: none;
}

/* line 17548, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-cyan .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-cyan .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-cyan .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-cyan .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-cyan .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-cyan .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-cyan .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-cyan .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-cyan .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-cyan .bootstrap-datetimepicker-widget table td.second:hover {
  background: #128294;
  color: #ffffff;
}

/* line 17562, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-cyan .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-cyan .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #ffffff;
}

/* line 17567, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-cyan .bootstrap-datetimepicker-widget table td.active,
.card.bg-cyan .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-cyan .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-cyan .bootstrap-datetimepicker-widget table td.active:hover {
  background: #1fc8e3;
  color: #ffffff;
}

/* line 17575, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-white:not(.card-outline) > .card-header {
  background-color: #ffffff;
}

/* line 17579, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-white:not(.card-outline) > .card-header,
.card-white:not(.card-outline) > .card-header a {
  color: #1F2D3D;
}

/* line 17584, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-white:not(.card-outline) > .card-header a.active {
  color: #1F2D3D;
}

/* line 17588, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-white.card-outline {
  border-top: 3px solid #ffffff;
}

/* line 17592, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-white.card-outline-tabs > .card-header a:hover {
  border-top: 3px solid #dee2e6;
}

/* line 17596, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-white.card-outline-tabs > .card-header a.active {
  border-top: 3px solid #ffffff;
}

/* line 17600, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-white .btn-tool,
.bg-gradient-white .btn-tool,
.card-white:not(.card-outline) .btn-tool {
  color: rgba(31, 45, 61, 0.8);
}

/* line 17606, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-white .btn-tool:hover,
.bg-gradient-white .btn-tool:hover,
.card-white:not(.card-outline) .btn-tool:hover {
  color: #1F2D3D;
}

/* line 17612, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-white .bootstrap-datetimepicker-widget .table td,
.card.bg-white .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-white .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-white .bootstrap-datetimepicker-widget .table th {
  border: none;
}

/* line 17619, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-white .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-white .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-white .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-white .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-white .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-white .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-white .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-white .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-white .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-white .bootstrap-datetimepicker-widget table td.second:hover {
  background: #ebebeb;
  color: #1F2D3D;
}

/* line 17633, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-white .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-white .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #1F2D3D;
}

/* line 17638, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-white .bootstrap-datetimepicker-widget table td.active,
.card.bg-white .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-white .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-white .bootstrap-datetimepicker-widget table td.active:hover {
  background: white;
  color: #1F2D3D;
}

/* line 17646, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-gray:not(.card-outline) > .card-header {
  background-color: #6c757d;
}

/* line 17650, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-gray:not(.card-outline) > .card-header,
.card-gray:not(.card-outline) > .card-header a {
  color: #ffffff;
}

/* line 17655, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-gray:not(.card-outline) > .card-header a.active {
  color: #1F2D3D;
}

/* line 17659, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-gray.card-outline {
  border-top: 3px solid #6c757d;
}

/* line 17663, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-gray.card-outline-tabs > .card-header a:hover {
  border-top: 3px solid #dee2e6;
}

/* line 17667, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-gray.card-outline-tabs > .card-header a.active {
  border-top: 3px solid #6c757d;
}

/* line 17671, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gray .btn-tool,
.bg-gradient-gray .btn-tool,
.card-gray:not(.card-outline) .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

/* line 17677, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gray .btn-tool:hover,
.bg-gradient-gray .btn-tool:hover,
.card-gray:not(.card-outline) .btn-tool:hover {
  color: #ffffff;
}

/* line 17683, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-gray .bootstrap-datetimepicker-widget .table td,
.card.bg-gray .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-gray .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-gray .bootstrap-datetimepicker-widget .table th {
  border: none;
}

/* line 17690, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-gray .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gray .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gray .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gray .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gray .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-gray .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-gray .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-gray .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-gray .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-gray .bootstrap-datetimepicker-widget table td.second:hover {
  background: #596167;
  color: #ffffff;
}

/* line 17704, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-gray .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-gray .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #ffffff;
}

/* line 17709, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-gray .bootstrap-datetimepicker-widget table td.active,
.card.bg-gray .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-gray .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-gray .bootstrap-datetimepicker-widget table td.active:hover {
  background: #868e96;
  color: #ffffff;
}

/* line 17717, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-gray-dark:not(.card-outline) > .card-header {
  background-color: #343a40;
}

/* line 17721, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-gray-dark:not(.card-outline) > .card-header,
.card-gray-dark:not(.card-outline) > .card-header a {
  color: #ffffff;
}

/* line 17726, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-gray-dark:not(.card-outline) > .card-header a.active {
  color: #1F2D3D;
}

/* line 17730, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-gray-dark.card-outline {
  border-top: 3px solid #343a40;
}

/* line 17734, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-gray-dark.card-outline-tabs > .card-header a:hover {
  border-top: 3px solid #dee2e6;
}

/* line 17738, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-gray-dark.card-outline-tabs > .card-header a.active {
  border-top: 3px solid #343a40;
}

/* line 17742, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gray-dark .btn-tool,
.bg-gradient-gray-dark .btn-tool,
.card-gray-dark:not(.card-outline) .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

/* line 17748, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gray-dark .btn-tool:hover,
.bg-gradient-gray-dark .btn-tool:hover,
.card-gray-dark:not(.card-outline) .btn-tool:hover {
  color: #ffffff;
}

/* line 17754, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-gray-dark .bootstrap-datetimepicker-widget .table td,
.card.bg-gray-dark .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget .table th {
  border: none;
}

/* line 17761, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-gray-dark .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gray-dark .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gray-dark .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gray-dark .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gray-dark .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget table td.second:hover {
  background: #222629;
  color: #ffffff;
}

/* line 17775, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-gray-dark .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #ffffff;
}

/* line 17780, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-gray-dark .bootstrap-datetimepicker-widget table td.active,
.card.bg-gray-dark .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-gray-dark .bootstrap-datetimepicker-widget table td.active:hover {
  background: #4b545c;
  color: #ffffff;
}

/* line 17788, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}

/* line 17793, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-dark .card-header {
  border-color: #383f45;
}

/* line 17797, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.bg-dark,
.card.bg-dark .card-body {
  color: #ffffff;
}

/* line 17802, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.maximized-card {
  height: 100% !important;
  left: 0;
  max-height: 100% !important;
  max-width: 100% !important;
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 9999;
}

/* line 17813, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.maximized-card.was-collapsed .card-body {
  display: block !important;
}

/* line 17817, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.maximized-card [data-widget='collapse'] {
  display: none;
}

/* line 17821, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.maximized-card .card-header,
.card.maximized-card .card-footer {
  border-radius: 0 !important;
}

/* line 17826, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.collapsed-card .card-body,
.card.collapsed-card .card-footer {
  display: none;
}

/* line 17831, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card .nav.flex-column > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin: 0;
}

/* line 17836, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card .nav.flex-column > li:last-of-type {
  border-bottom: 0;
}

/* line 17840, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.height-control .card-body {
  max-height: 300px;
  overflow: auto;
}

/* line 17845, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card .border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 17849, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card .border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 17853, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.card-tabs:not(.card-outline) > .card-header {
  border-bottom: 0;
}

/* line 17857, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.card-tabs:not(.card-outline) > .card-header .nav-item:first-child .nav-link {
  margin-left: -1px;
}

/* line 17861, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.card-tabs.card-outline .nav-item {
  border-bottom: 0;
}

/* line 17865, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.card-tabs.card-outline .nav-item:first-child .nav-link {
  border-left: 0;
  margin-left: 0;
}

/* line 17870, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.card-tabs .card-tools {
  margin: .3rem .5rem;
}

/* line 17874, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.card-tabs:not(.expanding-card).collapsed-card .card-header {
  border-bottom: 0;
}

/* line 17878, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.card-tabs:not(.expanding-card).collapsed-card .card-header .nav-tabs {
  border-bottom: 0;
}

/* line 17882, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.card-tabs:not(.expanding-card).collapsed-card .card-header .nav-tabs .nav-item {
  margin-bottom: 0;
}

/* line 17886, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.card-tabs.expanding-card .card-header .nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 17890, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.card-outline-tabs {
  border-top: 0;
}

/* line 17894, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.card-outline-tabs .card-header .nav-item:first-child .nav-link {
  border-left: 0;
  margin-left: 0;
}

/* line 17899, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.card-outline-tabs .card-header a {
  border-top: 3px solid transparent;
}

/* line 17903, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.card-outline-tabs .card-header a:hover {
  border-top: 3px solid #dee2e6;
}

/* line 17907, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.card-outline-tabs .card-header a.active:hover {
  margin-top: 0;
}

/* line 17911, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.card-outline-tabs .card-tools {
  margin: .5rem .5rem .3rem;
}

/* line 17915, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.card-outline-tabs:not(.expanding-card).collapsed-card .card-header {
  border-bottom: 0;
}

/* line 17919, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.card-outline-tabs:not(.expanding-card).collapsed-card .card-header .nav-tabs {
  border-bottom: 0;
}

/* line 17923, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.card-outline-tabs:not(.expanding-card).collapsed-card .card-header .nav-tabs .nav-item {
  margin-bottom: 0;
}

/* line 17927, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card.card-outline-tabs.expanding-card .card-header .nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 17931, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
html.maximized-card {
  overflow: hidden;
}

/* line 17935, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-header::after,
.card-body::after,
.card-footer::after {
  display: block;
  clear: both;
  content: "";
}

/* line 17943, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-header {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.75rem 1.25rem;
  position: relative;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 17952, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.collapsed-card .card-header {
  border-bottom: 0;
}

/* line 17956, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-header > .card-tools {
  float: right;
  margin-right: -0.625rem;
}

/* line 17961, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-header > .card-tools .input-group,
.card-header > .card-tools .nav,
.card-header > .card-tools .pagination {
  margin-bottom: -0.3rem;
  margin-top: -0.3rem;
}

/* line 17968, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-header > .card-tools [data-toggle='tooltip'] {
  position: relative;
}

/* line 17972, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-title {
  float: left;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
}

/* line 17979, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-text {
  clear: both;
}

/* line 17983, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-tool {
  background: transparent;
  color: #adb5bd !important;
  font-size: 0.875rem;
  margin: -0.75rem 0;
  padding: .25rem .5rem;
}

/* line 17991, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-group.show .btn-tool, .btn-tool:hover {
  color: #495057;
}

/* line 17995, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.show .btn-tool, .btn-tool:focus {
  box-shadow: none !important;
}

/* line 17999, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .card-title {
  font-size: 1rem;
}

/* line 18003, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .nav-link {
  padding: 0.4rem 0.8rem;
}

/* line 18007, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-body > .table {
  margin-bottom: 0;
}

/* line 18011, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-body > .table > thead > tr > th,
.card-body > .table > thead > tr > td {
  border-top-width: 0;
}

/* line 18016, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-body .fc {
  margin-top: 5px;
}

/* line 18020, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-body .full-width-chart {
  margin: -19px;
}

/* line 18024, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-body.p-0 .full-width-chart {
  margin: -9px;
}

/* line 18028, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.chart-legend {
  padding-left: 0;
  list-style: none;
  margin: 10px 0;
}

@media (max-width: 576px) {
  /* line 18035, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .chart-legend > li {
    float: left;
    margin-right: 10px;
  }
}

/* line 18041, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-comments {
  background: #f8f9fa;
}

/* line 18045, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-comments .card-comment {
  border-bottom: 1px solid #e9ecef;
  padding: 8px 0;
}

/* line 18050, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-comments .card-comment::after {
  display: block;
  clear: both;
  content: "";
}

/* line 18056, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-comments .card-comment:last-of-type {
  border-bottom: 0;
}

/* line 18060, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-comments .card-comment:first-of-type {
  padding-top: 0;
}

/* line 18064, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-comments .card-comment img {
  height: 1.875rem;
  width: 1.875rem;
  float: left;
}

/* line 18070, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-comments .comment-text {
  color: #78838e;
  margin-left: 40px;
}

/* line 18075, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-comments .username {
  color: #495057;
  display: block;
  font-weight: 600;
}

/* line 18081, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-comments .text-muted {
  font-size: 12px;
  font-weight: 400;
}

/* line 18086, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list {
  list-style: none;
  margin: 0;
  overflow: auto;
  padding: 0;
}

/* line 18093, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list > li {
  border-radius: 2px;
  background: #f8f9fa;
  border-left: 2px solid #e9ecef;
  color: #495057;
  margin-bottom: 2px;
  padding: 10px;
}

/* line 18102, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list > li:last-of-type {
  margin-bottom: 0;
}

/* line 18106, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list > li > input[type='checkbox'] {
  margin: 0 10px 0 5px;
}

/* line 18110, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list > li .text {
  display: inline-block;
  font-weight: 600;
  margin-left: 5px;
}

/* line 18116, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list > li .badge {
  font-size: .7rem;
  margin-left: 10px;
}

/* line 18121, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list > li .tools {
  color: #dc3545;
  display: none;
  float: right;
}

/* line 18127, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list > li .tools > .fa,
.todo-list > li .tools > .fas,
.todo-list > li .tools > .far,
.todo-list > li .tools > .fab,
.todo-list > li .tools > .glyphicon,
.todo-list > li .tools > .ion {
  cursor: pointer;
  margin-right: 5px;
}

/* line 18137, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list > li:hover .tools {
  display: inline-block;
}

/* line 18141, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list > li.done {
  color: #697582;
}

/* line 18145, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list > li.done .text {
  font-weight: 500;
  text-decoration: line-through;
}

/* line 18150, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list > li.done .badge {
  background: #adb5bd !important;
}

/* line 18154, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list .primary {
  border-left-color: #007bff;
}

/* line 18158, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list .secondary {
  border-left-color: #6c757d;
}

/* line 18162, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list .success {
  border-left-color: #28a745;
}

/* line 18166, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list .info {
  border-left-color: #17a2b8;
}

/* line 18170, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list .warning {
  border-left-color: #ffc107;
}

/* line 18174, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list .danger {
  border-left-color: #dc3545;
}

/* line 18178, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list .light {
  border-left-color: #f8f9fa;
}

/* line 18182, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list .dark {
  border-left-color: #343a40;
}

/* line 18186, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list .lightblue {
  border-left-color: #3c8dbc;
}

/* line 18190, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list .navy {
  border-left-color: #001f3f;
}

/* line 18194, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list .olive {
  border-left-color: #3d9970;
}

/* line 18198, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list .lime {
  border-left-color: #01ff70;
}

/* line 18202, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list .fuchsia {
  border-left-color: #f012be;
}

/* line 18206, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list .maroon {
  border-left-color: #d81b60;
}

/* line 18210, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list .blue {
  border-left-color: #007bff;
}

/* line 18214, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list .indigo {
  border-left-color: #6610f2;
}

/* line 18218, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list .purple {
  border-left-color: #6f42c1;
}

/* line 18222, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list .pink {
  border-left-color: #e83e8c;
}

/* line 18226, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list .red {
  border-left-color: #dc3545;
}

/* line 18230, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list .orange {
  border-left-color: #fd7e14;
}

/* line 18234, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list .yellow {
  border-left-color: #ffc107;
}

/* line 18238, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list .green {
  border-left-color: #28a745;
}

/* line 18242, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list .teal {
  border-left-color: #20c997;
}

/* line 18246, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list .cyan {
  border-left-color: #17a2b8;
}

/* line 18250, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list .white {
  border-left-color: #ffffff;
}

/* line 18254, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list .gray {
  border-left-color: #6c757d;
}

/* line 18258, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list .gray-dark {
  border-left-color: #343a40;
}

/* line 18262, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.todo-list .handle {
  cursor: move;
  display: inline-block;
  margin: 0 5px;
}

/* line 18268, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-input {
  max-width: 200px;
}

/* line 18272, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-default .nav-item:first-child .nav-link {
  border-left: 0;
}

/* line 18276, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.modal-dialog .overlay {
  background-color: #000;
  display: block;
  height: 100%;
  left: 0;
  opacity: .7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1052;
}

/* line 18288, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.modal-content.bg-warning .modal-header,
.modal-content.bg-warning .modal-footer {
  border-color: #343a40;
}

/* line 18293, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.modal-content.bg-primary .close, .modal-content.bg-primary .mailbox-attachment-close, .modal-content.bg-secondary .close, .modal-content.bg-secondary .mailbox-attachment-close, .modal-content.bg-info .close, .modal-content.bg-info .mailbox-attachment-close, .modal-content.bg-danger .close, .modal-content.bg-danger .mailbox-attachment-close, .modal-content.bg-success .close, .modal-content.bg-success .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}

/* line 18298, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toasts-top-right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1040;
}

/* line 18305, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toasts-top-right.fixed {
  position: fixed;
}

/* line 18309, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toasts-top-left {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1040;
}

/* line 18316, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toasts-top-left.fixed {
  position: fixed;
}

/* line 18320, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toasts-bottom-right {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 1040;
}

/* line 18327, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toasts-bottom-right.fixed {
  position: fixed;
}

/* line 18331, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toasts-bottom-left {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1040;
}

/* line 18338, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toasts-bottom-left.fixed {
  position: fixed;
}

/* line 18342, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-primary {
  background: rgba(0, 123, 255, 0.9) !important;
}

/* line 18346, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-primary .close, .toast.bg-primary .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}

/* line 18351, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-primary .toast-header {
  background: rgba(0, 123, 255, 0.85);
  color: #ffffff;
}

/* line 18356, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-secondary {
  background: rgba(108, 117, 125, 0.9) !important;
}

/* line 18360, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-secondary .close, .toast.bg-secondary .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}

/* line 18365, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-secondary .toast-header {
  background: rgba(108, 117, 125, 0.85);
  color: #ffffff;
}

/* line 18370, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-success {
  background: rgba(40, 167, 69, 0.9) !important;
}

/* line 18374, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-success .close, .toast.bg-success .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}

/* line 18379, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-success .toast-header {
  background: rgba(40, 167, 69, 0.85);
  color: #ffffff;
}

/* line 18384, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-info {
  background: rgba(23, 162, 184, 0.9) !important;
}

/* line 18388, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-info .close, .toast.bg-info .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}

/* line 18393, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-info .toast-header {
  background: rgba(23, 162, 184, 0.85);
  color: #ffffff;
}

/* line 18398, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-warning {
  background: rgba(255, 193, 7, 0.9) !important;
}

/* line 18402, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-warning .toast-header {
  background: rgba(255, 193, 7, 0.85);
  color: #1F2D3D;
}

/* line 18407, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-danger {
  background: rgba(220, 53, 69, 0.9) !important;
}

/* line 18411, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-danger .close, .toast.bg-danger .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}

/* line 18416, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-danger .toast-header {
  background: rgba(220, 53, 69, 0.85);
  color: #ffffff;
}

/* line 18421, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-light {
  background: rgba(248, 249, 250, 0.9) !important;
}

/* line 18425, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-light .toast-header {
  background: rgba(248, 249, 250, 0.85);
  color: #1F2D3D;
}

/* line 18430, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-dark {
  background: rgba(52, 58, 64, 0.9) !important;
}

/* line 18434, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-dark .close, .toast.bg-dark .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}

/* line 18439, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-dark .toast-header {
  background: rgba(52, 58, 64, 0.85);
  color: #ffffff;
}

/* line 18444, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-lightblue {
  background: rgba(60, 141, 188, 0.9) !important;
}

/* line 18448, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-lightblue .close, .toast.bg-lightblue .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}

/* line 18453, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-lightblue .toast-header {
  background: rgba(60, 141, 188, 0.85);
  color: #ffffff;
}

/* line 18458, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-navy {
  background: rgba(0, 31, 63, 0.9) !important;
}

/* line 18462, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-navy .close, .toast.bg-navy .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}

/* line 18467, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-navy .toast-header {
  background: rgba(0, 31, 63, 0.85);
  color: #ffffff;
}

/* line 18472, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-olive {
  background: rgba(61, 153, 112, 0.9) !important;
}

/* line 18476, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-olive .close, .toast.bg-olive .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}

/* line 18481, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-olive .toast-header {
  background: rgba(61, 153, 112, 0.85);
  color: #ffffff;
}

/* line 18486, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-lime {
  background: rgba(1, 255, 112, 0.9) !important;
}

/* line 18490, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-lime .toast-header {
  background: rgba(1, 255, 112, 0.85);
  color: #1F2D3D;
}

/* line 18495, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-fuchsia {
  background: rgba(240, 18, 190, 0.9) !important;
}

/* line 18499, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-fuchsia .close, .toast.bg-fuchsia .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}

/* line 18504, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-fuchsia .toast-header {
  background: rgba(240, 18, 190, 0.85);
  color: #ffffff;
}

/* line 18509, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-maroon {
  background: rgba(216, 27, 96, 0.9) !important;
}

/* line 18513, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-maroon .close, .toast.bg-maroon .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}

/* line 18518, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-maroon .toast-header {
  background: rgba(216, 27, 96, 0.85);
  color: #ffffff;
}

/* line 18523, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-blue {
  background: rgba(0, 123, 255, 0.9) !important;
}

/* line 18527, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-blue .close, .toast.bg-blue .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}

/* line 18532, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-blue .toast-header {
  background: rgba(0, 123, 255, 0.85);
  color: #ffffff;
}

/* line 18537, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-indigo {
  background: rgba(102, 16, 242, 0.9) !important;
}

/* line 18541, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-indigo .close, .toast.bg-indigo .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}

/* line 18546, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-indigo .toast-header {
  background: rgba(102, 16, 242, 0.85);
  color: #ffffff;
}

/* line 18551, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-purple {
  background: rgba(111, 66, 193, 0.9) !important;
}

/* line 18555, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-purple .close, .toast.bg-purple .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}

/* line 18560, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-purple .toast-header {
  background: rgba(111, 66, 193, 0.85);
  color: #ffffff;
}

/* line 18565, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-pink {
  background: rgba(232, 62, 140, 0.9) !important;
}

/* line 18569, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-pink .close, .toast.bg-pink .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}

/* line 18574, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-pink .toast-header {
  background: rgba(232, 62, 140, 0.85);
  color: #ffffff;
}

/* line 18579, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-red {
  background: rgba(220, 53, 69, 0.9) !important;
}

/* line 18583, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-red .close, .toast.bg-red .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}

/* line 18588, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-red .toast-header {
  background: rgba(220, 53, 69, 0.85);
  color: #ffffff;
}

/* line 18593, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-orange {
  background: rgba(253, 126, 20, 0.9) !important;
}

/* line 18597, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-orange .toast-header {
  background: rgba(253, 126, 20, 0.85);
  color: #1F2D3D;
}

/* line 18602, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-yellow {
  background: rgba(255, 193, 7, 0.9) !important;
}

/* line 18606, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-yellow .toast-header {
  background: rgba(255, 193, 7, 0.85);
  color: #1F2D3D;
}

/* line 18611, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-green {
  background: rgba(40, 167, 69, 0.9) !important;
}

/* line 18615, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-green .close, .toast.bg-green .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}

/* line 18620, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-green .toast-header {
  background: rgba(40, 167, 69, 0.85);
  color: #ffffff;
}

/* line 18625, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-teal {
  background: rgba(32, 201, 151, 0.9) !important;
}

/* line 18629, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-teal .close, .toast.bg-teal .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}

/* line 18634, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-teal .toast-header {
  background: rgba(32, 201, 151, 0.85);
  color: #ffffff;
}

/* line 18639, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-cyan {
  background: rgba(23, 162, 184, 0.9) !important;
}

/* line 18643, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-cyan .close, .toast.bg-cyan .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}

/* line 18648, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-cyan .toast-header {
  background: rgba(23, 162, 184, 0.85);
  color: #ffffff;
}

/* line 18653, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-white {
  background: rgba(255, 255, 255, 0.9) !important;
}

/* line 18657, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-white .toast-header {
  background: rgba(255, 255, 255, 0.85);
  color: #1F2D3D;
}

/* line 18662, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-gray {
  background: rgba(108, 117, 125, 0.9) !important;
}

/* line 18666, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-gray .close, .toast.bg-gray .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}

/* line 18671, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-gray .toast-header {
  background: rgba(108, 117, 125, 0.85);
  color: #ffffff;
}

/* line 18676, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-gray-dark {
  background: rgba(52, 58, 64, 0.9) !important;
}

/* line 18680, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-gray-dark .close, .toast.bg-gray-dark .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}

/* line 18685, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast.bg-gray-dark .toast-header {
  background: rgba(52, 58, 64, 0.85);
  color: #ffffff;
}

/* line 18690, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn.disabled, .btn:disabled {
  cursor: not-allowed;
}

/* line 18694, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn.btn-flat {
  border-radius: 0;
  border-width: 1px;
  box-shadow: none;
}

/* line 18700, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn.btn-file {
  overflow: hidden;
  position: relative;
}

/* line 18705, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn.btn-file > input[type='file'] {
  background: #ffffff;
  cursor: inherit;
  display: block;
  font-size: 100px;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  outline: none;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}

/* line 18720, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .btn {
  font-size: 0.875rem !important;
}

/* line 18724, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-default {
  background-color: #f8f9fa;
  border-color: #ddd;
  color: #444;
}

/* line 18730, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-default:hover, .btn-default:active, .btn-default.hover {
  background-color: #e9ecef;
  color: #2b2b2b;
}

/* line 18735, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-app {
  border-radius: 3px;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  color: #6c757d;
  font-size: 12px;
  height: 60px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  padding: 15px 5px;
  position: relative;
  text-align: center;
}

/* line 18749, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-app > .fa,
.btn-app > .fas,
.btn-app > .far,
.btn-app > .fab,
.btn-app > .glyphicon,
.btn-app > .ion {
  display: block;
  font-size: 20px;
}

/* line 18759, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-app:hover {
  background: #f8f9fa;
  border-color: #aaaaaa;
  color: #444;
}

/* line 18765, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-app:active, .btn-app:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 18769, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-app > .badge {
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  right: -10px;
  top: -3px;
}

/* line 18777, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.btn-xs {
  padding: 0.125rem 0.25rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.15rem;
}

/* line 18784, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.callout {
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #ffffff;
  border-left: 5px solid #e9ecef;
  margin-bottom: 1rem;
  padding: 1rem;
}

/* line 18793, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.callout a {
  color: #495057;
  text-decoration: underline;
}

/* line 18798, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.callout a:hover {
  color: #e9ecef;
}

/* line 18802, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.callout p:last-child {
  margin-bottom: 0;
}

/* line 18806, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.callout.callout-danger {
  border-left-color: #bd2130;
}

/* line 18810, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.callout.callout-warning {
  border-left-color: #d39e00;
}

/* line 18814, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.callout.callout-info {
  border-left-color: #117a8b;
}

/* line 18818, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.callout.callout-success {
  border-left-color: #1e7e34;
}

/* line 18822, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert .icon {
  margin-right: 10px;
}

/* line 18826, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert .close, .alert .mailbox-attachment-close {
  color: #000;
  opacity: .2;
}

/* line 18831, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert .close:hover, .alert .mailbox-attachment-close:hover {
  opacity: .5;
}

/* line 18835, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert a {
  color: #ffffff;
  text-decoration: underline;
}

/* line 18840, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-primary {
  color: #ffffff;
  background: #007bff;
  border-color: #006fe6;
}

/* line 18846, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-default-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 18852, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-default-primary hr {
  border-top-color: #9fcdff;
}

/* line 18856, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-default-primary .alert-link {
  color: #002752;
}

/* line 18860, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-secondary {
  color: #ffffff;
  background: #6c757d;
  border-color: #60686f;
}

/* line 18866, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-default-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 18872, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-default-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 18876, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-default-secondary .alert-link {
  color: #202326;
}

/* line 18880, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-success {
  color: #ffffff;
  background: #28a745;
  border-color: #23923d;
}

/* line 18886, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-default-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 18892, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-default-success hr {
  border-top-color: #b1dfbb;
}

/* line 18896, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-default-success .alert-link {
  color: #0b2e13;
}

/* line 18900, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-info {
  color: #ffffff;
  background: #17a2b8;
  border-color: #148ea1;
}

/* line 18906, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-default-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 18912, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-default-info hr {
  border-top-color: #abdde5;
}

/* line 18916, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-default-info .alert-link {
  color: #062c33;
}

/* line 18920, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-warning {
  color: #1F2D3D;
  background: #ffc107;
  border-color: #edb100;
}

/* line 18926, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-default-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 18932, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-default-warning hr {
  border-top-color: #ffe8a1;
}

/* line 18936, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-default-warning .alert-link {
  color: #533f03;
}

/* line 18940, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-danger {
  color: #ffffff;
  background: #dc3545;
  border-color: #d32535;
}

/* line 18946, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-default-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 18952, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-default-danger hr {
  border-top-color: #f1b0b7;
}

/* line 18956, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-default-danger .alert-link {
  color: #491217;
}

/* line 18960, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-light {
  color: #1F2D3D;
  background: #f8f9fa;
  border-color: #e9ecef;
}

/* line 18966, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-default-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 18972, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-default-light hr {
  border-top-color: #ececf6;
}

/* line 18976, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-default-light .alert-link {
  color: #686868;
}

/* line 18980, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-dark {
  color: #ffffff;
  background: #343a40;
  border-color: #292d32;
}

/* line 18986, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-default-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 18992, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-default-dark hr {
  border-top-color: #b9bbbe;
}

/* line 18996, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.alert-default-dark .alert-link {
  color: #040505;
}

/* line 19000, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table:not(.table-dark) {
  color: inherit;
}

/* line 19004, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table.table-head-fixed thead tr:nth-child(1) th {
  background-color: #ffffff;
  border-bottom: 0;
  box-shadow: inset 0 1px 0 #dee2e6, inset 0 -1px 0 #dee2e6;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

/* line 19014, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table.table-head-fixed.table-dark thead tr:nth-child(1) th {
  background-color: #212529;
  box-shadow: inset 0 1px 0 #383f45, inset 0 -1px 0 #383f45;
}

/* line 19019, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table.no-border,
.table.no-border td,
.table.no-border th {
  border: 0;
}

/* line 19025, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table.text-center,
.table.text-center td,
.table.text-center th {
  text-align: center;
}

/* line 19031, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.table.table-valign-middle thead > tr > th,
.table.table-valign-middle thead > tr > td,
.table.table-valign-middle tbody > tr > th,
.table.table-valign-middle tbody > tr > td {
  vertical-align: middle;
}

/* line 19038, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-body.p-0 .table thead > tr > th:first-of-type,
.card-body.p-0 .table thead > tr > td:first-of-type,
.card-body.p-0 .table tbody > tr > th:first-of-type,
.card-body.p-0 .table tbody > tr > td:first-of-type {
  padding-left: 1.5rem;
}

/* line 19045, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-body.p-0 .table thead > tr > th:last-of-type,
.card-body.p-0 .table thead > tr > td:last-of-type,
.card-body.p-0 .table tbody > tr > th:last-of-type,
.card-body.p-0 .table tbody > tr > td:last-of-type {
  padding-right: 1.5rem;
}

/* line 19052, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.carousel-control.left, .carousel-control.right {
  background-image: none;
}

/* line 19056, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.carousel-control > .fa,
.carousel-control > .fas,
.carousel-control > .far,
.carousel-control > .fab,
.carousel-control > .glyphicon,
.carousel-control > .ion {
  display: inline-block;
  font-size: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  z-index: 5;
}

/* line 19070, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.small-box {
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 20px;
  position: relative;
}

/* line 19078, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.small-box > .inner {
  padding: 10px;
}

/* line 19082, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.small-box > .small-box-footer {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.8);
  display: block;
  padding: 3px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 10;
}

/* line 19093, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.small-box > .small-box-footer:hover {
  background: rgba(0, 0, 0, 0.15);
  color: #ffffff;
}

/* line 19098, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.small-box h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
  white-space: nowrap;
}

@media (min-width: 992px) {
  /* line 19107, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-xl-2 .small-box h3,
  .col-lg-2 .small-box h3,
  .col-md-2 .small-box h3 {
    font-size: 1.6rem;
  }
  /* line 19112, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-xl-3 .small-box h3,
  .col-lg-3 .small-box h3,
  .col-md-3 .small-box h3 {
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) {
  /* line 19120, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-xl-2 .small-box h3,
  .col-lg-2 .small-box h3,
  .col-md-2 .small-box h3 {
    font-size: 2.2rem;
  }
  /* line 19125, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-xl-3 .small-box h3,
  .col-lg-3 .small-box h3,
  .col-md-3 .small-box h3 {
    font-size: 2.2rem;
  }
}

/* line 19132, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.small-box p {
  font-size: 1rem;
}

/* line 19136, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.small-box p > small {
  color: #f8f9fa;
  display: block;
  font-size: 0.9rem;
  margin-top: 5px;
}

/* line 19143, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.small-box h3,
.small-box p {
  z-index: 5;
}

/* line 19148, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.small-box .icon {
  color: rgba(0, 0, 0, 0.15);
  z-index: 0;
}

/* line 19153, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.small-box .icon > i {
  font-size: 90px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: all 0.3s linear;
}

/* line 19161, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.small-box .icon > i.fa, .small-box .icon > i.fas, .small-box .icon > i.far, .small-box .icon > i.fab, .small-box .icon > i.glyphicon, .small-box .icon > i.ion {
  font-size: 70px;
  top: 20px;
}

/* line 19166, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.small-box:hover {
  text-decoration: none;
}

/* line 19170, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.small-box:hover .icon > i {
  font-size: 95px;
}

/* line 19174, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.small-box:hover .icon > i.fa, .small-box:hover .icon > i.fas, .small-box:hover .icon > i.far, .small-box:hover .icon > i.fab, .small-box:hover .icon > i.glyphicon, .small-box:hover .icon > i.ion {
  font-size: 75px;
}

@media (max-width: 767.98px) {
  /* line 19179, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .small-box {
    text-align: center;
  }
  /* line 19182, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .small-box .icon {
    display: none;
  }
  /* line 19185, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .small-box p {
    font-size: 12px;
  }
}

/* line 19190, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.info-box {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  min-height: 80px;
  padding: .5rem;
  position: relative;
  width: 100%;
}

/* line 19203, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.info-box .progress {
  background-color: rgba(0, 0, 0, 0.125);
  height: 2px;
  margin: 5px 0;
}

/* line 19209, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.info-box .progress .progress-bar {
  background-color: #ffffff;
}

/* line 19213, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.info-box .info-box-icon {
  border-radius: 0.25rem;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 70px;
}

/* line 19226, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.info-box .info-box-icon > img {
  max-width: 100%;
}

/* line 19230, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.info-box .info-box-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 120%;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
}

/* line 19243, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.info-box .info-box-number {
  display: block;
  margin-top: .25rem;
  font-weight: 700;
}

/* line 19249, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.info-box .progress-description,
.info-box .info-box-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 19257, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.info-box .info-box .bg-primary,
.info-box .info-box .bg-gradient-primary {
  color: #ffffff;
}

/* line 19262, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.info-box .info-box .bg-primary .progress-bar,
.info-box .info-box .bg-gradient-primary .progress-bar {
  background-color: #ffffff;
}

/* line 19267, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.info-box .info-box .bg-secondary,
.info-box .info-box .bg-gradient-secondary {
  color: #ffffff;
}

/* line 19272, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.info-box .info-box .bg-secondary .progress-bar,
.info-box .info-box .bg-gradient-secondary .progress-bar {
  background-color: #ffffff;
}

/* line 19277, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.info-box .info-box .bg-success,
.info-box .info-box .bg-gradient-success {
  color: #ffffff;
}

/* line 19282, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.info-box .info-box .bg-success .progress-bar,
.info-box .info-box .bg-gradient-success .progress-bar {
  background-color: #ffffff;
}

/* line 19287, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.info-box .info-box .bg-info,
.info-box .info-box .bg-gradient-info {
  color: #ffffff;
}

/* line 19292, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.info-box .info-box .bg-info .progress-bar,
.info-box .info-box .bg-gradient-info .progress-bar {
  background-color: #ffffff;
}

/* line 19297, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.info-box .info-box .bg-warning,
.info-box .info-box .bg-gradient-warning {
  color: #1F2D3D;
}

/* line 19302, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.info-box .info-box .bg-warning .progress-bar,
.info-box .info-box .bg-gradient-warning .progress-bar {
  background-color: #1F2D3D;
}

/* line 19307, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.info-box .info-box .bg-danger,
.info-box .info-box .bg-gradient-danger {
  color: #ffffff;
}

/* line 19312, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.info-box .info-box .bg-danger .progress-bar,
.info-box .info-box .bg-gradient-danger .progress-bar {
  background-color: #ffffff;
}

/* line 19317, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.info-box .info-box .bg-light,
.info-box .info-box .bg-gradient-light {
  color: #1F2D3D;
}

/* line 19322, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.info-box .info-box .bg-light .progress-bar,
.info-box .info-box .bg-gradient-light .progress-bar {
  background-color: #1F2D3D;
}

/* line 19327, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.info-box .info-box .bg-dark,
.info-box .info-box .bg-gradient-dark {
  color: #ffffff;
}

/* line 19332, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.info-box .info-box .bg-dark .progress-bar,
.info-box .info-box .bg-gradient-dark .progress-bar {
  background-color: #ffffff;
}

/* line 19337, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.info-box .info-box-more {
  display: block;
}

/* line 19341, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.info-box .progress-description {
  margin: 0;
}

@media (min-width: 768px) {
  /* line 19346, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-xl-2 .info-box .progress-description,
  .col-lg-2 .info-box .progress-description,
  .col-md-2 .info-box .progress-description {
    display: none;
  }
  /* line 19351, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-xl-3 .info-box .progress-description,
  .col-lg-3 .info-box .progress-description,
  .col-md-3 .info-box .progress-description {
    display: none;
  }
}

@media (min-width: 992px) {
  /* line 19359, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-xl-2 .info-box .progress-description,
  .col-lg-2 .info-box .progress-description,
  .col-md-2 .info-box .progress-description {
    font-size: 0.75rem;
    display: block;
  }
  /* line 19365, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-xl-3 .info-box .progress-description,
  .col-lg-3 .info-box .progress-description,
  .col-md-3 .info-box .progress-description {
    font-size: 0.75rem;
    display: block;
  }
}

@media (min-width: 1200px) {
  /* line 19374, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-xl-2 .info-box .progress-description,
  .col-lg-2 .info-box .progress-description,
  .col-md-2 .info-box .progress-description {
    font-size: 1rem;
    display: block;
  }
  /* line 19380, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .col-xl-3 .info-box .progress-description,
  .col-lg-3 .info-box .progress-description,
  .col-md-3 .info-box .progress-description {
    font-size: 1rem;
    display: block;
  }
}

/* line 19388, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.timeline {
  margin: 0 0 45px;
  padding: 0;
  position: relative;
}

/* line 19394, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.timeline::before {
  border-radius: 0.25rem;
  background: #dee2e6;
  bottom: 0;
  content: '';
  left: 31px;
  margin: 0;
  position: absolute;
  top: 0;
  width: 4px;
}

/* line 19406, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.timeline > div {
  margin-bottom: 15px;
  margin-right: 10px;
  position: relative;
}

/* line 19412, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.timeline > div::before, .timeline > div::after {
  content: "";
  display: table;
}

/* line 19417, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.timeline > div > .timeline-item {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  background: #ffffff;
  color: #495057;
  margin-left: 60px;
  margin-right: 15px;
  margin-top: 0;
  padding: 0;
  position: relative;
}

/* line 19429, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.timeline > div > .timeline-item > .time {
  color: #999;
  float: right;
  font-size: 12px;
  padding: 10px;
}

/* line 19436, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.timeline > div > .timeline-item > .timeline-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  color: #495057;
  font-size: 16px;
  line-height: 1.1;
  margin: 0;
  padding: 10px;
}

/* line 19445, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.timeline > div > .timeline-item > .timeline-header > a {
  font-weight: 600;
}

/* line 19449, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.timeline > div > .timeline-item > .timeline-body,
.timeline > div > .timeline-item > .timeline-footer {
  padding: 10px;
}

/* line 19454, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.timeline > div > .timeline-item > .timeline-body > img {
  margin: 10px;
}

/* line 19458, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.timeline > div > .timeline-item > .timeline-body > dl, .timeline > div > .timeline-item > .timeline-body ol, .timeline > div > .timeline-item > .timeline-body ul {
  margin: 0;
}

/* line 19462, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.timeline > div > .timeline-item > .timeline-footer > a {
  color: #ffffff;
}

/* line 19466, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.timeline > div > .fa,
.timeline > div > .fas,
.timeline > div > .far,
.timeline > div > .fab,
.timeline > div > .glyphicon,
.timeline > div > .ion {
  background: #adb5bd;
  border-radius: 50%;
  font-size: 15px;
  height: 30px;
  left: 18px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px;
}

/* line 19484, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.timeline > .time-label > span {
  border-radius: 4px;
  background-color: #ffffff;
  display: inline-block;
  font-weight: 600;
  padding: 5px;
}

/* line 19492, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.timeline-inverse > div > .timeline-item {
  box-shadow: none;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
}

/* line 19498, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.timeline-inverse > div > .timeline-item > .timeline-header {
  border-bottom-color: #dee2e6;
}

/* line 19502, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.products-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 19508, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.products-list > .item {
  border-radius: 0.25rem;
  background: #ffffff;
  padding: 10px 0;
}

/* line 19514, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.products-list > .item::after {
  display: block;
  clear: both;
  content: "";
}

/* line 19520, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.products-list .product-img {
  float: left;
}

/* line 19524, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.products-list .product-img img {
  height: 50px;
  width: 50px;
}

/* line 19529, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.products-list .product-info {
  margin-left: 60px;
}

/* line 19533, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.products-list .product-title {
  font-weight: 600;
}

/* line 19537, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.products-list .product-description {
  color: #6c757d;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 19545, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.product-list-in-card > .item {
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 19550, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.product-list-in-card > .item:last-of-type {
  border-bottom-width: 0;
}

/* line 19554, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat .card-body {
  overflow-x: hidden;
  padding: 0;
  position: relative;
}

/* line 19560, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat.chat-pane-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 19565, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat.timestamp-light .direct-chat-timestamp {
  color: #30465f;
}

/* line 19569, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat.timestamp-dark .direct-chat-timestamp {
  color: #cccccc;
}

/* line 19573, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-messages {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  height: 250px;
  overflow: auto;
  padding: 10px;
}

/* line 19581, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-msg,
.direct-chat-text {
  display: block;
}

/* line 19586, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-msg {
  margin-bottom: 10px;
}

/* line 19590, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-msg::after {
  display: block;
  clear: both;
  content: "";
}

/* line 19596, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-messages,
.direct-chat-contacts {
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

/* line 19603, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-text {
  border-radius: 0.3rem;
  background: #d2d6de;
  border: 1px solid #d2d6de;
  color: #444;
  margin: 5px 0 0 50px;
  padding: 5px 10px;
  position: relative;
}

/* line 19613, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-text::after, .direct-chat-text::before {
  border: solid transparent;
  border-right-color: #d2d6de;
  content: ' ';
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 15px;
  width: 0;
}

/* line 19625, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-text::after {
  border-width: 5px;
  margin-top: -5px;
}

/* line 19630, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-text::before {
  border-width: 6px;
  margin-top: -6px;
}

/* line 19635, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.right .direct-chat-text {
  margin-left: 0;
  margin-right: 50px;
}

/* line 19640, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.right .direct-chat-text::after, .right .direct-chat-text::before {
  border-left-color: #d2d6de;
  border-right-color: transparent;
  left: 100%;
  right: auto;
}

/* line 19647, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-img {
  border-radius: 50%;
  float: left;
  height: 40px;
  width: 40px;
}

/* line 19654, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.right .direct-chat-img {
  float: right;
}

/* line 19658, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-infos {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 2px;
}

/* line 19664, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-name {
  font-weight: 600;
}

/* line 19668, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-timestamp {
  color: #697582;
}

/* line 19672, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-contacts-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 19677, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-contacts {
  -webkit-transform: translate(101%, 0);
  transform: translate(101%, 0);
  background: #343a40;
  bottom: 0;
  color: #ffffff;
  height: 250px;
  overflow: auto;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 19690, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-contacts-light {
  background: #f8f9fa;
}

/* line 19694, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-contacts-light .contacts-list-name {
  color: #495057;
}

/* line 19698, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-contacts-light .contacts-list-date {
  color: #6c757d;
}

/* line 19702, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-contacts-light .contacts-list-msg {
  color: #545b62;
}

/* line 19706, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.contacts-list {
  padding-left: 0;
  list-style: none;
}

/* line 19711, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.contacts-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 10px;
}

/* line 19717, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.contacts-list > li::after {
  display: block;
  clear: both;
  content: "";
}

/* line 19723, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.contacts-list > li:last-of-type {
  border-bottom: 0;
}

/* line 19727, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.contacts-list-img {
  border-radius: 50%;
  float: left;
  width: 40px;
}

/* line 19733, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.contacts-list-info {
  color: #ffffff;
  margin-left: 45px;
}

/* line 19738, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.contacts-list-name,
.contacts-list-status {
  display: block;
}

/* line 19743, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.contacts-list-name {
  font-weight: 600;
}

/* line 19747, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.contacts-list-status {
  font-size: 0.875rem;
}

/* line 19751, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.contacts-list-date {
  color: #ced4da;
  font-weight: normal;
}

/* line 19756, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.contacts-list-msg {
  color: #b1bbc4;
}

/* line 19760, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-primary .right > .direct-chat-text {
  background: #007bff;
  border-color: #007bff;
  color: #ffffff;
}

/* line 19766, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-primary .right > .direct-chat-text::after, .direct-chat-primary .right > .direct-chat-text::before {
  border-left-color: #007bff;
}

/* line 19770, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-secondary .right > .direct-chat-text {
  background: #6c757d;
  border-color: #6c757d;
  color: #ffffff;
}

/* line 19776, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-secondary .right > .direct-chat-text::after, .direct-chat-secondary .right > .direct-chat-text::before {
  border-left-color: #6c757d;
}

/* line 19780, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-success .right > .direct-chat-text {
  background: #28a745;
  border-color: #28a745;
  color: #ffffff;
}

/* line 19786, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-success .right > .direct-chat-text::after, .direct-chat-success .right > .direct-chat-text::before {
  border-left-color: #28a745;
}

/* line 19790, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-info .right > .direct-chat-text {
  background: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}

/* line 19796, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-info .right > .direct-chat-text::after, .direct-chat-info .right > .direct-chat-text::before {
  border-left-color: #17a2b8;
}

/* line 19800, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-warning .right > .direct-chat-text {
  background: #ffc107;
  border-color: #ffc107;
  color: #1F2D3D;
}

/* line 19806, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-warning .right > .direct-chat-text::after, .direct-chat-warning .right > .direct-chat-text::before {
  border-left-color: #ffc107;
}

/* line 19810, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-danger .right > .direct-chat-text {
  background: #dc3545;
  border-color: #dc3545;
  color: #ffffff;
}

/* line 19816, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-danger .right > .direct-chat-text::after, .direct-chat-danger .right > .direct-chat-text::before {
  border-left-color: #dc3545;
}

/* line 19820, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-light .right > .direct-chat-text {
  background: #f8f9fa;
  border-color: #f8f9fa;
  color: #1F2D3D;
}

/* line 19826, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-light .right > .direct-chat-text::after, .direct-chat-light .right > .direct-chat-text::before {
  border-left-color: #f8f9fa;
}

/* line 19830, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-dark .right > .direct-chat-text {
  background: #343a40;
  border-color: #343a40;
  color: #ffffff;
}

/* line 19836, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-dark .right > .direct-chat-text::after, .direct-chat-dark .right > .direct-chat-text::before {
  border-left-color: #343a40;
}

/* line 19840, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-lightblue .right > .direct-chat-text {
  background: #3c8dbc;
  border-color: #3c8dbc;
  color: #ffffff;
}

/* line 19846, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-lightblue .right > .direct-chat-text::after, .direct-chat-lightblue .right > .direct-chat-text::before {
  border-left-color: #3c8dbc;
}

/* line 19850, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-navy .right > .direct-chat-text {
  background: #001f3f;
  border-color: #001f3f;
  color: #ffffff;
}

/* line 19856, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-navy .right > .direct-chat-text::after, .direct-chat-navy .right > .direct-chat-text::before {
  border-left-color: #001f3f;
}

/* line 19860, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-olive .right > .direct-chat-text {
  background: #3d9970;
  border-color: #3d9970;
  color: #ffffff;
}

/* line 19866, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-olive .right > .direct-chat-text::after, .direct-chat-olive .right > .direct-chat-text::before {
  border-left-color: #3d9970;
}

/* line 19870, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-lime .right > .direct-chat-text {
  background: #01ff70;
  border-color: #01ff70;
  color: #1F2D3D;
}

/* line 19876, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-lime .right > .direct-chat-text::after, .direct-chat-lime .right > .direct-chat-text::before {
  border-left-color: #01ff70;
}

/* line 19880, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-fuchsia .right > .direct-chat-text {
  background: #f012be;
  border-color: #f012be;
  color: #ffffff;
}

/* line 19886, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-fuchsia .right > .direct-chat-text::after, .direct-chat-fuchsia .right > .direct-chat-text::before {
  border-left-color: #f012be;
}

/* line 19890, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-maroon .right > .direct-chat-text {
  background: #d81b60;
  border-color: #d81b60;
  color: #ffffff;
}

/* line 19896, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-maroon .right > .direct-chat-text::after, .direct-chat-maroon .right > .direct-chat-text::before {
  border-left-color: #d81b60;
}

/* line 19900, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-blue .right > .direct-chat-text {
  background: #007bff;
  border-color: #007bff;
  color: #ffffff;
}

/* line 19906, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-blue .right > .direct-chat-text::after, .direct-chat-blue .right > .direct-chat-text::before {
  border-left-color: #007bff;
}

/* line 19910, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-indigo .right > .direct-chat-text {
  background: #6610f2;
  border-color: #6610f2;
  color: #ffffff;
}

/* line 19916, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-indigo .right > .direct-chat-text::after, .direct-chat-indigo .right > .direct-chat-text::before {
  border-left-color: #6610f2;
}

/* line 19920, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-purple .right > .direct-chat-text {
  background: #6f42c1;
  border-color: #6f42c1;
  color: #ffffff;
}

/* line 19926, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-purple .right > .direct-chat-text::after, .direct-chat-purple .right > .direct-chat-text::before {
  border-left-color: #6f42c1;
}

/* line 19930, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-pink .right > .direct-chat-text {
  background: #e83e8c;
  border-color: #e83e8c;
  color: #ffffff;
}

/* line 19936, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-pink .right > .direct-chat-text::after, .direct-chat-pink .right > .direct-chat-text::before {
  border-left-color: #e83e8c;
}

/* line 19940, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-red .right > .direct-chat-text {
  background: #dc3545;
  border-color: #dc3545;
  color: #ffffff;
}

/* line 19946, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-red .right > .direct-chat-text::after, .direct-chat-red .right > .direct-chat-text::before {
  border-left-color: #dc3545;
}

/* line 19950, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-orange .right > .direct-chat-text {
  background: #fd7e14;
  border-color: #fd7e14;
  color: #1F2D3D;
}

/* line 19956, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-orange .right > .direct-chat-text::after, .direct-chat-orange .right > .direct-chat-text::before {
  border-left-color: #fd7e14;
}

/* line 19960, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-yellow .right > .direct-chat-text {
  background: #ffc107;
  border-color: #ffc107;
  color: #1F2D3D;
}

/* line 19966, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-yellow .right > .direct-chat-text::after, .direct-chat-yellow .right > .direct-chat-text::before {
  border-left-color: #ffc107;
}

/* line 19970, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-green .right > .direct-chat-text {
  background: #28a745;
  border-color: #28a745;
  color: #ffffff;
}

/* line 19976, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-green .right > .direct-chat-text::after, .direct-chat-green .right > .direct-chat-text::before {
  border-left-color: #28a745;
}

/* line 19980, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-teal .right > .direct-chat-text {
  background: #20c997;
  border-color: #20c997;
  color: #ffffff;
}

/* line 19986, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-teal .right > .direct-chat-text::after, .direct-chat-teal .right > .direct-chat-text::before {
  border-left-color: #20c997;
}

/* line 19990, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-cyan .right > .direct-chat-text {
  background: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}

/* line 19996, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-cyan .right > .direct-chat-text::after, .direct-chat-cyan .right > .direct-chat-text::before {
  border-left-color: #17a2b8;
}

/* line 20000, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-white .right > .direct-chat-text {
  background: #ffffff;
  border-color: #ffffff;
  color: #1F2D3D;
}

/* line 20006, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-white .right > .direct-chat-text::after, .direct-chat-white .right > .direct-chat-text::before {
  border-left-color: #ffffff;
}

/* line 20010, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-gray .right > .direct-chat-text {
  background: #6c757d;
  border-color: #6c757d;
  color: #ffffff;
}

/* line 20016, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-gray .right > .direct-chat-text::after, .direct-chat-gray .right > .direct-chat-text::before {
  border-left-color: #6c757d;
}

/* line 20020, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-gray-dark .right > .direct-chat-text {
  background: #343a40;
  border-color: #343a40;
  color: #ffffff;
}

/* line 20026, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.direct-chat-gray-dark .right > .direct-chat-text::after, .direct-chat-gray-dark .right > .direct-chat-text::before {
  border-left-color: #343a40;
}

/* line 20030, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.users-list {
  padding-left: 0;
  list-style: none;
}

/* line 20035, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.users-list > li {
  float: left;
  padding: 10px;
  text-align: center;
  width: 25%;
}

/* line 20042, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.users-list > li img {
  border-radius: 50%;
  height: auto;
  max-width: 100%;
}

/* line 20048, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.users-list > li > a:hover,
.users-list > li > a:hover .users-list-name {
  color: #999;
}

/* line 20053, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.users-list-name,
.users-list-date {
  display: block;
}

/* line 20058, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.users-list-name {
  color: #495057;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 20066, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.users-list-date {
  color: #748290;
  font-size: 12px;
}

/* line 20071, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card-widget {
  border: 0;
  position: relative;
}

/* line 20076, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.widget-user .widget-user-header {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  height: 135px;
  padding: 1rem;
  text-align: center;
}

/* line 20084, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.widget-user .widget-user-username {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* line 20092, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.widget-user .widget-user-desc {
  margin-top: 0;
}

/* line 20096, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.widget-user .widget-user-image {
  left: 50%;
  margin-left: -45px;
  position: absolute;
  top: 80px;
}

/* line 20103, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.widget-user .widget-user-image > img {
  border: 3px solid #ffffff;
  height: auto;
  width: 90px;
}

/* line 20109, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.widget-user .card-footer {
  padding-top: 50px;
}

/* line 20113, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.widget-user-2 .widget-user-header {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 1rem;
}

/* line 20119, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.widget-user-2 .widget-user-username {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 5px;
  margin-top: 5px;
}

/* line 20126, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.widget-user-2 .widget-user-desc {
  margin-top: 0;
}

/* line 20130, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.widget-user-2 .widget-user-username,
.widget-user-2 .widget-user-desc {
  margin-left: 75px;
}

/* line 20135, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.widget-user-2 .widget-user-image > img {
  float: left;
  height: auto;
  width: 65px;
}

/* line 20141, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mailbox-messages > .table {
  margin: 0;
}

/* line 20145, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mailbox-controls {
  padding: 5px;
}

/* line 20149, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mailbox-controls.with-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 20153, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mailbox-read-info {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 10px;
}

/* line 20158, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mailbox-read-info h3 {
  font-size: 20px;
  margin: 0;
}

/* line 20163, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mailbox-read-info h5 {
  margin: 0;
  padding: 5px 0 0;
}

/* line 20168, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mailbox-read-time {
  color: #999;
  font-size: 13px;
}

/* line 20173, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mailbox-read-message {
  padding: 10px;
}

/* line 20177, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mailbox-attachments {
  padding-left: 0;
  list-style: none;
}

/* line 20182, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mailbox-attachments li {
  border: 1px solid #eee;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 200px;
}

/* line 20190, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mailbox-attachment-name {
  color: #666;
  font-weight: bold;
}

/* line 20195, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mailbox-attachment-icon,
.mailbox-attachment-info,
.mailbox-attachment-size {
  display: block;
}

/* line 20201, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mailbox-attachment-info {
  background: #f8f9fa;
  padding: 10px;
}

/* line 20206, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mailbox-attachment-size {
  color: #999;
  font-size: 12px;
}

/* line 20211, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mailbox-attachment-size > span {
  display: inline-block;
  padding-top: 0.75rem;
}

/* line 20216, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mailbox-attachment-icon {
  color: #666;
  font-size: 65px;
  max-height: 132.5px;
  padding: 20px 10px;
  text-align: center;
}

/* line 20224, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mailbox-attachment-icon.has-img {
  padding: 0;
}

/* line 20228, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mailbox-attachment-icon.has-img > img {
  height: auto;
  max-width: 100%;
}

/* line 20233, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.lockscreen {
  background: #e9ecef;
}

/* line 20237, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.lockscreen .lockscreen-name {
  font-weight: 600;
  text-align: center;
}

/* line 20242, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.lockscreen-logo {
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 25px;
  text-align: center;
}

/* line 20249, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.lockscreen-logo a {
  color: #495057;
}

/* line 20253, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.lockscreen-wrapper {
  margin: 0 auto;
  margin-top: 10%;
  max-width: 400px;
}

/* line 20259, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.lockscreen-item {
  border-radius: 4px;
  background: #ffffff;
  margin: 10px auto 30px;
  padding: 0;
  position: relative;
  width: 290px;
}

/* line 20268, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.lockscreen-image {
  border-radius: 50%;
  background: #ffffff;
  left: -10px;
  padding: 5px;
  position: absolute;
  top: -25px;
  z-index: 10;
}

/* line 20278, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.lockscreen-image > img {
  border-radius: 50%;
  height: 70px;
  width: 70px;
}

/* line 20284, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.lockscreen-credentials {
  margin-left: 70px;
}

/* line 20288, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.lockscreen-credentials .form-control {
  border: 0;
}

/* line 20292, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.lockscreen-credentials .btn {
  background-color: #ffffff;
  border: 0;
  padding: 0 10px;
}

/* line 20298, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.lockscreen-footer {
  margin-top: 10px;
}

/* line 20302, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.login-logo,
.register-logo {
  font-size: 2.1rem;
  font-weight: 300;
  margin-bottom: .9rem;
  text-align: center;
}

/* line 20310, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.login-logo a,
.register-logo a {
  color: #495057;
}

/* line 20315, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.login-page,
.register-page {
  -ms-flex-align: center;
  align-items: center;
  background: #e9ecef;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 20329, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.login-box,
.register-box {
  width: 410px;
}

@media (max-width: 576px) {
  /* line 20335, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .login-box,
  .register-box {
    margin-top: .5rem;
    width: 90%;
  }
}

/* line 20342, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.login-card-body,
.register-card-body {
  background: #ffffff;
  border-top: 0;
  color: #666;
  padding: 20px;
}

/* line 20350, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.login-card-body .input-group .form-control,
.register-card-body .input-group .form-control {
  border-right: 0;
}

/* line 20355, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.login-card-body .input-group .form-control:focus,
.register-card-body .input-group .form-control:focus {
  box-shadow: none;
}

/* line 20360, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.login-card-body .input-group .form-control:focus ~ .input-group-append .input-group-text,
.register-card-body .input-group .form-control:focus ~ .input-group-append .input-group-text {
  border-color: #80bdff;
}

/* line 20365, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.login-card-body .input-group .form-control.is-valid:focus,
.register-card-body .input-group .form-control.is-valid:focus {
  box-shadow: none;
}

/* line 20370, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.login-card-body .input-group .form-control.is-valid ~ .input-group-append .input-group-text,
.register-card-body .input-group .form-control.is-valid ~ .input-group-append .input-group-text {
  border-color: #28a745;
}

/* line 20375, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.login-card-body .input-group .form-control.is-invalid:focus,
.register-card-body .input-group .form-control.is-invalid:focus {
  box-shadow: none;
}

/* line 20380, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.login-card-body .input-group .form-control.is-invalid ~ .input-group-append .input-group-text,
.register-card-body .input-group .form-control.is-invalid ~ .input-group-append .input-group-text {
  border-color: #dc3545;
}

/* line 20385, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.login-card-body .input-group .input-group-text,
.register-card-body .input-group .input-group-text {
  background-color: transparent;
  border-bottom-right-radius: 0.25rem;
  border-left: 0;
  border-top-right-radius: 0.25rem;
  color: #777;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 20395, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.login-box-msg,
.register-box-msg {
  margin: 0;
  padding: 0 20px 20px;
  text-align: center;
}

/* line 20402, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.social-auth-links {
  margin: 10px 0;
}

/* line 20406, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.error-page {
  margin: 20px auto 0;
  width: 600px;
}

@media (max-width: 767.98px) {
  /* line 20412, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .error-page {
    width: 100%;
  }
}

/* line 20417, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.error-page > .headline {
  float: left;
  font-size: 100px;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  /* line 20424, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .error-page > .headline {
    float: none;
    text-align: center;
  }
}

/* line 20430, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.error-page > .error-content {
  display: block;
  margin-left: 190px;
}

@media (max-width: 767.98px) {
  /* line 20436, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .error-page > .error-content {
    margin-left: 0;
  }
}

/* line 20441, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.error-page > .error-content > h3 {
  font-size: 25px;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  /* line 20447, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .error-page > .error-content > h3 {
    text-align: center;
  }
}

/* line 20452, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.invoice {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  position: relative;
}

/* line 20458, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.invoice-title {
  margin-top: 0;
}

/* line 20462, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.profile-user-img {
  border: 3px solid #adb5bd;
  margin: 0 auto;
  padding: 3px;
  width: 100px;
}

/* line 20469, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.profile-username {
  font-size: 21px;
  margin-top: 5px;
}

/* line 20474, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.post {
  border-bottom: 1px solid #adb5bd;
  color: #666;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

/* line 20481, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.post:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 20487, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.post .user-block {
  margin-bottom: 15px;
  width: 100%;
}

/* line 20492, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.post .row {
  width: 100%;
}

/* line 20496, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.product-image {
  max-width: 100%;
  height: auto;
  width: 100%;
}

/* line 20502, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.product-image-thumbs {
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}

/* line 20510, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.product-image-thumb {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  border-radius: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1rem;
  max-width: 7rem;
  padding: 0.5rem;
}

/* line 20522, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.product-image-thumb img {
  max-width: 100%;
  height: auto;
  -ms-flex-item-align: center;
  align-self: center;
}

/* line 20529, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.product-image-thumb:hover {
  opacity: 0.5;
}

/* line 20533, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.product-share a {
  margin-right: .5rem;
}

/* line 20537, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.projects td {
  vertical-align: middle;
}

/* line 20541, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.projects .list-inline {
  margin-bottom: 0;
}

/* line 20545, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.projects img.table-avatar,
.projects .table-avatar img {
  border-radius: 50%;
  display: inline;
  width: 2.5rem;
}

/* line 20552, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.projects .project-state {
  text-align: center;
}

/* line 20556, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.fc-button {
  background: #f8f9fa;
  background-image: none;
  border-bottom-color: #ddd;
  border-color: #ddd;
  color: #495057;
}

/* line 20564, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.fc-button:hover, .fc-button:active, .fc-button.hover {
  background-color: #e9e9e9;
}

/* line 20568, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.fc-header-title h2 {
  color: #666;
  font-size: 15px;
  line-height: 1.6em;
  margin-left: 10px;
}

/* line 20575, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.fc-header-right {
  padding-right: 10px;
}

/* line 20579, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.fc-header-left {
  padding-left: 10px;
}

/* line 20583, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.fc-widget-header {
  background: #fafafa;
}

/* line 20587, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.fc-grid {
  border: 0;
  width: 100%;
}

/* line 20592, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.fc-widget-header:first-of-type,
.fc-widget-content:first-of-type {
  border-left: 0;
  border-right: 0;
}

/* line 20598, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.fc-widget-header:last-of-type,
.fc-widget-content:last-of-type {
  border-right: 0;
}

/* line 20603, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.fc-toolbar,
.fc-toolbar.fc-header-toolbar {
  margin: 0;
  padding: 1rem;
}

@media (max-width: 575.98px) {
  /* line 20610, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .fc-toolbar {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 20614, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .fc-toolbar .fc-left {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: .5rem;
  }
  /* line 20619, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .fc-toolbar .fc-center {
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: .375rem;
  }
  /* line 20624, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .fc-toolbar .fc-right {
    -ms-flex-order: 2;
    order: 2;
  }
}

/* line 20630, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.fc-day-number {
  font-size: 20px;
  font-weight: 300;
  padding-right: 10px;
}

/* line 20636, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.fc-color-picker {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 20642, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.fc-color-picker > li {
  float: left;
  font-size: 30px;
  line-height: 30px;
  margin-right: 5px;
}

/* line 20649, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.fc-color-picker > li .fa,
.fc-color-picker > li .fas,
.fc-color-picker > li .far,
.fc-color-picker > li .fab,
.fc-color-picker > li .glyphicon,
.fc-color-picker > li .ion {
  transition: -webkit-transform linear .3s;
  transition: transform linear .3s;
  transition: transform linear .3s, -webkit-transform linear .3s;
}

/* line 20660, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.fc-color-picker > li .fa:hover,
.fc-color-picker > li .fas:hover,
.fc-color-picker > li .far:hover,
.fc-color-picker > li .fab:hover,
.fc-color-picker > li .glyphicon:hover,
.fc-color-picker > li .ion:hover {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

/* line 20670, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
#add-new-event {
  transition: all linear .3s;
}

/* line 20674, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.external-event {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  cursor: move;
  font-weight: bold;
  margin-bottom: 4px;
  padding: 5px 10px;
}

/* line 20683, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.external-event:hover {
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
}

/* line 20687, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
  padding: 0.46875rem 0.75rem;
  height: calc(2.25rem + 2px);
}

/* line 20693, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #80bdff;
}

/* line 20697, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-dropdown {
  border: 1px solid #ced4da;
}

/* line 20701, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-results__option {
  padding: 6px 12px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

/* line 20709, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  height: auto;
  margin-top: -3px;
}

/* line 20715, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px;
}

/* line 20720, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 31px;
  right: 6px;
}

/* line 20725, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}

/* line 20729, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-dropdown .select2-search__field,
.select2-container--default .select2-search--inline .select2-search__field {
  border: 1px solid #ced4da;
}

/* line 20734, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-search--inline .select2-search__field:focus {
  outline: none;
  border: 1px solid #80bdff;
}

/* line 20740, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-dropdown.select2-dropdown--below {
  border-top: 0;
}

/* line 20744, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-dropdown.select2-dropdown--above {
  border-bottom: 0;
}

/* line 20748, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-results__option[aria-disabled='true'] {
  color: #6c757d;
}

/* line 20752, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-results__option[aria-selected='true'] {
  background-color: #dee2e6;
}

/* line 20756, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-results__option[aria-selected='true'], .select2-container--default .select2-results__option[aria-selected='true']:hover {
  color: #1F2D3D;
}

/* line 20760, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-results__option--highlighted {
  background-color: #007bff;
  color: #ffffff;
}

/* line 20765, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #0074f0;
  color: #ffffff;
}

/* line 20770, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-selection--multiple {
  border: 1px solid #ced4da;
  min-height: calc(2.25rem + 2px);
}

/* line 20775, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-selection--multiple:focus {
  border-color: #80bdff;
}

/* line 20779, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 0.375rem 0.375rem;
  margin-bottom: -0.375rem;
}

/* line 20784, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child.select2-search.select2-search--inline {
  width: 100%;
  margin-left: 0.375rem;
}

/* line 20789, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child.select2-search.select2-search--inline .select2-search__field {
  width: 100% !important;
}

/* line 20793, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
  border: 0;
  margin-top: 6px;
}

/* line 20798, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #007bff;
  border-color: #006fe6;
  color: #ffffff;
  padding: 0 10px;
  margin-top: .31rem;
}

/* line 20806, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(255, 255, 255, 0.7);
  float: right;
  margin-left: 5px;
  margin-right: -2px;
}

/* line 20813, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}

/* line 20817, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .select2-container--default .select2-selection--multiple .select2-search.select2-search--inline .select2-search__field, .select2-container--default .select2-selection--multiple.text-sm .select2-search.select2-search--inline .select2-search__field {
  margin-top: 8px;
}

/* line 20821, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple.text-sm .select2-selection__choice {
  margin-top: .4rem;
}

/* line 20825, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #80bdff;
}

/* line 20830, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default.select2-container--focus .select2-search__field {
  border: 0;
}

/* line 20834, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered li {
  padding-right: 10px;
}

/* line 20838, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.input-group-prepend ~ .select2-container--default .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 20843, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.input-group > .select2-container--default:not(:last-child) .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 20848, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--bootstrap4.select2-container--focus .select2-selection {
  box-shadow: none;
}

/* line 20852, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
select.form-control-sm ~ .select2-container--default {
  font-size: 0.875rem;
}

/* line 20856, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .select2-container--default .select2-selection--single,
select.form-control-sm ~ .select2-container--default .select2-selection--single {
  height: calc(1.8125rem + 2px);
}

/* line 20861, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .select2-container--default .select2-selection--single .select2-selection__rendered,
select.form-control-sm ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
  margin-top: -.4rem;
}

/* line 20866, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .select2-container--default .select2-selection--single .select2-selection__arrow,
select.form-control-sm ~ .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: -.12rem;
}

/* line 20871, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .select2-container--default .select2-selection--multiple,
select.form-control-sm ~ .select2-container--default .select2-selection--multiple {
  min-height: calc(1.8125rem + 2px);
}

/* line 20876, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .select2-container--default .select2-selection--multiple .select2-selection__rendered,
select.form-control-sm ~ .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 0.25rem 0.25rem;
  margin-top: -0.1rem;
}

/* line 20882, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child.select2-search.select2-search--inline,
select.form-control-sm ~ .select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child.select2-search.select2-search--inline {
  margin-left: 0.25rem;
}

/* line 20887, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field,
select.form-control-sm ~ .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
  margin-top: 6px;
}

/* line 20892, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.maximized-card .select2-dropdown {
  z-index: 9999;
}

/* line 20896, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-primary + .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #80bdff;
}

/* line 20900, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-primary + .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #80bdff;
}

/* line 20904, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-primary.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-primary .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-primary .select2-search--inline .select2-search__field:focus,
.select2-primary .select2-container--default.select2-dropdown .select2-search__field:focus,
.select2-primary .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-primary .select2-container--default .select2-search--inline .select2-search__field:focus {
  border: 1px solid #80bdff;
}

/* line 20913, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-primary .select2-results__option--highlighted,
.select2-primary .select2-container--default .select2-results__option--highlighted {
  background-color: #007bff;
  color: #ffffff;
}

/* line 20919, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-primary .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-primary .select2-results__option--highlighted[aria-selected]:hover,
.select2-primary .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-primary .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #0074f0;
  color: #ffffff;
}

/* line 20926, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-primary .select2-selection--multiple:focus,
.select2-primary .select2-container--default .select2-selection--multiple:focus {
  border-color: #80bdff;
}

/* line 20931, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-primary .select2-selection--multiple .select2-selection__choice,
.select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #007bff;
  border-color: #006fe6;
  color: #ffffff;
}

/* line 20938, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-primary .select2-selection--multiple .select2-selection__choice__remove,
.select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(255, 255, 255, 0.7);
}

/* line 20943, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-primary .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}

/* line 20948, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-primary.select2-container--focus .select2-selection--multiple,
.select2-primary .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #80bdff;
}

/* line 20953, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-secondary + .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #afb5ba;
}

/* line 20957, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-secondary + .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #afb5ba;
}

/* line 20961, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-secondary.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-secondary .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-secondary .select2-search--inline .select2-search__field:focus,
.select2-secondary .select2-container--default.select2-dropdown .select2-search__field:focus,
.select2-secondary .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-secondary .select2-container--default .select2-search--inline .select2-search__field:focus {
  border: 1px solid #afb5ba;
}

/* line 20970, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-secondary .select2-results__option--highlighted,
.select2-secondary .select2-container--default .select2-results__option--highlighted {
  background-color: #6c757d;
  color: #ffffff;
}

/* line 20976, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-secondary .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-secondary .select2-results__option--highlighted[aria-selected]:hover,
.select2-secondary .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-secondary .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #656d75;
  color: #ffffff;
}

/* line 20983, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-secondary .select2-selection--multiple:focus,
.select2-secondary .select2-container--default .select2-selection--multiple:focus {
  border-color: #afb5ba;
}

/* line 20988, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-secondary .select2-selection--multiple .select2-selection__choice,
.select2-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #6c757d;
  border-color: #60686f;
  color: #ffffff;
}

/* line 20995, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-secondary .select2-selection--multiple .select2-selection__choice__remove,
.select2-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(255, 255, 255, 0.7);
}

/* line 21000, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-secondary .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}

/* line 21005, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-secondary.select2-container--focus .select2-selection--multiple,
.select2-secondary .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #afb5ba;
}

/* line 21010, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-success + .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #71dd8a;
}

/* line 21014, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-success + .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #71dd8a;
}

/* line 21018, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-success.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-success .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-success .select2-search--inline .select2-search__field:focus,
.select2-success .select2-container--default.select2-dropdown .select2-search__field:focus,
.select2-success .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-success .select2-container--default .select2-search--inline .select2-search__field:focus {
  border: 1px solid #71dd8a;
}

/* line 21027, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-success .select2-results__option--highlighted,
.select2-success .select2-container--default .select2-results__option--highlighted {
  background-color: #28a745;
  color: #ffffff;
}

/* line 21033, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-success .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-success .select2-results__option--highlighted[aria-selected]:hover,
.select2-success .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-success .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #259b40;
  color: #ffffff;
}

/* line 21040, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-success .select2-selection--multiple:focus,
.select2-success .select2-container--default .select2-selection--multiple:focus {
  border-color: #71dd8a;
}

/* line 21045, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-success .select2-selection--multiple .select2-selection__choice,
.select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #28a745;
  border-color: #23923d;
  color: #ffffff;
}

/* line 21052, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-success .select2-selection--multiple .select2-selection__choice__remove,
.select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(255, 255, 255, 0.7);
}

/* line 21057, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-success .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}

/* line 21062, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-success.select2-container--focus .select2-selection--multiple,
.select2-success .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #71dd8a;
}

/* line 21067, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-info + .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #63d9ec;
}

/* line 21071, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-info + .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #63d9ec;
}

/* line 21075, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-info.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-info .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-info .select2-search--inline .select2-search__field:focus,
.select2-info .select2-container--default.select2-dropdown .select2-search__field:focus,
.select2-info .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-info .select2-container--default .select2-search--inline .select2-search__field:focus {
  border: 1px solid #63d9ec;
}

/* line 21084, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-info .select2-results__option--highlighted,
.select2-info .select2-container--default .select2-results__option--highlighted {
  background-color: #17a2b8;
  color: #ffffff;
}

/* line 21090, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-info .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-info .select2-results__option--highlighted[aria-selected]:hover,
.select2-info .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-info .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #1596aa;
  color: #ffffff;
}

/* line 21097, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-info .select2-selection--multiple:focus,
.select2-info .select2-container--default .select2-selection--multiple:focus {
  border-color: #63d9ec;
}

/* line 21102, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-info .select2-selection--multiple .select2-selection__choice,
.select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #17a2b8;
  border-color: #148ea1;
  color: #ffffff;
}

/* line 21109, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-info .select2-selection--multiple .select2-selection__choice__remove,
.select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(255, 255, 255, 0.7);
}

/* line 21114, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-info .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}

/* line 21119, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-info.select2-container--focus .select2-selection--multiple,
.select2-info .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #63d9ec;
}

/* line 21124, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-warning + .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #ffe187;
}

/* line 21128, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-warning + .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #ffe187;
}

/* line 21132, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-warning.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-warning .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-warning .select2-search--inline .select2-search__field:focus,
.select2-warning .select2-container--default.select2-dropdown .select2-search__field:focus,
.select2-warning .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-warning .select2-container--default .select2-search--inline .select2-search__field:focus {
  border: 1px solid #ffe187;
}

/* line 21141, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-warning .select2-results__option--highlighted,
.select2-warning .select2-container--default .select2-results__option--highlighted {
  background-color: #ffc107;
  color: #1F2D3D;
}

/* line 21147, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-warning .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-warning .select2-results__option--highlighted[aria-selected]:hover,
.select2-warning .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-warning .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #f7b900;
  color: #1F2D3D;
}

/* line 21154, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-warning .select2-selection--multiple:focus,
.select2-warning .select2-container--default .select2-selection--multiple:focus {
  border-color: #ffe187;
}

/* line 21159, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-warning .select2-selection--multiple .select2-selection__choice,
.select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ffc107;
  border-color: #edb100;
  color: #1F2D3D;
}

/* line 21166, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-warning .select2-selection--multiple .select2-selection__choice__remove,
.select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(31, 45, 61, 0.7);
}

/* line 21171, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-warning .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #1F2D3D;
}

/* line 21176, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-warning.select2-container--focus .select2-selection--multiple,
.select2-warning .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #ffe187;
}

/* line 21181, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-danger + .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #efa2a9;
}

/* line 21185, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-danger + .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #efa2a9;
}

/* line 21189, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-danger.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-danger .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-danger .select2-search--inline .select2-search__field:focus,
.select2-danger .select2-container--default.select2-dropdown .select2-search__field:focus,
.select2-danger .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-danger .select2-container--default .select2-search--inline .select2-search__field:focus {
  border: 1px solid #efa2a9;
}

/* line 21198, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-danger .select2-results__option--highlighted,
.select2-danger .select2-container--default .select2-results__option--highlighted {
  background-color: #dc3545;
  color: #ffffff;
}

/* line 21204, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-danger .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-danger .select2-results__option--highlighted[aria-selected]:hover,
.select2-danger .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-danger .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #da2839;
  color: #ffffff;
}

/* line 21211, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-danger .select2-selection--multiple:focus,
.select2-danger .select2-container--default .select2-selection--multiple:focus {
  border-color: #efa2a9;
}

/* line 21216, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-danger .select2-selection--multiple .select2-selection__choice,
.select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #dc3545;
  border-color: #d32535;
  color: #ffffff;
}

/* line 21223, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-danger .select2-selection--multiple .select2-selection__choice__remove,
.select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(255, 255, 255, 0.7);
}

/* line 21228, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-danger .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}

/* line 21233, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-danger.select2-container--focus .select2-selection--multiple,
.select2-danger .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #efa2a9;
}

/* line 21238, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-light + .select2-container--default.select2-container--open .select2-selection--single {
  border-color: white;
}

/* line 21242, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-light + .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: white;
}

/* line 21246, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-light.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-light .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-light .select2-search--inline .select2-search__field:focus,
.select2-light .select2-container--default.select2-dropdown .select2-search__field:focus,
.select2-light .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-light .select2-container--default .select2-search--inline .select2-search__field:focus {
  border: 1px solid white;
}

/* line 21255, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-light .select2-results__option--highlighted,
.select2-light .select2-container--default .select2-results__option--highlighted {
  background-color: #f8f9fa;
  color: #1F2D3D;
}

/* line 21261, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-light .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-light .select2-results__option--highlighted[aria-selected]:hover,
.select2-light .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-light .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #eff1f4;
  color: #1F2D3D;
}

/* line 21268, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-light .select2-selection--multiple:focus,
.select2-light .select2-container--default .select2-selection--multiple:focus {
  border-color: white;
}

/* line 21273, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-light .select2-selection--multiple .select2-selection__choice,
.select2-light .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f8f9fa;
  border-color: #e9ecef;
  color: #1F2D3D;
}

/* line 21280, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-light .select2-selection--multiple .select2-selection__choice__remove,
.select2-light .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(31, 45, 61, 0.7);
}

/* line 21285, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-light .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-light .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #1F2D3D;
}

/* line 21290, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-light.select2-container--focus .select2-selection--multiple,
.select2-light .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: white;
}

/* line 21295, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-dark + .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #6d7a86;
}

/* line 21299, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-dark + .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #6d7a86;
}

/* line 21303, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-dark.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-dark .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-dark .select2-search--inline .select2-search__field:focus,
.select2-dark .select2-container--default.select2-dropdown .select2-search__field:focus,
.select2-dark .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-dark .select2-container--default .select2-search--inline .select2-search__field:focus {
  border: 1px solid #6d7a86;
}

/* line 21312, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-dark .select2-results__option--highlighted,
.select2-dark .select2-container--default .select2-results__option--highlighted {
  background-color: #343a40;
  color: #ffffff;
}

/* line 21318, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-dark .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-dark .select2-results__option--highlighted[aria-selected]:hover,
.select2-dark .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-dark .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #2d3238;
  color: #ffffff;
}

/* line 21325, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-dark .select2-selection--multiple:focus,
.select2-dark .select2-container--default .select2-selection--multiple:focus {
  border-color: #6d7a86;
}

/* line 21330, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-dark .select2-selection--multiple .select2-selection__choice,
.select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #343a40;
  border-color: #292d32;
  color: #ffffff;
}

/* line 21337, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-dark .select2-selection--multiple .select2-selection__choice__remove,
.select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(255, 255, 255, 0.7);
}

/* line 21342, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-dark .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}

/* line 21347, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-dark.select2-container--focus .select2-selection--multiple,
.select2-dark .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #6d7a86;
}

/* line 21352, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-lightblue + .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #99c5de;
}

/* line 21356, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-lightblue + .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #99c5de;
}

/* line 21360, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-lightblue.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-lightblue .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-lightblue .select2-search--inline .select2-search__field:focus,
.select2-lightblue .select2-container--default.select2-dropdown .select2-search__field:focus,
.select2-lightblue .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-lightblue .select2-container--default .select2-search--inline .select2-search__field:focus {
  border: 1px solid #99c5de;
}

/* line 21369, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-lightblue .select2-results__option--highlighted,
.select2-lightblue .select2-container--default .select2-results__option--highlighted {
  background-color: #3c8dbc;
  color: #ffffff;
}

/* line 21375, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-lightblue .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-lightblue .select2-results__option--highlighted[aria-selected]:hover,
.select2-lightblue .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-lightblue .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #3884b0;
  color: #ffffff;
}

/* line 21382, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-lightblue .select2-selection--multiple:focus,
.select2-lightblue .select2-container--default .select2-selection--multiple:focus {
  border-color: #99c5de;
}

/* line 21387, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-lightblue .select2-selection--multiple .select2-selection__choice,
.select2-lightblue .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3c8dbc;
  border-color: #367fa9;
  color: #ffffff;
}

/* line 21394, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-lightblue .select2-selection--multiple .select2-selection__choice__remove,
.select2-lightblue .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(255, 255, 255, 0.7);
}

/* line 21399, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-lightblue .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-lightblue .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}

/* line 21404, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-lightblue.select2-container--focus .select2-selection--multiple,
.select2-lightblue .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #99c5de;
}

/* line 21409, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-navy + .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #005ebf;
}

/* line 21413, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-navy + .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #005ebf;
}

/* line 21417, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-navy.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-navy .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-navy .select2-search--inline .select2-search__field:focus,
.select2-navy .select2-container--default.select2-dropdown .select2-search__field:focus,
.select2-navy .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-navy .select2-container--default .select2-search--inline .select2-search__field:focus {
  border: 1px solid #005ebf;
}

/* line 21426, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-navy .select2-results__option--highlighted,
.select2-navy .select2-container--default .select2-results__option--highlighted {
  background-color: #001f3f;
  color: #ffffff;
}

/* line 21432, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-navy .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-navy .select2-results__option--highlighted[aria-selected]:hover,
.select2-navy .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-navy .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #001730;
  color: #ffffff;
}

/* line 21439, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-navy .select2-selection--multiple:focus,
.select2-navy .select2-container--default .select2-selection--multiple:focus {
  border-color: #005ebf;
}

/* line 21444, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-navy .select2-selection--multiple .select2-selection__choice,
.select2-navy .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #001f3f;
  border-color: #001226;
  color: #ffffff;
}

/* line 21451, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-navy .select2-selection--multiple .select2-selection__choice__remove,
.select2-navy .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(255, 255, 255, 0.7);
}

/* line 21456, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-navy .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-navy .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}

/* line 21461, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-navy.select2-container--focus .select2-selection--multiple,
.select2-navy .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #005ebf;
}

/* line 21466, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-olive + .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #87cfaf;
}

/* line 21470, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-olive + .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #87cfaf;
}

/* line 21474, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-olive.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-olive .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-olive .select2-search--inline .select2-search__field:focus,
.select2-olive .select2-container--default.select2-dropdown .select2-search__field:focus,
.select2-olive .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-olive .select2-container--default .select2-search--inline .select2-search__field:focus {
  border: 1px solid #87cfaf;
}

/* line 21483, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-olive .select2-results__option--highlighted,
.select2-olive .select2-container--default .select2-results__option--highlighted {
  background-color: #3d9970;
  color: #ffffff;
}

/* line 21489, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-olive .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-olive .select2-results__option--highlighted[aria-selected]:hover,
.select2-olive .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-olive .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #398e68;
  color: #ffffff;
}

/* line 21496, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-olive .select2-selection--multiple:focus,
.select2-olive .select2-container--default .select2-selection--multiple:focus {
  border-color: #87cfaf;
}

/* line 21501, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-olive .select2-selection--multiple .select2-selection__choice,
.select2-olive .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3d9970;
  border-color: #368763;
  color: #ffffff;
}

/* line 21508, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-olive .select2-selection--multiple .select2-selection__choice__remove,
.select2-olive .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(255, 255, 255, 0.7);
}

/* line 21513, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-olive .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-olive .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}

/* line 21518, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-olive.select2-container--focus .select2-selection--multiple,
.select2-olive .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #87cfaf;
}

/* line 21523, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-lime + .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #81ffb8;
}

/* line 21527, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-lime + .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #81ffb8;
}

/* line 21531, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-lime.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-lime .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-lime .select2-search--inline .select2-search__field:focus,
.select2-lime .select2-container--default.select2-dropdown .select2-search__field:focus,
.select2-lime .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-lime .select2-container--default .select2-search--inline .select2-search__field:focus {
  border: 1px solid #81ffb8;
}

/* line 21540, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-lime .select2-results__option--highlighted,
.select2-lime .select2-container--default .select2-results__option--highlighted {
  background-color: #01ff70;
  color: #1F2D3D;
}

/* line 21546, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-lime .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-lime .select2-results__option--highlighted[aria-selected]:hover,
.select2-lime .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-lime .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #00f169;
  color: #1F2D3D;
}

/* line 21553, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-lime .select2-selection--multiple:focus,
.select2-lime .select2-container--default .select2-selection--multiple:focus {
  border-color: #81ffb8;
}

/* line 21558, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-lime .select2-selection--multiple .select2-selection__choice,
.select2-lime .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #01ff70;
  border-color: #00e765;
  color: #1F2D3D;
}

/* line 21565, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-lime .select2-selection--multiple .select2-selection__choice__remove,
.select2-lime .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(31, 45, 61, 0.7);
}

/* line 21570, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-lime .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-lime .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #1F2D3D;
}

/* line 21575, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-lime.select2-container--focus .select2-selection--multiple,
.select2-lime .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #81ffb8;
}

/* line 21580, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-fuchsia + .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #f88adf;
}

/* line 21584, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-fuchsia + .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #f88adf;
}

/* line 21588, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-fuchsia.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-fuchsia .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-fuchsia .select2-search--inline .select2-search__field:focus,
.select2-fuchsia .select2-container--default.select2-dropdown .select2-search__field:focus,
.select2-fuchsia .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-fuchsia .select2-container--default .select2-search--inline .select2-search__field:focus {
  border: 1px solid #f88adf;
}

/* line 21597, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-fuchsia .select2-results__option--highlighted,
.select2-fuchsia .select2-container--default .select2-results__option--highlighted {
  background-color: #f012be;
  color: #ffffff;
}

/* line 21603, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-fuchsia .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-fuchsia .select2-results__option--highlighted[aria-selected]:hover,
.select2-fuchsia .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-fuchsia .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #e40eb4;
  color: #ffffff;
}

/* line 21610, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-fuchsia .select2-selection--multiple:focus,
.select2-fuchsia .select2-container--default .select2-selection--multiple:focus {
  border-color: #f88adf;
}

/* line 21615, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-fuchsia .select2-selection--multiple .select2-selection__choice,
.select2-fuchsia .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f012be;
  border-color: #db0ead;
  color: #ffffff;
}

/* line 21622, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-fuchsia .select2-selection--multiple .select2-selection__choice__remove,
.select2-fuchsia .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(255, 255, 255, 0.7);
}

/* line 21627, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-fuchsia .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-fuchsia .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}

/* line 21632, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-fuchsia.select2-container--focus .select2-selection--multiple,
.select2-fuchsia .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #f88adf;
}

/* line 21637, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-maroon + .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #f083ab;
}

/* line 21641, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-maroon + .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #f083ab;
}

/* line 21645, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-maroon.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-maroon .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-maroon .select2-search--inline .select2-search__field:focus,
.select2-maroon .select2-container--default.select2-dropdown .select2-search__field:focus,
.select2-maroon .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-maroon .select2-container--default .select2-search--inline .select2-search__field:focus {
  border: 1px solid #f083ab;
}

/* line 21654, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-maroon .select2-results__option--highlighted,
.select2-maroon .select2-container--default .select2-results__option--highlighted {
  background-color: #d81b60;
  color: #ffffff;
}

/* line 21660, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-maroon .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-maroon .select2-results__option--highlighted[aria-selected]:hover,
.select2-maroon .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-maroon .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #ca195a;
  color: #ffffff;
}

/* line 21667, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-maroon .select2-selection--multiple:focus,
.select2-maroon .select2-container--default .select2-selection--multiple:focus {
  border-color: #f083ab;
}

/* line 21672, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-maroon .select2-selection--multiple .select2-selection__choice,
.select2-maroon .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #d81b60;
  border-color: #c11856;
  color: #ffffff;
}

/* line 21679, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-maroon .select2-selection--multiple .select2-selection__choice__remove,
.select2-maroon .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(255, 255, 255, 0.7);
}

/* line 21684, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-maroon .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-maroon .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}

/* line 21689, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-maroon.select2-container--focus .select2-selection--multiple,
.select2-maroon .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #f083ab;
}

/* line 21694, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-blue + .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #80bdff;
}

/* line 21698, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-blue + .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #80bdff;
}

/* line 21702, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-blue.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-blue .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-blue .select2-search--inline .select2-search__field:focus,
.select2-blue .select2-container--default.select2-dropdown .select2-search__field:focus,
.select2-blue .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-blue .select2-container--default .select2-search--inline .select2-search__field:focus {
  border: 1px solid #80bdff;
}

/* line 21711, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-blue .select2-results__option--highlighted,
.select2-blue .select2-container--default .select2-results__option--highlighted {
  background-color: #007bff;
  color: #ffffff;
}

/* line 21717, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-blue .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-blue .select2-results__option--highlighted[aria-selected]:hover,
.select2-blue .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-blue .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #0074f0;
  color: #ffffff;
}

/* line 21724, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-blue .select2-selection--multiple:focus,
.select2-blue .select2-container--default .select2-selection--multiple:focus {
  border-color: #80bdff;
}

/* line 21729, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-blue .select2-selection--multiple .select2-selection__choice,
.select2-blue .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #007bff;
  border-color: #006fe6;
  color: #ffffff;
}

/* line 21736, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-blue .select2-selection--multiple .select2-selection__choice__remove,
.select2-blue .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(255, 255, 255, 0.7);
}

/* line 21741, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-blue .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-blue .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}

/* line 21746, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-blue.select2-container--focus .select2-selection--multiple,
.select2-blue .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #80bdff;
}

/* line 21751, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-indigo + .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #b389f9;
}

/* line 21755, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-indigo + .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #b389f9;
}

/* line 21759, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-indigo.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-indigo .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-indigo .select2-search--inline .select2-search__field:focus,
.select2-indigo .select2-container--default.select2-dropdown .select2-search__field:focus,
.select2-indigo .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-indigo .select2-container--default .select2-search--inline .select2-search__field:focus {
  border: 1px solid #b389f9;
}

/* line 21768, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-indigo .select2-results__option--highlighted,
.select2-indigo .select2-container--default .select2-results__option--highlighted {
  background-color: #6610f2;
  color: #ffffff;
}

/* line 21774, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-indigo .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-indigo .select2-results__option--highlighted[aria-selected]:hover,
.select2-indigo .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-indigo .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #5f0de6;
  color: #ffffff;
}

/* line 21781, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-indigo .select2-selection--multiple:focus,
.select2-indigo .select2-container--default .select2-selection--multiple:focus {
  border-color: #b389f9;
}

/* line 21786, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-indigo .select2-selection--multiple .select2-selection__choice,
.select2-indigo .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #6610f2;
  border-color: #5b0cdd;
  color: #ffffff;
}

/* line 21793, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-indigo .select2-selection--multiple .select2-selection__choice__remove,
.select2-indigo .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(255, 255, 255, 0.7);
}

/* line 21798, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-indigo .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-indigo .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}

/* line 21803, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-indigo.select2-container--focus .select2-selection--multiple,
.select2-indigo .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #b389f9;
}

/* line 21808, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-purple + .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #b8a2e0;
}

/* line 21812, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-purple + .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #b8a2e0;
}

/* line 21816, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-purple.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-purple .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-purple .select2-search--inline .select2-search__field:focus,
.select2-purple .select2-container--default.select2-dropdown .select2-search__field:focus,
.select2-purple .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-purple .select2-container--default .select2-search--inline .select2-search__field:focus {
  border: 1px solid #b8a2e0;
}

/* line 21825, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-purple .select2-results__option--highlighted,
.select2-purple .select2-container--default .select2-results__option--highlighted {
  background-color: #6f42c1;
  color: #ffffff;
}

/* line 21831, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-purple .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-purple .select2-results__option--highlighted[aria-selected]:hover,
.select2-purple .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-purple .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #683cb8;
  color: #ffffff;
}

/* line 21838, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-purple .select2-selection--multiple:focus,
.select2-purple .select2-container--default .select2-selection--multiple:focus {
  border-color: #b8a2e0;
}

/* line 21843, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-purple .select2-selection--multiple .select2-selection__choice,
.select2-purple .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #6f42c1;
  border-color: #643ab0;
  color: #ffffff;
}

/* line 21850, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-purple .select2-selection--multiple .select2-selection__choice__remove,
.select2-purple .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(255, 255, 255, 0.7);
}

/* line 21855, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-purple .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-purple .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}

/* line 21860, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-purple.select2-container--focus .select2-selection--multiple,
.select2-purple .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #b8a2e0;
}

/* line 21865, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-pink + .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #f6b0d0;
}

/* line 21869, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-pink + .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #f6b0d0;
}

/* line 21873, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-pink.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-pink .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-pink .select2-search--inline .select2-search__field:focus,
.select2-pink .select2-container--default.select2-dropdown .select2-search__field:focus,
.select2-pink .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-pink .select2-container--default .select2-search--inline .select2-search__field:focus {
  border: 1px solid #f6b0d0;
}

/* line 21882, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-pink .select2-results__option--highlighted,
.select2-pink .select2-container--default .select2-results__option--highlighted {
  background-color: #e83e8c;
  color: #ffffff;
}

/* line 21888, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-pink .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-pink .select2-results__option--highlighted[aria-selected]:hover,
.select2-pink .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-pink .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #e63084;
  color: #ffffff;
}

/* line 21895, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-pink .select2-selection--multiple:focus,
.select2-pink .select2-container--default .select2-selection--multiple:focus {
  border-color: #f6b0d0;
}

/* line 21900, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-pink .select2-selection--multiple .select2-selection__choice,
.select2-pink .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e83e8c;
  border-color: #e5277e;
  color: #ffffff;
}

/* line 21907, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-pink .select2-selection--multiple .select2-selection__choice__remove,
.select2-pink .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(255, 255, 255, 0.7);
}

/* line 21912, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-pink .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-pink .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}

/* line 21917, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-pink.select2-container--focus .select2-selection--multiple,
.select2-pink .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #f6b0d0;
}

/* line 21922, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-red + .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #efa2a9;
}

/* line 21926, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-red + .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #efa2a9;
}

/* line 21930, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-red.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-red .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-red .select2-search--inline .select2-search__field:focus,
.select2-red .select2-container--default.select2-dropdown .select2-search__field:focus,
.select2-red .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-red .select2-container--default .select2-search--inline .select2-search__field:focus {
  border: 1px solid #efa2a9;
}

/* line 21939, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-red .select2-results__option--highlighted,
.select2-red .select2-container--default .select2-results__option--highlighted {
  background-color: #dc3545;
  color: #ffffff;
}

/* line 21945, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-red .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-red .select2-results__option--highlighted[aria-selected]:hover,
.select2-red .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-red .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #da2839;
  color: #ffffff;
}

/* line 21952, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-red .select2-selection--multiple:focus,
.select2-red .select2-container--default .select2-selection--multiple:focus {
  border-color: #efa2a9;
}

/* line 21957, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-red .select2-selection--multiple .select2-selection__choice,
.select2-red .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #dc3545;
  border-color: #d32535;
  color: #ffffff;
}

/* line 21964, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-red .select2-selection--multiple .select2-selection__choice__remove,
.select2-red .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(255, 255, 255, 0.7);
}

/* line 21969, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-red .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-red .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}

/* line 21974, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-red.select2-container--focus .select2-selection--multiple,
.select2-red .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #efa2a9;
}

/* line 21979, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-orange + .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #fec392;
}

/* line 21983, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-orange + .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #fec392;
}

/* line 21987, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-orange.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-orange .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-orange .select2-search--inline .select2-search__field:focus,
.select2-orange .select2-container--default.select2-dropdown .select2-search__field:focus,
.select2-orange .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-orange .select2-container--default .select2-search--inline .select2-search__field:focus {
  border: 1px solid #fec392;
}

/* line 21996, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-orange .select2-results__option--highlighted,
.select2-orange .select2-container--default .select2-results__option--highlighted {
  background-color: #fd7e14;
  color: #1F2D3D;
}

/* line 22002, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-orange .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-orange .select2-results__option--highlighted[aria-selected]:hover,
.select2-orange .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-orange .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #fd7605;
  color: #ffffff;
}

/* line 22009, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-orange .select2-selection--multiple:focus,
.select2-orange .select2-container--default .select2-selection--multiple:focus {
  border-color: #fec392;
}

/* line 22014, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-orange .select2-selection--multiple .select2-selection__choice,
.select2-orange .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #fd7e14;
  border-color: #f57102;
  color: #1F2D3D;
}

/* line 22021, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-orange .select2-selection--multiple .select2-selection__choice__remove,
.select2-orange .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(31, 45, 61, 0.7);
}

/* line 22026, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-orange .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-orange .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #1F2D3D;
}

/* line 22031, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-orange.select2-container--focus .select2-selection--multiple,
.select2-orange .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #fec392;
}

/* line 22036, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-yellow + .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #ffe187;
}

/* line 22040, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-yellow + .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #ffe187;
}

/* line 22044, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-yellow.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-yellow .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-yellow .select2-search--inline .select2-search__field:focus,
.select2-yellow .select2-container--default.select2-dropdown .select2-search__field:focus,
.select2-yellow .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-yellow .select2-container--default .select2-search--inline .select2-search__field:focus {
  border: 1px solid #ffe187;
}

/* line 22053, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-yellow .select2-results__option--highlighted,
.select2-yellow .select2-container--default .select2-results__option--highlighted {
  background-color: #ffc107;
  color: #1F2D3D;
}

/* line 22059, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-yellow .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-yellow .select2-results__option--highlighted[aria-selected]:hover,
.select2-yellow .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-yellow .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #f7b900;
  color: #1F2D3D;
}

/* line 22066, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-yellow .select2-selection--multiple:focus,
.select2-yellow .select2-container--default .select2-selection--multiple:focus {
  border-color: #ffe187;
}

/* line 22071, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-yellow .select2-selection--multiple .select2-selection__choice,
.select2-yellow .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ffc107;
  border-color: #edb100;
  color: #1F2D3D;
}

/* line 22078, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-yellow .select2-selection--multiple .select2-selection__choice__remove,
.select2-yellow .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(31, 45, 61, 0.7);
}

/* line 22083, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-yellow .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-yellow .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #1F2D3D;
}

/* line 22088, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-yellow.select2-container--focus .select2-selection--multiple,
.select2-yellow .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #ffe187;
}

/* line 22093, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-green + .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #71dd8a;
}

/* line 22097, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-green + .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #71dd8a;
}

/* line 22101, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-green.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-green .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-green .select2-search--inline .select2-search__field:focus,
.select2-green .select2-container--default.select2-dropdown .select2-search__field:focus,
.select2-green .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-green .select2-container--default .select2-search--inline .select2-search__field:focus {
  border: 1px solid #71dd8a;
}

/* line 22110, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-green .select2-results__option--highlighted,
.select2-green .select2-container--default .select2-results__option--highlighted {
  background-color: #28a745;
  color: #ffffff;
}

/* line 22116, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-green .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-green .select2-results__option--highlighted[aria-selected]:hover,
.select2-green .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-green .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #259b40;
  color: #ffffff;
}

/* line 22123, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-green .select2-selection--multiple:focus,
.select2-green .select2-container--default .select2-selection--multiple:focus {
  border-color: #71dd8a;
}

/* line 22128, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-green .select2-selection--multiple .select2-selection__choice,
.select2-green .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #28a745;
  border-color: #23923d;
  color: #ffffff;
}

/* line 22135, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-green .select2-selection--multiple .select2-selection__choice__remove,
.select2-green .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(255, 255, 255, 0.7);
}

/* line 22140, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-green .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-green .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}

/* line 22145, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-green.select2-container--focus .select2-selection--multiple,
.select2-green .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #71dd8a;
}

/* line 22150, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-teal + .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #7eeaca;
}

/* line 22154, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-teal + .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #7eeaca;
}

/* line 22158, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-teal.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-teal .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-teal .select2-search--inline .select2-search__field:focus,
.select2-teal .select2-container--default.select2-dropdown .select2-search__field:focus,
.select2-teal .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-teal .select2-container--default .select2-search--inline .select2-search__field:focus {
  border: 1px solid #7eeaca;
}

/* line 22167, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-teal .select2-results__option--highlighted,
.select2-teal .select2-container--default .select2-results__option--highlighted {
  background-color: #20c997;
  color: #ffffff;
}

/* line 22173, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-teal .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-teal .select2-results__option--highlighted[aria-selected]:hover,
.select2-teal .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-teal .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #1ebc8d;
  color: #ffffff;
}

/* line 22180, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-teal .select2-selection--multiple:focus,
.select2-teal .select2-container--default .select2-selection--multiple:focus {
  border-color: #7eeaca;
}

/* line 22185, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-teal .select2-selection--multiple .select2-selection__choice,
.select2-teal .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #20c997;
  border-color: #1cb386;
  color: #ffffff;
}

/* line 22192, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-teal .select2-selection--multiple .select2-selection__choice__remove,
.select2-teal .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(255, 255, 255, 0.7);
}

/* line 22197, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-teal .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-teal .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}

/* line 22202, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-teal.select2-container--focus .select2-selection--multiple,
.select2-teal .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #7eeaca;
}

/* line 22207, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-cyan + .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #63d9ec;
}

/* line 22211, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-cyan + .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #63d9ec;
}

/* line 22215, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-cyan.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-cyan .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-cyan .select2-search--inline .select2-search__field:focus,
.select2-cyan .select2-container--default.select2-dropdown .select2-search__field:focus,
.select2-cyan .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-cyan .select2-container--default .select2-search--inline .select2-search__field:focus {
  border: 1px solid #63d9ec;
}

/* line 22224, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-cyan .select2-results__option--highlighted,
.select2-cyan .select2-container--default .select2-results__option--highlighted {
  background-color: #17a2b8;
  color: #ffffff;
}

/* line 22230, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-cyan .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-cyan .select2-results__option--highlighted[aria-selected]:hover,
.select2-cyan .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-cyan .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #1596aa;
  color: #ffffff;
}

/* line 22237, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-cyan .select2-selection--multiple:focus,
.select2-cyan .select2-container--default .select2-selection--multiple:focus {
  border-color: #63d9ec;
}

/* line 22242, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-cyan .select2-selection--multiple .select2-selection__choice,
.select2-cyan .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #17a2b8;
  border-color: #148ea1;
  color: #ffffff;
}

/* line 22249, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-cyan .select2-selection--multiple .select2-selection__choice__remove,
.select2-cyan .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(255, 255, 255, 0.7);
}

/* line 22254, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-cyan .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-cyan .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}

/* line 22259, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-cyan.select2-container--focus .select2-selection--multiple,
.select2-cyan .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #63d9ec;
}

/* line 22264, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-white + .select2-container--default.select2-container--open .select2-selection--single {
  border-color: white;
}

/* line 22268, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-white + .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: white;
}

/* line 22272, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-white.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-white .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-white .select2-search--inline .select2-search__field:focus,
.select2-white .select2-container--default.select2-dropdown .select2-search__field:focus,
.select2-white .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-white .select2-container--default .select2-search--inline .select2-search__field:focus {
  border: 1px solid white;
}

/* line 22281, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-white .select2-results__option--highlighted,
.select2-white .select2-container--default .select2-results__option--highlighted {
  background-color: #ffffff;
  color: #1F2D3D;
}

/* line 22287, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-white .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-white .select2-results__option--highlighted[aria-selected]:hover,
.select2-white .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-white .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #f7f7f7;
  color: #1F2D3D;
}

/* line 22294, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-white .select2-selection--multiple:focus,
.select2-white .select2-container--default .select2-selection--multiple:focus {
  border-color: white;
}

/* line 22299, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-white .select2-selection--multiple .select2-selection__choice,
.select2-white .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #1F2D3D;
}

/* line 22306, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-white .select2-selection--multiple .select2-selection__choice__remove,
.select2-white .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(31, 45, 61, 0.7);
}

/* line 22311, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-white .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-white .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #1F2D3D;
}

/* line 22316, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-white.select2-container--focus .select2-selection--multiple,
.select2-white .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: white;
}

/* line 22321, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-gray + .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #afb5ba;
}

/* line 22325, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-gray + .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #afb5ba;
}

/* line 22329, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-gray.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-gray .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-gray .select2-search--inline .select2-search__field:focus,
.select2-gray .select2-container--default.select2-dropdown .select2-search__field:focus,
.select2-gray .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-gray .select2-container--default .select2-search--inline .select2-search__field:focus {
  border: 1px solid #afb5ba;
}

/* line 22338, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-gray .select2-results__option--highlighted,
.select2-gray .select2-container--default .select2-results__option--highlighted {
  background-color: #6c757d;
  color: #ffffff;
}

/* line 22344, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-gray .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-gray .select2-results__option--highlighted[aria-selected]:hover,
.select2-gray .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-gray .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #656d75;
  color: #ffffff;
}

/* line 22351, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-gray .select2-selection--multiple:focus,
.select2-gray .select2-container--default .select2-selection--multiple:focus {
  border-color: #afb5ba;
}

/* line 22356, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-gray .select2-selection--multiple .select2-selection__choice,
.select2-gray .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #6c757d;
  border-color: #60686f;
  color: #ffffff;
}

/* line 22363, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-gray .select2-selection--multiple .select2-selection__choice__remove,
.select2-gray .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(255, 255, 255, 0.7);
}

/* line 22368, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-gray .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-gray .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}

/* line 22373, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-gray.select2-container--focus .select2-selection--multiple,
.select2-gray .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #afb5ba;
}

/* line 22378, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-gray-dark + .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #6d7a86;
}

/* line 22382, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-gray-dark + .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #6d7a86;
}

/* line 22386, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-gray-dark.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-gray-dark .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-gray-dark .select2-search--inline .select2-search__field:focus,
.select2-gray-dark .select2-container--default.select2-dropdown .select2-search__field:focus,
.select2-gray-dark .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-gray-dark .select2-container--default .select2-search--inline .select2-search__field:focus {
  border: 1px solid #6d7a86;
}

/* line 22395, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-gray-dark .select2-results__option--highlighted,
.select2-gray-dark .select2-container--default .select2-results__option--highlighted {
  background-color: #343a40;
  color: #ffffff;
}

/* line 22401, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-gray-dark .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-gray-dark .select2-results__option--highlighted[aria-selected]:hover,
.select2-gray-dark .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-gray-dark .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #2d3238;
  color: #ffffff;
}

/* line 22408, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-gray-dark .select2-selection--multiple:focus,
.select2-gray-dark .select2-container--default .select2-selection--multiple:focus {
  border-color: #6d7a86;
}

/* line 22413, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-gray-dark .select2-selection--multiple .select2-selection__choice,
.select2-gray-dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #343a40;
  border-color: #292d32;
  color: #ffffff;
}

/* line 22420, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-gray-dark .select2-selection--multiple .select2-selection__choice__remove,
.select2-gray-dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(255, 255, 255, 0.7);
}

/* line 22425, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-gray-dark .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-gray-dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}

/* line 22430, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.select2-container--default .select2-gray-dark.select2-container--focus .select2-selection--multiple,
.select2-gray-dark .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #6d7a86;
}

/* line 22435, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.slider .tooltip.in {
  opacity: 0.9;
}

/* line 22439, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.slider.slider-vertical {
  height: 100%;
}

/* line 22443, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.slider.slider-horizontal {
  width: 100%;
}

/* line 22447, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.slider-primary .slider .slider-selection {
  background: #007bff;
}

/* line 22451, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.slider-secondary .slider .slider-selection {
  background: #6c757d;
}

/* line 22455, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.slider-success .slider .slider-selection {
  background: #28a745;
}

/* line 22459, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.slider-info .slider .slider-selection {
  background: #17a2b8;
}

/* line 22463, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.slider-warning .slider .slider-selection {
  background: #ffc107;
}

/* line 22467, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.slider-danger .slider .slider-selection {
  background: #dc3545;
}

/* line 22471, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.slider-light .slider .slider-selection {
  background: #f8f9fa;
}

/* line 22475, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.slider-dark .slider .slider-selection {
  background: #343a40;
}

/* line 22479, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.slider-lightblue .slider .slider-selection {
  background: #3c8dbc;
}

/* line 22483, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.slider-navy .slider .slider-selection {
  background: #001f3f;
}

/* line 22487, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.slider-olive .slider .slider-selection {
  background: #3d9970;
}

/* line 22491, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.slider-lime .slider .slider-selection {
  background: #01ff70;
}

/* line 22495, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.slider-fuchsia .slider .slider-selection {
  background: #f012be;
}

/* line 22499, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.slider-maroon .slider .slider-selection {
  background: #d81b60;
}

/* line 22503, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.slider-blue .slider .slider-selection {
  background: #007bff;
}

/* line 22507, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.slider-indigo .slider .slider-selection {
  background: #6610f2;
}

/* line 22511, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.slider-purple .slider .slider-selection {
  background: #6f42c1;
}

/* line 22515, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.slider-pink .slider .slider-selection {
  background: #e83e8c;
}

/* line 22519, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.slider-red .slider .slider-selection {
  background: #dc3545;
}

/* line 22523, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.slider-orange .slider .slider-selection {
  background: #fd7e14;
}

/* line 22527, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.slider-yellow .slider .slider-selection {
  background: #ffc107;
}

/* line 22531, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.slider-green .slider .slider-selection {
  background: #28a745;
}

/* line 22535, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.slider-teal .slider .slider-selection {
  background: #20c997;
}

/* line 22539, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.slider-cyan .slider .slider-selection {
  background: #17a2b8;
}

/* line 22543, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.slider-white .slider .slider-selection {
  background: #ffffff;
}

/* line 22547, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.slider-gray .slider .slider-selection {
  background: #6c757d;
}

/* line 22551, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.slider-gray-dark .slider .slider-selection {
  background: #343a40;
}

/* line 22555, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #007bff;
}

/* line 22560, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-primary > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-primary > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
  border-color: #007bff;
}

/* line 22565, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-primary > input:first-child:checked + label::before,
.icheck-primary > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #007bff;
  border-color: #007bff;
}

/* line 22571, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-secondary > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-secondary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #6c757d;
}

/* line 22576, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-secondary > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-secondary > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
  border-color: #6c757d;
}

/* line 22581, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-secondary > input:first-child:checked + label::before,
.icheck-secondary > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 22587, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-success > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-success > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #28a745;
}

/* line 22592, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-success > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-success > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
  border-color: #28a745;
}

/* line 22597, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-success > input:first-child:checked + label::before,
.icheck-success > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #28a745;
  border-color: #28a745;
}

/* line 22603, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-info > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-info > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #17a2b8;
}

/* line 22608, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-info > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-info > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
  border-color: #17a2b8;
}

/* line 22613, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-info > input:first-child:checked + label::before,
.icheck-info > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 22619, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-warning > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-warning > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #ffc107;
}

/* line 22624, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-warning > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-warning > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
  border-color: #ffc107;
}

/* line 22629, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-warning > input:first-child:checked + label::before,
.icheck-warning > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 22635, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-danger > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-danger > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #dc3545;
}

/* line 22640, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-danger > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-danger > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
  border-color: #dc3545;
}

/* line 22645, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-danger > input:first-child:checked + label::before,
.icheck-danger > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 22651, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-light > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-light > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #f8f9fa;
}

/* line 22656, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-light > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-light > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
  border-color: #f8f9fa;
}

/* line 22661, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-light > input:first-child:checked + label::before,
.icheck-light > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 22667, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-dark > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-dark > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #343a40;
}

/* line 22672, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-dark > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-dark > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
  border-color: #343a40;
}

/* line 22677, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-dark > input:first-child:checked + label::before,
.icheck-dark > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #343a40;
  border-color: #343a40;
}

/* line 22683, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-lightblue > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-lightblue > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #3c8dbc;
}

/* line 22688, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-lightblue > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-lightblue > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
  border-color: #3c8dbc;
}

/* line 22693, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-lightblue > input:first-child:checked + label::before,
.icheck-lightblue > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #3c8dbc;
  border-color: #3c8dbc;
}

/* line 22699, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-navy > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-navy > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #001f3f;
}

/* line 22704, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-navy > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-navy > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
  border-color: #001f3f;
}

/* line 22709, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-navy > input:first-child:checked + label::before,
.icheck-navy > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #001f3f;
  border-color: #001f3f;
}

/* line 22715, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-olive > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-olive > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #3d9970;
}

/* line 22720, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-olive > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-olive > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
  border-color: #3d9970;
}

/* line 22725, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-olive > input:first-child:checked + label::before,
.icheck-olive > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #3d9970;
  border-color: #3d9970;
}

/* line 22731, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-lime > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-lime > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #01ff70;
}

/* line 22736, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-lime > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-lime > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
  border-color: #01ff70;
}

/* line 22741, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-lime > input:first-child:checked + label::before,
.icheck-lime > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #01ff70;
  border-color: #01ff70;
}

/* line 22747, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-fuchsia > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-fuchsia > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #f012be;
}

/* line 22752, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-fuchsia > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-fuchsia > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
  border-color: #f012be;
}

/* line 22757, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-fuchsia > input:first-child:checked + label::before,
.icheck-fuchsia > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #f012be;
  border-color: #f012be;
}

/* line 22763, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-maroon > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-maroon > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #d81b60;
}

/* line 22768, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-maroon > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-maroon > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
  border-color: #d81b60;
}

/* line 22773, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-maroon > input:first-child:checked + label::before,
.icheck-maroon > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #d81b60;
  border-color: #d81b60;
}

/* line 22779, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-blue > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-blue > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #007bff;
}

/* line 22784, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-blue > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-blue > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
  border-color: #007bff;
}

/* line 22789, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-blue > input:first-child:checked + label::before,
.icheck-blue > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #007bff;
  border-color: #007bff;
}

/* line 22795, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-indigo > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-indigo > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #6610f2;
}

/* line 22800, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-indigo > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-indigo > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
  border-color: #6610f2;
}

/* line 22805, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-indigo > input:first-child:checked + label::before,
.icheck-indigo > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #6610f2;
  border-color: #6610f2;
}

/* line 22811, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-purple > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-purple > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #6f42c1;
}

/* line 22816, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-purple > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-purple > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
  border-color: #6f42c1;
}

/* line 22821, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-purple > input:first-child:checked + label::before,
.icheck-purple > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #6f42c1;
  border-color: #6f42c1;
}

/* line 22827, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-pink > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-pink > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #e83e8c;
}

/* line 22832, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-pink > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-pink > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
  border-color: #e83e8c;
}

/* line 22837, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-pink > input:first-child:checked + label::before,
.icheck-pink > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #e83e8c;
  border-color: #e83e8c;
}

/* line 22843, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-red > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-red > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #dc3545;
}

/* line 22848, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-red > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-red > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
  border-color: #dc3545;
}

/* line 22853, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-red > input:first-child:checked + label::before,
.icheck-red > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 22859, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-orange > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-orange > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #fd7e14;
}

/* line 22864, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-orange > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-orange > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
  border-color: #fd7e14;
}

/* line 22869, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-orange > input:first-child:checked + label::before,
.icheck-orange > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #fd7e14;
  border-color: #fd7e14;
}

/* line 22875, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-yellow > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-yellow > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #ffc107;
}

/* line 22880, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-yellow > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-yellow > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
  border-color: #ffc107;
}

/* line 22885, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-yellow > input:first-child:checked + label::before,
.icheck-yellow > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 22891, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-green > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-green > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #28a745;
}

/* line 22896, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-green > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-green > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
  border-color: #28a745;
}

/* line 22901, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-green > input:first-child:checked + label::before,
.icheck-green > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #28a745;
  border-color: #28a745;
}

/* line 22907, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-teal > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-teal > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #20c997;
}

/* line 22912, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-teal > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-teal > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
  border-color: #20c997;
}

/* line 22917, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-teal > input:first-child:checked + label::before,
.icheck-teal > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #20c997;
  border-color: #20c997;
}

/* line 22923, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-cyan > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-cyan > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #17a2b8;
}

/* line 22928, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-cyan > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-cyan > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
  border-color: #17a2b8;
}

/* line 22933, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-cyan > input:first-child:checked + label::before,
.icheck-cyan > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 22939, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-white > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-white > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #ffffff;
}

/* line 22944, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-white > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-white > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
  border-color: #ffffff;
}

/* line 22949, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-white > input:first-child:checked + label::before,
.icheck-white > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #ffffff;
  border-color: #ffffff;
}

/* line 22955, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-gray > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-gray > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #6c757d;
}

/* line 22960, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-gray > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-gray > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
  border-color: #6c757d;
}

/* line 22965, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-gray > input:first-child:checked + label::before,
.icheck-gray > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 22971, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-gray-dark > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-gray-dark > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
  border-color: #343a40;
}

/* line 22976, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-gray-dark > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-gray-dark > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
  border-color: #343a40;
}

/* line 22981, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.icheck-gray-dark > input:first-child:checked + label::before,
.icheck-gray-dark > input:first-child:checked + input[type="hidden"] + label::before {
  background-color: #343a40;
  border-color: #343a40;
}

/* line 22987, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mapael .map {
  position: relative;
}

/* line 22991, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mapael .mapTooltip {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  background-color: #000;
  color: #ffffff;
  display: block;
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  position: absolute;
  text-align: center;
  word-wrap: break-word;
  z-index: 1070;
}

/* line 23019, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mapael .myLegend {
  background-color: #f8f9fa;
  border: 1px solid #adb5bd;
  padding: 10px;
  width: 600px;
}

/* line 23026, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mapael .zoomButton {
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  color: #444;
  cursor: pointer;
  font-weight: bold;
  height: 16px;
  left: 10px;
  line-height: 14px;
  padding-left: 1px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 16px;
}

/* line 23047, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mapael .zoomButton:hover, .mapael .zoomButton:active, .mapael .zoomButton.hover {
  background-color: #e9ecef;
  color: #2b2b2b;
}

/* line 23052, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mapael .zoomReset {
  line-height: 12px;
  top: 10px;
}

/* line 23057, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mapael .zoomIn {
  top: 30px;
}

/* line 23061, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.mapael .zoomOut {
  top: 50px;
}

/* line 23065, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.jqvmap-zoomin,
.jqvmap-zoomout {
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  color: #444;
  height: 15px;
  width: 15px;
}

/* line 23075, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.jqvmap-zoomin:hover, .jqvmap-zoomin:active, .jqvmap-zoomin.hover,
.jqvmap-zoomout:hover,
.jqvmap-zoomout:active,
.jqvmap-zoomout.hover {
  background-color: #e9ecef;
  color: #2b2b2b;
}

/* line 23083, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.swal2-icon.swal2-info {
  border-color: ligthen(#17a2b8, 20%);
  color: #17a2b8;
}

/* line 23088, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.swal2-icon.swal2-warning {
  border-color: ligthen(#ffc107, 20%);
  color: #ffc107;
}

/* line 23093, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.swal2-icon.swal2-error {
  border-color: ligthen(#dc3545, 20%);
  color: #dc3545;
}

/* line 23098, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.swal2-icon.swal2-question {
  border-color: ligthen(#6c757d, 20%);
  color: #6c757d;
}

/* line 23103, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.swal2-icon.swal2-success {
  border-color: ligthen(#28a745, 20%);
  color: #28a745;
}

/* line 23108, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.swal2-icon.swal2-success .swal2-success-ring {
  border-color: ligthen(#28a745, 20%);
}

/* line 23112, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.swal2-icon.swal2-success [class^='swal2-success-line'] {
  background-color: #28a745;
}

/* line 23116, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
#toast-container .toast {
  background-color: #007bff;
}

/* line 23120, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
#toast-container .toast-success {
  background-color: #28a745;
}

/* line 23124, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
#toast-container .toast-error {
  background-color: #dc3545;
}

/* line 23128, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
#toast-container .toast-info {
  background-color: #17a2b8;
}

/* line 23132, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
#toast-container .toast-warning {
  background-color: #ffc107;
}

/* line 23136, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.toast-bottom-full-width .toast,
.toast-top-full-width .toast {
  max-width: inherit;
}

/* line 23141, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace {
  z-index: 1048;
}

/* line 23145, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace .pace-progress {
  z-index: 1049;
}

/* line 23149, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace .pace-activity {
  z-index: 1050;
}

/* line 23153, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-primary .pace .pace-progress {
  background: #007bff;
}

/* line 23157, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-primary .pace {
  background: #ffffff;
}

/* line 23161, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-primary .pace .pace-progress {
  background: #007bff;
}

/* line 23165, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-primary .pace .pace-activity {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

/* line 23169, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-big-counter-primary .pace .pace-progress::after {
  color: rgba(0, 123, 255, 0.2);
}

/* line 23173, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-bounce-primary .pace .pace-activity {
  background: #007bff;
}

/* line 23177, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-primary .pace-progress {
  height: 100px;
  width: 80px;
}

/* line 23182, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-primary .pace-progress::before {
  background: #007bff;
  color: #ffffff;
  font-size: .8rem;
  line-height: .7rem;
  padding-top: 17%;
}

/* line 23190, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-primary .pace-activity {
  border-color: #007bff;
}

/* line 23194, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-primary .pace-activity::after, .pace-center-atom-primary .pace-activity::before {
  border-color: #007bff;
}

/* line 23198, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-circle-primary .pace .pace-progress {
  background: rgba(0, 123, 255, 0.8);
  color: #ffffff;
}

/* line 23203, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-primary .pace .pace-activity {
  border-color: #007bff transparent transparent;
}

/* line 23207, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-primary .pace .pace-activity::before {
  border-color: #007bff transparent transparent;
}

/* line 23211, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-primary .pace {
  background: #ffffff;
  border-color: #007bff;
}

/* line 23216, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-primary .pace .pace-progress {
  background: #007bff;
}

/* line 23220, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-material-primary .pace {
  color: #007bff;
}

/* line 23224, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-primary .pace .pace-activity {
  background: #007bff;
}

/* line 23228, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-primary .pace .pace-activity::after,
.pace-corner-indicator-primary .pace .pace-activity::before {
  border: 5px solid #ffffff;
}

/* line 23233, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-primary .pace .pace-activity::before {
  border-right-color: rgba(0, 123, 255, 0.2);
  border-left-color: rgba(0, 123, 255, 0.2);
}

/* line 23238, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-primary .pace .pace-activity::after {
  border-top-color: rgba(0, 123, 255, 0.2);
  border-bottom-color: rgba(0, 123, 255, 0.2);
}

/* line 23243, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-fill-left-primary .pace .pace-progress {
  background-color: rgba(0, 123, 255, 0.2);
}

/* line 23247, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-primary .pace .pace-progress {
  background: #007bff;
}

/* line 23251, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-primary .pace .pace-progress-inner {
  box-shadow: 0 0 10px #007bff, 0 0 5px #007bff;
}

/* line 23255, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-primary .pace .pace-activity {
  border-top-color: #007bff;
  border-left-color: #007bff;
}

/* line 23260, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-primary .pace .pace-progress {
  background: #007bff;
  color: #007bff;
  box-shadow: 120px 0 #ffffff, 240px 0 #ffffff;
}

/* line 23266, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-primary .pace .pace-activity {
  box-shadow: inset 0 0 0 2px #007bff, inset 0 0 0 7px #ffffff;
}

/* line 23270, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-primary .pace .pace-progress {
  background-color: #007bff;
  box-shadow: inset -1px 0 #007bff, inset 0 -1px #007bff, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);
}

/* line 23275, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-primary .pace .pace-activity {
  background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);
  height: 12px;
}

/* line 23280, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-progress-color-primary .pace-progress {
  color: #007bff;
}

/* line 23284, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-secondary .pace .pace-progress {
  background: #6c757d;
}

/* line 23288, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-secondary .pace {
  background: #ffffff;
}

/* line 23292, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-secondary .pace .pace-progress {
  background: #6c757d;
}

/* line 23296, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-secondary .pace .pace-activity {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

/* line 23300, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-big-counter-secondary .pace .pace-progress::after {
  color: rgba(108, 117, 125, 0.2);
}

/* line 23304, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-bounce-secondary .pace .pace-activity {
  background: #6c757d;
}

/* line 23308, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-secondary .pace-progress {
  height: 100px;
  width: 80px;
}

/* line 23313, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-secondary .pace-progress::before {
  background: #6c757d;
  color: #ffffff;
  font-size: .8rem;
  line-height: .7rem;
  padding-top: 17%;
}

/* line 23321, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-secondary .pace-activity {
  border-color: #6c757d;
}

/* line 23325, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-secondary .pace-activity::after, .pace-center-atom-secondary .pace-activity::before {
  border-color: #6c757d;
}

/* line 23329, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-circle-secondary .pace .pace-progress {
  background: rgba(108, 117, 125, 0.8);
  color: #ffffff;
}

/* line 23334, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-secondary .pace .pace-activity {
  border-color: #6c757d transparent transparent;
}

/* line 23338, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-secondary .pace .pace-activity::before {
  border-color: #6c757d transparent transparent;
}

/* line 23342, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-secondary .pace {
  background: #ffffff;
  border-color: #6c757d;
}

/* line 23347, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-secondary .pace .pace-progress {
  background: #6c757d;
}

/* line 23351, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-material-secondary .pace {
  color: #6c757d;
}

/* line 23355, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-secondary .pace .pace-activity {
  background: #6c757d;
}

/* line 23359, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-secondary .pace .pace-activity::after,
.pace-corner-indicator-secondary .pace .pace-activity::before {
  border: 5px solid #ffffff;
}

/* line 23364, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-secondary .pace .pace-activity::before {
  border-right-color: rgba(108, 117, 125, 0.2);
  border-left-color: rgba(108, 117, 125, 0.2);
}

/* line 23369, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-secondary .pace .pace-activity::after {
  border-top-color: rgba(108, 117, 125, 0.2);
  border-bottom-color: rgba(108, 117, 125, 0.2);
}

/* line 23374, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-fill-left-secondary .pace .pace-progress {
  background-color: rgba(108, 117, 125, 0.2);
}

/* line 23378, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-secondary .pace .pace-progress {
  background: #6c757d;
}

/* line 23382, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-secondary .pace .pace-progress-inner {
  box-shadow: 0 0 10px #6c757d, 0 0 5px #6c757d;
}

/* line 23386, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-secondary .pace .pace-activity {
  border-top-color: #6c757d;
  border-left-color: #6c757d;
}

/* line 23391, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-secondary .pace .pace-progress {
  background: #6c757d;
  color: #6c757d;
  box-shadow: 120px 0 #ffffff, 240px 0 #ffffff;
}

/* line 23397, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-secondary .pace .pace-activity {
  box-shadow: inset 0 0 0 2px #6c757d, inset 0 0 0 7px #ffffff;
}

/* line 23401, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-secondary .pace .pace-progress {
  background-color: #6c757d;
  box-shadow: inset -1px 0 #6c757d, inset 0 -1px #6c757d, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);
}

/* line 23406, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-secondary .pace .pace-activity {
  background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);
  height: 12px;
}

/* line 23411, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-progress-color-secondary .pace-progress {
  color: #6c757d;
}

/* line 23415, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-success .pace .pace-progress {
  background: #28a745;
}

/* line 23419, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-success .pace {
  background: #ffffff;
}

/* line 23423, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-success .pace .pace-progress {
  background: #28a745;
}

/* line 23427, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-success .pace .pace-activity {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

/* line 23431, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-big-counter-success .pace .pace-progress::after {
  color: rgba(40, 167, 69, 0.2);
}

/* line 23435, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-bounce-success .pace .pace-activity {
  background: #28a745;
}

/* line 23439, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-success .pace-progress {
  height: 100px;
  width: 80px;
}

/* line 23444, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-success .pace-progress::before {
  background: #28a745;
  color: #ffffff;
  font-size: .8rem;
  line-height: .7rem;
  padding-top: 17%;
}

/* line 23452, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-success .pace-activity {
  border-color: #28a745;
}

/* line 23456, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-success .pace-activity::after, .pace-center-atom-success .pace-activity::before {
  border-color: #28a745;
}

/* line 23460, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-circle-success .pace .pace-progress {
  background: rgba(40, 167, 69, 0.8);
  color: #ffffff;
}

/* line 23465, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-success .pace .pace-activity {
  border-color: #28a745 transparent transparent;
}

/* line 23469, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-success .pace .pace-activity::before {
  border-color: #28a745 transparent transparent;
}

/* line 23473, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-success .pace {
  background: #ffffff;
  border-color: #28a745;
}

/* line 23478, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-success .pace .pace-progress {
  background: #28a745;
}

/* line 23482, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-material-success .pace {
  color: #28a745;
}

/* line 23486, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-success .pace .pace-activity {
  background: #28a745;
}

/* line 23490, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-success .pace .pace-activity::after,
.pace-corner-indicator-success .pace .pace-activity::before {
  border: 5px solid #ffffff;
}

/* line 23495, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-success .pace .pace-activity::before {
  border-right-color: rgba(40, 167, 69, 0.2);
  border-left-color: rgba(40, 167, 69, 0.2);
}

/* line 23500, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-success .pace .pace-activity::after {
  border-top-color: rgba(40, 167, 69, 0.2);
  border-bottom-color: rgba(40, 167, 69, 0.2);
}

/* line 23505, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-fill-left-success .pace .pace-progress {
  background-color: rgba(40, 167, 69, 0.2);
}

/* line 23509, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-success .pace .pace-progress {
  background: #28a745;
}

/* line 23513, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-success .pace .pace-progress-inner {
  box-shadow: 0 0 10px #28a745, 0 0 5px #28a745;
}

/* line 23517, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-success .pace .pace-activity {
  border-top-color: #28a745;
  border-left-color: #28a745;
}

/* line 23522, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-success .pace .pace-progress {
  background: #28a745;
  color: #28a745;
  box-shadow: 120px 0 #ffffff, 240px 0 #ffffff;
}

/* line 23528, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-success .pace .pace-activity {
  box-shadow: inset 0 0 0 2px #28a745, inset 0 0 0 7px #ffffff;
}

/* line 23532, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-success .pace .pace-progress {
  background-color: #28a745;
  box-shadow: inset -1px 0 #28a745, inset 0 -1px #28a745, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);
}

/* line 23537, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-success .pace .pace-activity {
  background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);
  height: 12px;
}

/* line 23542, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-progress-color-success .pace-progress {
  color: #28a745;
}

/* line 23546, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-info .pace .pace-progress {
  background: #17a2b8;
}

/* line 23550, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-info .pace {
  background: #ffffff;
}

/* line 23554, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-info .pace .pace-progress {
  background: #17a2b8;
}

/* line 23558, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-info .pace .pace-activity {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

/* line 23562, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-big-counter-info .pace .pace-progress::after {
  color: rgba(23, 162, 184, 0.2);
}

/* line 23566, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-bounce-info .pace .pace-activity {
  background: #17a2b8;
}

/* line 23570, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-info .pace-progress {
  height: 100px;
  width: 80px;
}

/* line 23575, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-info .pace-progress::before {
  background: #17a2b8;
  color: #ffffff;
  font-size: .8rem;
  line-height: .7rem;
  padding-top: 17%;
}

/* line 23583, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-info .pace-activity {
  border-color: #17a2b8;
}

/* line 23587, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-info .pace-activity::after, .pace-center-atom-info .pace-activity::before {
  border-color: #17a2b8;
}

/* line 23591, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-circle-info .pace .pace-progress {
  background: rgba(23, 162, 184, 0.8);
  color: #ffffff;
}

/* line 23596, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-info .pace .pace-activity {
  border-color: #17a2b8 transparent transparent;
}

/* line 23600, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-info .pace .pace-activity::before {
  border-color: #17a2b8 transparent transparent;
}

/* line 23604, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-info .pace {
  background: #ffffff;
  border-color: #17a2b8;
}

/* line 23609, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-info .pace .pace-progress {
  background: #17a2b8;
}

/* line 23613, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-material-info .pace {
  color: #17a2b8;
}

/* line 23617, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-info .pace .pace-activity {
  background: #17a2b8;
}

/* line 23621, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-info .pace .pace-activity::after,
.pace-corner-indicator-info .pace .pace-activity::before {
  border: 5px solid #ffffff;
}

/* line 23626, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-info .pace .pace-activity::before {
  border-right-color: rgba(23, 162, 184, 0.2);
  border-left-color: rgba(23, 162, 184, 0.2);
}

/* line 23631, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-info .pace .pace-activity::after {
  border-top-color: rgba(23, 162, 184, 0.2);
  border-bottom-color: rgba(23, 162, 184, 0.2);
}

/* line 23636, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-fill-left-info .pace .pace-progress {
  background-color: rgba(23, 162, 184, 0.2);
}

/* line 23640, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-info .pace .pace-progress {
  background: #17a2b8;
}

/* line 23644, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-info .pace .pace-progress-inner {
  box-shadow: 0 0 10px #17a2b8, 0 0 5px #17a2b8;
}

/* line 23648, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-info .pace .pace-activity {
  border-top-color: #17a2b8;
  border-left-color: #17a2b8;
}

/* line 23653, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-info .pace .pace-progress {
  background: #17a2b8;
  color: #17a2b8;
  box-shadow: 120px 0 #ffffff, 240px 0 #ffffff;
}

/* line 23659, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-info .pace .pace-activity {
  box-shadow: inset 0 0 0 2px #17a2b8, inset 0 0 0 7px #ffffff;
}

/* line 23663, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-info .pace .pace-progress {
  background-color: #17a2b8;
  box-shadow: inset -1px 0 #17a2b8, inset 0 -1px #17a2b8, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);
}

/* line 23668, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-info .pace .pace-activity {
  background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);
  height: 12px;
}

/* line 23673, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-progress-color-info .pace-progress {
  color: #17a2b8;
}

/* line 23677, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-warning .pace .pace-progress {
  background: #ffc107;
}

/* line 23681, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-warning .pace {
  background: #1F2D3D;
}

/* line 23685, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-warning .pace .pace-progress {
  background: #ffc107;
}

/* line 23689, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-warning .pace .pace-activity {
  background-image: linear-gradient(45deg, rgba(31, 45, 61, 0.2) 25%, transparent 25%, transparent 50%, rgba(31, 45, 61, 0.2) 50%, rgba(31, 45, 61, 0.2) 75%, transparent 75%, transparent);
}

/* line 23693, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-big-counter-warning .pace .pace-progress::after {
  color: rgba(255, 193, 7, 0.2);
}

/* line 23697, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-bounce-warning .pace .pace-activity {
  background: #ffc107;
}

/* line 23701, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-warning .pace-progress {
  height: 100px;
  width: 80px;
}

/* line 23706, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-warning .pace-progress::before {
  background: #ffc107;
  color: #1F2D3D;
  font-size: .8rem;
  line-height: .7rem;
  padding-top: 17%;
}

/* line 23714, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-warning .pace-activity {
  border-color: #ffc107;
}

/* line 23718, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-warning .pace-activity::after, .pace-center-atom-warning .pace-activity::before {
  border-color: #ffc107;
}

/* line 23722, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-circle-warning .pace .pace-progress {
  background: rgba(255, 193, 7, 0.8);
  color: #1F2D3D;
}

/* line 23727, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-warning .pace .pace-activity {
  border-color: #ffc107 transparent transparent;
}

/* line 23731, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-warning .pace .pace-activity::before {
  border-color: #ffc107 transparent transparent;
}

/* line 23735, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-warning .pace {
  background: #1F2D3D;
  border-color: #ffc107;
}

/* line 23740, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-warning .pace .pace-progress {
  background: #ffc107;
}

/* line 23744, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-material-warning .pace {
  color: #ffc107;
}

/* line 23748, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-warning .pace .pace-activity {
  background: #ffc107;
}

/* line 23752, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-warning .pace .pace-activity::after,
.pace-corner-indicator-warning .pace .pace-activity::before {
  border: 5px solid #1F2D3D;
}

/* line 23757, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-warning .pace .pace-activity::before {
  border-right-color: rgba(255, 193, 7, 0.2);
  border-left-color: rgba(255, 193, 7, 0.2);
}

/* line 23762, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-warning .pace .pace-activity::after {
  border-top-color: rgba(255, 193, 7, 0.2);
  border-bottom-color: rgba(255, 193, 7, 0.2);
}

/* line 23767, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-fill-left-warning .pace .pace-progress {
  background-color: rgba(255, 193, 7, 0.2);
}

/* line 23771, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-warning .pace .pace-progress {
  background: #ffc107;
}

/* line 23775, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-warning .pace .pace-progress-inner {
  box-shadow: 0 0 10px #ffc107, 0 0 5px #ffc107;
}

/* line 23779, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-warning .pace .pace-activity {
  border-top-color: #ffc107;
  border-left-color: #ffc107;
}

/* line 23784, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-warning .pace .pace-progress {
  background: #ffc107;
  color: #ffc107;
  box-shadow: 120px 0 #1F2D3D, 240px 0 #1F2D3D;
}

/* line 23790, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-warning .pace .pace-activity {
  box-shadow: inset 0 0 0 2px #ffc107, inset 0 0 0 7px #1F2D3D;
}

/* line 23794, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-warning .pace .pace-progress {
  background-color: #ffc107;
  box-shadow: inset -1px 0 #ffc107, inset 0 -1px #ffc107, inset 0 2px rgba(31, 45, 61, 0.5), inset 0 6px rgba(31, 45, 61, 0.3);
}

/* line 23799, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-warning .pace .pace-activity {
  background-image: radial-gradient(rgba(31, 45, 61, 0.65) 0%, rgba(31, 45, 61, 0.15) 100%);
  height: 12px;
}

/* line 23804, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-progress-color-warning .pace-progress {
  color: #ffc107;
}

/* line 23808, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-danger .pace .pace-progress {
  background: #dc3545;
}

/* line 23812, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-danger .pace {
  background: #ffffff;
}

/* line 23816, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-danger .pace .pace-progress {
  background: #dc3545;
}

/* line 23820, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-danger .pace .pace-activity {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

/* line 23824, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-big-counter-danger .pace .pace-progress::after {
  color: rgba(220, 53, 69, 0.2);
}

/* line 23828, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-bounce-danger .pace .pace-activity {
  background: #dc3545;
}

/* line 23832, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-danger .pace-progress {
  height: 100px;
  width: 80px;
}

/* line 23837, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-danger .pace-progress::before {
  background: #dc3545;
  color: #ffffff;
  font-size: .8rem;
  line-height: .7rem;
  padding-top: 17%;
}

/* line 23845, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-danger .pace-activity {
  border-color: #dc3545;
}

/* line 23849, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-danger .pace-activity::after, .pace-center-atom-danger .pace-activity::before {
  border-color: #dc3545;
}

/* line 23853, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-circle-danger .pace .pace-progress {
  background: rgba(220, 53, 69, 0.8);
  color: #ffffff;
}

/* line 23858, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-danger .pace .pace-activity {
  border-color: #dc3545 transparent transparent;
}

/* line 23862, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-danger .pace .pace-activity::before {
  border-color: #dc3545 transparent transparent;
}

/* line 23866, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-danger .pace {
  background: #ffffff;
  border-color: #dc3545;
}

/* line 23871, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-danger .pace .pace-progress {
  background: #dc3545;
}

/* line 23875, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-material-danger .pace {
  color: #dc3545;
}

/* line 23879, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-danger .pace .pace-activity {
  background: #dc3545;
}

/* line 23883, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-danger .pace .pace-activity::after,
.pace-corner-indicator-danger .pace .pace-activity::before {
  border: 5px solid #ffffff;
}

/* line 23888, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-danger .pace .pace-activity::before {
  border-right-color: rgba(220, 53, 69, 0.2);
  border-left-color: rgba(220, 53, 69, 0.2);
}

/* line 23893, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-danger .pace .pace-activity::after {
  border-top-color: rgba(220, 53, 69, 0.2);
  border-bottom-color: rgba(220, 53, 69, 0.2);
}

/* line 23898, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-fill-left-danger .pace .pace-progress {
  background-color: rgba(220, 53, 69, 0.2);
}

/* line 23902, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-danger .pace .pace-progress {
  background: #dc3545;
}

/* line 23906, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-danger .pace .pace-progress-inner {
  box-shadow: 0 0 10px #dc3545, 0 0 5px #dc3545;
}

/* line 23910, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-danger .pace .pace-activity {
  border-top-color: #dc3545;
  border-left-color: #dc3545;
}

/* line 23915, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-danger .pace .pace-progress {
  background: #dc3545;
  color: #dc3545;
  box-shadow: 120px 0 #ffffff, 240px 0 #ffffff;
}

/* line 23921, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-danger .pace .pace-activity {
  box-shadow: inset 0 0 0 2px #dc3545, inset 0 0 0 7px #ffffff;
}

/* line 23925, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-danger .pace .pace-progress {
  background-color: #dc3545;
  box-shadow: inset -1px 0 #dc3545, inset 0 -1px #dc3545, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);
}

/* line 23930, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-danger .pace .pace-activity {
  background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);
  height: 12px;
}

/* line 23935, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-progress-color-danger .pace-progress {
  color: #dc3545;
}

/* line 23939, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-light .pace .pace-progress {
  background: #f8f9fa;
}

/* line 23943, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-light .pace {
  background: #1F2D3D;
}

/* line 23947, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-light .pace .pace-progress {
  background: #f8f9fa;
}

/* line 23951, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-light .pace .pace-activity {
  background-image: linear-gradient(45deg, rgba(31, 45, 61, 0.2) 25%, transparent 25%, transparent 50%, rgba(31, 45, 61, 0.2) 50%, rgba(31, 45, 61, 0.2) 75%, transparent 75%, transparent);
}

/* line 23955, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-big-counter-light .pace .pace-progress::after {
  color: rgba(248, 249, 250, 0.2);
}

/* line 23959, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-bounce-light .pace .pace-activity {
  background: #f8f9fa;
}

/* line 23963, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-light .pace-progress {
  height: 100px;
  width: 80px;
}

/* line 23968, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-light .pace-progress::before {
  background: #f8f9fa;
  color: #1F2D3D;
  font-size: .8rem;
  line-height: .7rem;
  padding-top: 17%;
}

/* line 23976, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-light .pace-activity {
  border-color: #f8f9fa;
}

/* line 23980, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-light .pace-activity::after, .pace-center-atom-light .pace-activity::before {
  border-color: #f8f9fa;
}

/* line 23984, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-circle-light .pace .pace-progress {
  background: rgba(248, 249, 250, 0.8);
  color: #1F2D3D;
}

/* line 23989, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-light .pace .pace-activity {
  border-color: #f8f9fa transparent transparent;
}

/* line 23993, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-light .pace .pace-activity::before {
  border-color: #f8f9fa transparent transparent;
}

/* line 23997, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-light .pace {
  background: #1F2D3D;
  border-color: #f8f9fa;
}

/* line 24002, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-light .pace .pace-progress {
  background: #f8f9fa;
}

/* line 24006, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-material-light .pace {
  color: #f8f9fa;
}

/* line 24010, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-light .pace .pace-activity {
  background: #f8f9fa;
}

/* line 24014, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-light .pace .pace-activity::after,
.pace-corner-indicator-light .pace .pace-activity::before {
  border: 5px solid #1F2D3D;
}

/* line 24019, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-light .pace .pace-activity::before {
  border-right-color: rgba(248, 249, 250, 0.2);
  border-left-color: rgba(248, 249, 250, 0.2);
}

/* line 24024, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-light .pace .pace-activity::after {
  border-top-color: rgba(248, 249, 250, 0.2);
  border-bottom-color: rgba(248, 249, 250, 0.2);
}

/* line 24029, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-fill-left-light .pace .pace-progress {
  background-color: rgba(248, 249, 250, 0.2);
}

/* line 24033, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-light .pace .pace-progress {
  background: #f8f9fa;
}

/* line 24037, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-light .pace .pace-progress-inner {
  box-shadow: 0 0 10px #f8f9fa, 0 0 5px #f8f9fa;
}

/* line 24041, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-light .pace .pace-activity {
  border-top-color: #f8f9fa;
  border-left-color: #f8f9fa;
}

/* line 24046, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-light .pace .pace-progress {
  background: #f8f9fa;
  color: #f8f9fa;
  box-shadow: 120px 0 #1F2D3D, 240px 0 #1F2D3D;
}

/* line 24052, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-light .pace .pace-activity {
  box-shadow: inset 0 0 0 2px #f8f9fa, inset 0 0 0 7px #1F2D3D;
}

/* line 24056, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-light .pace .pace-progress {
  background-color: #f8f9fa;
  box-shadow: inset -1px 0 #f8f9fa, inset 0 -1px #f8f9fa, inset 0 2px rgba(31, 45, 61, 0.5), inset 0 6px rgba(31, 45, 61, 0.3);
}

/* line 24061, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-light .pace .pace-activity {
  background-image: radial-gradient(rgba(31, 45, 61, 0.65) 0%, rgba(31, 45, 61, 0.15) 100%);
  height: 12px;
}

/* line 24066, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-progress-color-light .pace-progress {
  color: #f8f9fa;
}

/* line 24070, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-dark .pace .pace-progress {
  background: #343a40;
}

/* line 24074, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-dark .pace {
  background: #ffffff;
}

/* line 24078, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-dark .pace .pace-progress {
  background: #343a40;
}

/* line 24082, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-dark .pace .pace-activity {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

/* line 24086, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-big-counter-dark .pace .pace-progress::after {
  color: rgba(52, 58, 64, 0.2);
}

/* line 24090, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-bounce-dark .pace .pace-activity {
  background: #343a40;
}

/* line 24094, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-dark .pace-progress {
  height: 100px;
  width: 80px;
}

/* line 24099, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-dark .pace-progress::before {
  background: #343a40;
  color: #ffffff;
  font-size: .8rem;
  line-height: .7rem;
  padding-top: 17%;
}

/* line 24107, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-dark .pace-activity {
  border-color: #343a40;
}

/* line 24111, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-dark .pace-activity::after, .pace-center-atom-dark .pace-activity::before {
  border-color: #343a40;
}

/* line 24115, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-circle-dark .pace .pace-progress {
  background: rgba(52, 58, 64, 0.8);
  color: #ffffff;
}

/* line 24120, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-dark .pace .pace-activity {
  border-color: #343a40 transparent transparent;
}

/* line 24124, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-dark .pace .pace-activity::before {
  border-color: #343a40 transparent transparent;
}

/* line 24128, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-dark .pace {
  background: #ffffff;
  border-color: #343a40;
}

/* line 24133, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-dark .pace .pace-progress {
  background: #343a40;
}

/* line 24137, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-material-dark .pace {
  color: #343a40;
}

/* line 24141, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-dark .pace .pace-activity {
  background: #343a40;
}

/* line 24145, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-dark .pace .pace-activity::after,
.pace-corner-indicator-dark .pace .pace-activity::before {
  border: 5px solid #ffffff;
}

/* line 24150, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-dark .pace .pace-activity::before {
  border-right-color: rgba(52, 58, 64, 0.2);
  border-left-color: rgba(52, 58, 64, 0.2);
}

/* line 24155, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-dark .pace .pace-activity::after {
  border-top-color: rgba(52, 58, 64, 0.2);
  border-bottom-color: rgba(52, 58, 64, 0.2);
}

/* line 24160, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-fill-left-dark .pace .pace-progress {
  background-color: rgba(52, 58, 64, 0.2);
}

/* line 24164, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-dark .pace .pace-progress {
  background: #343a40;
}

/* line 24168, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-dark .pace .pace-progress-inner {
  box-shadow: 0 0 10px #343a40, 0 0 5px #343a40;
}

/* line 24172, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-dark .pace .pace-activity {
  border-top-color: #343a40;
  border-left-color: #343a40;
}

/* line 24177, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-dark .pace .pace-progress {
  background: #343a40;
  color: #343a40;
  box-shadow: 120px 0 #ffffff, 240px 0 #ffffff;
}

/* line 24183, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-dark .pace .pace-activity {
  box-shadow: inset 0 0 0 2px #343a40, inset 0 0 0 7px #ffffff;
}

/* line 24187, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-dark .pace .pace-progress {
  background-color: #343a40;
  box-shadow: inset -1px 0 #343a40, inset 0 -1px #343a40, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);
}

/* line 24192, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-dark .pace .pace-activity {
  background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);
  height: 12px;
}

/* line 24197, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-progress-color-dark .pace-progress {
  color: #343a40;
}

/* line 24201, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-lightblue .pace .pace-progress {
  background: #3c8dbc;
}

/* line 24205, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-lightblue .pace {
  background: #ffffff;
}

/* line 24209, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-lightblue .pace .pace-progress {
  background: #3c8dbc;
}

/* line 24213, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-lightblue .pace .pace-activity {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

/* line 24217, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-big-counter-lightblue .pace .pace-progress::after {
  color: rgba(60, 141, 188, 0.2);
}

/* line 24221, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-bounce-lightblue .pace .pace-activity {
  background: #3c8dbc;
}

/* line 24225, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-lightblue .pace-progress {
  height: 100px;
  width: 80px;
}

/* line 24230, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-lightblue .pace-progress::before {
  background: #3c8dbc;
  color: #ffffff;
  font-size: .8rem;
  line-height: .7rem;
  padding-top: 17%;
}

/* line 24238, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-lightblue .pace-activity {
  border-color: #3c8dbc;
}

/* line 24242, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-lightblue .pace-activity::after, .pace-center-atom-lightblue .pace-activity::before {
  border-color: #3c8dbc;
}

/* line 24246, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-circle-lightblue .pace .pace-progress {
  background: rgba(60, 141, 188, 0.8);
  color: #ffffff;
}

/* line 24251, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-lightblue .pace .pace-activity {
  border-color: #3c8dbc transparent transparent;
}

/* line 24255, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-lightblue .pace .pace-activity::before {
  border-color: #3c8dbc transparent transparent;
}

/* line 24259, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-lightblue .pace {
  background: #ffffff;
  border-color: #3c8dbc;
}

/* line 24264, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-lightblue .pace .pace-progress {
  background: #3c8dbc;
}

/* line 24268, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-material-lightblue .pace {
  color: #3c8dbc;
}

/* line 24272, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-lightblue .pace .pace-activity {
  background: #3c8dbc;
}

/* line 24276, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-lightblue .pace .pace-activity::after,
.pace-corner-indicator-lightblue .pace .pace-activity::before {
  border: 5px solid #ffffff;
}

/* line 24281, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-lightblue .pace .pace-activity::before {
  border-right-color: rgba(60, 141, 188, 0.2);
  border-left-color: rgba(60, 141, 188, 0.2);
}

/* line 24286, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-lightblue .pace .pace-activity::after {
  border-top-color: rgba(60, 141, 188, 0.2);
  border-bottom-color: rgba(60, 141, 188, 0.2);
}

/* line 24291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-fill-left-lightblue .pace .pace-progress {
  background-color: rgba(60, 141, 188, 0.2);
}

/* line 24295, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-lightblue .pace .pace-progress {
  background: #3c8dbc;
}

/* line 24299, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-lightblue .pace .pace-progress-inner {
  box-shadow: 0 0 10px #3c8dbc, 0 0 5px #3c8dbc;
}

/* line 24303, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-lightblue .pace .pace-activity {
  border-top-color: #3c8dbc;
  border-left-color: #3c8dbc;
}

/* line 24308, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-lightblue .pace .pace-progress {
  background: #3c8dbc;
  color: #3c8dbc;
  box-shadow: 120px 0 #ffffff, 240px 0 #ffffff;
}

/* line 24314, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-lightblue .pace .pace-activity {
  box-shadow: inset 0 0 0 2px #3c8dbc, inset 0 0 0 7px #ffffff;
}

/* line 24318, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-lightblue .pace .pace-progress {
  background-color: #3c8dbc;
  box-shadow: inset -1px 0 #3c8dbc, inset 0 -1px #3c8dbc, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);
}

/* line 24323, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-lightblue .pace .pace-activity {
  background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);
  height: 12px;
}

/* line 24328, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-progress-color-lightblue .pace-progress {
  color: #3c8dbc;
}

/* line 24332, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-navy .pace .pace-progress {
  background: #001f3f;
}

/* line 24336, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-navy .pace {
  background: #ffffff;
}

/* line 24340, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-navy .pace .pace-progress {
  background: #001f3f;
}

/* line 24344, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-navy .pace .pace-activity {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

/* line 24348, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-big-counter-navy .pace .pace-progress::after {
  color: rgba(0, 31, 63, 0.2);
}

/* line 24352, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-bounce-navy .pace .pace-activity {
  background: #001f3f;
}

/* line 24356, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-navy .pace-progress {
  height: 100px;
  width: 80px;
}

/* line 24361, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-navy .pace-progress::before {
  background: #001f3f;
  color: #ffffff;
  font-size: .8rem;
  line-height: .7rem;
  padding-top: 17%;
}

/* line 24369, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-navy .pace-activity {
  border-color: #001f3f;
}

/* line 24373, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-navy .pace-activity::after, .pace-center-atom-navy .pace-activity::before {
  border-color: #001f3f;
}

/* line 24377, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-circle-navy .pace .pace-progress {
  background: rgba(0, 31, 63, 0.8);
  color: #ffffff;
}

/* line 24382, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-navy .pace .pace-activity {
  border-color: #001f3f transparent transparent;
}

/* line 24386, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-navy .pace .pace-activity::before {
  border-color: #001f3f transparent transparent;
}

/* line 24390, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-navy .pace {
  background: #ffffff;
  border-color: #001f3f;
}

/* line 24395, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-navy .pace .pace-progress {
  background: #001f3f;
}

/* line 24399, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-material-navy .pace {
  color: #001f3f;
}

/* line 24403, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-navy .pace .pace-activity {
  background: #001f3f;
}

/* line 24407, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-navy .pace .pace-activity::after,
.pace-corner-indicator-navy .pace .pace-activity::before {
  border: 5px solid #ffffff;
}

/* line 24412, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-navy .pace .pace-activity::before {
  border-right-color: rgba(0, 31, 63, 0.2);
  border-left-color: rgba(0, 31, 63, 0.2);
}

/* line 24417, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-navy .pace .pace-activity::after {
  border-top-color: rgba(0, 31, 63, 0.2);
  border-bottom-color: rgba(0, 31, 63, 0.2);
}

/* line 24422, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-fill-left-navy .pace .pace-progress {
  background-color: rgba(0, 31, 63, 0.2);
}

/* line 24426, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-navy .pace .pace-progress {
  background: #001f3f;
}

/* line 24430, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-navy .pace .pace-progress-inner {
  box-shadow: 0 0 10px #001f3f, 0 0 5px #001f3f;
}

/* line 24434, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-navy .pace .pace-activity {
  border-top-color: #001f3f;
  border-left-color: #001f3f;
}

/* line 24439, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-navy .pace .pace-progress {
  background: #001f3f;
  color: #001f3f;
  box-shadow: 120px 0 #ffffff, 240px 0 #ffffff;
}

/* line 24445, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-navy .pace .pace-activity {
  box-shadow: inset 0 0 0 2px #001f3f, inset 0 0 0 7px #ffffff;
}

/* line 24449, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-navy .pace .pace-progress {
  background-color: #001f3f;
  box-shadow: inset -1px 0 #001f3f, inset 0 -1px #001f3f, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);
}

/* line 24454, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-navy .pace .pace-activity {
  background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);
  height: 12px;
}

/* line 24459, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-progress-color-navy .pace-progress {
  color: #001f3f;
}

/* line 24463, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-olive .pace .pace-progress {
  background: #3d9970;
}

/* line 24467, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-olive .pace {
  background: #ffffff;
}

/* line 24471, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-olive .pace .pace-progress {
  background: #3d9970;
}

/* line 24475, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-olive .pace .pace-activity {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

/* line 24479, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-big-counter-olive .pace .pace-progress::after {
  color: rgba(61, 153, 112, 0.2);
}

/* line 24483, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-bounce-olive .pace .pace-activity {
  background: #3d9970;
}

/* line 24487, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-olive .pace-progress {
  height: 100px;
  width: 80px;
}

/* line 24492, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-olive .pace-progress::before {
  background: #3d9970;
  color: #ffffff;
  font-size: .8rem;
  line-height: .7rem;
  padding-top: 17%;
}

/* line 24500, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-olive .pace-activity {
  border-color: #3d9970;
}

/* line 24504, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-olive .pace-activity::after, .pace-center-atom-olive .pace-activity::before {
  border-color: #3d9970;
}

/* line 24508, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-circle-olive .pace .pace-progress {
  background: rgba(61, 153, 112, 0.8);
  color: #ffffff;
}

/* line 24513, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-olive .pace .pace-activity {
  border-color: #3d9970 transparent transparent;
}

/* line 24517, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-olive .pace .pace-activity::before {
  border-color: #3d9970 transparent transparent;
}

/* line 24521, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-olive .pace {
  background: #ffffff;
  border-color: #3d9970;
}

/* line 24526, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-olive .pace .pace-progress {
  background: #3d9970;
}

/* line 24530, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-material-olive .pace {
  color: #3d9970;
}

/* line 24534, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-olive .pace .pace-activity {
  background: #3d9970;
}

/* line 24538, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-olive .pace .pace-activity::after,
.pace-corner-indicator-olive .pace .pace-activity::before {
  border: 5px solid #ffffff;
}

/* line 24543, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-olive .pace .pace-activity::before {
  border-right-color: rgba(61, 153, 112, 0.2);
  border-left-color: rgba(61, 153, 112, 0.2);
}

/* line 24548, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-olive .pace .pace-activity::after {
  border-top-color: rgba(61, 153, 112, 0.2);
  border-bottom-color: rgba(61, 153, 112, 0.2);
}

/* line 24553, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-fill-left-olive .pace .pace-progress {
  background-color: rgba(61, 153, 112, 0.2);
}

/* line 24557, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-olive .pace .pace-progress {
  background: #3d9970;
}

/* line 24561, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-olive .pace .pace-progress-inner {
  box-shadow: 0 0 10px #3d9970, 0 0 5px #3d9970;
}

/* line 24565, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-olive .pace .pace-activity {
  border-top-color: #3d9970;
  border-left-color: #3d9970;
}

/* line 24570, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-olive .pace .pace-progress {
  background: #3d9970;
  color: #3d9970;
  box-shadow: 120px 0 #ffffff, 240px 0 #ffffff;
}

/* line 24576, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-olive .pace .pace-activity {
  box-shadow: inset 0 0 0 2px #3d9970, inset 0 0 0 7px #ffffff;
}

/* line 24580, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-olive .pace .pace-progress {
  background-color: #3d9970;
  box-shadow: inset -1px 0 #3d9970, inset 0 -1px #3d9970, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);
}

/* line 24585, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-olive .pace .pace-activity {
  background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);
  height: 12px;
}

/* line 24590, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-progress-color-olive .pace-progress {
  color: #3d9970;
}

/* line 24594, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-lime .pace .pace-progress {
  background: #01ff70;
}

/* line 24598, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-lime .pace {
  background: #1F2D3D;
}

/* line 24602, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-lime .pace .pace-progress {
  background: #01ff70;
}

/* line 24606, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-lime .pace .pace-activity {
  background-image: linear-gradient(45deg, rgba(31, 45, 61, 0.2) 25%, transparent 25%, transparent 50%, rgba(31, 45, 61, 0.2) 50%, rgba(31, 45, 61, 0.2) 75%, transparent 75%, transparent);
}

/* line 24610, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-big-counter-lime .pace .pace-progress::after {
  color: rgba(1, 255, 112, 0.2);
}

/* line 24614, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-bounce-lime .pace .pace-activity {
  background: #01ff70;
}

/* line 24618, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-lime .pace-progress {
  height: 100px;
  width: 80px;
}

/* line 24623, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-lime .pace-progress::before {
  background: #01ff70;
  color: #1F2D3D;
  font-size: .8rem;
  line-height: .7rem;
  padding-top: 17%;
}

/* line 24631, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-lime .pace-activity {
  border-color: #01ff70;
}

/* line 24635, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-lime .pace-activity::after, .pace-center-atom-lime .pace-activity::before {
  border-color: #01ff70;
}

/* line 24639, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-circle-lime .pace .pace-progress {
  background: rgba(1, 255, 112, 0.8);
  color: #1F2D3D;
}

/* line 24644, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-lime .pace .pace-activity {
  border-color: #01ff70 transparent transparent;
}

/* line 24648, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-lime .pace .pace-activity::before {
  border-color: #01ff70 transparent transparent;
}

/* line 24652, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-lime .pace {
  background: #1F2D3D;
  border-color: #01ff70;
}

/* line 24657, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-lime .pace .pace-progress {
  background: #01ff70;
}

/* line 24661, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-material-lime .pace {
  color: #01ff70;
}

/* line 24665, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-lime .pace .pace-activity {
  background: #01ff70;
}

/* line 24669, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-lime .pace .pace-activity::after,
.pace-corner-indicator-lime .pace .pace-activity::before {
  border: 5px solid #1F2D3D;
}

/* line 24674, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-lime .pace .pace-activity::before {
  border-right-color: rgba(1, 255, 112, 0.2);
  border-left-color: rgba(1, 255, 112, 0.2);
}

/* line 24679, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-lime .pace .pace-activity::after {
  border-top-color: rgba(1, 255, 112, 0.2);
  border-bottom-color: rgba(1, 255, 112, 0.2);
}

/* line 24684, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-fill-left-lime .pace .pace-progress {
  background-color: rgba(1, 255, 112, 0.2);
}

/* line 24688, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-lime .pace .pace-progress {
  background: #01ff70;
}

/* line 24692, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-lime .pace .pace-progress-inner {
  box-shadow: 0 0 10px #01ff70, 0 0 5px #01ff70;
}

/* line 24696, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-lime .pace .pace-activity {
  border-top-color: #01ff70;
  border-left-color: #01ff70;
}

/* line 24701, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-lime .pace .pace-progress {
  background: #01ff70;
  color: #01ff70;
  box-shadow: 120px 0 #1F2D3D, 240px 0 #1F2D3D;
}

/* line 24707, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-lime .pace .pace-activity {
  box-shadow: inset 0 0 0 2px #01ff70, inset 0 0 0 7px #1F2D3D;
}

/* line 24711, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-lime .pace .pace-progress {
  background-color: #01ff70;
  box-shadow: inset -1px 0 #01ff70, inset 0 -1px #01ff70, inset 0 2px rgba(31, 45, 61, 0.5), inset 0 6px rgba(31, 45, 61, 0.3);
}

/* line 24716, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-lime .pace .pace-activity {
  background-image: radial-gradient(rgba(31, 45, 61, 0.65) 0%, rgba(31, 45, 61, 0.15) 100%);
  height: 12px;
}

/* line 24721, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-progress-color-lime .pace-progress {
  color: #01ff70;
}

/* line 24725, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-fuchsia .pace .pace-progress {
  background: #f012be;
}

/* line 24729, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-fuchsia .pace {
  background: #ffffff;
}

/* line 24733, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-fuchsia .pace .pace-progress {
  background: #f012be;
}

/* line 24737, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-fuchsia .pace .pace-activity {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

/* line 24741, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-big-counter-fuchsia .pace .pace-progress::after {
  color: rgba(240, 18, 190, 0.2);
}

/* line 24745, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-bounce-fuchsia .pace .pace-activity {
  background: #f012be;
}

/* line 24749, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-fuchsia .pace-progress {
  height: 100px;
  width: 80px;
}

/* line 24754, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-fuchsia .pace-progress::before {
  background: #f012be;
  color: #ffffff;
  font-size: .8rem;
  line-height: .7rem;
  padding-top: 17%;
}

/* line 24762, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-fuchsia .pace-activity {
  border-color: #f012be;
}

/* line 24766, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-fuchsia .pace-activity::after, .pace-center-atom-fuchsia .pace-activity::before {
  border-color: #f012be;
}

/* line 24770, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-circle-fuchsia .pace .pace-progress {
  background: rgba(240, 18, 190, 0.8);
  color: #ffffff;
}

/* line 24775, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-fuchsia .pace .pace-activity {
  border-color: #f012be transparent transparent;
}

/* line 24779, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-fuchsia .pace .pace-activity::before {
  border-color: #f012be transparent transparent;
}

/* line 24783, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-fuchsia .pace {
  background: #ffffff;
  border-color: #f012be;
}

/* line 24788, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-fuchsia .pace .pace-progress {
  background: #f012be;
}

/* line 24792, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-material-fuchsia .pace {
  color: #f012be;
}

/* line 24796, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-fuchsia .pace .pace-activity {
  background: #f012be;
}

/* line 24800, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-fuchsia .pace .pace-activity::after,
.pace-corner-indicator-fuchsia .pace .pace-activity::before {
  border: 5px solid #ffffff;
}

/* line 24805, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-fuchsia .pace .pace-activity::before {
  border-right-color: rgba(240, 18, 190, 0.2);
  border-left-color: rgba(240, 18, 190, 0.2);
}

/* line 24810, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-fuchsia .pace .pace-activity::after {
  border-top-color: rgba(240, 18, 190, 0.2);
  border-bottom-color: rgba(240, 18, 190, 0.2);
}

/* line 24815, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-fill-left-fuchsia .pace .pace-progress {
  background-color: rgba(240, 18, 190, 0.2);
}

/* line 24819, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-fuchsia .pace .pace-progress {
  background: #f012be;
}

/* line 24823, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-fuchsia .pace .pace-progress-inner {
  box-shadow: 0 0 10px #f012be, 0 0 5px #f012be;
}

/* line 24827, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-fuchsia .pace .pace-activity {
  border-top-color: #f012be;
  border-left-color: #f012be;
}

/* line 24832, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-fuchsia .pace .pace-progress {
  background: #f012be;
  color: #f012be;
  box-shadow: 120px 0 #ffffff, 240px 0 #ffffff;
}

/* line 24838, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-fuchsia .pace .pace-activity {
  box-shadow: inset 0 0 0 2px #f012be, inset 0 0 0 7px #ffffff;
}

/* line 24842, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-fuchsia .pace .pace-progress {
  background-color: #f012be;
  box-shadow: inset -1px 0 #f012be, inset 0 -1px #f012be, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);
}

/* line 24847, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-fuchsia .pace .pace-activity {
  background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);
  height: 12px;
}

/* line 24852, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-progress-color-fuchsia .pace-progress {
  color: #f012be;
}

/* line 24856, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-maroon .pace .pace-progress {
  background: #d81b60;
}

/* line 24860, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-maroon .pace {
  background: #ffffff;
}

/* line 24864, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-maroon .pace .pace-progress {
  background: #d81b60;
}

/* line 24868, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-maroon .pace .pace-activity {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

/* line 24872, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-big-counter-maroon .pace .pace-progress::after {
  color: rgba(216, 27, 96, 0.2);
}

/* line 24876, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-bounce-maroon .pace .pace-activity {
  background: #d81b60;
}

/* line 24880, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-maroon .pace-progress {
  height: 100px;
  width: 80px;
}

/* line 24885, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-maroon .pace-progress::before {
  background: #d81b60;
  color: #ffffff;
  font-size: .8rem;
  line-height: .7rem;
  padding-top: 17%;
}

/* line 24893, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-maroon .pace-activity {
  border-color: #d81b60;
}

/* line 24897, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-maroon .pace-activity::after, .pace-center-atom-maroon .pace-activity::before {
  border-color: #d81b60;
}

/* line 24901, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-circle-maroon .pace .pace-progress {
  background: rgba(216, 27, 96, 0.8);
  color: #ffffff;
}

/* line 24906, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-maroon .pace .pace-activity {
  border-color: #d81b60 transparent transparent;
}

/* line 24910, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-maroon .pace .pace-activity::before {
  border-color: #d81b60 transparent transparent;
}

/* line 24914, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-maroon .pace {
  background: #ffffff;
  border-color: #d81b60;
}

/* line 24919, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-maroon .pace .pace-progress {
  background: #d81b60;
}

/* line 24923, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-material-maroon .pace {
  color: #d81b60;
}

/* line 24927, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-maroon .pace .pace-activity {
  background: #d81b60;
}

/* line 24931, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-maroon .pace .pace-activity::after,
.pace-corner-indicator-maroon .pace .pace-activity::before {
  border: 5px solid #ffffff;
}

/* line 24936, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-maroon .pace .pace-activity::before {
  border-right-color: rgba(216, 27, 96, 0.2);
  border-left-color: rgba(216, 27, 96, 0.2);
}

/* line 24941, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-maroon .pace .pace-activity::after {
  border-top-color: rgba(216, 27, 96, 0.2);
  border-bottom-color: rgba(216, 27, 96, 0.2);
}

/* line 24946, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-fill-left-maroon .pace .pace-progress {
  background-color: rgba(216, 27, 96, 0.2);
}

/* line 24950, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-maroon .pace .pace-progress {
  background: #d81b60;
}

/* line 24954, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-maroon .pace .pace-progress-inner {
  box-shadow: 0 0 10px #d81b60, 0 0 5px #d81b60;
}

/* line 24958, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-maroon .pace .pace-activity {
  border-top-color: #d81b60;
  border-left-color: #d81b60;
}

/* line 24963, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-maroon .pace .pace-progress {
  background: #d81b60;
  color: #d81b60;
  box-shadow: 120px 0 #ffffff, 240px 0 #ffffff;
}

/* line 24969, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-maroon .pace .pace-activity {
  box-shadow: inset 0 0 0 2px #d81b60, inset 0 0 0 7px #ffffff;
}

/* line 24973, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-maroon .pace .pace-progress {
  background-color: #d81b60;
  box-shadow: inset -1px 0 #d81b60, inset 0 -1px #d81b60, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);
}

/* line 24978, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-maroon .pace .pace-activity {
  background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);
  height: 12px;
}

/* line 24983, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-progress-color-maroon .pace-progress {
  color: #d81b60;
}

/* line 24987, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-blue .pace .pace-progress {
  background: #007bff;
}

/* line 24991, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-blue .pace {
  background: #ffffff;
}

/* line 24995, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-blue .pace .pace-progress {
  background: #007bff;
}

/* line 24999, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-blue .pace .pace-activity {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

/* line 25003, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-big-counter-blue .pace .pace-progress::after {
  color: rgba(0, 123, 255, 0.2);
}

/* line 25007, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-bounce-blue .pace .pace-activity {
  background: #007bff;
}

/* line 25011, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-blue .pace-progress {
  height: 100px;
  width: 80px;
}

/* line 25016, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-blue .pace-progress::before {
  background: #007bff;
  color: #ffffff;
  font-size: .8rem;
  line-height: .7rem;
  padding-top: 17%;
}

/* line 25024, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-blue .pace-activity {
  border-color: #007bff;
}

/* line 25028, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-blue .pace-activity::after, .pace-center-atom-blue .pace-activity::before {
  border-color: #007bff;
}

/* line 25032, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-circle-blue .pace .pace-progress {
  background: rgba(0, 123, 255, 0.8);
  color: #ffffff;
}

/* line 25037, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-blue .pace .pace-activity {
  border-color: #007bff transparent transparent;
}

/* line 25041, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-blue .pace .pace-activity::before {
  border-color: #007bff transparent transparent;
}

/* line 25045, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-blue .pace {
  background: #ffffff;
  border-color: #007bff;
}

/* line 25050, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-blue .pace .pace-progress {
  background: #007bff;
}

/* line 25054, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-material-blue .pace {
  color: #007bff;
}

/* line 25058, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-blue .pace .pace-activity {
  background: #007bff;
}

/* line 25062, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-blue .pace .pace-activity::after,
.pace-corner-indicator-blue .pace .pace-activity::before {
  border: 5px solid #ffffff;
}

/* line 25067, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-blue .pace .pace-activity::before {
  border-right-color: rgba(0, 123, 255, 0.2);
  border-left-color: rgba(0, 123, 255, 0.2);
}

/* line 25072, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-blue .pace .pace-activity::after {
  border-top-color: rgba(0, 123, 255, 0.2);
  border-bottom-color: rgba(0, 123, 255, 0.2);
}

/* line 25077, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-fill-left-blue .pace .pace-progress {
  background-color: rgba(0, 123, 255, 0.2);
}

/* line 25081, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-blue .pace .pace-progress {
  background: #007bff;
}

/* line 25085, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-blue .pace .pace-progress-inner {
  box-shadow: 0 0 10px #007bff, 0 0 5px #007bff;
}

/* line 25089, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-blue .pace .pace-activity {
  border-top-color: #007bff;
  border-left-color: #007bff;
}

/* line 25094, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-blue .pace .pace-progress {
  background: #007bff;
  color: #007bff;
  box-shadow: 120px 0 #ffffff, 240px 0 #ffffff;
}

/* line 25100, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-blue .pace .pace-activity {
  box-shadow: inset 0 0 0 2px #007bff, inset 0 0 0 7px #ffffff;
}

/* line 25104, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-blue .pace .pace-progress {
  background-color: #007bff;
  box-shadow: inset -1px 0 #007bff, inset 0 -1px #007bff, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);
}

/* line 25109, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-blue .pace .pace-activity {
  background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);
  height: 12px;
}

/* line 25114, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-progress-color-blue .pace-progress {
  color: #007bff;
}

/* line 25118, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-indigo .pace .pace-progress {
  background: #6610f2;
}

/* line 25122, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-indigo .pace {
  background: #ffffff;
}

/* line 25126, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-indigo .pace .pace-progress {
  background: #6610f2;
}

/* line 25130, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-indigo .pace .pace-activity {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

/* line 25134, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-big-counter-indigo .pace .pace-progress::after {
  color: rgba(102, 16, 242, 0.2);
}

/* line 25138, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-bounce-indigo .pace .pace-activity {
  background: #6610f2;
}

/* line 25142, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-indigo .pace-progress {
  height: 100px;
  width: 80px;
}

/* line 25147, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-indigo .pace-progress::before {
  background: #6610f2;
  color: #ffffff;
  font-size: .8rem;
  line-height: .7rem;
  padding-top: 17%;
}

/* line 25155, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-indigo .pace-activity {
  border-color: #6610f2;
}

/* line 25159, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-indigo .pace-activity::after, .pace-center-atom-indigo .pace-activity::before {
  border-color: #6610f2;
}

/* line 25163, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-circle-indigo .pace .pace-progress {
  background: rgba(102, 16, 242, 0.8);
  color: #ffffff;
}

/* line 25168, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-indigo .pace .pace-activity {
  border-color: #6610f2 transparent transparent;
}

/* line 25172, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-indigo .pace .pace-activity::before {
  border-color: #6610f2 transparent transparent;
}

/* line 25176, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-indigo .pace {
  background: #ffffff;
  border-color: #6610f2;
}

/* line 25181, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-indigo .pace .pace-progress {
  background: #6610f2;
}

/* line 25185, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-material-indigo .pace {
  color: #6610f2;
}

/* line 25189, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-indigo .pace .pace-activity {
  background: #6610f2;
}

/* line 25193, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-indigo .pace .pace-activity::after,
.pace-corner-indicator-indigo .pace .pace-activity::before {
  border: 5px solid #ffffff;
}

/* line 25198, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-indigo .pace .pace-activity::before {
  border-right-color: rgba(102, 16, 242, 0.2);
  border-left-color: rgba(102, 16, 242, 0.2);
}

/* line 25203, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-indigo .pace .pace-activity::after {
  border-top-color: rgba(102, 16, 242, 0.2);
  border-bottom-color: rgba(102, 16, 242, 0.2);
}

/* line 25208, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-fill-left-indigo .pace .pace-progress {
  background-color: rgba(102, 16, 242, 0.2);
}

/* line 25212, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-indigo .pace .pace-progress {
  background: #6610f2;
}

/* line 25216, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-indigo .pace .pace-progress-inner {
  box-shadow: 0 0 10px #6610f2, 0 0 5px #6610f2;
}

/* line 25220, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-indigo .pace .pace-activity {
  border-top-color: #6610f2;
  border-left-color: #6610f2;
}

/* line 25225, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-indigo .pace .pace-progress {
  background: #6610f2;
  color: #6610f2;
  box-shadow: 120px 0 #ffffff, 240px 0 #ffffff;
}

/* line 25231, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-indigo .pace .pace-activity {
  box-shadow: inset 0 0 0 2px #6610f2, inset 0 0 0 7px #ffffff;
}

/* line 25235, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-indigo .pace .pace-progress {
  background-color: #6610f2;
  box-shadow: inset -1px 0 #6610f2, inset 0 -1px #6610f2, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);
}

/* line 25240, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-indigo .pace .pace-activity {
  background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);
  height: 12px;
}

/* line 25245, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-progress-color-indigo .pace-progress {
  color: #6610f2;
}

/* line 25249, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-purple .pace .pace-progress {
  background: #6f42c1;
}

/* line 25253, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-purple .pace {
  background: #ffffff;
}

/* line 25257, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-purple .pace .pace-progress {
  background: #6f42c1;
}

/* line 25261, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-purple .pace .pace-activity {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

/* line 25265, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-big-counter-purple .pace .pace-progress::after {
  color: rgba(111, 66, 193, 0.2);
}

/* line 25269, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-bounce-purple .pace .pace-activity {
  background: #6f42c1;
}

/* line 25273, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-purple .pace-progress {
  height: 100px;
  width: 80px;
}

/* line 25278, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-purple .pace-progress::before {
  background: #6f42c1;
  color: #ffffff;
  font-size: .8rem;
  line-height: .7rem;
  padding-top: 17%;
}

/* line 25286, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-purple .pace-activity {
  border-color: #6f42c1;
}

/* line 25290, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-purple .pace-activity::after, .pace-center-atom-purple .pace-activity::before {
  border-color: #6f42c1;
}

/* line 25294, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-circle-purple .pace .pace-progress {
  background: rgba(111, 66, 193, 0.8);
  color: #ffffff;
}

/* line 25299, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-purple .pace .pace-activity {
  border-color: #6f42c1 transparent transparent;
}

/* line 25303, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-purple .pace .pace-activity::before {
  border-color: #6f42c1 transparent transparent;
}

/* line 25307, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-purple .pace {
  background: #ffffff;
  border-color: #6f42c1;
}

/* line 25312, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-purple .pace .pace-progress {
  background: #6f42c1;
}

/* line 25316, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-material-purple .pace {
  color: #6f42c1;
}

/* line 25320, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-purple .pace .pace-activity {
  background: #6f42c1;
}

/* line 25324, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-purple .pace .pace-activity::after,
.pace-corner-indicator-purple .pace .pace-activity::before {
  border: 5px solid #ffffff;
}

/* line 25329, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-purple .pace .pace-activity::before {
  border-right-color: rgba(111, 66, 193, 0.2);
  border-left-color: rgba(111, 66, 193, 0.2);
}

/* line 25334, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-purple .pace .pace-activity::after {
  border-top-color: rgba(111, 66, 193, 0.2);
  border-bottom-color: rgba(111, 66, 193, 0.2);
}

/* line 25339, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-fill-left-purple .pace .pace-progress {
  background-color: rgba(111, 66, 193, 0.2);
}

/* line 25343, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-purple .pace .pace-progress {
  background: #6f42c1;
}

/* line 25347, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-purple .pace .pace-progress-inner {
  box-shadow: 0 0 10px #6f42c1, 0 0 5px #6f42c1;
}

/* line 25351, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-purple .pace .pace-activity {
  border-top-color: #6f42c1;
  border-left-color: #6f42c1;
}

/* line 25356, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-purple .pace .pace-progress {
  background: #6f42c1;
  color: #6f42c1;
  box-shadow: 120px 0 #ffffff, 240px 0 #ffffff;
}

/* line 25362, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-purple .pace .pace-activity {
  box-shadow: inset 0 0 0 2px #6f42c1, inset 0 0 0 7px #ffffff;
}

/* line 25366, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-purple .pace .pace-progress {
  background-color: #6f42c1;
  box-shadow: inset -1px 0 #6f42c1, inset 0 -1px #6f42c1, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);
}

/* line 25371, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-purple .pace .pace-activity {
  background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);
  height: 12px;
}

/* line 25376, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-progress-color-purple .pace-progress {
  color: #6f42c1;
}

/* line 25380, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-pink .pace .pace-progress {
  background: #e83e8c;
}

/* line 25384, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-pink .pace {
  background: #ffffff;
}

/* line 25388, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-pink .pace .pace-progress {
  background: #e83e8c;
}

/* line 25392, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-pink .pace .pace-activity {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

/* line 25396, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-big-counter-pink .pace .pace-progress::after {
  color: rgba(232, 62, 140, 0.2);
}

/* line 25400, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-bounce-pink .pace .pace-activity {
  background: #e83e8c;
}

/* line 25404, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-pink .pace-progress {
  height: 100px;
  width: 80px;
}

/* line 25409, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-pink .pace-progress::before {
  background: #e83e8c;
  color: #ffffff;
  font-size: .8rem;
  line-height: .7rem;
  padding-top: 17%;
}

/* line 25417, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-pink .pace-activity {
  border-color: #e83e8c;
}

/* line 25421, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-pink .pace-activity::after, .pace-center-atom-pink .pace-activity::before {
  border-color: #e83e8c;
}

/* line 25425, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-circle-pink .pace .pace-progress {
  background: rgba(232, 62, 140, 0.8);
  color: #ffffff;
}

/* line 25430, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-pink .pace .pace-activity {
  border-color: #e83e8c transparent transparent;
}

/* line 25434, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-pink .pace .pace-activity::before {
  border-color: #e83e8c transparent transparent;
}

/* line 25438, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-pink .pace {
  background: #ffffff;
  border-color: #e83e8c;
}

/* line 25443, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-pink .pace .pace-progress {
  background: #e83e8c;
}

/* line 25447, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-material-pink .pace {
  color: #e83e8c;
}

/* line 25451, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-pink .pace .pace-activity {
  background: #e83e8c;
}

/* line 25455, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-pink .pace .pace-activity::after,
.pace-corner-indicator-pink .pace .pace-activity::before {
  border: 5px solid #ffffff;
}

/* line 25460, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-pink .pace .pace-activity::before {
  border-right-color: rgba(232, 62, 140, 0.2);
  border-left-color: rgba(232, 62, 140, 0.2);
}

/* line 25465, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-pink .pace .pace-activity::after {
  border-top-color: rgba(232, 62, 140, 0.2);
  border-bottom-color: rgba(232, 62, 140, 0.2);
}

/* line 25470, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-fill-left-pink .pace .pace-progress {
  background-color: rgba(232, 62, 140, 0.2);
}

/* line 25474, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-pink .pace .pace-progress {
  background: #e83e8c;
}

/* line 25478, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-pink .pace .pace-progress-inner {
  box-shadow: 0 0 10px #e83e8c, 0 0 5px #e83e8c;
}

/* line 25482, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-pink .pace .pace-activity {
  border-top-color: #e83e8c;
  border-left-color: #e83e8c;
}

/* line 25487, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-pink .pace .pace-progress {
  background: #e83e8c;
  color: #e83e8c;
  box-shadow: 120px 0 #ffffff, 240px 0 #ffffff;
}

/* line 25493, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-pink .pace .pace-activity {
  box-shadow: inset 0 0 0 2px #e83e8c, inset 0 0 0 7px #ffffff;
}

/* line 25497, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-pink .pace .pace-progress {
  background-color: #e83e8c;
  box-shadow: inset -1px 0 #e83e8c, inset 0 -1px #e83e8c, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);
}

/* line 25502, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-pink .pace .pace-activity {
  background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);
  height: 12px;
}

/* line 25507, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-progress-color-pink .pace-progress {
  color: #e83e8c;
}

/* line 25511, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-red .pace .pace-progress {
  background: #dc3545;
}

/* line 25515, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-red .pace {
  background: #ffffff;
}

/* line 25519, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-red .pace .pace-progress {
  background: #dc3545;
}

/* line 25523, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-red .pace .pace-activity {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

/* line 25527, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-big-counter-red .pace .pace-progress::after {
  color: rgba(220, 53, 69, 0.2);
}

/* line 25531, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-bounce-red .pace .pace-activity {
  background: #dc3545;
}

/* line 25535, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-red .pace-progress {
  height: 100px;
  width: 80px;
}

/* line 25540, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-red .pace-progress::before {
  background: #dc3545;
  color: #ffffff;
  font-size: .8rem;
  line-height: .7rem;
  padding-top: 17%;
}

/* line 25548, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-red .pace-activity {
  border-color: #dc3545;
}

/* line 25552, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-red .pace-activity::after, .pace-center-atom-red .pace-activity::before {
  border-color: #dc3545;
}

/* line 25556, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-circle-red .pace .pace-progress {
  background: rgba(220, 53, 69, 0.8);
  color: #ffffff;
}

/* line 25561, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-red .pace .pace-activity {
  border-color: #dc3545 transparent transparent;
}

/* line 25565, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-red .pace .pace-activity::before {
  border-color: #dc3545 transparent transparent;
}

/* line 25569, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-red .pace {
  background: #ffffff;
  border-color: #dc3545;
}

/* line 25574, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-red .pace .pace-progress {
  background: #dc3545;
}

/* line 25578, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-material-red .pace {
  color: #dc3545;
}

/* line 25582, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-red .pace .pace-activity {
  background: #dc3545;
}

/* line 25586, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-red .pace .pace-activity::after,
.pace-corner-indicator-red .pace .pace-activity::before {
  border: 5px solid #ffffff;
}

/* line 25591, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-red .pace .pace-activity::before {
  border-right-color: rgba(220, 53, 69, 0.2);
  border-left-color: rgba(220, 53, 69, 0.2);
}

/* line 25596, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-red .pace .pace-activity::after {
  border-top-color: rgba(220, 53, 69, 0.2);
  border-bottom-color: rgba(220, 53, 69, 0.2);
}

/* line 25601, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-fill-left-red .pace .pace-progress {
  background-color: rgba(220, 53, 69, 0.2);
}

/* line 25605, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-red .pace .pace-progress {
  background: #dc3545;
}

/* line 25609, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-red .pace .pace-progress-inner {
  box-shadow: 0 0 10px #dc3545, 0 0 5px #dc3545;
}

/* line 25613, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-red .pace .pace-activity {
  border-top-color: #dc3545;
  border-left-color: #dc3545;
}

/* line 25618, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-red .pace .pace-progress {
  background: #dc3545;
  color: #dc3545;
  box-shadow: 120px 0 #ffffff, 240px 0 #ffffff;
}

/* line 25624, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-red .pace .pace-activity {
  box-shadow: inset 0 0 0 2px #dc3545, inset 0 0 0 7px #ffffff;
}

/* line 25628, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-red .pace .pace-progress {
  background-color: #dc3545;
  box-shadow: inset -1px 0 #dc3545, inset 0 -1px #dc3545, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);
}

/* line 25633, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-red .pace .pace-activity {
  background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);
  height: 12px;
}

/* line 25638, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-progress-color-red .pace-progress {
  color: #dc3545;
}

/* line 25642, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-orange .pace .pace-progress {
  background: #fd7e14;
}

/* line 25646, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-orange .pace {
  background: #1F2D3D;
}

/* line 25650, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-orange .pace .pace-progress {
  background: #fd7e14;
}

/* line 25654, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-orange .pace .pace-activity {
  background-image: linear-gradient(45deg, rgba(31, 45, 61, 0.2) 25%, transparent 25%, transparent 50%, rgba(31, 45, 61, 0.2) 50%, rgba(31, 45, 61, 0.2) 75%, transparent 75%, transparent);
}

/* line 25658, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-big-counter-orange .pace .pace-progress::after {
  color: rgba(253, 126, 20, 0.2);
}

/* line 25662, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-bounce-orange .pace .pace-activity {
  background: #fd7e14;
}

/* line 25666, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-orange .pace-progress {
  height: 100px;
  width: 80px;
}

/* line 25671, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-orange .pace-progress::before {
  background: #fd7e14;
  color: #1F2D3D;
  font-size: .8rem;
  line-height: .7rem;
  padding-top: 17%;
}

/* line 25679, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-orange .pace-activity {
  border-color: #fd7e14;
}

/* line 25683, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-orange .pace-activity::after, .pace-center-atom-orange .pace-activity::before {
  border-color: #fd7e14;
}

/* line 25687, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-circle-orange .pace .pace-progress {
  background: rgba(253, 126, 20, 0.8);
  color: #1F2D3D;
}

/* line 25692, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-orange .pace .pace-activity {
  border-color: #fd7e14 transparent transparent;
}

/* line 25696, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-orange .pace .pace-activity::before {
  border-color: #fd7e14 transparent transparent;
}

/* line 25700, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-orange .pace {
  background: #1F2D3D;
  border-color: #fd7e14;
}

/* line 25705, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-orange .pace .pace-progress {
  background: #fd7e14;
}

/* line 25709, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-material-orange .pace {
  color: #fd7e14;
}

/* line 25713, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-orange .pace .pace-activity {
  background: #fd7e14;
}

/* line 25717, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-orange .pace .pace-activity::after,
.pace-corner-indicator-orange .pace .pace-activity::before {
  border: 5px solid #1F2D3D;
}

/* line 25722, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-orange .pace .pace-activity::before {
  border-right-color: rgba(253, 126, 20, 0.2);
  border-left-color: rgba(253, 126, 20, 0.2);
}

/* line 25727, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-orange .pace .pace-activity::after {
  border-top-color: rgba(253, 126, 20, 0.2);
  border-bottom-color: rgba(253, 126, 20, 0.2);
}

/* line 25732, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-fill-left-orange .pace .pace-progress {
  background-color: rgba(253, 126, 20, 0.2);
}

/* line 25736, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-orange .pace .pace-progress {
  background: #fd7e14;
}

/* line 25740, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-orange .pace .pace-progress-inner {
  box-shadow: 0 0 10px #fd7e14, 0 0 5px #fd7e14;
}

/* line 25744, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-orange .pace .pace-activity {
  border-top-color: #fd7e14;
  border-left-color: #fd7e14;
}

/* line 25749, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-orange .pace .pace-progress {
  background: #fd7e14;
  color: #fd7e14;
  box-shadow: 120px 0 #1F2D3D, 240px 0 #1F2D3D;
}

/* line 25755, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-orange .pace .pace-activity {
  box-shadow: inset 0 0 0 2px #fd7e14, inset 0 0 0 7px #1F2D3D;
}

/* line 25759, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-orange .pace .pace-progress {
  background-color: #fd7e14;
  box-shadow: inset -1px 0 #fd7e14, inset 0 -1px #fd7e14, inset 0 2px rgba(31, 45, 61, 0.5), inset 0 6px rgba(31, 45, 61, 0.3);
}

/* line 25764, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-orange .pace .pace-activity {
  background-image: radial-gradient(rgba(31, 45, 61, 0.65) 0%, rgba(31, 45, 61, 0.15) 100%);
  height: 12px;
}

/* line 25769, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-progress-color-orange .pace-progress {
  color: #fd7e14;
}

/* line 25773, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-yellow .pace .pace-progress {
  background: #ffc107;
}

/* line 25777, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-yellow .pace {
  background: #1F2D3D;
}

/* line 25781, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-yellow .pace .pace-progress {
  background: #ffc107;
}

/* line 25785, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-yellow .pace .pace-activity {
  background-image: linear-gradient(45deg, rgba(31, 45, 61, 0.2) 25%, transparent 25%, transparent 50%, rgba(31, 45, 61, 0.2) 50%, rgba(31, 45, 61, 0.2) 75%, transparent 75%, transparent);
}

/* line 25789, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-big-counter-yellow .pace .pace-progress::after {
  color: rgba(255, 193, 7, 0.2);
}

/* line 25793, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-bounce-yellow .pace .pace-activity {
  background: #ffc107;
}

/* line 25797, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-yellow .pace-progress {
  height: 100px;
  width: 80px;
}

/* line 25802, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-yellow .pace-progress::before {
  background: #ffc107;
  color: #1F2D3D;
  font-size: .8rem;
  line-height: .7rem;
  padding-top: 17%;
}

/* line 25810, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-yellow .pace-activity {
  border-color: #ffc107;
}

/* line 25814, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-yellow .pace-activity::after, .pace-center-atom-yellow .pace-activity::before {
  border-color: #ffc107;
}

/* line 25818, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-circle-yellow .pace .pace-progress {
  background: rgba(255, 193, 7, 0.8);
  color: #1F2D3D;
}

/* line 25823, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-yellow .pace .pace-activity {
  border-color: #ffc107 transparent transparent;
}

/* line 25827, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-yellow .pace .pace-activity::before {
  border-color: #ffc107 transparent transparent;
}

/* line 25831, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-yellow .pace {
  background: #1F2D3D;
  border-color: #ffc107;
}

/* line 25836, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-yellow .pace .pace-progress {
  background: #ffc107;
}

/* line 25840, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-material-yellow .pace {
  color: #ffc107;
}

/* line 25844, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-yellow .pace .pace-activity {
  background: #ffc107;
}

/* line 25848, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-yellow .pace .pace-activity::after,
.pace-corner-indicator-yellow .pace .pace-activity::before {
  border: 5px solid #1F2D3D;
}

/* line 25853, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-yellow .pace .pace-activity::before {
  border-right-color: rgba(255, 193, 7, 0.2);
  border-left-color: rgba(255, 193, 7, 0.2);
}

/* line 25858, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-yellow .pace .pace-activity::after {
  border-top-color: rgba(255, 193, 7, 0.2);
  border-bottom-color: rgba(255, 193, 7, 0.2);
}

/* line 25863, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-fill-left-yellow .pace .pace-progress {
  background-color: rgba(255, 193, 7, 0.2);
}

/* line 25867, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-yellow .pace .pace-progress {
  background: #ffc107;
}

/* line 25871, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-yellow .pace .pace-progress-inner {
  box-shadow: 0 0 10px #ffc107, 0 0 5px #ffc107;
}

/* line 25875, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-yellow .pace .pace-activity {
  border-top-color: #ffc107;
  border-left-color: #ffc107;
}

/* line 25880, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-yellow .pace .pace-progress {
  background: #ffc107;
  color: #ffc107;
  box-shadow: 120px 0 #1F2D3D, 240px 0 #1F2D3D;
}

/* line 25886, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-yellow .pace .pace-activity {
  box-shadow: inset 0 0 0 2px #ffc107, inset 0 0 0 7px #1F2D3D;
}

/* line 25890, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-yellow .pace .pace-progress {
  background-color: #ffc107;
  box-shadow: inset -1px 0 #ffc107, inset 0 -1px #ffc107, inset 0 2px rgba(31, 45, 61, 0.5), inset 0 6px rgba(31, 45, 61, 0.3);
}

/* line 25895, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-yellow .pace .pace-activity {
  background-image: radial-gradient(rgba(31, 45, 61, 0.65) 0%, rgba(31, 45, 61, 0.15) 100%);
  height: 12px;
}

/* line 25900, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-progress-color-yellow .pace-progress {
  color: #ffc107;
}

/* line 25904, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-green .pace .pace-progress {
  background: #28a745;
}

/* line 25908, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-green .pace {
  background: #ffffff;
}

/* line 25912, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-green .pace .pace-progress {
  background: #28a745;
}

/* line 25916, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-green .pace .pace-activity {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

/* line 25920, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-big-counter-green .pace .pace-progress::after {
  color: rgba(40, 167, 69, 0.2);
}

/* line 25924, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-bounce-green .pace .pace-activity {
  background: #28a745;
}

/* line 25928, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-green .pace-progress {
  height: 100px;
  width: 80px;
}

/* line 25933, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-green .pace-progress::before {
  background: #28a745;
  color: #ffffff;
  font-size: .8rem;
  line-height: .7rem;
  padding-top: 17%;
}

/* line 25941, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-green .pace-activity {
  border-color: #28a745;
}

/* line 25945, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-green .pace-activity::after, .pace-center-atom-green .pace-activity::before {
  border-color: #28a745;
}

/* line 25949, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-circle-green .pace .pace-progress {
  background: rgba(40, 167, 69, 0.8);
  color: #ffffff;
}

/* line 25954, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-green .pace .pace-activity {
  border-color: #28a745 transparent transparent;
}

/* line 25958, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-green .pace .pace-activity::before {
  border-color: #28a745 transparent transparent;
}

/* line 25962, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-green .pace {
  background: #ffffff;
  border-color: #28a745;
}

/* line 25967, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-green .pace .pace-progress {
  background: #28a745;
}

/* line 25971, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-material-green .pace {
  color: #28a745;
}

/* line 25975, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-green .pace .pace-activity {
  background: #28a745;
}

/* line 25979, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-green .pace .pace-activity::after,
.pace-corner-indicator-green .pace .pace-activity::before {
  border: 5px solid #ffffff;
}

/* line 25984, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-green .pace .pace-activity::before {
  border-right-color: rgba(40, 167, 69, 0.2);
  border-left-color: rgba(40, 167, 69, 0.2);
}

/* line 25989, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-green .pace .pace-activity::after {
  border-top-color: rgba(40, 167, 69, 0.2);
  border-bottom-color: rgba(40, 167, 69, 0.2);
}

/* line 25994, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-fill-left-green .pace .pace-progress {
  background-color: rgba(40, 167, 69, 0.2);
}

/* line 25998, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-green .pace .pace-progress {
  background: #28a745;
}

/* line 26002, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-green .pace .pace-progress-inner {
  box-shadow: 0 0 10px #28a745, 0 0 5px #28a745;
}

/* line 26006, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-green .pace .pace-activity {
  border-top-color: #28a745;
  border-left-color: #28a745;
}

/* line 26011, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-green .pace .pace-progress {
  background: #28a745;
  color: #28a745;
  box-shadow: 120px 0 #ffffff, 240px 0 #ffffff;
}

/* line 26017, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-green .pace .pace-activity {
  box-shadow: inset 0 0 0 2px #28a745, inset 0 0 0 7px #ffffff;
}

/* line 26021, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-green .pace .pace-progress {
  background-color: #28a745;
  box-shadow: inset -1px 0 #28a745, inset 0 -1px #28a745, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);
}

/* line 26026, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-green .pace .pace-activity {
  background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);
  height: 12px;
}

/* line 26031, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-progress-color-green .pace-progress {
  color: #28a745;
}

/* line 26035, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-teal .pace .pace-progress {
  background: #20c997;
}

/* line 26039, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-teal .pace {
  background: #ffffff;
}

/* line 26043, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-teal .pace .pace-progress {
  background: #20c997;
}

/* line 26047, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-teal .pace .pace-activity {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

/* line 26051, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-big-counter-teal .pace .pace-progress::after {
  color: rgba(32, 201, 151, 0.2);
}

/* line 26055, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-bounce-teal .pace .pace-activity {
  background: #20c997;
}

/* line 26059, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-teal .pace-progress {
  height: 100px;
  width: 80px;
}

/* line 26064, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-teal .pace-progress::before {
  background: #20c997;
  color: #ffffff;
  font-size: .8rem;
  line-height: .7rem;
  padding-top: 17%;
}

/* line 26072, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-teal .pace-activity {
  border-color: #20c997;
}

/* line 26076, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-teal .pace-activity::after, .pace-center-atom-teal .pace-activity::before {
  border-color: #20c997;
}

/* line 26080, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-circle-teal .pace .pace-progress {
  background: rgba(32, 201, 151, 0.8);
  color: #ffffff;
}

/* line 26085, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-teal .pace .pace-activity {
  border-color: #20c997 transparent transparent;
}

/* line 26089, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-teal .pace .pace-activity::before {
  border-color: #20c997 transparent transparent;
}

/* line 26093, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-teal .pace {
  background: #ffffff;
  border-color: #20c997;
}

/* line 26098, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-teal .pace .pace-progress {
  background: #20c997;
}

/* line 26102, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-material-teal .pace {
  color: #20c997;
}

/* line 26106, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-teal .pace .pace-activity {
  background: #20c997;
}

/* line 26110, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-teal .pace .pace-activity::after,
.pace-corner-indicator-teal .pace .pace-activity::before {
  border: 5px solid #ffffff;
}

/* line 26115, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-teal .pace .pace-activity::before {
  border-right-color: rgba(32, 201, 151, 0.2);
  border-left-color: rgba(32, 201, 151, 0.2);
}

/* line 26120, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-teal .pace .pace-activity::after {
  border-top-color: rgba(32, 201, 151, 0.2);
  border-bottom-color: rgba(32, 201, 151, 0.2);
}

/* line 26125, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-fill-left-teal .pace .pace-progress {
  background-color: rgba(32, 201, 151, 0.2);
}

/* line 26129, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-teal .pace .pace-progress {
  background: #20c997;
}

/* line 26133, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-teal .pace .pace-progress-inner {
  box-shadow: 0 0 10px #20c997, 0 0 5px #20c997;
}

/* line 26137, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-teal .pace .pace-activity {
  border-top-color: #20c997;
  border-left-color: #20c997;
}

/* line 26142, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-teal .pace .pace-progress {
  background: #20c997;
  color: #20c997;
  box-shadow: 120px 0 #ffffff, 240px 0 #ffffff;
}

/* line 26148, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-teal .pace .pace-activity {
  box-shadow: inset 0 0 0 2px #20c997, inset 0 0 0 7px #ffffff;
}

/* line 26152, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-teal .pace .pace-progress {
  background-color: #20c997;
  box-shadow: inset -1px 0 #20c997, inset 0 -1px #20c997, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);
}

/* line 26157, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-teal .pace .pace-activity {
  background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);
  height: 12px;
}

/* line 26162, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-progress-color-teal .pace-progress {
  color: #20c997;
}

/* line 26166, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-cyan .pace .pace-progress {
  background: #17a2b8;
}

/* line 26170, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-cyan .pace {
  background: #ffffff;
}

/* line 26174, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-cyan .pace .pace-progress {
  background: #17a2b8;
}

/* line 26178, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-cyan .pace .pace-activity {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

/* line 26182, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-big-counter-cyan .pace .pace-progress::after {
  color: rgba(23, 162, 184, 0.2);
}

/* line 26186, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-bounce-cyan .pace .pace-activity {
  background: #17a2b8;
}

/* line 26190, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-cyan .pace-progress {
  height: 100px;
  width: 80px;
}

/* line 26195, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-cyan .pace-progress::before {
  background: #17a2b8;
  color: #ffffff;
  font-size: .8rem;
  line-height: .7rem;
  padding-top: 17%;
}

/* line 26203, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-cyan .pace-activity {
  border-color: #17a2b8;
}

/* line 26207, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-cyan .pace-activity::after, .pace-center-atom-cyan .pace-activity::before {
  border-color: #17a2b8;
}

/* line 26211, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-circle-cyan .pace .pace-progress {
  background: rgba(23, 162, 184, 0.8);
  color: #ffffff;
}

/* line 26216, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-cyan .pace .pace-activity {
  border-color: #17a2b8 transparent transparent;
}

/* line 26220, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-cyan .pace .pace-activity::before {
  border-color: #17a2b8 transparent transparent;
}

/* line 26224, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-cyan .pace {
  background: #ffffff;
  border-color: #17a2b8;
}

/* line 26229, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-cyan .pace .pace-progress {
  background: #17a2b8;
}

/* line 26233, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-material-cyan .pace {
  color: #17a2b8;
}

/* line 26237, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-cyan .pace .pace-activity {
  background: #17a2b8;
}

/* line 26241, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-cyan .pace .pace-activity::after,
.pace-corner-indicator-cyan .pace .pace-activity::before {
  border: 5px solid #ffffff;
}

/* line 26246, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-cyan .pace .pace-activity::before {
  border-right-color: rgba(23, 162, 184, 0.2);
  border-left-color: rgba(23, 162, 184, 0.2);
}

/* line 26251, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-cyan .pace .pace-activity::after {
  border-top-color: rgba(23, 162, 184, 0.2);
  border-bottom-color: rgba(23, 162, 184, 0.2);
}

/* line 26256, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-fill-left-cyan .pace .pace-progress {
  background-color: rgba(23, 162, 184, 0.2);
}

/* line 26260, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-cyan .pace .pace-progress {
  background: #17a2b8;
}

/* line 26264, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-cyan .pace .pace-progress-inner {
  box-shadow: 0 0 10px #17a2b8, 0 0 5px #17a2b8;
}

/* line 26268, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-cyan .pace .pace-activity {
  border-top-color: #17a2b8;
  border-left-color: #17a2b8;
}

/* line 26273, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-cyan .pace .pace-progress {
  background: #17a2b8;
  color: #17a2b8;
  box-shadow: 120px 0 #ffffff, 240px 0 #ffffff;
}

/* line 26279, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-cyan .pace .pace-activity {
  box-shadow: inset 0 0 0 2px #17a2b8, inset 0 0 0 7px #ffffff;
}

/* line 26283, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-cyan .pace .pace-progress {
  background-color: #17a2b8;
  box-shadow: inset -1px 0 #17a2b8, inset 0 -1px #17a2b8, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);
}

/* line 26288, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-cyan .pace .pace-activity {
  background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);
  height: 12px;
}

/* line 26293, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-progress-color-cyan .pace-progress {
  color: #17a2b8;
}

/* line 26297, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-white .pace .pace-progress {
  background: #ffffff;
}

/* line 26301, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-white .pace {
  background: #1F2D3D;
}

/* line 26305, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-white .pace .pace-progress {
  background: #ffffff;
}

/* line 26309, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-white .pace .pace-activity {
  background-image: linear-gradient(45deg, rgba(31, 45, 61, 0.2) 25%, transparent 25%, transparent 50%, rgba(31, 45, 61, 0.2) 50%, rgba(31, 45, 61, 0.2) 75%, transparent 75%, transparent);
}

/* line 26313, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-big-counter-white .pace .pace-progress::after {
  color: rgba(255, 255, 255, 0.2);
}

/* line 26317, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-bounce-white .pace .pace-activity {
  background: #ffffff;
}

/* line 26321, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-white .pace-progress {
  height: 100px;
  width: 80px;
}

/* line 26326, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-white .pace-progress::before {
  background: #ffffff;
  color: #1F2D3D;
  font-size: .8rem;
  line-height: .7rem;
  padding-top: 17%;
}

/* line 26334, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-white .pace-activity {
  border-color: #ffffff;
}

/* line 26338, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-white .pace-activity::after, .pace-center-atom-white .pace-activity::before {
  border-color: #ffffff;
}

/* line 26342, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-circle-white .pace .pace-progress {
  background: rgba(255, 255, 255, 0.8);
  color: #1F2D3D;
}

/* line 26347, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-white .pace .pace-activity {
  border-color: #ffffff transparent transparent;
}

/* line 26351, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-white .pace .pace-activity::before {
  border-color: #ffffff transparent transparent;
}

/* line 26355, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-white .pace {
  background: #1F2D3D;
  border-color: #ffffff;
}

/* line 26360, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-white .pace .pace-progress {
  background: #ffffff;
}

/* line 26364, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-material-white .pace {
  color: #ffffff;
}

/* line 26368, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-white .pace .pace-activity {
  background: #ffffff;
}

/* line 26372, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-white .pace .pace-activity::after,
.pace-corner-indicator-white .pace .pace-activity::before {
  border: 5px solid #1F2D3D;
}

/* line 26377, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-white .pace .pace-activity::before {
  border-right-color: rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.2);
}

/* line 26382, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-white .pace .pace-activity::after {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

/* line 26387, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-fill-left-white .pace .pace-progress {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 26391, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-white .pace .pace-progress {
  background: #ffffff;
}

/* line 26395, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-white .pace .pace-progress-inner {
  box-shadow: 0 0 10px #ffffff, 0 0 5px #ffffff;
}

/* line 26399, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-white .pace .pace-activity {
  border-top-color: #ffffff;
  border-left-color: #ffffff;
}

/* line 26404, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-white .pace .pace-progress {
  background: #ffffff;
  color: #ffffff;
  box-shadow: 120px 0 #1F2D3D, 240px 0 #1F2D3D;
}

/* line 26410, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-white .pace .pace-activity {
  box-shadow: inset 0 0 0 2px #ffffff, inset 0 0 0 7px #1F2D3D;
}

/* line 26414, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-white .pace .pace-progress {
  background-color: #ffffff;
  box-shadow: inset -1px 0 #ffffff, inset 0 -1px #ffffff, inset 0 2px rgba(31, 45, 61, 0.5), inset 0 6px rgba(31, 45, 61, 0.3);
}

/* line 26419, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-white .pace .pace-activity {
  background-image: radial-gradient(rgba(31, 45, 61, 0.65) 0%, rgba(31, 45, 61, 0.15) 100%);
  height: 12px;
}

/* line 26424, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-progress-color-white .pace-progress {
  color: #ffffff;
}

/* line 26428, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-gray .pace .pace-progress {
  background: #6c757d;
}

/* line 26432, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-gray .pace {
  background: #ffffff;
}

/* line 26436, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-gray .pace .pace-progress {
  background: #6c757d;
}

/* line 26440, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-gray .pace .pace-activity {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

/* line 26444, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-big-counter-gray .pace .pace-progress::after {
  color: rgba(108, 117, 125, 0.2);
}

/* line 26448, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-bounce-gray .pace .pace-activity {
  background: #6c757d;
}

/* line 26452, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-gray .pace-progress {
  height: 100px;
  width: 80px;
}

/* line 26457, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-gray .pace-progress::before {
  background: #6c757d;
  color: #ffffff;
  font-size: .8rem;
  line-height: .7rem;
  padding-top: 17%;
}

/* line 26465, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-gray .pace-activity {
  border-color: #6c757d;
}

/* line 26469, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-gray .pace-activity::after, .pace-center-atom-gray .pace-activity::before {
  border-color: #6c757d;
}

/* line 26473, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-circle-gray .pace .pace-progress {
  background: rgba(108, 117, 125, 0.8);
  color: #ffffff;
}

/* line 26478, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-gray .pace .pace-activity {
  border-color: #6c757d transparent transparent;
}

/* line 26482, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-gray .pace .pace-activity::before {
  border-color: #6c757d transparent transparent;
}

/* line 26486, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-gray .pace {
  background: #ffffff;
  border-color: #6c757d;
}

/* line 26491, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-gray .pace .pace-progress {
  background: #6c757d;
}

/* line 26495, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-material-gray .pace {
  color: #6c757d;
}

/* line 26499, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-gray .pace .pace-activity {
  background: #6c757d;
}

/* line 26503, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-gray .pace .pace-activity::after,
.pace-corner-indicator-gray .pace .pace-activity::before {
  border: 5px solid #ffffff;
}

/* line 26508, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-gray .pace .pace-activity::before {
  border-right-color: rgba(108, 117, 125, 0.2);
  border-left-color: rgba(108, 117, 125, 0.2);
}

/* line 26513, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-gray .pace .pace-activity::after {
  border-top-color: rgba(108, 117, 125, 0.2);
  border-bottom-color: rgba(108, 117, 125, 0.2);
}

/* line 26518, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-fill-left-gray .pace .pace-progress {
  background-color: rgba(108, 117, 125, 0.2);
}

/* line 26522, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-gray .pace .pace-progress {
  background: #6c757d;
}

/* line 26526, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-gray .pace .pace-progress-inner {
  box-shadow: 0 0 10px #6c757d, 0 0 5px #6c757d;
}

/* line 26530, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-gray .pace .pace-activity {
  border-top-color: #6c757d;
  border-left-color: #6c757d;
}

/* line 26535, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-gray .pace .pace-progress {
  background: #6c757d;
  color: #6c757d;
  box-shadow: 120px 0 #ffffff, 240px 0 #ffffff;
}

/* line 26541, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-gray .pace .pace-activity {
  box-shadow: inset 0 0 0 2px #6c757d, inset 0 0 0 7px #ffffff;
}

/* line 26545, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-gray .pace .pace-progress {
  background-color: #6c757d;
  box-shadow: inset -1px 0 #6c757d, inset 0 -1px #6c757d, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);
}

/* line 26550, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-gray .pace .pace-activity {
  background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);
  height: 12px;
}

/* line 26555, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-progress-color-gray .pace-progress {
  color: #6c757d;
}

/* line 26559, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-gray-dark .pace .pace-progress {
  background: #343a40;
}

/* line 26563, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-gray-dark .pace {
  background: #ffffff;
}

/* line 26567, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-gray-dark .pace .pace-progress {
  background: #343a40;
}

/* line 26571, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-barber-shop-gray-dark .pace .pace-activity {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

/* line 26575, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-big-counter-gray-dark .pace .pace-progress::after {
  color: rgba(52, 58, 64, 0.2);
}

/* line 26579, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-bounce-gray-dark .pace .pace-activity {
  background: #343a40;
}

/* line 26583, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-gray-dark .pace-progress {
  height: 100px;
  width: 80px;
}

/* line 26588, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-gray-dark .pace-progress::before {
  background: #343a40;
  color: #ffffff;
  font-size: .8rem;
  line-height: .7rem;
  padding-top: 17%;
}

/* line 26596, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-gray-dark .pace-activity {
  border-color: #343a40;
}

/* line 26600, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-atom-gray-dark .pace-activity::after, .pace-center-atom-gray-dark .pace-activity::before {
  border-color: #343a40;
}

/* line 26604, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-circle-gray-dark .pace .pace-progress {
  background: rgba(52, 58, 64, 0.8);
  color: #ffffff;
}

/* line 26609, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-gray-dark .pace .pace-activity {
  border-color: #343a40 transparent transparent;
}

/* line 26613, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-radar-gray-dark .pace .pace-activity::before {
  border-color: #343a40 transparent transparent;
}

/* line 26617, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-gray-dark .pace {
  background: #ffffff;
  border-color: #343a40;
}

/* line 26622, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-center-simple-gray-dark .pace .pace-progress {
  background: #343a40;
}

/* line 26626, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-material-gray-dark .pace {
  color: #343a40;
}

/* line 26630, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-gray-dark .pace .pace-activity {
  background: #343a40;
}

/* line 26634, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-gray-dark .pace .pace-activity::after,
.pace-corner-indicator-gray-dark .pace .pace-activity::before {
  border: 5px solid #ffffff;
}

/* line 26639, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-gray-dark .pace .pace-activity::before {
  border-right-color: rgba(52, 58, 64, 0.2);
  border-left-color: rgba(52, 58, 64, 0.2);
}

/* line 26644, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-corner-indicator-gray-dark .pace .pace-activity::after {
  border-top-color: rgba(52, 58, 64, 0.2);
  border-bottom-color: rgba(52, 58, 64, 0.2);
}

/* line 26649, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-fill-left-gray-dark .pace .pace-progress {
  background-color: rgba(52, 58, 64, 0.2);
}

/* line 26653, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-gray-dark .pace .pace-progress {
  background: #343a40;
}

/* line 26657, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-gray-dark .pace .pace-progress-inner {
  box-shadow: 0 0 10px #343a40, 0 0 5px #343a40;
}

/* line 26661, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-flash-gray-dark .pace .pace-activity {
  border-top-color: #343a40;
  border-left-color: #343a40;
}

/* line 26666, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-gray-dark .pace .pace-progress {
  background: #343a40;
  color: #343a40;
  box-shadow: 120px 0 #ffffff, 240px 0 #ffffff;
}

/* line 26672, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-loading-bar-gray-dark .pace .pace-activity {
  box-shadow: inset 0 0 0 2px #343a40, inset 0 0 0 7px #ffffff;
}

/* line 26676, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-gray-dark .pace .pace-progress {
  background-color: #343a40;
  box-shadow: inset -1px 0 #343a40, inset 0 -1px #343a40, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);
}

/* line 26681, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-mac-osx-gray-dark .pace .pace-activity {
  background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);
  height: 12px;
}

/* line 26686, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.pace-progress-color-gray-dark .pace-progress {
  color: #343a40;
}

/**
  * bootstrap-switch - Turn checkboxes and radio buttons into toggle switches.
  *
  * @version v3.4 (MODDED)
  * @homepage https://bttstrp.github.io/bootstrap-switch
  * @author Mattia Larentis <mattia@larentis.eu> (http://larentis.eu)
  * @license MIT
  */
/* line 26698, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  cursor: pointer;
  direction: ltr;
  display: inline-block;
  line-height: .5rem;
  overflow: hidden;
  position: relative;
  text-align: left;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  z-index: 0;
}

/* line 26717, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-container {
  border-radius: 0.25rem;
  display: inline-block;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 26725, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch:focus-within {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 26729, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  box-sizing: border-box;
  cursor: pointer;
  display: table-cell;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
  padding: .25rem .5rem;
  vertical-align: middle;
}

/* line 26742, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}

/* line 26748, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  background: #e9ecef;
  color: #1F2D3D;
}

/* line 26754, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background: #007bff;
  color: #ffffff;
}

/* line 26760, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary {
  background: #6c757d;
  color: #ffffff;
}

/* line 26766, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  background: #28a745;
  color: #ffffff;
}

/* line 26772, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  background: #17a2b8;
  color: #ffffff;
}

/* line 26778, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #ffc107;
  color: #1F2D3D;
}

/* line 26784, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  background: #dc3545;
  color: #ffffff;
}

/* line 26790, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-light,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-light {
  background: #f8f9fa;
  color: #1F2D3D;
}

/* line 26796, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-dark,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-dark {
  background: #343a40;
  color: #ffffff;
}

/* line 26802, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-lightblue,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-lightblue {
  background: #3c8dbc;
  color: #ffffff;
}

/* line 26808, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-navy,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-navy {
  background: #001f3f;
  color: #ffffff;
}

/* line 26814, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-olive,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-olive {
  background: #3d9970;
  color: #ffffff;
}

/* line 26820, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-lime,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-lime {
  background: #01ff70;
  color: #1F2D3D;
}

/* line 26826, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-fuchsia,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-fuchsia {
  background: #f012be;
  color: #ffffff;
}

/* line 26832, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-maroon,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-maroon {
  background: #d81b60;
  color: #ffffff;
}

/* line 26838, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-blue,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-blue {
  background: #007bff;
  color: #ffffff;
}

/* line 26844, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-indigo,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-indigo {
  background: #6610f2;
  color: #ffffff;
}

/* line 26850, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-purple,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-purple {
  background: #6f42c1;
  color: #ffffff;
}

/* line 26856, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-pink,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-pink {
  background: #e83e8c;
  color: #ffffff;
}

/* line 26862, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-red,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-red {
  background: #dc3545;
  color: #ffffff;
}

/* line 26868, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-orange,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-orange {
  background: #fd7e14;
  color: #1F2D3D;
}

/* line 26874, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-yellow,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-yellow {
  background: #ffc107;
  color: #1F2D3D;
}

/* line 26880, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-green,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-green {
  background: #28a745;
  color: #ffffff;
}

/* line 26886, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-teal,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-teal {
  background: #20c997;
  color: #ffffff;
}

/* line 26892, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-cyan,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-cyan {
  background: #17a2b8;
  color: #ffffff;
}

/* line 26898, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-white,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-white {
  background: #ffffff;
  color: #1F2D3D;
}

/* line 26904, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-gray,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-gray {
  background: #6c757d;
  color: #ffffff;
}

/* line 26910, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-gray-dark,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-gray-dark {
  background: #343a40;
  color: #ffffff;
}

/* line 26916, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
}

/* line 26921, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}

/* line 26926, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  filter: alpha(opacity=0);
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: -1;
}

/* line 26938, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  font-size: .875rem;
  line-height: 1.5;
  padding: .1rem .3rem;
}

/* line 26946, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  font-size: .875rem;
  line-height: 1.5;
  padding: .2rem .4rem;
}

/* line 26954, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  font-size: 1.25rem;
  line-height: 1.3333333rem;
  padding: .3rem .5rem;
}

/* line 26962, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch.bootstrap-switch-disabled, .bootstrap-switch.bootstrap-switch-readonly, .bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default;
}

/* line 26966, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  cursor: default;
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 26978, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  transition: margin-left .5s;
}

/* line 26982, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-radius: 0 0.1rem 0.1rem 0;
}

/* line 26986, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-radius: 0.1rem 0 0 0.1rem;
}

/* line 26990, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}

/* line 26996, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
}

/* line 27002, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.jqstooltip {
  height: auto !important;
  padding: 5px !important;
  width: auto !important;
}

/* line 27008, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.connectedSortable {
  min-height: 100px;
}

/* line 27012, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 27023, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.sort-highlight {
  background: #f8f9fa;
  border: 1px dashed #dee2e6;
  margin-bottom: 10px;
}

/* line 27029, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.chart {
  overflow: hidden;
  position: relative;
}

/* line 27034, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.border-transparent {
  border-color: transparent !important;
}

/* line 27038, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}

/* line 27044, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.description-block.margin-bottom {
  margin-bottom: 25px;
}

/* line 27048, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.description-block > .description-header {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

/* line 27055, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.description-block > .description-text {
  text-transform: uppercase;
}

/* line 27059, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.description-block .description-icon {
  font-size: 16px;
}

/* line 27063, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-group-unbordered > .list-group-item {
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
}

/* line 27071, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-header {
  color: #6c757d;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 4px;
}

/* line 27078, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-seperator {
  background: rgba(0, 0, 0, 0.125);
  height: 1px;
  margin: 15px 0 9px;
}

/* line 27084, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-link > a {
  color: #6c757d;
  padding: 4px;
}

/* line 27089, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.list-link > a:hover {
  color: #212529;
}

/* line 27093, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.user-block {
  float: left;
}

/* line 27097, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.user-block img {
  float: left;
  height: 40px;
  width: 40px;
}

/* line 27103, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.user-block .username,
.user-block .description,
.user-block .comment {
  display: block;
  margin-left: 50px;
}

/* line 27110, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.user-block .username {
  font-size: 16px;
  font-weight: 600;
  margin-top: -1px;
}

/* line 27116, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.user-block .description {
  color: #6c757d;
  font-size: 13px;
  margin-top: -3px;
}

/* line 27122, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.user-block.user-block-sm img {
  width: 1.875rem;
  height: 1.875rem;
}

/* line 27127, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.user-block.user-block-sm .username,
.user-block.user-block-sm .description,
.user-block.user-block-sm .comment {
  margin-left: 40px;
}

/* line 27133, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.user-block.user-block-sm .username {
  font-size: 14px;
}

/* line 27137, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.img-sm,
.img-md,
.img-lg {
  float: left;
}

/* line 27143, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.img-sm {
  height: 1.875rem;
  width: 1.875rem;
}

/* line 27148, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.img-sm + .img-push {
  margin-left: 2.5rem;
}

/* line 27152, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.img-md {
  width: 3.75rem;
  height: 3.75rem;
}

/* line 27157, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.img-md + .img-push {
  margin-left: 4.375rem;
}

/* line 27161, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.img-lg {
  width: 6.25rem;
  height: 6.25rem;
}

/* line 27166, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.img-lg + .img-push {
  margin-left: 6.875rem;
}

/* line 27170, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.img-bordered {
  border: 3px solid #adb5bd;
  padding: 3px;
}

/* line 27175, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.img-bordered-sm {
  border: 2px solid #adb5bd;
  padding: 2px;
}

/* line 27180, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.img-rounded {
  border-radius: 0.25rem;
}

/* line 27184, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.img-circle {
  border-radius: 50%;
}

/* line 27188, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.img-size-64,
.img-size-50,
.img-size-32 {
  height: auto;
}

/* line 27194, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.img-size-64 {
  width: 64px;
}

/* line 27198, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.img-size-50 {
  width: 50px;
}

/* line 27202, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.img-size-32 {
  width: 32px;
}

/* line 27206, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.size-32,
.size-40,
.size-50 {
  display: block;
  text-align: center;
}

/* line 27213, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.size-32 {
  height: 32px;
  line-height: 32px;
  width: 32px;
}

/* line 27219, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.size-40 {
  height: 40px;
  line-height: 40px;
  width: 40px;
}

/* line 27225, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.size-50 {
  height: 50px;
  line-height: 50px;
  width: 50px;
}

/* line 27231, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.attachment-block {
  background: #f8f9fa;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 10px;
  padding: 5px;
}

/* line 27238, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.attachment-block .attachment-img {
  float: left;
  height: auto;
  max-height: 100px;
  max-width: 100px;
}

/* line 27245, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.attachment-block .attachment-pushed {
  margin-left: 110px;
}

/* line 27249, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.attachment-block .attachment-heading {
  margin: 0;
}

/* line 27253, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.attachment-block .attachment-text {
  color: #495057;
}

/* line 27257, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card > .overlay,
.card > .loading-img,
.overlay-wrapper > .overlay,
.overlay-wrapper > .loading-img,
.info-box > .overlay,
.info-box > .loading-img,
.small-box > .overlay,
.small-box > .loading-img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 27272, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card .overlay,
.overlay-wrapper .overlay,
.info-box .overlay,
.small-box .overlay {
  border-radius: 0.25rem;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 50;
}

/* line 27287, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card .overlay > .fa,
.card .overlay > .fas,
.card .overlay > .far,
.card .overlay > .fab,
.card .overlay > .glyphicon,
.card .overlay > .ion,
.overlay-wrapper .overlay > .fa,
.overlay-wrapper .overlay > .fas,
.overlay-wrapper .overlay > .far,
.overlay-wrapper .overlay > .fab,
.overlay-wrapper .overlay > .glyphicon,
.overlay-wrapper .overlay > .ion,
.info-box .overlay > .fa,
.info-box .overlay > .fas,
.info-box .overlay > .far,
.info-box .overlay > .fab,
.info-box .overlay > .glyphicon,
.info-box .overlay > .ion,
.small-box .overlay > .fa,
.small-box .overlay > .fas,
.small-box .overlay > .far,
.small-box .overlay > .fab,
.small-box .overlay > .glyphicon,
.small-box .overlay > .ion {
  color: #343a40;
}

/* line 27314, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card .overlay.dark,
.overlay-wrapper .overlay.dark,
.info-box .overlay.dark,
.small-box .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}

/* line 27321, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.card .overlay.dark > .fa,
.card .overlay.dark > .fas,
.card .overlay.dark > .far,
.card .overlay.dark > .fab,
.card .overlay.dark > .glyphicon,
.card .overlay.dark > .ion,
.overlay-wrapper .overlay.dark > .fa,
.overlay-wrapper .overlay.dark > .fas,
.overlay-wrapper .overlay.dark > .far,
.overlay-wrapper .overlay.dark > .fab,
.overlay-wrapper .overlay.dark > .glyphicon,
.overlay-wrapper .overlay.dark > .ion,
.info-box .overlay.dark > .fa,
.info-box .overlay.dark > .fas,
.info-box .overlay.dark > .far,
.info-box .overlay.dark > .fab,
.info-box .overlay.dark > .glyphicon,
.info-box .overlay.dark > .ion,
.small-box .overlay.dark > .fa,
.small-box .overlay.dark > .fas,
.small-box .overlay.dark > .far,
.small-box .overlay.dark > .fab,
.small-box .overlay.dark > .glyphicon,
.small-box .overlay.dark > .ion {
  color: #ced4da;
}

/* line 27348, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.tab-pane > .overlay-wrapper {
  position: relative;
}

/* line 27352, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.tab-pane > .overlay-wrapper > .overlay {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -1.25rem;
  margin-left: -1.25rem;
  height: calc(100% + 2 * 1.25rem);
  width: calc(100% + 2 * 1.25rem);
}

/* line 27363, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.tab-pane > .overlay-wrapper > .overlay.dark {
  color: #ffffff;
}

/* line 27367, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.ribbon-wrapper {
  height: 70px;
  overflow: hidden;
  position: absolute;
  right: -2px;
  top: -2px;
  width: 70px;
  z-index: 10;
}

/* line 27377, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.ribbon-wrapper.ribbon-lg {
  height: 120px;
  width: 120px;
}

/* line 27382, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.ribbon-wrapper.ribbon-lg .ribbon {
  right: 0px;
  top: 26px;
  width: 160px;
}

/* line 27388, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.ribbon-wrapper.ribbon-xl {
  height: 180px;
  width: 180px;
}

/* line 27393, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.ribbon-wrapper.ribbon-xl .ribbon {
  right: 4px;
  top: 47px;
  width: 240px;
}

/* line 27399, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.ribbon-wrapper .ribbon {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  font-size: 0.8rem;
  line-height: 100%;
  padding: 0.375rem 0;
  position: relative;
  right: -2px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 90px;
}

/* line 27415, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.ribbon-wrapper .ribbon::before, .ribbon-wrapper .ribbon::after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #9e9e9e;
  bottom: -3px;
  content: '';
  position: absolute;
}

/* line 27424, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.ribbon-wrapper .ribbon::before {
  left: 0;
}

/* line 27428, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.ribbon-wrapper .ribbon::after {
  right: 0;
}

/* line 27432, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.back-to-top {
  bottom: 1.25rem;
  position: fixed;
  right: 1.25rem;
  z-index: 1032;
}

/* line 27439, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.back-to-top:focus {
  box-shadow: none;
}

/* line 27443, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
pre {
  padding: .75rem;
}

/* line 27447, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote {
  background: #ffffff;
  border-left: 0.7rem solid #007bff;
  margin: 1.5em .7rem;
  padding: 0.5em .7rem;
}

/* line 27454, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.box blockquote {
  background: #e9ecef;
}

/* line 27458, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote p:last-child {
  margin-bottom: 0;
}

/* line 27462, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
  color: #007bff;
  font-size: 1.25rem;
  font-weight: 600;
}

/* line 27473, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-primary {
  border-color: #007bff;
}

/* line 27477, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-primary h1,
blockquote.quote-primary h2,
blockquote.quote-primary h3,
blockquote.quote-primary h4,
blockquote.quote-primary h5,
blockquote.quote-primary h6 {
  color: #007bff;
}

/* line 27486, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-secondary {
  border-color: #6c757d;
}

/* line 27490, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-secondary h1,
blockquote.quote-secondary h2,
blockquote.quote-secondary h3,
blockquote.quote-secondary h4,
blockquote.quote-secondary h5,
blockquote.quote-secondary h6 {
  color: #6c757d;
}

/* line 27499, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-success {
  border-color: #28a745;
}

/* line 27503, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-success h1,
blockquote.quote-success h2,
blockquote.quote-success h3,
blockquote.quote-success h4,
blockquote.quote-success h5,
blockquote.quote-success h6 {
  color: #28a745;
}

/* line 27512, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-info {
  border-color: #17a2b8;
}

/* line 27516, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-info h1,
blockquote.quote-info h2,
blockquote.quote-info h3,
blockquote.quote-info h4,
blockquote.quote-info h5,
blockquote.quote-info h6 {
  color: #17a2b8;
}

/* line 27525, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-warning {
  border-color: #ffc107;
}

/* line 27529, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-warning h1,
blockquote.quote-warning h2,
blockquote.quote-warning h3,
blockquote.quote-warning h4,
blockquote.quote-warning h5,
blockquote.quote-warning h6 {
  color: #ffc107;
}

/* line 27538, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-danger {
  border-color: #dc3545;
}

/* line 27542, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-danger h1,
blockquote.quote-danger h2,
blockquote.quote-danger h3,
blockquote.quote-danger h4,
blockquote.quote-danger h5,
blockquote.quote-danger h6 {
  color: #dc3545;
}

/* line 27551, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-light {
  border-color: #f8f9fa;
}

/* line 27555, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-light h1,
blockquote.quote-light h2,
blockquote.quote-light h3,
blockquote.quote-light h4,
blockquote.quote-light h5,
blockquote.quote-light h6 {
  color: #f8f9fa;
}

/* line 27564, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-dark {
  border-color: #343a40;
}

/* line 27568, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-dark h1,
blockquote.quote-dark h2,
blockquote.quote-dark h3,
blockquote.quote-dark h4,
blockquote.quote-dark h5,
blockquote.quote-dark h6 {
  color: #343a40;
}

/* line 27577, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-lightblue {
  border-color: #3c8dbc;
}

/* line 27581, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-lightblue h1,
blockquote.quote-lightblue h2,
blockquote.quote-lightblue h3,
blockquote.quote-lightblue h4,
blockquote.quote-lightblue h5,
blockquote.quote-lightblue h6 {
  color: #3c8dbc;
}

/* line 27590, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-navy {
  border-color: #001f3f;
}

/* line 27594, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-navy h1,
blockquote.quote-navy h2,
blockquote.quote-navy h3,
blockquote.quote-navy h4,
blockquote.quote-navy h5,
blockquote.quote-navy h6 {
  color: #001f3f;
}

/* line 27603, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-olive {
  border-color: #3d9970;
}

/* line 27607, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-olive h1,
blockquote.quote-olive h2,
blockquote.quote-olive h3,
blockquote.quote-olive h4,
blockquote.quote-olive h5,
blockquote.quote-olive h6 {
  color: #3d9970;
}

/* line 27616, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-lime {
  border-color: #01ff70;
}

/* line 27620, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-lime h1,
blockquote.quote-lime h2,
blockquote.quote-lime h3,
blockquote.quote-lime h4,
blockquote.quote-lime h5,
blockquote.quote-lime h6 {
  color: #01ff70;
}

/* line 27629, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-fuchsia {
  border-color: #f012be;
}

/* line 27633, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-fuchsia h1,
blockquote.quote-fuchsia h2,
blockquote.quote-fuchsia h3,
blockquote.quote-fuchsia h4,
blockquote.quote-fuchsia h5,
blockquote.quote-fuchsia h6 {
  color: #f012be;
}

/* line 27642, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-maroon {
  border-color: #d81b60;
}

/* line 27646, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-maroon h1,
blockquote.quote-maroon h2,
blockquote.quote-maroon h3,
blockquote.quote-maroon h4,
blockquote.quote-maroon h5,
blockquote.quote-maroon h6 {
  color: #d81b60;
}

/* line 27655, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-blue {
  border-color: #007bff;
}

/* line 27659, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-blue h1,
blockquote.quote-blue h2,
blockquote.quote-blue h3,
blockquote.quote-blue h4,
blockquote.quote-blue h5,
blockquote.quote-blue h6 {
  color: #007bff;
}

/* line 27668, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-indigo {
  border-color: #6610f2;
}

/* line 27672, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-indigo h1,
blockquote.quote-indigo h2,
blockquote.quote-indigo h3,
blockquote.quote-indigo h4,
blockquote.quote-indigo h5,
blockquote.quote-indigo h6 {
  color: #6610f2;
}

/* line 27681, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-purple {
  border-color: #6f42c1;
}

/* line 27685, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-purple h1,
blockquote.quote-purple h2,
blockquote.quote-purple h3,
blockquote.quote-purple h4,
blockquote.quote-purple h5,
blockquote.quote-purple h6 {
  color: #6f42c1;
}

/* line 27694, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-pink {
  border-color: #e83e8c;
}

/* line 27698, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-pink h1,
blockquote.quote-pink h2,
blockquote.quote-pink h3,
blockquote.quote-pink h4,
blockquote.quote-pink h5,
blockquote.quote-pink h6 {
  color: #e83e8c;
}

/* line 27707, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-red {
  border-color: #dc3545;
}

/* line 27711, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-red h1,
blockquote.quote-red h2,
blockquote.quote-red h3,
blockquote.quote-red h4,
blockquote.quote-red h5,
blockquote.quote-red h6 {
  color: #dc3545;
}

/* line 27720, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-orange {
  border-color: #fd7e14;
}

/* line 27724, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-orange h1,
blockquote.quote-orange h2,
blockquote.quote-orange h3,
blockquote.quote-orange h4,
blockquote.quote-orange h5,
blockquote.quote-orange h6 {
  color: #fd7e14;
}

/* line 27733, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-yellow {
  border-color: #ffc107;
}

/* line 27737, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-yellow h1,
blockquote.quote-yellow h2,
blockquote.quote-yellow h3,
blockquote.quote-yellow h4,
blockquote.quote-yellow h5,
blockquote.quote-yellow h6 {
  color: #ffc107;
}

/* line 27746, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-green {
  border-color: #28a745;
}

/* line 27750, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-green h1,
blockquote.quote-green h2,
blockquote.quote-green h3,
blockquote.quote-green h4,
blockquote.quote-green h5,
blockquote.quote-green h6 {
  color: #28a745;
}

/* line 27759, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-teal {
  border-color: #20c997;
}

/* line 27763, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-teal h1,
blockquote.quote-teal h2,
blockquote.quote-teal h3,
blockquote.quote-teal h4,
blockquote.quote-teal h5,
blockquote.quote-teal h6 {
  color: #20c997;
}

/* line 27772, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-cyan {
  border-color: #17a2b8;
}

/* line 27776, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-cyan h1,
blockquote.quote-cyan h2,
blockquote.quote-cyan h3,
blockquote.quote-cyan h4,
blockquote.quote-cyan h5,
blockquote.quote-cyan h6 {
  color: #17a2b8;
}

/* line 27785, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-white {
  border-color: #ffffff;
}

/* line 27789, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-white h1,
blockquote.quote-white h2,
blockquote.quote-white h3,
blockquote.quote-white h4,
blockquote.quote-white h5,
blockquote.quote-white h6 {
  color: #ffffff;
}

/* line 27798, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-gray {
  border-color: #6c757d;
}

/* line 27802, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-gray h1,
blockquote.quote-gray h2,
blockquote.quote-gray h3,
blockquote.quote-gray h4,
blockquote.quote-gray h5,
blockquote.quote-gray h6 {
  color: #6c757d;
}

/* line 27811, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-gray-dark {
  border-color: #343a40;
}

/* line 27815, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
blockquote.quote-gray-dark h1,
blockquote.quote-gray-dark h2,
blockquote.quote-gray-dark h3,
blockquote.quote-gray-dark h4,
blockquote.quote-gray-dark h5,
blockquote.quote-gray-dark h6 {
  color: #343a40;
}

/* line 27824, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.tab-custom-content {
  border-top: 1px solid #dee2e6;
  margin-top: .5rem;
  padding-top: .5rem;
}

/* line 27830, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.nav + .tab-custom-content {
  border-top: none;
  border-bottom: 1px solid #dee2e6;
  margin-top: 0;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
}

/* line 27838, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.badge-btn {
  border-radius: 0.15rem;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.25rem 0.5rem;
}

/* line 27845, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.badge-btn.badge-pill {
  padding: .375rem .6rem;
}

@media print {
  /* line 27850, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .no-print, .main-sidebar,
  .main-header,
  .content-header {
    display: none !important;
  }
  /* line 27855, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .content-wrapper,
  .main-footer {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-left: 0 !important;
    min-height: 0 !important;
  }
  /* line 27862, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .layout-fixed .content-wrapper {
    padding-top: 0 !important;
  }
  /* line 27865, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .invoice {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  /* line 27871, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .invoice-col {
    float: left;
    width: 33.3333333%;
  }
  /* line 27875, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .table-responsive {
    overflow: auto;
  }
  /* line 27878, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
  .table-responsive > .table tr th,
  .table-responsive > .table tr td {
    white-space: normal !important;
  }
}

/* line 27884, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-bold, .text-bold.table td, .text-bold.table th {
  font-weight: 700;
}

/* line 27888, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-xs {
  font-size: 0.75rem !important;
}

/* line 27892, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-sm {
  font-size: 0.875rem !important;
}

/* line 27896, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-md {
  font-size: 1rem !important;
}

/* line 27900, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-lg {
  font-size: 1.25rem !important;
}

/* line 27904, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-xl {
  font-size: 2rem !important;
}

/* line 27908, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-lightblue {
  color: #3c8dbc !important;
}

/* line 27912, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-navy {
  color: #001f3f !important;
}

/* line 27916, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-olive {
  color: #3d9970 !important;
}

/* line 27920, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-lime {
  color: #01ff70 !important;
}

/* line 27924, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-fuchsia {
  color: #f012be !important;
}

/* line 27928, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-maroon {
  color: #d81b60 !important;
}

/* line 27932, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-blue {
  color: #007bff !important;
}

/* line 27936, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-indigo {
  color: #6610f2 !important;
}

/* line 27940, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-purple {
  color: #6f42c1 !important;
}

/* line 27944, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-pink {
  color: #e83e8c !important;
}

/* line 27948, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-red {
  color: #dc3545 !important;
}

/* line 27952, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-orange {
  color: #fd7e14 !important;
}

/* line 27956, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-yellow {
  color: #ffc107 !important;
}

/* line 27960, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-green {
  color: #28a745 !important;
}

/* line 27964, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-teal {
  color: #20c997 !important;
}

/* line 27968, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-cyan {
  color: #17a2b8 !important;
}

/* line 27972, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-white {
  color: #ffffff !important;
}

/* line 27976, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-gray {
  color: #6c757d !important;
}

/* line 27980, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.text-gray-dark {
  color: #343a40 !important;
}

/* line 27984, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.elevation-0 {
  box-shadow: none !important;
}

/* line 27988, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.elevation-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

/* line 27992, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.elevation-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}

/* line 27996, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.elevation-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
}

/* line 28000, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.elevation-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
}

/* line 28004, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.elevation-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
}

/* line 28008, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 28012, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-primary,
.bg-primary > a {
  color: #ffffff !important;
}

/* line 28017, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-primary.btn:hover {
  border-color: #0062cc;
  color: #ececec;
}

/* line 28022, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-primary.btn:not(:disabled):not(.disabled):active, .bg-primary.btn:not(:disabled):not(.disabled).active, .bg-primary.btn:active, .bg-primary.btn.active {
  background-color: #0062cc !important;
  border-color: #005cbf;
  color: #ffffff;
}

/* line 28028, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 28032, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-secondary,
.bg-secondary > a {
  color: #ffffff !important;
}

/* line 28037, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-secondary.btn:hover {
  border-color: #545b62;
  color: #ececec;
}

/* line 28042, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-secondary.btn:not(:disabled):not(.disabled):active, .bg-secondary.btn:not(:disabled):not(.disabled).active, .bg-secondary.btn:active, .bg-secondary.btn.active {
  background-color: #545b62 !important;
  border-color: #4e555b;
  color: #ffffff;
}

/* line 28048, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 28052, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-success,
.bg-success > a {
  color: #ffffff !important;
}

/* line 28057, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-success.btn:hover {
  border-color: #1e7e34;
  color: #ececec;
}

/* line 28062, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-success.btn:not(:disabled):not(.disabled):active, .bg-success.btn:not(:disabled):not(.disabled).active, .bg-success.btn:active, .bg-success.btn.active {
  background-color: #1e7e34 !important;
  border-color: #1c7430;
  color: #ffffff;
}

/* line 28068, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 28072, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-info,
.bg-info > a {
  color: #ffffff !important;
}

/* line 28077, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-info.btn:hover {
  border-color: #117a8b;
  color: #ececec;
}

/* line 28082, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-info.btn:not(:disabled):not(.disabled):active, .bg-info.btn:not(:disabled):not(.disabled).active, .bg-info.btn:active, .bg-info.btn.active {
  background-color: #117a8b !important;
  border-color: #10707f;
  color: #ffffff;
}

/* line 28088, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 28092, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-warning,
.bg-warning > a {
  color: #1F2D3D !important;
}

/* line 28097, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-warning.btn:hover {
  border-color: #d39e00;
  color: #121a24;
}

/* line 28102, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-warning.btn:not(:disabled):not(.disabled):active, .bg-warning.btn:not(:disabled):not(.disabled).active, .bg-warning.btn:active, .bg-warning.btn.active {
  background-color: #d39e00 !important;
  border-color: #c69500;
  color: #1F2D3D;
}

/* line 28108, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 28112, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-danger,
.bg-danger > a {
  color: #ffffff !important;
}

/* line 28117, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-danger.btn:hover {
  border-color: #bd2130;
  color: #ececec;
}

/* line 28122, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-danger.btn:not(:disabled):not(.disabled):active, .bg-danger.btn:not(:disabled):not(.disabled).active, .bg-danger.btn:active, .bg-danger.btn.active {
  background-color: #bd2130 !important;
  border-color: #b21f2d;
  color: #ffffff;
}

/* line 28128, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 28132, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-light,
.bg-light > a {
  color: #1F2D3D !important;
}

/* line 28137, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-light.btn:hover {
  border-color: #dae0e5;
  color: #121a24;
}

/* line 28142, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-light.btn:not(:disabled):not(.disabled):active, .bg-light.btn:not(:disabled):not(.disabled).active, .bg-light.btn:active, .bg-light.btn.active {
  background-color: #dae0e5 !important;
  border-color: #d3d9df;
  color: #1F2D3D;
}

/* line 28148, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 28152, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-dark,
.bg-dark > a {
  color: #ffffff !important;
}

/* line 28157, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-dark.btn:hover {
  border-color: #1d2124;
  color: #ececec;
}

/* line 28162, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-dark.btn:not(:disabled):not(.disabled):active, .bg-dark.btn:not(:disabled):not(.disabled).active, .bg-dark.btn:active, .bg-dark.btn.active {
  background-color: #1d2124 !important;
  border-color: #171a1d;
  color: #ffffff;
}

/* line 28168, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-lightblue {
  background-color: #3c8dbc !important;
}

/* line 28172, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-lightblue,
.bg-lightblue > a {
  color: #ffffff !important;
}

/* line 28177, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-lightblue.btn:hover {
  border-color: #307095;
  color: #ececec;
}

/* line 28182, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-lightblue.btn:not(:disabled):not(.disabled):active, .bg-lightblue.btn:not(:disabled):not(.disabled).active, .bg-lightblue.btn:active, .bg-lightblue.btn.active {
  background-color: #307095 !important;
  border-color: #2d698c;
  color: #ffffff;
}

/* line 28188, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-navy {
  background-color: #001f3f !important;
}

/* line 28192, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-navy,
.bg-navy > a {
  color: #ffffff !important;
}

/* line 28197, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-navy.btn:hover {
  border-color: #00060c;
  color: #ececec;
}

/* line 28202, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-navy.btn:not(:disabled):not(.disabled):active, .bg-navy.btn:not(:disabled):not(.disabled).active, .bg-navy.btn:active, .bg-navy.btn.active {
  background-color: #00060c !important;
  border-color: black;
  color: #ffffff;
}

/* line 28208, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-olive {
  background-color: #3d9970 !important;
}

/* line 28212, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-olive,
.bg-olive > a {
  color: #ffffff !important;
}

/* line 28217, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-olive.btn:hover {
  border-color: #2e7555;
  color: #ececec;
}

/* line 28222, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-olive.btn:not(:disabled):not(.disabled):active, .bg-olive.btn:not(:disabled):not(.disabled).active, .bg-olive.btn:active, .bg-olive.btn.active {
  background-color: #2e7555 !important;
  border-color: #2b6b4f;
  color: #ffffff;
}

/* line 28228, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-lime {
  background-color: #01ff70 !important;
}

/* line 28232, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-lime,
.bg-lime > a {
  color: #1F2D3D !important;
}

/* line 28237, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-lime.btn:hover {
  border-color: #00cd5a;
  color: #121a24;
}

/* line 28242, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-lime.btn:not(:disabled):not(.disabled):active, .bg-lime.btn:not(:disabled):not(.disabled).active, .bg-lime.btn:active, .bg-lime.btn.active {
  background-color: #00cd5a !important;
  border-color: #00c054;
  color: #ffffff;
}

/* line 28248, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-fuchsia {
  background-color: #f012be !important;
}

/* line 28252, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-fuchsia,
.bg-fuchsia > a {
  color: #ffffff !important;
}

/* line 28257, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-fuchsia.btn:hover {
  border-color: #c30c9a;
  color: #ececec;
}

/* line 28262, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-fuchsia.btn:not(:disabled):not(.disabled):active, .bg-fuchsia.btn:not(:disabled):not(.disabled).active, .bg-fuchsia.btn:active, .bg-fuchsia.btn.active {
  background-color: #c30c9a !important;
  border-color: #b70c90;
  color: #ffffff;
}

/* line 28268, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-maroon {
  background-color: #d81b60 !important;
}

/* line 28272, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-maroon,
.bg-maroon > a {
  color: #ffffff !important;
}

/* line 28277, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-maroon.btn:hover {
  border-color: #ab154c;
  color: #ececec;
}

/* line 28282, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-maroon.btn:not(:disabled):not(.disabled):active, .bg-maroon.btn:not(:disabled):not(.disabled).active, .bg-maroon.btn:active, .bg-maroon.btn.active {
  background-color: #ab154c !important;
  border-color: #9f1447;
  color: #ffffff;
}

/* line 28288, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-blue {
  background-color: #007bff !important;
}

/* line 28292, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-blue,
.bg-blue > a {
  color: #ffffff !important;
}

/* line 28297, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-blue.btn:hover {
  border-color: #0062cc;
  color: #ececec;
}

/* line 28302, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-blue.btn:not(:disabled):not(.disabled):active, .bg-blue.btn:not(:disabled):not(.disabled).active, .bg-blue.btn:active, .bg-blue.btn.active {
  background-color: #0062cc !important;
  border-color: #005cbf;
  color: #ffffff;
}

/* line 28308, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-indigo {
  background-color: #6610f2 !important;
}

/* line 28312, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-indigo,
.bg-indigo > a {
  color: #ffffff !important;
}

/* line 28317, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-indigo.btn:hover {
  border-color: #510bc4;
  color: #ececec;
}

/* line 28322, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-indigo.btn:not(:disabled):not(.disabled):active, .bg-indigo.btn:not(:disabled):not(.disabled).active, .bg-indigo.btn:active, .bg-indigo.btn.active {
  background-color: #510bc4 !important;
  border-color: #4c0ab8;
  color: #ffffff;
}

/* line 28328, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-purple {
  background-color: #6f42c1 !important;
}

/* line 28332, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-purple,
.bg-purple > a {
  color: #ffffff !important;
}

/* line 28337, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-purple.btn:hover {
  border-color: #59339d;
  color: #ececec;
}

/* line 28342, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-purple.btn:not(:disabled):not(.disabled):active, .bg-purple.btn:not(:disabled):not(.disabled).active, .bg-purple.btn:active, .bg-purple.btn.active {
  background-color: #59339d !important;
  border-color: #533093;
  color: #ffffff;
}

/* line 28348, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-pink {
  background-color: #e83e8c !important;
}

/* line 28352, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-pink,
.bg-pink > a {
  color: #ffffff !important;
}

/* line 28357, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-pink.btn:hover {
  border-color: #d91a72;
  color: #ececec;
}

/* line 28362, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-pink.btn:not(:disabled):not(.disabled):active, .bg-pink.btn:not(:disabled):not(.disabled).active, .bg-pink.btn:active, .bg-pink.btn.active {
  background-color: #d91a72 !important;
  border-color: #ce196c;
  color: #ffffff;
}

/* line 28368, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-red {
  background-color: #dc3545 !important;
}

/* line 28372, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-red,
.bg-red > a {
  color: #ffffff !important;
}

/* line 28377, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-red.btn:hover {
  border-color: #bd2130;
  color: #ececec;
}

/* line 28382, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-red.btn:not(:disabled):not(.disabled):active, .bg-red.btn:not(:disabled):not(.disabled).active, .bg-red.btn:active, .bg-red.btn.active {
  background-color: #bd2130 !important;
  border-color: #b21f2d;
  color: #ffffff;
}

/* line 28388, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-orange {
  background-color: #fd7e14 !important;
}

/* line 28392, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-orange,
.bg-orange > a {
  color: #1F2D3D !important;
}

/* line 28397, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-orange.btn:hover {
  border-color: #dc6502;
  color: #121a24;
}

/* line 28402, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-orange.btn:not(:disabled):not(.disabled):active, .bg-orange.btn:not(:disabled):not(.disabled).active, .bg-orange.btn:active, .bg-orange.btn.active {
  background-color: #dc6502 !important;
  border-color: #cf5f02;
  color: #ffffff;
}

/* line 28408, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-yellow {
  background-color: #ffc107 !important;
}

/* line 28412, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-yellow,
.bg-yellow > a {
  color: #1F2D3D !important;
}

/* line 28417, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-yellow.btn:hover {
  border-color: #d39e00;
  color: #121a24;
}

/* line 28422, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-yellow.btn:not(:disabled):not(.disabled):active, .bg-yellow.btn:not(:disabled):not(.disabled).active, .bg-yellow.btn:active, .bg-yellow.btn.active {
  background-color: #d39e00 !important;
  border-color: #c69500;
  color: #1F2D3D;
}

/* line 28428, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-green {
  background-color: #28a745 !important;
}

/* line 28432, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-green,
.bg-green > a {
  color: #ffffff !important;
}

/* line 28437, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-green.btn:hover {
  border-color: #1e7e34;
  color: #ececec;
}

/* line 28442, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-green.btn:not(:disabled):not(.disabled):active, .bg-green.btn:not(:disabled):not(.disabled).active, .bg-green.btn:active, .bg-green.btn.active {
  background-color: #1e7e34 !important;
  border-color: #1c7430;
  color: #ffffff;
}

/* line 28448, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-teal {
  background-color: #20c997 !important;
}

/* line 28452, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-teal,
.bg-teal > a {
  color: #ffffff !important;
}

/* line 28457, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-teal.btn:hover {
  border-color: #199d76;
  color: #ececec;
}

/* line 28462, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-teal.btn:not(:disabled):not(.disabled):active, .bg-teal.btn:not(:disabled):not(.disabled).active, .bg-teal.btn:active, .bg-teal.btn.active {
  background-color: #199d76 !important;
  border-color: #17926e;
  color: #ffffff;
}

/* line 28468, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-cyan {
  background-color: #17a2b8 !important;
}

/* line 28472, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-cyan,
.bg-cyan > a {
  color: #ffffff !important;
}

/* line 28477, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-cyan.btn:hover {
  border-color: #117a8b;
  color: #ececec;
}

/* line 28482, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-cyan.btn:not(:disabled):not(.disabled):active, .bg-cyan.btn:not(:disabled):not(.disabled).active, .bg-cyan.btn:active, .bg-cyan.btn.active {
  background-color: #117a8b !important;
  border-color: #10707f;
  color: #ffffff;
}

/* line 28488, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-white {
  background-color: #ffffff !important;
}

/* line 28492, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-white,
.bg-white > a {
  color: #1F2D3D !important;
}

/* line 28497, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-white.btn:hover {
  border-color: #e6e6e6;
  color: #121a24;
}

/* line 28502, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-white.btn:not(:disabled):not(.disabled):active, .bg-white.btn:not(:disabled):not(.disabled).active, .bg-white.btn:active, .bg-white.btn.active {
  background-color: #e6e6e6 !important;
  border-color: #dfdfdf;
  color: #1F2D3D;
}

/* line 28508, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gray {
  background-color: #6c757d !important;
}

/* line 28512, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gray,
.bg-gray > a {
  color: #ffffff !important;
}

/* line 28517, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gray.btn:hover {
  border-color: #545b62;
  color: #ececec;
}

/* line 28522, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gray.btn:not(:disabled):not(.disabled):active, .bg-gray.btn:not(:disabled):not(.disabled).active, .bg-gray.btn:active, .bg-gray.btn.active {
  background-color: #545b62 !important;
  border-color: #4e555b;
  color: #ffffff;
}

/* line 28528, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gray-dark {
  background-color: #343a40 !important;
}

/* line 28532, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gray-dark,
.bg-gray-dark > a {
  color: #ffffff !important;
}

/* line 28537, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gray-dark.btn:hover {
  border-color: #1d2124;
  color: #ececec;
}

/* line 28542, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gray-dark.btn:not(:disabled):not(.disabled):active, .bg-gray-dark.btn:not(:disabled):not(.disabled).active, .bg-gray-dark.btn:active, .bg-gray-dark.btn.active {
  background-color: #1d2124 !important;
  border-color: #171a1d;
  color: #ffffff;
}

/* line 28548, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gray {
  background-color: #adb5bd;
  color: #1F2D3D;
}

/* line 28553, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gray-light {
  background-color: #f2f4f5;
  color: #1F2D3D !important;
}

/* line 28558, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-black {
  background-color: #000;
  color: #ffffff !important;
}

/* line 28563, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-white {
  background-color: #ffffff;
  color: #1F2D3D !important;
}

/* line 28568, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-primary {
  color: #ffffff;
}

/* line 28572, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-primary {
  background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x !important;
}

/* line 28576, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-primary.btn.disabled, .bg-gradient-primary.btn:disabled, .bg-gradient-primary.btn:not(:disabled):not(.disabled):active, .bg-gradient-primary.btn:not(:disabled):not(.disabled).active,
.show > .bg-gradient-primary.btn.dropdown-toggle {
  background-image: none !important;
}

/* line 28581, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-primary.btn:hover {
  border-color: #0062cc;
  color: #ececec;
}

/* line 28586, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-primary.btn:hover {
  background: #0069d9 linear-gradient(180deg, #267fde, #0069d9) repeat-x !important;
}

/* line 28590, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-primary.btn:not(:disabled):not(.disabled):active, .bg-gradient-primary.btn:not(:disabled):not(.disabled).active, .bg-gradient-primary.btn:active, .bg-gradient-primary.btn.active {
  border-color: #005cbf;
  color: #ffffff;
}

/* line 28595, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-primary.btn:not(:disabled):not(.disabled):active, .bg-gradient-primary.btn:not(:disabled):not(.disabled).active, .bg-gradient-primary.btn:active, .bg-gradient-primary.btn.active {
  background: #0062cc linear-gradient(180deg, #267ad4, #0062cc) repeat-x !important;
}

/* line 28599, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-secondary {
  color: #ffffff;
}

/* line 28603, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-secondary {
  background: #6c757d linear-gradient(180deg, #828a91, #6c757d) repeat-x !important;
}

/* line 28607, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-secondary.btn.disabled, .bg-gradient-secondary.btn:disabled, .bg-gradient-secondary.btn:not(:disabled):not(.disabled):active, .bg-gradient-secondary.btn:not(:disabled):not(.disabled).active,
.show > .bg-gradient-secondary.btn.dropdown-toggle {
  background-image: none !important;
}

/* line 28612, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-secondary.btn:hover {
  border-color: #545b62;
  color: #ececec;
}

/* line 28617, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-secondary.btn:hover {
  background: #5a6268 linear-gradient(180deg, #73797f, #5a6268) repeat-x !important;
}

/* line 28621, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-secondary.btn:not(:disabled):not(.disabled):active, .bg-gradient-secondary.btn:not(:disabled):not(.disabled).active, .bg-gradient-secondary.btn:active, .bg-gradient-secondary.btn.active {
  border-color: #4e555b;
  color: #ffffff;
}

/* line 28626, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-secondary.btn:not(:disabled):not(.disabled):active, .bg-gradient-secondary.btn:not(:disabled):not(.disabled).active, .bg-gradient-secondary.btn:active, .bg-gradient-secondary.btn.active {
  background: #545b62 linear-gradient(180deg, #6e7479, #545b62) repeat-x !important;
}

/* line 28630, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-success {
  color: #ffffff;
}

/* line 28634, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-success {
  background: #28a745 linear-gradient(180deg, #48b461, #28a745) repeat-x !important;
}

/* line 28638, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-success.btn.disabled, .bg-gradient-success.btn:disabled, .bg-gradient-success.btn:not(:disabled):not(.disabled):active, .bg-gradient-success.btn:not(:disabled):not(.disabled).active,
.show > .bg-gradient-success.btn.dropdown-toggle {
  background-image: none !important;
}

/* line 28643, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-success.btn:hover {
  border-color: #1e7e34;
  color: #ececec;
}

/* line 28648, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-success.btn:hover {
  background: #218838 linear-gradient(180deg, #429a56, #218838) repeat-x !important;
}

/* line 28652, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-success.btn:not(:disabled):not(.disabled):active, .bg-gradient-success.btn:not(:disabled):not(.disabled).active, .bg-gradient-success.btn:active, .bg-gradient-success.btn.active {
  border-color: #1c7430;
  color: #ffffff;
}

/* line 28657, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-success.btn:not(:disabled):not(.disabled):active, .bg-gradient-success.btn:not(:disabled):not(.disabled).active, .bg-gradient-success.btn:active, .bg-gradient-success.btn.active {
  background: #1e7e34 linear-gradient(180deg, #409152, #1e7e34) repeat-x !important;
}

/* line 28661, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-info {
  color: #ffffff;
}

/* line 28665, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-info {
  background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x !important;
}

/* line 28669, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-info.btn.disabled, .bg-gradient-info.btn:disabled, .bg-gradient-info.btn:not(:disabled):not(.disabled):active, .bg-gradient-info.btn:not(:disabled):not(.disabled).active,
.show > .bg-gradient-info.btn.dropdown-toggle {
  background-image: none !important;
}

/* line 28674, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-info.btn:hover {
  border-color: #117a8b;
  color: #ececec;
}

/* line 28679, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-info.btn:hover {
  background: #138496 linear-gradient(180deg, #3697a6, #138496) repeat-x !important;
}

/* line 28683, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-info.btn:not(:disabled):not(.disabled):active, .bg-gradient-info.btn:not(:disabled):not(.disabled).active, .bg-gradient-info.btn:active, .bg-gradient-info.btn.active {
  border-color: #10707f;
  color: #ffffff;
}

/* line 28688, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-info.btn:not(:disabled):not(.disabled):active, .bg-gradient-info.btn:not(:disabled):not(.disabled).active, .bg-gradient-info.btn:active, .bg-gradient-info.btn.active {
  background: #117a8b linear-gradient(180deg, #358e9c, #117a8b) repeat-x !important;
}

/* line 28692, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-warning {
  color: #1F2D3D;
}

/* line 28696, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-warning {
  background: #ffc107 linear-gradient(180deg, #ffca2c, #ffc107) repeat-x !important;
}

/* line 28700, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-warning.btn.disabled, .bg-gradient-warning.btn:disabled, .bg-gradient-warning.btn:not(:disabled):not(.disabled):active, .bg-gradient-warning.btn:not(:disabled):not(.disabled).active,
.show > .bg-gradient-warning.btn.dropdown-toggle {
  background-image: none !important;
}

/* line 28705, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-warning.btn:hover {
  border-color: #d39e00;
  color: #121a24;
}

/* line 28710, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-warning.btn:hover {
  background: #e0a800 linear-gradient(180deg, #e4b526, #e0a800) repeat-x !important;
}

/* line 28714, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-warning.btn:not(:disabled):not(.disabled):active, .bg-gradient-warning.btn:not(:disabled):not(.disabled).active, .bg-gradient-warning.btn:active, .bg-gradient-warning.btn.active {
  border-color: #c69500;
  color: #1F2D3D;
}

/* line 28719, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-warning.btn:not(:disabled):not(.disabled):active, .bg-gradient-warning.btn:not(:disabled):not(.disabled).active, .bg-gradient-warning.btn:active, .bg-gradient-warning.btn.active {
  background: #d39e00 linear-gradient(180deg, #daad26, #d39e00) repeat-x !important;
}

/* line 28723, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-danger {
  color: #ffffff;
}

/* line 28727, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-danger {
  background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x !important;
}

/* line 28731, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-danger.btn.disabled, .bg-gradient-danger.btn:disabled, .bg-gradient-danger.btn:not(:disabled):not(.disabled):active, .bg-gradient-danger.btn:not(:disabled):not(.disabled).active,
.show > .bg-gradient-danger.btn.dropdown-toggle {
  background-image: none !important;
}

/* line 28736, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-danger.btn:hover {
  border-color: #bd2130;
  color: #ececec;
}

/* line 28741, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-danger.btn:hover {
  background: #c82333 linear-gradient(180deg, #d04451, #c82333) repeat-x !important;
}

/* line 28745, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-danger.btn:not(:disabled):not(.disabled):active, .bg-gradient-danger.btn:not(:disabled):not(.disabled).active, .bg-gradient-danger.btn:active, .bg-gradient-danger.btn.active {
  border-color: #b21f2d;
  color: #ffffff;
}

/* line 28750, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-danger.btn:not(:disabled):not(.disabled):active, .bg-gradient-danger.btn:not(:disabled):not(.disabled).active, .bg-gradient-danger.btn:active, .bg-gradient-danger.btn.active {
  background: #bd2130 linear-gradient(180deg, #c7424f, #bd2130) repeat-x !important;
}

/* line 28754, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-light {
  color: #1F2D3D;
}

/* line 28758, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-light {
  background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x !important;
}

/* line 28762, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-light.btn.disabled, .bg-gradient-light.btn:disabled, .bg-gradient-light.btn:not(:disabled):not(.disabled):active, .bg-gradient-light.btn:not(:disabled):not(.disabled).active,
.show > .bg-gradient-light.btn.dropdown-toggle {
  background-image: none !important;
}

/* line 28767, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-light.btn:hover {
  border-color: #dae0e5;
  color: #121a24;
}

/* line 28772, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-light.btn:hover {
  background: #e2e6ea linear-gradient(180deg, #e6eaed, #e2e6ea) repeat-x !important;
}

/* line 28776, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-light.btn:not(:disabled):not(.disabled):active, .bg-gradient-light.btn:not(:disabled):not(.disabled).active, .bg-gradient-light.btn:active, .bg-gradient-light.btn.active {
  border-color: #d3d9df;
  color: #1F2D3D;
}

/* line 28781, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-light.btn:not(:disabled):not(.disabled):active, .bg-gradient-light.btn:not(:disabled):not(.disabled).active, .bg-gradient-light.btn:active, .bg-gradient-light.btn.active {
  background: #dae0e5 linear-gradient(180deg, #e0e4e9, #dae0e5) repeat-x !important;
}

/* line 28785, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-dark {
  color: #ffffff;
}

/* line 28789, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-dark {
  background: #343a40 linear-gradient(180deg, #52585d, #343a40) repeat-x !important;
}

/* line 28793, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-dark.btn.disabled, .bg-gradient-dark.btn:disabled, .bg-gradient-dark.btn:not(:disabled):not(.disabled):active, .bg-gradient-dark.btn:not(:disabled):not(.disabled).active,
.show > .bg-gradient-dark.btn.dropdown-toggle {
  background-image: none !important;
}

/* line 28798, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-dark.btn:hover {
  border-color: #1d2124;
  color: #ececec;
}

/* line 28803, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-dark.btn:hover {
  background: #23272b linear-gradient(180deg, #44474b, #23272b) repeat-x !important;
}

/* line 28807, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-dark.btn:not(:disabled):not(.disabled):active, .bg-gradient-dark.btn:not(:disabled):not(.disabled).active, .bg-gradient-dark.btn:active, .bg-gradient-dark.btn.active {
  border-color: #171a1d;
  color: #ffffff;
}

/* line 28812, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-dark.btn:not(:disabled):not(.disabled):active, .bg-gradient-dark.btn:not(:disabled):not(.disabled).active, .bg-gradient-dark.btn:active, .bg-gradient-dark.btn.active {
  background: #1d2124 linear-gradient(180deg, #3f4245, #1d2124) repeat-x !important;
}

/* line 28816, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-lightblue {
  color: #ffffff;
}

/* line 28820, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-lightblue {
  background: #3c8dbc linear-gradient(180deg, #599ec6, #3c8dbc) repeat-x !important;
}

/* line 28824, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-lightblue.btn.disabled, .bg-gradient-lightblue.btn:disabled, .bg-gradient-lightblue.btn:not(:disabled):not(.disabled):active, .bg-gradient-lightblue.btn:not(:disabled):not(.disabled).active,
.show > .bg-gradient-lightblue.btn.dropdown-toggle {
  background-image: none !important;
}

/* line 28829, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-lightblue.btn:hover {
  border-color: #307095;
  color: #ececec;
}

/* line 28834, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-lightblue.btn:hover {
  background: #33779f linear-gradient(180deg, #518cad, #33779f) repeat-x !important;
}

/* line 28838, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-lightblue.btn:not(:disabled):not(.disabled):active, .bg-gradient-lightblue.btn:not(:disabled):not(.disabled).active, .bg-gradient-lightblue.btn:active, .bg-gradient-lightblue.btn.active {
  border-color: #2d698c;
  color: #ffffff;
}

/* line 28843, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-lightblue.btn:not(:disabled):not(.disabled):active, .bg-gradient-lightblue.btn:not(:disabled):not(.disabled).active, .bg-gradient-lightblue.btn:active, .bg-gradient-lightblue.btn.active {
  background: #307095 linear-gradient(180deg, #4f85a5, #307095) repeat-x !important;
}

/* line 28847, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-navy {
  color: #ffffff;
}

/* line 28851, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-navy {
  background: #001f3f linear-gradient(180deg, #26415c, #001f3f) repeat-x !important;
}

/* line 28855, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-navy.btn.disabled, .bg-gradient-navy.btn:disabled, .bg-gradient-navy.btn:not(:disabled):not(.disabled):active, .bg-gradient-navy.btn:not(:disabled):not(.disabled).active,
.show > .bg-gradient-navy.btn.dropdown-toggle {
  background-image: none !important;
}

/* line 28860, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-navy.btn:hover {
  border-color: #00060c;
  color: #ececec;
}

/* line 28865, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-navy.btn:hover {
  background: #000c19 linear-gradient(180deg, #26313b, #000c19) repeat-x !important;
}

/* line 28869, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-navy.btn:not(:disabled):not(.disabled):active, .bg-gradient-navy.btn:not(:disabled):not(.disabled).active, .bg-gradient-navy.btn:active, .bg-gradient-navy.btn.active {
  border-color: black;
  color: #ffffff;
}

/* line 28874, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-navy.btn:not(:disabled):not(.disabled):active, .bg-gradient-navy.btn:not(:disabled):not(.disabled).active, .bg-gradient-navy.btn:active, .bg-gradient-navy.btn.active {
  background: #00060c linear-gradient(180deg, #262b30, #00060c) repeat-x !important;
}

/* line 28878, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-olive {
  color: #ffffff;
}

/* line 28882, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-olive {
  background: #3d9970 linear-gradient(180deg, #5aa885, #3d9970) repeat-x !important;
}

/* line 28886, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-olive.btn.disabled, .bg-gradient-olive.btn:disabled, .bg-gradient-olive.btn:not(:disabled):not(.disabled):active, .bg-gradient-olive.btn:not(:disabled):not(.disabled).active,
.show > .bg-gradient-olive.btn.dropdown-toggle {
  background-image: none !important;
}

/* line 28891, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-olive.btn:hover {
  border-color: #2e7555;
  color: #ececec;
}

/* line 28896, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-olive.btn:hover {
  background: #327e5c linear-gradient(180deg, #519174, #327e5c) repeat-x !important;
}

/* line 28900, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-olive.btn:not(:disabled):not(.disabled):active, .bg-gradient-olive.btn:not(:disabled):not(.disabled).active, .bg-gradient-olive.btn:active, .bg-gradient-olive.btn.active {
  border-color: #2b6b4f;
  color: #ffffff;
}

/* line 28905, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-olive.btn:not(:disabled):not(.disabled):active, .bg-gradient-olive.btn:not(:disabled):not(.disabled).active, .bg-gradient-olive.btn:active, .bg-gradient-olive.btn.active {
  background: #2e7555 linear-gradient(180deg, #4e896f, #2e7555) repeat-x !important;
}

/* line 28909, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-lime {
  color: #1F2D3D;
}

/* line 28913, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-lime {
  background: #01ff70 linear-gradient(180deg, #27ff85, #01ff70) repeat-x !important;
}

/* line 28917, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-lime.btn.disabled, .bg-gradient-lime.btn:disabled, .bg-gradient-lime.btn:not(:disabled):not(.disabled):active, .bg-gradient-lime.btn:not(:disabled):not(.disabled).active,
.show > .bg-gradient-lime.btn.dropdown-toggle {
  background-image: none !important;
}

/* line 28922, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-lime.btn:hover {
  border-color: #00cd5a;
  color: #121a24;
}

/* line 28927, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-lime.btn:hover {
  background: #00da5f linear-gradient(180deg, #26df77, #00da5f) repeat-x !important;
}

/* line 28931, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-lime.btn:not(:disabled):not(.disabled):active, .bg-gradient-lime.btn:not(:disabled):not(.disabled).active, .bg-gradient-lime.btn:active, .bg-gradient-lime.btn.active {
  border-color: #00c054;
  color: #ffffff;
}

/* line 28936, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-lime.btn:not(:disabled):not(.disabled):active, .bg-gradient-lime.btn:not(:disabled):not(.disabled).active, .bg-gradient-lime.btn:active, .bg-gradient-lime.btn.active {
  background: #00cd5a linear-gradient(180deg, #26d572, #00cd5a) repeat-x !important;
}

/* line 28940, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-fuchsia {
  color: #ffffff;
}

/* line 28944, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-fuchsia {
  background: #f012be linear-gradient(180deg, #f236c8, #f012be) repeat-x !important;
}

/* line 28948, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-fuchsia.btn.disabled, .bg-gradient-fuchsia.btn:disabled, .bg-gradient-fuchsia.btn:not(:disabled):not(.disabled):active, .bg-gradient-fuchsia.btn:not(:disabled):not(.disabled).active,
.show > .bg-gradient-fuchsia.btn.dropdown-toggle {
  background-image: none !important;
}

/* line 28953, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-fuchsia.btn:hover {
  border-color: #c30c9a;
  color: #ececec;
}

/* line 28958, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-fuchsia.btn:hover {
  background: #cf0da3 linear-gradient(180deg, #d631b1, #cf0da3) repeat-x !important;
}

/* line 28962, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-fuchsia.btn:not(:disabled):not(.disabled):active, .bg-gradient-fuchsia.btn:not(:disabled):not(.disabled).active, .bg-gradient-fuchsia.btn:active, .bg-gradient-fuchsia.btn.active {
  border-color: #b70c90;
  color: #ffffff;
}

/* line 28967, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-fuchsia.btn:not(:disabled):not(.disabled):active, .bg-gradient-fuchsia.btn:not(:disabled):not(.disabled).active, .bg-gradient-fuchsia.btn:active, .bg-gradient-fuchsia.btn.active {
  background: #c30c9a linear-gradient(180deg, #cc31a9, #c30c9a) repeat-x !important;
}

/* line 28971, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-maroon {
  color: #ffffff;
}

/* line 28975, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-maroon {
  background: #d81b60 linear-gradient(180deg, #de3d78, #d81b60) repeat-x !important;
}

/* line 28979, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-maroon.btn.disabled, .bg-gradient-maroon.btn:disabled, .bg-gradient-maroon.btn:not(:disabled):not(.disabled):active, .bg-gradient-maroon.btn:not(:disabled):not(.disabled).active,
.show > .bg-gradient-maroon.btn.dropdown-toggle {
  background-image: none !important;
}

/* line 28984, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-maroon.btn:hover {
  border-color: #ab154c;
  color: #ececec;
}

/* line 28989, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-maroon.btn:hover {
  background: #b61751 linear-gradient(180deg, #c13a6b, #b61751) repeat-x !important;
}

/* line 28993, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-maroon.btn:not(:disabled):not(.disabled):active, .bg-gradient-maroon.btn:not(:disabled):not(.disabled).active, .bg-gradient-maroon.btn:active, .bg-gradient-maroon.btn.active {
  border-color: #9f1447;
  color: #ffffff;
}

/* line 28998, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-maroon.btn:not(:disabled):not(.disabled):active, .bg-gradient-maroon.btn:not(:disabled):not(.disabled).active, .bg-gradient-maroon.btn:active, .bg-gradient-maroon.btn.active {
  background: #ab154c linear-gradient(180deg, #b73867, #ab154c) repeat-x !important;
}

/* line 29002, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-blue {
  color: #ffffff;
}

/* line 29006, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-blue {
  background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x !important;
}

/* line 29010, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-blue.btn.disabled, .bg-gradient-blue.btn:disabled, .bg-gradient-blue.btn:not(:disabled):not(.disabled):active, .bg-gradient-blue.btn:not(:disabled):not(.disabled).active,
.show > .bg-gradient-blue.btn.dropdown-toggle {
  background-image: none !important;
}

/* line 29015, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-blue.btn:hover {
  border-color: #0062cc;
  color: #ececec;
}

/* line 29020, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-blue.btn:hover {
  background: #0069d9 linear-gradient(180deg, #267fde, #0069d9) repeat-x !important;
}

/* line 29024, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-blue.btn:not(:disabled):not(.disabled):active, .bg-gradient-blue.btn:not(:disabled):not(.disabled).active, .bg-gradient-blue.btn:active, .bg-gradient-blue.btn.active {
  border-color: #005cbf;
  color: #ffffff;
}

/* line 29029, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-blue.btn:not(:disabled):not(.disabled):active, .bg-gradient-blue.btn:not(:disabled):not(.disabled).active, .bg-gradient-blue.btn:active, .bg-gradient-blue.btn.active {
  background: #0062cc linear-gradient(180deg, #267ad4, #0062cc) repeat-x !important;
}

/* line 29033, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-indigo {
  color: #ffffff;
}

/* line 29037, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-indigo {
  background: #6610f2 linear-gradient(180deg, #7d34f4, #6610f2) repeat-x !important;
}

/* line 29041, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-indigo.btn.disabled, .bg-gradient-indigo.btn:disabled, .bg-gradient-indigo.btn:not(:disabled):not(.disabled):active, .bg-gradient-indigo.btn:not(:disabled):not(.disabled).active,
.show > .bg-gradient-indigo.btn.dropdown-toggle {
  background-image: none !important;
}

/* line 29046, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-indigo.btn:hover {
  border-color: #510bc4;
  color: #ececec;
}

/* line 29051, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-indigo.btn:hover {
  background: #560bd0 linear-gradient(180deg, #7030d7, #560bd0) repeat-x !important;
}

/* line 29055, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-indigo.btn:not(:disabled):not(.disabled):active, .bg-gradient-indigo.btn:not(:disabled):not(.disabled).active, .bg-gradient-indigo.btn:active, .bg-gradient-indigo.btn.active {
  border-color: #4c0ab8;
  color: #ffffff;
}

/* line 29060, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-indigo.btn:not(:disabled):not(.disabled):active, .bg-gradient-indigo.btn:not(:disabled):not(.disabled).active, .bg-gradient-indigo.btn:active, .bg-gradient-indigo.btn.active {
  background: #510bc4 linear-gradient(180deg, #6b2fcd, #510bc4) repeat-x !important;
}

/* line 29064, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-purple {
  color: #ffffff;
}

/* line 29068, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-purple {
  background: #6f42c1 linear-gradient(180deg, #855eca, #6f42c1) repeat-x !important;
}

/* line 29072, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-purple.btn.disabled, .bg-gradient-purple.btn:disabled, .bg-gradient-purple.btn:not(:disabled):not(.disabled):active, .bg-gradient-purple.btn:not(:disabled):not(.disabled).active,
.show > .bg-gradient-purple.btn.dropdown-toggle {
  background-image: none !important;
}

/* line 29077, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-purple.btn:hover {
  border-color: #59339d;
  color: #ececec;
}

/* line 29082, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-purple.btn:hover {
  background: #5e37a6 linear-gradient(180deg, #7655b4, #5e37a6) repeat-x !important;
}

/* line 29086, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-purple.btn:not(:disabled):not(.disabled):active, .bg-gradient-purple.btn:not(:disabled):not(.disabled).active, .bg-gradient-purple.btn:active, .bg-gradient-purple.btn.active {
  border-color: #533093;
  color: #ffffff;
}

/* line 29091, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-purple.btn:not(:disabled):not(.disabled):active, .bg-gradient-purple.btn:not(:disabled):not(.disabled).active, .bg-gradient-purple.btn:active, .bg-gradient-purple.btn.active {
  background: #59339d linear-gradient(180deg, #7252ab, #59339d) repeat-x !important;
}

/* line 29095, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-pink {
  color: #ffffff;
}

/* line 29099, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-pink {
  background: #e83e8c linear-gradient(180deg, #eb5b9d, #e83e8c) repeat-x !important;
}

/* line 29103, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-pink.btn.disabled, .bg-gradient-pink.btn:disabled, .bg-gradient-pink.btn:not(:disabled):not(.disabled):active, .bg-gradient-pink.btn:not(:disabled):not(.disabled).active,
.show > .bg-gradient-pink.btn.dropdown-toggle {
  background-image: none !important;
}

/* line 29108, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-pink.btn:hover {
  border-color: #d91a72;
  color: #ececec;
}

/* line 29113, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-pink.btn:hover {
  background: #e41c78 linear-gradient(180deg, #e83e8c, #e41c78) repeat-x !important;
}

/* line 29117, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-pink.btn:not(:disabled):not(.disabled):active, .bg-gradient-pink.btn:not(:disabled):not(.disabled).active, .bg-gradient-pink.btn:active, .bg-gradient-pink.btn.active {
  border-color: #ce196c;
  color: #ffffff;
}

/* line 29122, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-pink.btn:not(:disabled):not(.disabled):active, .bg-gradient-pink.btn:not(:disabled):not(.disabled).active, .bg-gradient-pink.btn:active, .bg-gradient-pink.btn.active {
  background: #d91a72 linear-gradient(180deg, #df3c87, #d91a72) repeat-x !important;
}

/* line 29126, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-red {
  color: #ffffff;
}

/* line 29130, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-red {
  background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x !important;
}

/* line 29134, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-red.btn.disabled, .bg-gradient-red.btn:disabled, .bg-gradient-red.btn:not(:disabled):not(.disabled):active, .bg-gradient-red.btn:not(:disabled):not(.disabled).active,
.show > .bg-gradient-red.btn.dropdown-toggle {
  background-image: none !important;
}

/* line 29139, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-red.btn:hover {
  border-color: #bd2130;
  color: #ececec;
}

/* line 29144, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-red.btn:hover {
  background: #c82333 linear-gradient(180deg, #d04451, #c82333) repeat-x !important;
}

/* line 29148, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-red.btn:not(:disabled):not(.disabled):active, .bg-gradient-red.btn:not(:disabled):not(.disabled).active, .bg-gradient-red.btn:active, .bg-gradient-red.btn.active {
  border-color: #b21f2d;
  color: #ffffff;
}

/* line 29153, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-red.btn:not(:disabled):not(.disabled):active, .bg-gradient-red.btn:not(:disabled):not(.disabled).active, .bg-gradient-red.btn:active, .bg-gradient-red.btn.active {
  background: #bd2130 linear-gradient(180deg, #c7424f, #bd2130) repeat-x !important;
}

/* line 29157, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-orange {
  color: #1F2D3D;
}

/* line 29161, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-orange {
  background: #fd7e14 linear-gradient(180deg, #fd9137, #fd7e14) repeat-x !important;
}

/* line 29165, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-orange.btn.disabled, .bg-gradient-orange.btn:disabled, .bg-gradient-orange.btn:not(:disabled):not(.disabled):active, .bg-gradient-orange.btn:not(:disabled):not(.disabled).active,
.show > .bg-gradient-orange.btn.dropdown-toggle {
  background-image: none !important;
}

/* line 29170, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-orange.btn:hover {
  border-color: #dc6502;
  color: #121a24;
}

/* line 29175, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-orange.btn:hover {
  background: #e96b02 linear-gradient(180deg, #ec8128, #e96b02) repeat-x !important;
}

/* line 29179, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-orange.btn:not(:disabled):not(.disabled):active, .bg-gradient-orange.btn:not(:disabled):not(.disabled).active, .bg-gradient-orange.btn:active, .bg-gradient-orange.btn.active {
  border-color: #cf5f02;
  color: #ffffff;
}

/* line 29184, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-orange.btn:not(:disabled):not(.disabled):active, .bg-gradient-orange.btn:not(:disabled):not(.disabled).active, .bg-gradient-orange.btn:active, .bg-gradient-orange.btn.active {
  background: #dc6502 linear-gradient(180deg, #e17c28, #dc6502) repeat-x !important;
}

/* line 29188, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-yellow {
  color: #1F2D3D;
}

/* line 29192, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-yellow {
  background: #ffc107 linear-gradient(180deg, #ffca2c, #ffc107) repeat-x !important;
}

/* line 29196, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-yellow.btn.disabled, .bg-gradient-yellow.btn:disabled, .bg-gradient-yellow.btn:not(:disabled):not(.disabled):active, .bg-gradient-yellow.btn:not(:disabled):not(.disabled).active,
.show > .bg-gradient-yellow.btn.dropdown-toggle {
  background-image: none !important;
}

/* line 29201, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-yellow.btn:hover {
  border-color: #d39e00;
  color: #121a24;
}

/* line 29206, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-yellow.btn:hover {
  background: #e0a800 linear-gradient(180deg, #e4b526, #e0a800) repeat-x !important;
}

/* line 29210, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-yellow.btn:not(:disabled):not(.disabled):active, .bg-gradient-yellow.btn:not(:disabled):not(.disabled).active, .bg-gradient-yellow.btn:active, .bg-gradient-yellow.btn.active {
  border-color: #c69500;
  color: #1F2D3D;
}

/* line 29215, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-yellow.btn:not(:disabled):not(.disabled):active, .bg-gradient-yellow.btn:not(:disabled):not(.disabled).active, .bg-gradient-yellow.btn:active, .bg-gradient-yellow.btn.active {
  background: #d39e00 linear-gradient(180deg, #daad26, #d39e00) repeat-x !important;
}

/* line 29219, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-green {
  color: #ffffff;
}

/* line 29223, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-green {
  background: #28a745 linear-gradient(180deg, #48b461, #28a745) repeat-x !important;
}

/* line 29227, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-green.btn.disabled, .bg-gradient-green.btn:disabled, .bg-gradient-green.btn:not(:disabled):not(.disabled):active, .bg-gradient-green.btn:not(:disabled):not(.disabled).active,
.show > .bg-gradient-green.btn.dropdown-toggle {
  background-image: none !important;
}

/* line 29232, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-green.btn:hover {
  border-color: #1e7e34;
  color: #ececec;
}

/* line 29237, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-green.btn:hover {
  background: #218838 linear-gradient(180deg, #429a56, #218838) repeat-x !important;
}

/* line 29241, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-green.btn:not(:disabled):not(.disabled):active, .bg-gradient-green.btn:not(:disabled):not(.disabled).active, .bg-gradient-green.btn:active, .bg-gradient-green.btn.active {
  border-color: #1c7430;
  color: #ffffff;
}

/* line 29246, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-green.btn:not(:disabled):not(.disabled):active, .bg-gradient-green.btn:not(:disabled):not(.disabled).active, .bg-gradient-green.btn:active, .bg-gradient-green.btn.active {
  background: #1e7e34 linear-gradient(180deg, #409152, #1e7e34) repeat-x !important;
}

/* line 29250, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-teal {
  color: #ffffff;
}

/* line 29254, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-teal {
  background: #20c997 linear-gradient(180deg, #41d1a7, #20c997) repeat-x !important;
}

/* line 29258, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-teal.btn.disabled, .bg-gradient-teal.btn:disabled, .bg-gradient-teal.btn:not(:disabled):not(.disabled):active, .bg-gradient-teal.btn:not(:disabled):not(.disabled).active,
.show > .bg-gradient-teal.btn.dropdown-toggle {
  background-image: none !important;
}

/* line 29263, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-teal.btn:hover {
  border-color: #199d76;
  color: #ececec;
}

/* line 29268, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-teal.btn:hover {
  background: #1ba87e linear-gradient(180deg, #3db592, #1ba87e) repeat-x !important;
}

/* line 29272, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-teal.btn:not(:disabled):not(.disabled):active, .bg-gradient-teal.btn:not(:disabled):not(.disabled).active, .bg-gradient-teal.btn:active, .bg-gradient-teal.btn.active {
  border-color: #17926e;
  color: #ffffff;
}

/* line 29277, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-teal.btn:not(:disabled):not(.disabled):active, .bg-gradient-teal.btn:not(:disabled):not(.disabled).active, .bg-gradient-teal.btn:active, .bg-gradient-teal.btn.active {
  background: #199d76 linear-gradient(180deg, #3bac8b, #199d76) repeat-x !important;
}

/* line 29281, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-cyan {
  color: #ffffff;
}

/* line 29285, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-cyan {
  background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x !important;
}

/* line 29289, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-cyan.btn.disabled, .bg-gradient-cyan.btn:disabled, .bg-gradient-cyan.btn:not(:disabled):not(.disabled):active, .bg-gradient-cyan.btn:not(:disabled):not(.disabled).active,
.show > .bg-gradient-cyan.btn.dropdown-toggle {
  background-image: none !important;
}

/* line 29294, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-cyan.btn:hover {
  border-color: #117a8b;
  color: #ececec;
}

/* line 29299, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-cyan.btn:hover {
  background: #138496 linear-gradient(180deg, #3697a6, #138496) repeat-x !important;
}

/* line 29303, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-cyan.btn:not(:disabled):not(.disabled):active, .bg-gradient-cyan.btn:not(:disabled):not(.disabled).active, .bg-gradient-cyan.btn:active, .bg-gradient-cyan.btn.active {
  border-color: #10707f;
  color: #ffffff;
}

/* line 29308, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-cyan.btn:not(:disabled):not(.disabled):active, .bg-gradient-cyan.btn:not(:disabled):not(.disabled).active, .bg-gradient-cyan.btn:active, .bg-gradient-cyan.btn.active {
  background: #117a8b linear-gradient(180deg, #358e9c, #117a8b) repeat-x !important;
}

/* line 29312, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-white {
  color: #1F2D3D;
}

/* line 29316, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-white {
  background: #ffffff linear-gradient(180deg, white, #ffffff) repeat-x !important;
}

/* line 29320, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-white.btn.disabled, .bg-gradient-white.btn:disabled, .bg-gradient-white.btn:not(:disabled):not(.disabled):active, .bg-gradient-white.btn:not(:disabled):not(.disabled).active,
.show > .bg-gradient-white.btn.dropdown-toggle {
  background-image: none !important;
}

/* line 29325, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-white.btn:hover {
  border-color: #e6e6e6;
  color: #121a24;
}

/* line 29330, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-white.btn:hover {
  background: #ececec linear-gradient(180deg, #efefef, #ececec) repeat-x !important;
}

/* line 29334, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-white.btn:not(:disabled):not(.disabled):active, .bg-gradient-white.btn:not(:disabled):not(.disabled).active, .bg-gradient-white.btn:active, .bg-gradient-white.btn.active {
  border-color: #dfdfdf;
  color: #1F2D3D;
}

/* line 29339, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-white.btn:not(:disabled):not(.disabled):active, .bg-gradient-white.btn:not(:disabled):not(.disabled).active, .bg-gradient-white.btn:active, .bg-gradient-white.btn.active {
  background: #e6e6e6 linear-gradient(180deg, #e9e9e9, #e6e6e6) repeat-x !important;
}

/* line 29343, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-gray {
  color: #ffffff;
}

/* line 29347, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-gray {
  background: #6c757d linear-gradient(180deg, #828a91, #6c757d) repeat-x !important;
}

/* line 29351, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-gray.btn.disabled, .bg-gradient-gray.btn:disabled, .bg-gradient-gray.btn:not(:disabled):not(.disabled):active, .bg-gradient-gray.btn:not(:disabled):not(.disabled).active,
.show > .bg-gradient-gray.btn.dropdown-toggle {
  background-image: none !important;
}

/* line 29356, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-gray.btn:hover {
  border-color: #545b62;
  color: #ececec;
}

/* line 29361, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-gray.btn:hover {
  background: #5a6268 linear-gradient(180deg, #73797f, #5a6268) repeat-x !important;
}

/* line 29365, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-gray.btn:not(:disabled):not(.disabled):active, .bg-gradient-gray.btn:not(:disabled):not(.disabled).active, .bg-gradient-gray.btn:active, .bg-gradient-gray.btn.active {
  border-color: #4e555b;
  color: #ffffff;
}

/* line 29370, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-gray.btn:not(:disabled):not(.disabled):active, .bg-gradient-gray.btn:not(:disabled):not(.disabled).active, .bg-gradient-gray.btn:active, .bg-gradient-gray.btn.active {
  background: #545b62 linear-gradient(180deg, #6e7479, #545b62) repeat-x !important;
}

/* line 29374, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-gray-dark {
  color: #ffffff;
}

/* line 29378, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-gray-dark {
  background: #343a40 linear-gradient(180deg, #52585d, #343a40) repeat-x !important;
}

/* line 29382, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-gray-dark.btn.disabled, .bg-gradient-gray-dark.btn:disabled, .bg-gradient-gray-dark.btn:not(:disabled):not(.disabled):active, .bg-gradient-gray-dark.btn:not(:disabled):not(.disabled).active,
.show > .bg-gradient-gray-dark.btn.dropdown-toggle {
  background-image: none !important;
}

/* line 29387, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-gray-dark.btn:hover {
  border-color: #1d2124;
  color: #ececec;
}

/* line 29392, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-gray-dark.btn:hover {
  background: #23272b linear-gradient(180deg, #44474b, #23272b) repeat-x !important;
}

/* line 29396, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-gray-dark.btn:not(:disabled):not(.disabled):active, .bg-gradient-gray-dark.btn:not(:disabled):not(.disabled).active, .bg-gradient-gray-dark.btn:active, .bg-gradient-gray-dark.btn.active {
  border-color: #171a1d;
  color: #ffffff;
}

/* line 29401, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.bg-gradient-gray-dark.btn:not(:disabled):not(.disabled):active, .bg-gradient-gray-dark.btn:not(:disabled):not(.disabled).active, .bg-gradient-gray-dark.btn:active, .bg-gradient-gray-dark.btn.active {
  background: #1d2124 linear-gradient(180deg, #3f4245, #1d2124) repeat-x !important;
}

/* line 29405, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class^='bg-'].disabled {
  opacity: .65;
}

/* line 29409, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
a.text-muted:hover {
  color: #007bff !important;
}

/* line 29413, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.link-muted {
  color: #5d6974;
}

/* line 29417, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.link-muted:hover, .link-muted:focus {
  color: #464f58;
}

/* line 29421, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.link-black {
  color: #6c757d;
}

/* line 29425, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.link-black:hover, .link-black:focus {
  color: #e6e8ea;
}

/* line 29429, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-primary .btn-link,
.accent-primary a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
  color: #007bff;
}

/* line 29434, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-primary .btn-link:hover,
.accent-primary a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
  color: #0056b3;
}

/* line 29439, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-primary .dropdown-item:active, .accent-primary .dropdown-item.active {
  background: #007bff;
  color: #ffffff;
}

/* line 29444, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-primary .custom-control-input:checked ~ .custom-control-label::before {
  background: #007bff;
  border-color: #004a99;
}

/* line 29449, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-primary .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%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");
}

/* line 29453, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-primary .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-primary .custom-select:focus,
.accent-primary .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-primary .custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
}

/* line 29460, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-primary .page-item .page-link {
  color: #007bff;
}

/* line 29464, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-primary .page-item.active a,
.accent-primary .page-item.active .page-link {
  background-color: #007bff;
  border-color: #007bff;
  color: #ffffff;
}

/* line 29471, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-primary .page-item.disabled a,
.accent-primary .page-item.disabled .page-link {
  background-color: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}

/* line 29478, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-primary [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #C2C7D0;
}

/* line 29482, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-primary [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #ffffff;
}

/* line 29486, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-primary [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #343a40;
}

/* line 29490, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-primary [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #212529;
}

/* line 29494, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-secondary .btn-link,
.accent-secondary a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
  color: #6c757d;
}

/* line 29499, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-secondary .btn-link:hover,
.accent-secondary a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
  color: #494f54;
}

/* line 29504, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-secondary .dropdown-item:active, .accent-secondary .dropdown-item.active {
  background: #6c757d;
  color: #ffffff;
}

/* line 29509, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-secondary .custom-control-input:checked ~ .custom-control-label::before {
  background: #6c757d;
  border-color: #3d4246;
}

/* line 29514, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-secondary .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%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");
}

/* line 29518, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-secondary .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-secondary .custom-select:focus,
.accent-secondary .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-secondary .custom-file-input:focus ~ .custom-file-label {
  border-color: #afb5ba;
}

/* line 29525, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-secondary .page-item .page-link {
  color: #6c757d;
}

/* line 29529, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-secondary .page-item.active a,
.accent-secondary .page-item.active .page-link {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #ffffff;
}

/* line 29536, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-secondary .page-item.disabled a,
.accent-secondary .page-item.disabled .page-link {
  background-color: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}

/* line 29543, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-secondary [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #C2C7D0;
}

/* line 29547, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-secondary [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #ffffff;
}

/* line 29551, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-secondary [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #343a40;
}

/* line 29555, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-secondary [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #212529;
}

/* line 29559, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-success .btn-link,
.accent-success a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
  color: #28a745;
}

/* line 29564, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-success .btn-link:hover,
.accent-success a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
  color: #19692c;
}

/* line 29569, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-success .dropdown-item:active, .accent-success .dropdown-item.active {
  background: #28a745;
  color: #ffffff;
}

/* line 29574, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-success .custom-control-input:checked ~ .custom-control-label::before {
  background: #28a745;
  border-color: #145523;
}

/* line 29579, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-success .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%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");
}

/* line 29583, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-success .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-success .custom-select:focus,
.accent-success .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-success .custom-file-input:focus ~ .custom-file-label {
  border-color: #71dd8a;
}

/* line 29590, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-success .page-item .page-link {
  color: #28a745;
}

/* line 29594, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-success .page-item.active a,
.accent-success .page-item.active .page-link {
  background-color: #28a745;
  border-color: #28a745;
  color: #ffffff;
}

/* line 29601, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-success .page-item.disabled a,
.accent-success .page-item.disabled .page-link {
  background-color: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}

/* line 29608, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-success [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #C2C7D0;
}

/* line 29612, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-success [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #ffffff;
}

/* line 29616, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-success [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #343a40;
}

/* line 29620, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-success [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #212529;
}

/* line 29624, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-info .btn-link,
.accent-info a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
  color: #17a2b8;
}

/* line 29629, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-info .btn-link:hover,
.accent-info a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
  color: #0f6674;
}

/* line 29634, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-info .dropdown-item:active, .accent-info .dropdown-item.active {
  background: #17a2b8;
  color: #ffffff;
}

/* line 29639, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-info .custom-control-input:checked ~ .custom-control-label::before {
  background: #17a2b8;
  border-color: #0c525d;
}

/* line 29644, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-info .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%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");
}

/* line 29648, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-info .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-info .custom-select:focus,
.accent-info .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-info .custom-file-input:focus ~ .custom-file-label {
  border-color: #63d9ec;
}

/* line 29655, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-info .page-item .page-link {
  color: #17a2b8;
}

/* line 29659, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-info .page-item.active a,
.accent-info .page-item.active .page-link {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}

/* line 29666, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-info .page-item.disabled a,
.accent-info .page-item.disabled .page-link {
  background-color: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}

/* line 29673, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-info [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #C2C7D0;
}

/* line 29677, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-info [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #ffffff;
}

/* line 29681, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-info [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #343a40;
}

/* line 29685, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-info [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #212529;
}

/* line 29689, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-warning .btn-link,
.accent-warning a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
  color: #ffc107;
}

/* line 29694, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-warning .btn-link:hover,
.accent-warning a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
  color: #ba8b00;
}

/* line 29699, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-warning .dropdown-item:active, .accent-warning .dropdown-item.active {
  background: #ffc107;
  color: #1F2D3D;
}

/* line 29704, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-warning .custom-control-input:checked ~ .custom-control-label::before {
  background: #ffc107;
  border-color: #a07800;
}

/* line 29709, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-warning .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%231F2D3D' 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");
}

/* line 29713, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-warning .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-warning .custom-select:focus,
.accent-warning .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-warning .custom-file-input:focus ~ .custom-file-label {
  border-color: #ffe187;
}

/* line 29720, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-warning .page-item .page-link {
  color: #ffc107;
}

/* line 29724, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-warning .page-item.active a,
.accent-warning .page-item.active .page-link {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #ffffff;
}

/* line 29731, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-warning .page-item.disabled a,
.accent-warning .page-item.disabled .page-link {
  background-color: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}

/* line 29738, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-warning [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #C2C7D0;
}

/* line 29742, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-warning [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #ffffff;
}

/* line 29746, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-warning [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #343a40;
}

/* line 29750, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-warning [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #212529;
}

/* line 29754, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-danger .btn-link,
.accent-danger a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
  color: #dc3545;
}

/* line 29759, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-danger .btn-link:hover,
.accent-danger a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
  color: #a71d2a;
}

/* line 29764, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-danger .dropdown-item:active, .accent-danger .dropdown-item.active {
  background: #dc3545;
  color: #ffffff;
}

/* line 29769, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-danger .custom-control-input:checked ~ .custom-control-label::before {
  background: #dc3545;
  border-color: #921925;
}

/* line 29774, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-danger .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%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");
}

/* line 29778, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-danger .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-danger .custom-select:focus,
.accent-danger .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-danger .custom-file-input:focus ~ .custom-file-label {
  border-color: #efa2a9;
}

/* line 29785, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-danger .page-item .page-link {
  color: #dc3545;
}

/* line 29789, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-danger .page-item.active a,
.accent-danger .page-item.active .page-link {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #ffffff;
}

/* line 29796, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-danger .page-item.disabled a,
.accent-danger .page-item.disabled .page-link {
  background-color: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}

/* line 29803, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-danger [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #C2C7D0;
}

/* line 29807, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-danger [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #ffffff;
}

/* line 29811, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-danger [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #343a40;
}

/* line 29815, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-danger [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #212529;
}

/* line 29819, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-light .btn-link,
.accent-light a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
  color: #f8f9fa;
}

/* line 29824, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-light .btn-link:hover,
.accent-light a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
  color: #cbd3da;
}

/* line 29829, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-light .dropdown-item:active, .accent-light .dropdown-item.active {
  background: #f8f9fa;
  color: #1F2D3D;
}

/* line 29834, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-light .custom-control-input:checked ~ .custom-control-label::before {
  background: #f8f9fa;
  border-color: #bdc6d0;
}

/* line 29839, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-light .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%231F2D3D' 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");
}

/* line 29843, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-light .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-light .custom-select:focus,
.accent-light .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-light .custom-file-input:focus ~ .custom-file-label {
  border-color: white;
}

/* line 29850, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-light .page-item .page-link {
  color: #f8f9fa;
}

/* line 29854, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-light .page-item.active a,
.accent-light .page-item.active .page-link {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #ffffff;
}

/* line 29861, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-light .page-item.disabled a,
.accent-light .page-item.disabled .page-link {
  background-color: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}

/* line 29868, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-light [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #C2C7D0;
}

/* line 29872, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-light [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #ffffff;
}

/* line 29876, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-light [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #343a40;
}

/* line 29880, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-light [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #212529;
}

/* line 29884, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-dark .btn-link,
.accent-dark a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
  color: #343a40;
}

/* line 29889, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-dark .btn-link:hover,
.accent-dark a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
  color: #121416;
}

/* line 29894, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-dark .dropdown-item:active, .accent-dark .dropdown-item.active {
  background: #343a40;
  color: #ffffff;
}

/* line 29899, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-dark .custom-control-input:checked ~ .custom-control-label::before {
  background: #343a40;
  border-color: #060708;
}

/* line 29904, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-dark .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%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");
}

/* line 29908, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-dark .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-dark .custom-select:focus,
.accent-dark .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-dark .custom-file-input:focus ~ .custom-file-label {
  border-color: #6d7a86;
}

/* line 29915, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-dark .page-item .page-link {
  color: #343a40;
}

/* line 29919, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-dark .page-item.active a,
.accent-dark .page-item.active .page-link {
  background-color: #343a40;
  border-color: #343a40;
  color: #ffffff;
}

/* line 29926, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-dark .page-item.disabled a,
.accent-dark .page-item.disabled .page-link {
  background-color: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}

/* line 29933, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-dark [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #C2C7D0;
}

/* line 29937, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-dark [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #ffffff;
}

/* line 29941, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-dark [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #343a40;
}

/* line 29945, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-dark [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #212529;
}

/* line 29949, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-lightblue .btn-link,
.accent-lightblue a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
  color: #3c8dbc;
}

/* line 29954, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-lightblue .btn-link:hover,
.accent-lightblue a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
  color: #296282;
}

/* line 29959, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-lightblue .dropdown-item:active, .accent-lightblue .dropdown-item.active {
  background: #3c8dbc;
  color: #ffffff;
}

/* line 29964, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-lightblue .custom-control-input:checked ~ .custom-control-label::before {
  background: #3c8dbc;
  border-color: #23536f;
}

/* line 29969, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-lightblue .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%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");
}

/* line 29973, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-lightblue .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-lightblue .custom-select:focus,
.accent-lightblue .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-lightblue .custom-file-input:focus ~ .custom-file-label {
  border-color: #99c5de;
}

/* line 29980, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-lightblue .page-item .page-link {
  color: #3c8dbc;
}

/* line 29984, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-lightblue .page-item.active a,
.accent-lightblue .page-item.active .page-link {
  background-color: #3c8dbc;
  border-color: #3c8dbc;
  color: #ffffff;
}

/* line 29991, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-lightblue .page-item.disabled a,
.accent-lightblue .page-item.disabled .page-link {
  background-color: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}

/* line 29998, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-lightblue [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #C2C7D0;
}

/* line 30002, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-lightblue [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #ffffff;
}

/* line 30006, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-lightblue [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #343a40;
}

/* line 30010, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-lightblue [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #212529;
}

/* line 30014, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-navy .btn-link,
.accent-navy a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
  color: #001f3f;
}

/* line 30019, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-navy .btn-link:hover,
.accent-navy a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
  color: black;
}

/* line 30024, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-navy .dropdown-item:active, .accent-navy .dropdown-item.active {
  background: #001f3f;
  color: #ffffff;
}

/* line 30029, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-navy .custom-control-input:checked ~ .custom-control-label::before {
  background: #001f3f;
  border-color: black;
}

/* line 30034, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-navy .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%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");
}

/* line 30038, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-navy .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-navy .custom-select:focus,
.accent-navy .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-navy .custom-file-input:focus ~ .custom-file-label {
  border-color: #005ebf;
}

/* line 30045, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-navy .page-item .page-link {
  color: #001f3f;
}

/* line 30049, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-navy .page-item.active a,
.accent-navy .page-item.active .page-link {
  background-color: #001f3f;
  border-color: #001f3f;
  color: #ffffff;
}

/* line 30056, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-navy .page-item.disabled a,
.accent-navy .page-item.disabled .page-link {
  background-color: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}

/* line 30063, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-navy [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #C2C7D0;
}

/* line 30067, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-navy [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #ffffff;
}

/* line 30071, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-navy [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #343a40;
}

/* line 30075, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-navy [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #212529;
}

/* line 30079, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-olive .btn-link,
.accent-olive a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
  color: #3d9970;
}

/* line 30084, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-olive .btn-link:hover,
.accent-olive a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
  color: #276248;
}

/* line 30089, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-olive .dropdown-item:active, .accent-olive .dropdown-item.active {
  background: #3d9970;
  color: #ffffff;
}

/* line 30094, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-olive .custom-control-input:checked ~ .custom-control-label::before {
  background: #3d9970;
  border-color: #20503b;
}

/* line 30099, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-olive .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%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");
}

/* line 30103, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-olive .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-olive .custom-select:focus,
.accent-olive .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-olive .custom-file-input:focus ~ .custom-file-label {
  border-color: #87cfaf;
}

/* line 30110, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-olive .page-item .page-link {
  color: #3d9970;
}

/* line 30114, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-olive .page-item.active a,
.accent-olive .page-item.active .page-link {
  background-color: #3d9970;
  border-color: #3d9970;
  color: #ffffff;
}

/* line 30121, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-olive .page-item.disabled a,
.accent-olive .page-item.disabled .page-link {
  background-color: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}

/* line 30128, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-olive [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #C2C7D0;
}

/* line 30132, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-olive [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #ffffff;
}

/* line 30136, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-olive [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #343a40;
}

/* line 30140, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-olive [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #212529;
}

/* line 30144, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-lime .btn-link,
.accent-lime a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
  color: #01ff70;
}

/* line 30149, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-lime .btn-link:hover,
.accent-lime a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
  color: #00b44e;
}

/* line 30154, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-lime .dropdown-item:active, .accent-lime .dropdown-item.active {
  background: #01ff70;
  color: #1F2D3D;
}

/* line 30159, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-lime .custom-control-input:checked ~ .custom-control-label::before {
  background: #01ff70;
  border-color: #009a43;
}

/* line 30164, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-lime .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%231F2D3D' 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");
}

/* line 30168, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-lime .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-lime .custom-select:focus,
.accent-lime .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-lime .custom-file-input:focus ~ .custom-file-label {
  border-color: #81ffb8;
}

/* line 30175, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-lime .page-item .page-link {
  color: #01ff70;
}

/* line 30179, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-lime .page-item.active a,
.accent-lime .page-item.active .page-link {
  background-color: #01ff70;
  border-color: #01ff70;
  color: #ffffff;
}

/* line 30186, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-lime .page-item.disabled a,
.accent-lime .page-item.disabled .page-link {
  background-color: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}

/* line 30193, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-lime [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #C2C7D0;
}

/* line 30197, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-lime [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #ffffff;
}

/* line 30201, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-lime [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #343a40;
}

/* line 30205, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-lime [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #212529;
}

/* line 30209, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-fuchsia .btn-link,
.accent-fuchsia a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
  color: #f012be;
}

/* line 30214, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-fuchsia .btn-link:hover,
.accent-fuchsia a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
  color: #ab0b87;
}

/* line 30219, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-fuchsia .dropdown-item:active, .accent-fuchsia .dropdown-item.active {
  background: #f012be;
  color: #ffffff;
}

/* line 30224, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-fuchsia .custom-control-input:checked ~ .custom-control-label::before {
  background: #f012be;
  border-color: #930974;
}

/* line 30229, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-fuchsia .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%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");
}

/* line 30233, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-fuchsia .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-fuchsia .custom-select:focus,
.accent-fuchsia .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-fuchsia .custom-file-input:focus ~ .custom-file-label {
  border-color: #f88adf;
}

/* line 30240, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-fuchsia .page-item .page-link {
  color: #f012be;
}

/* line 30244, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-fuchsia .page-item.active a,
.accent-fuchsia .page-item.active .page-link {
  background-color: #f012be;
  border-color: #f012be;
  color: #ffffff;
}

/* line 30251, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-fuchsia .page-item.disabled a,
.accent-fuchsia .page-item.disabled .page-link {
  background-color: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}

/* line 30258, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-fuchsia [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #C2C7D0;
}

/* line 30262, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-fuchsia [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #ffffff;
}

/* line 30266, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-fuchsia [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #343a40;
}

/* line 30270, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-fuchsia [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #212529;
}

/* line 30274, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-maroon .btn-link,
.accent-maroon a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
  color: #d81b60;
}

/* line 30279, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-maroon .btn-link:hover,
.accent-maroon a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
  color: #941342;
}

/* line 30284, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-maroon .dropdown-item:active, .accent-maroon .dropdown-item.active {
  background: #d81b60;
  color: #ffffff;
}

/* line 30289, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-maroon .custom-control-input:checked ~ .custom-control-label::before {
  background: #d81b60;
  border-color: #7d1038;
}

/* line 30294, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-maroon .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%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");
}

/* line 30298, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-maroon .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-maroon .custom-select:focus,
.accent-maroon .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-maroon .custom-file-input:focus ~ .custom-file-label {
  border-color: #f083ab;
}

/* line 30305, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-maroon .page-item .page-link {
  color: #d81b60;
}

/* line 30309, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-maroon .page-item.active a,
.accent-maroon .page-item.active .page-link {
  background-color: #d81b60;
  border-color: #d81b60;
  color: #ffffff;
}

/* line 30316, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-maroon .page-item.disabled a,
.accent-maroon .page-item.disabled .page-link {
  background-color: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}

/* line 30323, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-maroon [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #C2C7D0;
}

/* line 30327, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-maroon [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #ffffff;
}

/* line 30331, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-maroon [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #343a40;
}

/* line 30335, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-maroon [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #212529;
}

/* line 30339, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-blue .btn-link,
.accent-blue a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
  color: #007bff;
}

/* line 30344, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-blue .btn-link:hover,
.accent-blue a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
  color: #0056b3;
}

/* line 30349, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-blue .dropdown-item:active, .accent-blue .dropdown-item.active {
  background: #007bff;
  color: #ffffff;
}

/* line 30354, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-blue .custom-control-input:checked ~ .custom-control-label::before {
  background: #007bff;
  border-color: #004a99;
}

/* line 30359, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-blue .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%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");
}

/* line 30363, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-blue .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-blue .custom-select:focus,
.accent-blue .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-blue .custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
}

/* line 30370, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-blue .page-item .page-link {
  color: #007bff;
}

/* line 30374, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-blue .page-item.active a,
.accent-blue .page-item.active .page-link {
  background-color: #007bff;
  border-color: #007bff;
  color: #ffffff;
}

/* line 30381, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-blue .page-item.disabled a,
.accent-blue .page-item.disabled .page-link {
  background-color: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}

/* line 30388, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-blue [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #C2C7D0;
}

/* line 30392, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-blue [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #ffffff;
}

/* line 30396, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-blue [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #343a40;
}

/* line 30400, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-blue [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #212529;
}

/* line 30404, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-indigo .btn-link,
.accent-indigo a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
  color: #6610f2;
}

/* line 30409, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-indigo .btn-link:hover,
.accent-indigo a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
  color: #4709ac;
}

/* line 30414, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-indigo .dropdown-item:active, .accent-indigo .dropdown-item.active {
  background: #6610f2;
  color: #ffffff;
}

/* line 30419, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-indigo .custom-control-input:checked ~ .custom-control-label::before {
  background: #6610f2;
  border-color: #3d0894;
}

/* line 30424, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-indigo .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%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");
}

/* line 30428, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-indigo .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-indigo .custom-select:focus,
.accent-indigo .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-indigo .custom-file-input:focus ~ .custom-file-label {
  border-color: #b389f9;
}

/* line 30435, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-indigo .page-item .page-link {
  color: #6610f2;
}

/* line 30439, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-indigo .page-item.active a,
.accent-indigo .page-item.active .page-link {
  background-color: #6610f2;
  border-color: #6610f2;
  color: #ffffff;
}

/* line 30446, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-indigo .page-item.disabled a,
.accent-indigo .page-item.disabled .page-link {
  background-color: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}

/* line 30453, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-indigo [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #C2C7D0;
}

/* line 30457, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-indigo [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #ffffff;
}

/* line 30461, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-indigo [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #343a40;
}

/* line 30465, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-indigo [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #212529;
}

/* line 30469, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-purple .btn-link,
.accent-purple a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
  color: #6f42c1;
}

/* line 30474, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-purple .btn-link:hover,
.accent-purple a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
  color: #4e2d89;
}

/* line 30479, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-purple .dropdown-item:active, .accent-purple .dropdown-item.active {
  background: #6f42c1;
  color: #ffffff;
}

/* line 30484, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-purple .custom-control-input:checked ~ .custom-control-label::before {
  background: #6f42c1;
  border-color: #432776;
}

/* line 30489, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-purple .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%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");
}

/* line 30493, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-purple .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-purple .custom-select:focus,
.accent-purple .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-purple .custom-file-input:focus ~ .custom-file-label {
  border-color: #b8a2e0;
}

/* line 30500, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-purple .page-item .page-link {
  color: #6f42c1;
}

/* line 30504, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-purple .page-item.active a,
.accent-purple .page-item.active .page-link {
  background-color: #6f42c1;
  border-color: #6f42c1;
  color: #ffffff;
}

/* line 30511, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-purple .page-item.disabled a,
.accent-purple .page-item.disabled .page-link {
  background-color: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}

/* line 30518, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-purple [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #C2C7D0;
}

/* line 30522, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-purple [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #ffffff;
}

/* line 30526, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-purple [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #343a40;
}

/* line 30530, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-purple [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #212529;
}

/* line 30534, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-pink .btn-link,
.accent-pink a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
  color: #e83e8c;
}

/* line 30539, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-pink .btn-link:hover,
.accent-pink a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
  color: #c21766;
}

/* line 30544, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-pink .dropdown-item:active, .accent-pink .dropdown-item.active {
  background: #e83e8c;
  color: #ffffff;
}

/* line 30549, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-pink .custom-control-input:checked ~ .custom-control-label::before {
  background: #e83e8c;
  border-color: #ac145a;
}

/* line 30554, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-pink .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%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");
}

/* line 30558, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-pink .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-pink .custom-select:focus,
.accent-pink .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-pink .custom-file-input:focus ~ .custom-file-label {
  border-color: #f6b0d0;
}

/* line 30565, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-pink .page-item .page-link {
  color: #e83e8c;
}

/* line 30569, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-pink .page-item.active a,
.accent-pink .page-item.active .page-link {
  background-color: #e83e8c;
  border-color: #e83e8c;
  color: #ffffff;
}

/* line 30576, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-pink .page-item.disabled a,
.accent-pink .page-item.disabled .page-link {
  background-color: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}

/* line 30583, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-pink [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #C2C7D0;
}

/* line 30587, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-pink [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #ffffff;
}

/* line 30591, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-pink [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #343a40;
}

/* line 30595, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-pink [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #212529;
}

/* line 30599, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-red .btn-link,
.accent-red a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
  color: #dc3545;
}

/* line 30604, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-red .btn-link:hover,
.accent-red a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
  color: #a71d2a;
}

/* line 30609, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-red .dropdown-item:active, .accent-red .dropdown-item.active {
  background: #dc3545;
  color: #ffffff;
}

/* line 30614, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-red .custom-control-input:checked ~ .custom-control-label::before {
  background: #dc3545;
  border-color: #921925;
}

/* line 30619, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-red .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%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");
}

/* line 30623, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-red .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-red .custom-select:focus,
.accent-red .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-red .custom-file-input:focus ~ .custom-file-label {
  border-color: #efa2a9;
}

/* line 30630, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-red .page-item .page-link {
  color: #dc3545;
}

/* line 30634, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-red .page-item.active a,
.accent-red .page-item.active .page-link {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #ffffff;
}

/* line 30641, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-red .page-item.disabled a,
.accent-red .page-item.disabled .page-link {
  background-color: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}

/* line 30648, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-red [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #C2C7D0;
}

/* line 30652, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-red [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #ffffff;
}

/* line 30656, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-red [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #343a40;
}

/* line 30660, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-red [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #212529;
}

/* line 30664, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-orange .btn-link,
.accent-orange a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
  color: #fd7e14;
}

/* line 30669, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-orange .btn-link:hover,
.accent-orange a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
  color: #c35a02;
}

/* line 30674, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-orange .dropdown-item:active, .accent-orange .dropdown-item.active {
  background: #fd7e14;
  color: #1F2D3D;
}

/* line 30679, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-orange .custom-control-input:checked ~ .custom-control-label::before {
  background: #fd7e14;
  border-color: #aa4e01;
}

/* line 30684, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-orange .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%231F2D3D' 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");
}

/* line 30688, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-orange .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-orange .custom-select:focus,
.accent-orange .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-orange .custom-file-input:focus ~ .custom-file-label {
  border-color: #fec392;
}

/* line 30695, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-orange .page-item .page-link {
  color: #fd7e14;
}

/* line 30699, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-orange .page-item.active a,
.accent-orange .page-item.active .page-link {
  background-color: #fd7e14;
  border-color: #fd7e14;
  color: #ffffff;
}

/* line 30706, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-orange .page-item.disabled a,
.accent-orange .page-item.disabled .page-link {
  background-color: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}

/* line 30713, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-orange [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #C2C7D0;
}

/* line 30717, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-orange [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #ffffff;
}

/* line 30721, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-orange [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #343a40;
}

/* line 30725, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-orange [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #212529;
}

/* line 30729, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-yellow .btn-link,
.accent-yellow a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
  color: #ffc107;
}

/* line 30734, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-yellow .btn-link:hover,
.accent-yellow a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
  color: #ba8b00;
}

/* line 30739, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-yellow .dropdown-item:active, .accent-yellow .dropdown-item.active {
  background: #ffc107;
  color: #1F2D3D;
}

/* line 30744, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-yellow .custom-control-input:checked ~ .custom-control-label::before {
  background: #ffc107;
  border-color: #a07800;
}

/* line 30749, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-yellow .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%231F2D3D' 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");
}

/* line 30753, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-yellow .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-yellow .custom-select:focus,
.accent-yellow .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-yellow .custom-file-input:focus ~ .custom-file-label {
  border-color: #ffe187;
}

/* line 30760, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-yellow .page-item .page-link {
  color: #ffc107;
}

/* line 30764, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-yellow .page-item.active a,
.accent-yellow .page-item.active .page-link {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #ffffff;
}

/* line 30771, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-yellow .page-item.disabled a,
.accent-yellow .page-item.disabled .page-link {
  background-color: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}

/* line 30778, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-yellow [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #C2C7D0;
}

/* line 30782, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-yellow [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #ffffff;
}

/* line 30786, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-yellow [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #343a40;
}

/* line 30790, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-yellow [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #212529;
}

/* line 30794, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-green .btn-link,
.accent-green a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
  color: #28a745;
}

/* line 30799, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-green .btn-link:hover,
.accent-green a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
  color: #19692c;
}

/* line 30804, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-green .dropdown-item:active, .accent-green .dropdown-item.active {
  background: #28a745;
  color: #ffffff;
}

/* line 30809, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-green .custom-control-input:checked ~ .custom-control-label::before {
  background: #28a745;
  border-color: #145523;
}

/* line 30814, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-green .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%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");
}

/* line 30818, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-green .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-green .custom-select:focus,
.accent-green .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-green .custom-file-input:focus ~ .custom-file-label {
  border-color: #71dd8a;
}

/* line 30825, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-green .page-item .page-link {
  color: #28a745;
}

/* line 30829, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-green .page-item.active a,
.accent-green .page-item.active .page-link {
  background-color: #28a745;
  border-color: #28a745;
  color: #ffffff;
}

/* line 30836, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-green .page-item.disabled a,
.accent-green .page-item.disabled .page-link {
  background-color: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}

/* line 30843, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-green [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #C2C7D0;
}

/* line 30847, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-green [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #ffffff;
}

/* line 30851, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-green [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #343a40;
}

/* line 30855, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-green [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #212529;
}

/* line 30859, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-teal .btn-link,
.accent-teal a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
  color: #20c997;
}

/* line 30864, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-teal .btn-link:hover,
.accent-teal a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
  color: #158765;
}

/* line 30869, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-teal .dropdown-item:active, .accent-teal .dropdown-item.active {
  background: #20c997;
  color: #ffffff;
}

/* line 30874, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-teal .custom-control-input:checked ~ .custom-control-label::before {
  background: #20c997;
  border-color: #127155;
}

/* line 30879, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-teal .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%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");
}

/* line 30883, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-teal .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-teal .custom-select:focus,
.accent-teal .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-teal .custom-file-input:focus ~ .custom-file-label {
  border-color: #7eeaca;
}

/* line 30890, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-teal .page-item .page-link {
  color: #20c997;
}

/* line 30894, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-teal .page-item.active a,
.accent-teal .page-item.active .page-link {
  background-color: #20c997;
  border-color: #20c997;
  color: #ffffff;
}

/* line 30901, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-teal .page-item.disabled a,
.accent-teal .page-item.disabled .page-link {
  background-color: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}

/* line 30908, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-teal [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #C2C7D0;
}

/* line 30912, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-teal [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #ffffff;
}

/* line 30916, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-teal [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #343a40;
}

/* line 30920, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-teal [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #212529;
}

/* line 30924, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-cyan .btn-link,
.accent-cyan a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
  color: #17a2b8;
}

/* line 30929, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-cyan .btn-link:hover,
.accent-cyan a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
  color: #0f6674;
}

/* line 30934, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-cyan .dropdown-item:active, .accent-cyan .dropdown-item.active {
  background: #17a2b8;
  color: #ffffff;
}

/* line 30939, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-cyan .custom-control-input:checked ~ .custom-control-label::before {
  background: #17a2b8;
  border-color: #0c525d;
}

/* line 30944, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-cyan .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%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");
}

/* line 30948, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-cyan .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-cyan .custom-select:focus,
.accent-cyan .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-cyan .custom-file-input:focus ~ .custom-file-label {
  border-color: #63d9ec;
}

/* line 30955, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-cyan .page-item .page-link {
  color: #17a2b8;
}

/* line 30959, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-cyan .page-item.active a,
.accent-cyan .page-item.active .page-link {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}

/* line 30966, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-cyan .page-item.disabled a,
.accent-cyan .page-item.disabled .page-link {
  background-color: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}

/* line 30973, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-cyan [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #C2C7D0;
}

/* line 30977, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-cyan [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #ffffff;
}

/* line 30981, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-cyan [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #343a40;
}

/* line 30985, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-cyan [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #212529;
}

/* line 30989, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-white .btn-link,
.accent-white a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
  color: #ffffff;
}

/* line 30994, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-white .btn-link:hover,
.accent-white a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
  color: #d9d9d9;
}

/* line 30999, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-white .dropdown-item:active, .accent-white .dropdown-item.active {
  background: #ffffff;
  color: #1F2D3D;
}

/* line 31004, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-white .custom-control-input:checked ~ .custom-control-label::before {
  background: #ffffff;
  border-color: #cccccc;
}

/* line 31009, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-white .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%231F2D3D' 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");
}

/* line 31013, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-white .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-white .custom-select:focus,
.accent-white .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-white .custom-file-input:focus ~ .custom-file-label {
  border-color: white;
}

/* line 31020, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-white .page-item .page-link {
  color: #ffffff;
}

/* line 31024, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-white .page-item.active a,
.accent-white .page-item.active .page-link {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}

/* line 31031, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-white .page-item.disabled a,
.accent-white .page-item.disabled .page-link {
  background-color: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}

/* line 31038, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-white [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #C2C7D0;
}

/* line 31042, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-white [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #ffffff;
}

/* line 31046, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-white [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #343a40;
}

/* line 31050, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-white [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #212529;
}

/* line 31054, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-gray .btn-link,
.accent-gray a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
  color: #6c757d;
}

/* line 31059, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-gray .btn-link:hover,
.accent-gray a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
  color: #494f54;
}

/* line 31064, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-gray .dropdown-item:active, .accent-gray .dropdown-item.active {
  background: #6c757d;
  color: #ffffff;
}

/* line 31069, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-gray .custom-control-input:checked ~ .custom-control-label::before {
  background: #6c757d;
  border-color: #3d4246;
}

/* line 31074, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-gray .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%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");
}

/* line 31078, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-gray .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-gray .custom-select:focus,
.accent-gray .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-gray .custom-file-input:focus ~ .custom-file-label {
  border-color: #afb5ba;
}

/* line 31085, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-gray .page-item .page-link {
  color: #6c757d;
}

/* line 31089, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-gray .page-item.active a,
.accent-gray .page-item.active .page-link {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #ffffff;
}

/* line 31096, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-gray .page-item.disabled a,
.accent-gray .page-item.disabled .page-link {
  background-color: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}

/* line 31103, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-gray [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #C2C7D0;
}

/* line 31107, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-gray [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #ffffff;
}

/* line 31111, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-gray [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #343a40;
}

/* line 31115, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-gray [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #212529;
}

/* line 31119, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-gray-dark .btn-link,
.accent-gray-dark a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
  color: #343a40;
}

/* line 31124, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-gray-dark .btn-link:hover,
.accent-gray-dark a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
  color: #121416;
}

/* line 31129, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-gray-dark .dropdown-item:active, .accent-gray-dark .dropdown-item.active {
  background: #343a40;
  color: #ffffff;
}

/* line 31134, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-gray-dark .custom-control-input:checked ~ .custom-control-label::before {
  background: #343a40;
  border-color: #060708;
}

/* line 31139, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-gray-dark .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%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");
}

/* line 31143, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-gray-dark .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-gray-dark .custom-select:focus,
.accent-gray-dark .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-gray-dark .custom-file-input:focus ~ .custom-file-label {
  border-color: #6d7a86;
}

/* line 31150, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-gray-dark .page-item .page-link {
  color: #343a40;
}

/* line 31154, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-gray-dark .page-item.active a,
.accent-gray-dark .page-item.active .page-link {
  background-color: #343a40;
  border-color: #343a40;
  color: #ffffff;
}

/* line 31161, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-gray-dark .page-item.disabled a,
.accent-gray-dark .page-item.disabled .page-link {
  background-color: #ffffff;
  border-color: #dee2e6;
  color: #6c757d;
}

/* line 31168, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-gray-dark [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #C2C7D0;
}

/* line 31172, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-gray-dark [class*="sidebar-dark-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #ffffff;
}

/* line 31176, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-gray-dark [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
  color: #343a40;
}

/* line 31180, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
.accent-gray-dark [class*="sidebar-light-"] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
  color: #212529;
}

/* line 31184, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*="accent-"] a.btn-primary {
  color: #ffffff;
}

/* line 31188, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*="accent-"] a.btn-secondary {
  color: #ffffff;
}

/* line 31192, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*="accent-"] a.btn-success {
  color: #ffffff;
}

/* line 31196, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*="accent-"] a.btn-info {
  color: #ffffff;
}

/* line 31200, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*="accent-"] a.btn-warning {
  color: #1F2D3D;
}

/* line 31204, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*="accent-"] a.btn-danger {
  color: #ffffff;
}

/* line 31208, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*="accent-"] a.btn-light {
  color: #1F2D3D;
}

/* line 31212, C:/xampp/htdocs/epcfinancials/public/theme/scss/_adminlte.scss */
[class*="accent-"] a.btn-dark {
  color: #ffffff;
}

/*# sourceMappingURL=adminlte.css.map */
/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.11.0
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 29.02.2020
 */
/*
OVERLAY SCROLLBARS CORE:
*/
/* line 18, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
html.os-html,
html.os-html > .os-host {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

/* line 30, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
html.os-html > .os-host > .os-padding {
  position: absolute;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

/* line 33, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
body.os-dragging,
body.os-dragging * {
  cursor: default;
}

/* line 37, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-host,
.os-host-textarea {
  position: relative;
  overflow: visible !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

/* line 57, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-host-flexbox {
  overflow: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 63, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-host-flexbox > .os-size-auto-observer {
  height: inherit !important;
}

/* line 66, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-host-flexbox > .os-content-glue {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* line 73, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-host-flexbox > .os-size-auto-observer,
.os-host-flexbox > .os-content-glue {
  min-height: 0;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

/* line 85, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
#os-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px;
}

/* line 94, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
#os-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

/* fix restricted measuring */
/* line 100, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
#os-dummy-scrollbar-size:before,
#os-dummy-scrollbar-size:after,
.os-content:before,
.os-content:after {
  content: '';
  display: table;
  width: 0.01px;
  height: 0.01px;
  line-height: 0;
  font-size: 0;
  flex-grow: 0;
  flex-shrink: 0;
  visibility: hidden;
}

/* line 114, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
#os-dummy-scrollbar-size,
.os-viewport {
  -ms-overflow-style: scrollbar !important;
}

/* line 118, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
  scrollbar-width: none !important;
}

/* line 122, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  background: transparent !important;
}

/* line 132, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-content-glue {
  box-sizing: inherit;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

/* line 139, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-padding {
  box-sizing: inherit;
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 1;
}

/* line 154, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-host-overflow > .os-padding {
  overflow: hidden;
}

/* line 157, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-viewport {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  outline: none !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

/* line 172, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none;
}

/* line 179, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  visibility: visible;
}

/* line 190, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-content > .os-textarea {
  box-sizing: border-box !important;
  direction: inherit !important;
  background: transparent !important;
  outline: 0px none transparent !important;
  overflow: hidden !important;
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border-radius: 0px !important;
  float: none !important;
  -webkit-filter: none !important;
  filter: none !important;
  border: none !important;
  resize: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  max-width: none !important;
  max-height: none !important;
  box-shadow: none !important;
  -webkit-perspective: none !important;
  perspective: none !important;
  opacity: 1 !important;
  z-index: 1 !important;
  clip: auto !important;
  vertical-align: baseline !important;
  padding: 0px;
}

/* line 220, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
  right: 0 !important;
}

/* line 223, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-content > .os-textarea-cover {
  z-index: -1;
  pointer-events: none;
}

/* line 227, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-content > .os-textarea[wrap='off'] {
  white-space: pre !important;
  margin: 0px !important;
}

/* line 231, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text;
}

/* line 251, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-resize-observer,
.os-resize-observer-host {
  box-sizing: inherit;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

/* line 265, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  box-sizing: border-box;
}

/* line 272, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-resize-observer-host > .os-resize-observer {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0px;
  display: block;
  box-sizing: content-box;
}

/* line 281, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-resize-observer-host.observed {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

/* line 287, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-resize-observer-host.observed > .os-resize-observer {
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}

/* line 293, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-size-auto-observer {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

/* line 314, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-size-auto-observer > .os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

/* line 320, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

/* line 334, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

/* line 344, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-resize-observer {
  -webkit-animation-duration: 0.001s;
  animation-duration: 0.001s;
  -webkit-animation-name: os-resize-observer-dummy-animation;
  animation-name: os-resize-observer-dummy-animation;
}

/* line 350, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
object.os-resize-observer {
  box-sizing: border-box !important;
}

@-webkit-keyframes os-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}

@keyframes os-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}

/*
CUSTOM SCROLLBARS AND CORNER CORE:
*/
/* line 374, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-host-transition > .os-scrollbar,
.os-host-transition > .os-scrollbar-corner {
  -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

/* line 379, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
html.os-html > .os-host > .os-scrollbar {
  position: absolute;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
  z-index: 999999;
  /* highest z-index of the page */
}

/* line 383, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-scrollbar,
.os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  z-index: 1;
}

/* line 390, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-scrollbar-corner {
  bottom: 0;
  right: 0;
}

/* line 394, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-scrollbar {
  pointer-events: none;
}

/* line 397, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: none !important;
}

/* line 405, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 411, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-scrollbar-handle-off,
.os-scrollbar-track-off {
  pointer-events: none;
}

/* line 415, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important;
}

/* line 419, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}

/* line 422, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

/* line 426, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

/* line 430, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-host-rtl > .os-scrollbar-horizontal {
  right: 0;
}

/* line 433, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-host-rtl > .os-scrollbar-vertical {
  right: auto;
  left: 0;
}

/* line 437, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-host-rtl > .os-scrollbar-corner {
  right: auto;
  left: 0;
}

/* line 441, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-scrollbar-auto-hidden,
.os-padding + .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,
.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* line 454, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-scrollbar-corner-resize-both {
  cursor: nwse-resize;
}

/* line 457, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-host-rtl > .os-scrollbar-corner-resize-both {
  cursor: nesw-resize;
}

/* line 460, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize;
}

/* line 463, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize;
}

/* line 466, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default;
}

/* line 469, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  top: 0;
  bottom: 0;
}

/* line 473, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
  right: 0;
  left: 0;
}

/* line 478, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
  opacity: 1 !important;
  visibility: visible !important;
}

/* line 483, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important;
}

/* line 489, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 493, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-host-overflow {
  overflow: hidden !important;
}

/*
THEMES:
*/
/* NONE THEME: */
/* line 506, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-theme-none > .os-scrollbar-horizontal,
.os-theme-none > .os-scrollbar-vertical,
.os-theme-none > .os-scrollbar-corner {
  display: none !important;
}

/* line 511, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-theme-none > .os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px;
}

/* DARK & LIGHT THEME: */
/* line 517, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
  right: 10px;
  height: 10px;
}

/* line 522, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  bottom: 10px;
  width: 10px;
}

/* line 527, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 10px;
  right: 0;
}

/* line 532, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  height: 10px;
  width: 10px;
}

/* line 537, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  background-color: transparent;
}

/* line 541, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
  padding: 2px;
  box-sizing: border-box;
  background: transparent;
}

/* line 547, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,
.os-theme-light > .os-scrollbar.os-scrollbar-unusable {
  background: transparent;
}

/* line 551, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
}

/* line 555, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px;
}

/* line 559, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px;
}

/* line 563, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

/* line 568, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  border-radius: 10px;
}

/* line 574, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.4);
}

/* line 577, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.4);
}

/* line 580, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.55);
}

/* line 583, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.55);
}

/* line 586, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(0, 0, 0, 0.7);
}

/* line 589, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(255, 255, 255, 0.7);
}

/* line 592, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

/* line 604, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none;
}

/* line 610, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}

/* line 615, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}

/* line 620, C:/xampp/htdocs/epcfinancials/public/theme/scss/_OverlayScrollbars.scss */
.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
/* line 7, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

/* line 14, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker-inline {
  width: 220px;
}

/* line 17, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker-rtl {
  direction: rtl;
}

/* line 20, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker-rtl.dropdown-menu {
  left: auto;
}

/* line 23, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker-rtl table tr td span {
  float: right;
}

/* line 26, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker-dropdown {
  top: 0;
  left: 0;
}

/* line 30, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

/* line 40, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

/* line 49, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

/* line 52, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

/* line 55, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

/* line 58, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

/* line 61, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

/* line 64, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

/* line 67, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

/* line 72, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

/* line 77, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 86, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

/* line 96, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 100, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}

/* line 105, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}

/* line 109, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

/* line 115, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

/* line 119, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

/* line 137, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}

/* line 159, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}

/* line 169, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker table tr td.today:hover:hover {
  color: #000;
}

/* line 172, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker table tr td.today.active:hover {
  color: #fff;
}

/* line 175, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 184, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 204, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}

/* line 226, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}

/* line 236, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 255, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}

/* line 277, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}

/* line 287, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 306, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

/* line 328, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}

/* line 338, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 350, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}

/* line 354, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

/* line 360, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 379, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

/* line 401, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}

/* line 411, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}

/* line 415, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker .datepicker-switch {
  width: 145px;
}

/* line 418, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

/* line 424, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}

/* line 430, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}

/* line 434, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 440, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}

/* line 444, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}

/* line 448, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.input-daterange input {
  text-align: center;
}

/* line 451, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 456, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 461, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-datepicker.scss */
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

/*# sourceMappingURL=bootstrap-datepicker.css.map */
/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_login.scss */
.login-page, .register-page {
  background-image: url("../images/login-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background: #132646;
}

/* line 7, C:/xampp/htdocs/epcfinancials/public/theme/scss/_login.scss */
.user-login .card-body.login-card-body, .forg-pass .card-body.login-card-body, .register-page .register-card-body {
  background: transparent;
}

/* line 10, C:/xampp/htdocs/epcfinancials/public/theme/scss/_login.scss */
.user-login .card, .forg-pass .card, .register-page .card {
  background: transparent;
  box-shadow: 0 0 0;
}

/* line 14, C:/xampp/htdocs/epcfinancials/public/theme/scss/_login.scss */
.user-login .login-card-body .form-control, .forg-pass .login-card-body .form-control, .register-page .register-card-body .form-control {
  border: 0;
  border-bottom: 1px solid #fff;
  background: transparent;
  border-radius: 0;
  color: #fff;
  padding-left: 0;
  font-size: 14px;
  padding: 2px 1px;
  height: calc(1.5rem + 0px);
}

/* line 26, C:/xampp/htdocs/epcfinancials/public/theme/scss/_login.scss */
.user-login .login-card-body .form-control::placeholder,
.forg-pass .login-card-body .form-control::placeholder,
.register-page .register-card-body .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

/* line 33, C:/xampp/htdocs/epcfinancials/public/theme/scss/_login.scss */
.user-login .login-card-body .form-control:-ms-input-placeholder,
.forg-pass .login-card-body .form-control:-ms-input-placeholder,
.register-page .register-card-body .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

/* line 39, C:/xampp/htdocs/epcfinancials/public/theme/scss/_login.scss */
.user-login .login-card-body .form-control::-ms-input-placeholder,
.forg-pass .login-card-body .form-control::-ms-input-placeholder,
.register-page .register-card-body .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

/* line 45, C:/xampp/htdocs/epcfinancials/public/theme/scss/_login.scss */
.user-login .login-card-body label,
.forg-pass .login-card-body label,
.register-page .register-card-body label {
  font-size: 10px;
  color: #00ACFE;
  font-weight: 400;
  margin-bottom: 0;
  padding-top: 5px;
}

/* line 55, C:/xampp/htdocs/epcfinancials/public/theme/scss/_login.scss */
.user-login .login-card-body .btn-primary,
.forg-pass .login-card-body .btn-primary,
.register-page .register-card-body .btn-primary {
  background: transparent;
  color: white;
  border: 1px solid #00ACFE;
  border-radius: 0;
  margin-top: 14px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px;
}

/* line 67, C:/xampp/htdocs/epcfinancials/public/theme/scss/_login.scss */
.register-page .register-card-body .btn-primary {
  margin-top: 0;
}

/* line 70, C:/xampp/htdocs/epcfinancials/public/theme/scss/_login.scss */
.user-login .login-card-body .custom-switch {
  padding-left: 0rem;
}

/* line 73, C:/xampp/htdocs/epcfinancials/public/theme/scss/_login.scss */
.user-login .login-card-body .custom-control-label::before {
  top: 0.40rem;
  left: 4.55rem;
  background: transparent;
  border-color: #00ACFE;
  height: 0.8rem;
  width: 1.5rem;
}

/* line 81, C:/xampp/htdocs/epcfinancials/public/theme/scss/_login.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  background: #00ACFE;
  border-color: #00ACFE;
}

/* line 85, C:/xampp/htdocs/epcfinancials/public/theme/scss/_login.scss */
.user-login .login-card-body .custom-switch .custom-control-label::after {
  left: calc(4.6rem + 2px);
  top: calc(0.4rem + 3px);
  width: calc(1rem - 9px);
  height: calc(1rem - 9px);
}

/* line 91, C:/xampp/htdocs/epcfinancials/public/theme/scss/_login.scss */
.user-login .login-card-body a.forgot-pass {
  font-size: 10px;
  float: right;
  padding-top: 5px;
  color: #00ACFE;
}

/* line 97, C:/xampp/htdocs/epcfinancials/public/theme/scss/_login.scss */
.user-login .login-card-body .reg-link {
  background: #03FF7B;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px 16px;
  margin-left: 5px;
  margin-right: 5px;
}

/* line 106, C:/xampp/htdocs/epcfinancials/public/theme/scss/_login.scss */
.user-login .login-card-body .dont-account {
  color: #fff;
  font-size: 14px;
}

/* line 110, C:/xampp/htdocs/epcfinancials/public/theme/scss/_login.scss */
.user-login .login-card-body .bottom-text {
  color: #fff;
  font-size: 10px;
}

/* line 114, C:/xampp/htdocs/epcfinancials/public/theme/scss/_login.scss */
.user-login .login-card-body .bottom-text a {
  color: #00ACFE;
}

/* line 117, C:/xampp/htdocs/epcfinancials/public/theme/scss/_login.scss */
.user-login .login-card-body .login-box-msg {
  text-align: left;
  padding-left: 0;
}

/* line 121, C:/xampp/htdocs/epcfinancials/public/theme/scss/_login.scss */
.user-login .login-card-body .login-box-msg div,
.forg-pass .login-card-body p.login-box-msg,
.register-page .register-card-body .login-box-msg {
  color: #03FF7B;
  font-size: 24px;
  display: inline-block;
  border-right: 2px solid #313F55;
  padding-right: 8px;
  line-height: 1;
}

/* line 131, C:/xampp/htdocs/epcfinancials/public/theme/scss/_login.scss */
.forg-pass .login-card-body p.login-box-msg,
.register-page .register-card-body .login-box-msg {
  border-right: 0px solid #313F55;
  padding-left: 0;
}

/* line 136, C:/xampp/htdocs/epcfinancials/public/theme/scss/_login.scss */
.user-login .login-card-body .login-box-msg div.right {
  color: #F1F1F1;
  font-size: 10px;
  border-right: 0px solid #313F55;
  line-height: 1.2;
  padding-left: 5px;
}

/* line 143, C:/xampp/htdocs/epcfinancials/public/theme/scss/_login.scss */
.back-to-log a {
  font-size: 12px;
  color: #00ACFE;
}

/* line 147, C:/xampp/htdocs/epcfinancials/public/theme/scss/_login.scss */
.register-page .register-card-body .btn-reg {
  margin-bottom: 10px;
  padding: 10px 100px;
}

/* jsTree default theme */
/* line 2, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

/* line 11, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-node {
  white-space: nowrap;
}

/* line 14, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top;
}

/* line 22, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-anchor:focus {
  outline: 0;
}

/* line 25, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit;
}

/* line 33, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}

/* line 41, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}

/* line 49, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-ocl {
  cursor: pointer;
}

/* line 52, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-leaf > .jstree-ocl {
  cursor: default;
}

/* line 55, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree .jstree-open > .jstree-children {
  display: block;
}

/* line 58, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none;
}

/* line 62, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-anchor > .jstree-themeicon {
  margin-right: 2px;
}

/* line 65, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none;
}

/* line 69, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-hidden,
.jstree-node.jstree-hidden {
  display: none;
}

/* line 73, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px;
}

/* line 76, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0;
}

/* line 80, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-rtl .jstree-node {
  margin-left: 0;
}

/* line 83, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0;
}

/* line 86, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%;
}

/* line 91, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer;
}

/* line 94, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative;
}

/* line 98, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 108, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-contextmenu .jstree-anchor {
  -webkit-user-select: none;
  /* disable selection/Copy of UIWebView */
  -webkit-touch-callout: none;
  /* disable the IOS popup when long-press on a link */
}

/* line 114, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.vakata-context {
  display: none;
}

/* line 117, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999;
}

/* line 126, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px;
}

/* line 132, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}

/* line 138, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.vakata-context li {
  list-style: none;
}

/* line 141, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px;
}

/* line 152, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}

/* line 157, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat;
}

/* line 162, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.vakata-context li > a:focus {
  outline: 0;
}

/* line 165, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}

/* line 170, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0;
}

/* line 185, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0;
}

/* line 192, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.vakata-context .vakata-contextmenu-disabled > a > i {
  filter: grayscale(100%);
}

/* line 195, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em;
}

/* line 206, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em;
}

/* line 210, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3;
}

/* line 218, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none;
}

/* line 224, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}

/* line 230, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat;
}

/* line 235, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3;
}

/* line 240, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto;
}

/* line 246, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0;
}

/* line 249, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3;
}

/* line 254, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 269, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}

/* line 274, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
}

/* line 283, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
#jstree-dnd .jstree-ok {
  background: green;
}

/* line 286, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
#jstree-dnd .jstree-er {
  background: red;
}

/* line 289, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px;
}

/* line 292, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent;
}

/* line 297, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-anchor,
.jstree-default .jstree-animated,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s;
}

/* line 302, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc;
}

/* line 307, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-context {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc;
}

/* line 312, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999;
}

/* line 317, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none;
}

/* line 320, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666;
}

/* line 324, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none;
}

/* line 328, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}

/* line 331, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}

/* line 340, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold;
}

/* line 345, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important;
}

/* line 348, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none;
}

/* line 352, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9;
}

/* line 355, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent;
}

/* line 358, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9;
}

/* line 361, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
}

/* line 366, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

/* line 372, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 377, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9;
}

/* line 380, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%);
}

/* line 385, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px;
}

/* line 391, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px;
}

/* line 395, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

/* line 400, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

/* line 405, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px;
}

/* line 408, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-wholerow {
  height: 24px;
}

/* line 411, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("32px.png");
}

/* line 415, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y;
}

/* line 419, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-last {
  background: transparent;
}

/* line 422, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px;
}

/* line 425, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px;
}

/* line 428, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px;
}

/* line 431, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-themeicon {
  background-position: -260px -4px;
}

/* line 434, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

/* line 438, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px;
}

/* line 441, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px;
}

/* line 444, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-disabled {
  background: transparent;
}

/* line 447, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
}

/* line 450, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}

/* line 453, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-checkbox {
  background-position: -164px -4px;
}

/* line 456, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px;
}

/* line 459, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px;
}

/* line 463, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px;
}

/* line 467, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px;
}

/* line 470, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px;
}

/* line 473, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}

/* line 482, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default > .jstree-striped {
  background-size: auto 48px;
}

/* line 485, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}

/* line 490, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
}

/* line 493, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px;
}

/* line 496, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px;
}

/* line 499, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px;
}

/* line 502, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

/* line 506, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px;
}

/* line 509, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px;
}

/* line 512, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}

/* line 517, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("throbber.gif") center center no-repeat;
}

/* line 520, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-file {
  background: url("32px.png") -100px -68px no-repeat;
}

/* line 523, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-folder {
  background: url("32px.png") -260px -4px no-repeat;
}

/* line 526, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}

/* line 530, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px;
}

/* line 534, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}

/* line 540, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

/* line 546, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px;
}

/* line 549, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px;
}

/* line 552, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-ellipsis {
  overflow: hidden;
}

/* line 555, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 29px);
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 560, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}

/* line 563, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
}

/* line 566, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px;
}

/* line 572, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px;
}

/* line 576, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
}

/* line 581, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px;
}

/* line 586, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px;
}

/* line 589, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small .jstree-wholerow {
  height: 18px;
}

/* line 592, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("32px.png");
}

/* line 596, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y;
}

/* line 600, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small .jstree-last {
  background: transparent;
}

/* line 603, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px;
}

/* line 606, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px;
}

/* line 609, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px;
}

/* line 612, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px;
}

/* line 615, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

/* line 619, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px;
}

/* line 622, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px;
}

/* line 625, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small .jstree-disabled {
  background: transparent;
}

/* line 628, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent;
}

/* line 631, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef;
}

/* line 634, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px;
}

/* line 637, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px;
}

/* line 640, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px;
}

/* line 644, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px;
}

/* line 648, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px;
}

/* line 651, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px;
}

/* line 654, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}

/* line 663, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small > .jstree-striped {
  background-size: auto 36px;
}

/* line 666, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}

/* line 671, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent;
}

/* line 674, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px;
}

/* line 677, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px;
}

/* line 680, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px;
}

/* line 683, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

/* line 687, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px;
}

/* line 690, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px;
}

/* line 693, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}

/* line 698, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("throbber.gif") center center no-repeat;
}

/* line 701, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small .jstree-file {
  background: url("32px.png") -103px -71px no-repeat;
}

/* line 704, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small .jstree-folder {
  background: url("32px.png") -263px -7px no-repeat;
}

/* line 707, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}

/* line 711, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px;
}

/* line 715, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}

/* line 721, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px;
}

/* line 727, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px;
}

/* line 730, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px;
}

/* line 733, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small .jstree-ellipsis {
  overflow: hidden;
}

/* line 736, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 23px);
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 741, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}

/* line 744, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent;
}

/* line 747, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px;
}

/* line 753, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px;
}

/* line 757, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

/* line 762, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

/* line 767, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px;
}

/* line 770, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large .jstree-wholerow {
  height: 32px;
}

/* line 773, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("32px.png");
}

/* line 777, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y;
}

/* line 781, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large .jstree-last {
  background: transparent;
}

/* line 784, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px;
}

/* line 787, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px;
}

/* line 790, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px;
}

/* line 793, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px;
}

/* line 796, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

/* line 800, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px;
}

/* line 803, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px;
}

/* line 806, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large .jstree-disabled {
  background: transparent;
}

/* line 809, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent;
}

/* line 812, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef;
}

/* line 815, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px;
}

/* line 818, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px;
}

/* line 821, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px;
}

/* line 825, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px;
}

/* line 829, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px;
}

/* line 832, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px;
}

/* line 835, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}

/* line 844, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large > .jstree-striped {
  background-size: auto 64px;
}

/* line 847, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}

/* line 852, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent;
}

/* line 855, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px;
}

/* line 858, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px;
}

/* line 861, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px;
}

/* line 864, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}

/* line 868, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px;
}

/* line 871, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px;
}

/* line 874, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}

/* line 879, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("throbber.gif") center center no-repeat;
}

/* line 882, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large .jstree-file {
  background: url("32px.png") -96px -64px no-repeat;
}

/* line 885, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large .jstree-folder {
  background: url("32px.png") -256px 0px no-repeat;
}

/* line 888, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}

/* line 892, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px;
}

/* line 896, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}

/* line 902, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

/* line 908, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px;
}

/* line 911, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px;
}

/* line 914, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large .jstree-ellipsis {
  overflow: hidden;
}

/* line 917, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 37px);
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 922, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}

/* line 925, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent;
}

@media (max-width: 768px) {
  /* line 929, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  /* line 935, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px;
  }
  /* line 940, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px;
  }
  /* line 945, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px;
  }
  /* line 950, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px;
  }
}

@media (max-width: 768px) {
  /* line 958, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/
  }
  /* line 964, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive .jstree-icon {
    background-image: url("40px.png");
  }
  /* line 967, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  /* line 971, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap;
  }
  /* line 978, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px;
  }
  /* line 982, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  /* line 988, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
  }
  /* line 991, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px;
    background: transparent;
  }
  /* line 996, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0;
  }
  /* line 999, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px;
  }
  /* line 1004, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive .jstree-leaf > .jstree-ocl,
  .jstree-default-responsive.jstree-rtl .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  /* line 1008, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0 !important;
  }
  /* line 1011, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important;
  }
  /* line 1014, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0 !important;
  }
  /* line 1017, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px;
  }
  /* line 1020, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px;
  }
  /* line 1024, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px;
  }
  /* line 1030, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px;
  }
  /* line 1034, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  /* line 1039, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive > .jstree-striped {
    background: transparent;
  }
  /* line 1042, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px;
  }
  /* line 1048, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9;
  }
  /* line 1051, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff;
  }
  /* line 1054, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666;
  }
  /* line 1057, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0;
  }
  /* line 1061, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none;
  }
  /* line 1064, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("40px.png");
    background-size: 120px 240px;
  }
  /* line 1072, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y;
  }
  /* line 1076, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive .jstree-last {
    background: transparent;
  }
  /* line 1079, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px;
  }
  /* line 1082, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px;
  }
  /* line 1085, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
  }
  /* line 1090, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive .jstree-file {
    background: url("40px.png") 0 -160px no-repeat;
    background-size: 120px 240px;
  }
  /* line 1094, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive .jstree-folder {
    background: url("40px.png") -40px -40px no-repeat;
    background-size: 120px 240px;
  }
  /* line 1098, C:/xampp/htdocs/epcfinancials/public/theme/scss/_style.scss */
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_custom.scss */
.register-box {
  width: 80%;
}

/*
.register-card-body, .register-page .card {
    background: #2a2c3a;
}
.form-control, .input-group .input-group-append .input-group-text {
    border: 1px solid #212121;
    border-bottom-color: rgba(118,118,118);
    background: transparent;
}
.form-control:focus {
    border: 1px solid #212121;
    border-bottom-color: rgba(118,118,118);
    background: transparent;
}
.login-card-body .input-group .form-control:focus~.input-group-append .input-group-text, .register-card-body .input-group .form-control:focus~.input-group-append .input-group-text {
    border-color: #212121;
}
.input-group .input-group-append .input-group-text {
    border-left:0;
}
input:-internal-autofill-selected {
    background-color: #ccc !important;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px dimgrey inset !important;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #4b4d5d;
    opacity: 1;
}
.btn-primary {
    color: #fff;
    background-color: #3e8ef7;
    border-color: #3e8ef7;
    box-shadow: none;
}
.login-box-msg, .register-box-msg {
    color: #fff;
    font-size: 30px;
}
!* Login page *!
.login-card-body, .register-card-body {
    background: #2a2c3a;
}*/
/* line 47, C:/xampp/htdocs/epcfinancials/public/theme/scss/_custom.scss */
.user-menu .user-image.dummy-img {
  background: #343a40;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
  color: #fff;
  line-height: 2.1rem;
  text-align: center;
}

/* line 56, C:/xampp/htdocs/epcfinancials/public/theme/scss/_custom.scss */
.nav-sidebar .nav-link p {
  color: #C4DBEE;
}

/* line 59, C:/xampp/htdocs/epcfinancials/public/theme/scss/_custom.scss */
.main-header .brand-link span.brand-text {
  visibility: visible !important;
  margin: 0 !important;
  color: #707070;
  animation-fill-mode: inherit !important;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}

/* line 9, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 14, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

/* line 18, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 23, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

/* line 28, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}

/* line 32, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

/* line 35, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

/* line 40, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

/* line 45, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
}

/* line 49, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

/* line 54, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}

/* line 59, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

/* line 70, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}

/* line 76, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

/* line 80, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

/* line 88, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}

/* line 102, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191";
}

/* line 110, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193";
}

/* line 118, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}

/* line 122, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

/* line 127, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

/* line 131, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 136, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

/* line 144, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

/* line 149, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}

/* line 152, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  /* line 158, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}

/* line 165, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px;
}

/* line 168, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}

/* line 174, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

/* line 180, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

/* line 184, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

/* line 189, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

/* line 194, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

/* line 198, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

/* line 201, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}

/* line 204, C:/xampp/htdocs/epcfinancials/public/theme/scss/_dataTables.bootstrap4.scss */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_responsive.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

/* line 6, C:/xampp/htdocs/epcfinancials/public/theme/scss/_responsive.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

/* line 11, C:/xampp/htdocs/epcfinancials/public/theme/scss/_responsive.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

/* line 17, C:/xampp/htdocs/epcfinancials/public/theme/scss/_responsive.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 12px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #0275d8;
}

/* line 37, C:/xampp/htdocs/epcfinancials/public/theme/scss/_responsive.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}

/* line 42, C:/xampp/htdocs/epcfinancials/public/theme/scss/_responsive.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}

/* line 46, C:/xampp/htdocs/epcfinancials/public/theme/scss/_responsive.bootstrap4.scss */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}

/* line 56, C:/xampp/htdocs/epcfinancials/public/theme/scss/_responsive.bootstrap4.scss */
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}

/* line 61, C:/xampp/htdocs/epcfinancials/public/theme/scss/_responsive.bootstrap4.scss */
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #0275d8;
}

/* line 83, C:/xampp/htdocs/epcfinancials/public/theme/scss/_responsive.bootstrap4.scss */
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}

/* line 88, C:/xampp/htdocs/epcfinancials/public/theme/scss/_responsive.bootstrap4.scss */
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

/* line 91, C:/xampp/htdocs/epcfinancials/public/theme/scss/_responsive.bootstrap4.scss */
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

/* line 94, C:/xampp/htdocs/epcfinancials/public/theme/scss/_responsive.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 100, C:/xampp/htdocs/epcfinancials/public/theme/scss/_responsive.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

/* line 104, C:/xampp/htdocs/epcfinancials/public/theme/scss/_responsive.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}

/* line 107, C:/xampp/htdocs/epcfinancials/public/theme/scss/_responsive.bootstrap4.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}

/* line 110, C:/xampp/htdocs/epcfinancials/public/theme/scss/_responsive.bootstrap4.scss */
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

/* line 116, C:/xampp/htdocs/epcfinancials/public/theme/scss/_responsive.bootstrap4.scss */
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

/* line 126, C:/xampp/htdocs/epcfinancials/public/theme/scss/_responsive.bootstrap4.scss */
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

/* line 143, C:/xampp/htdocs/epcfinancials/public/theme/scss/_responsive.bootstrap4.scss */
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}

/* line 147, C:/xampp/htdocs/epcfinancials/public/theme/scss/_responsive.bootstrap4.scss */
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

/* line 160, C:/xampp/htdocs/epcfinancials/public/theme/scss/_responsive.bootstrap4.scss */
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}

/* line 163, C:/xampp/htdocs/epcfinancials/public/theme/scss/_responsive.bootstrap4.scss */
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  /* line 174, C:/xampp/htdocs/epcfinancials/public/theme/scss/_responsive.bootstrap4.scss */
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}

/* line 178, C:/xampp/htdocs/epcfinancials/public/theme/scss/_responsive.bootstrap4.scss */
div.dtr-bs-modal table.table tr:first-child td {
  border-top: none;
}

@-webkit-keyframes fadeInDown {
  from {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInDown {
  from {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: .75rem .25rem;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 .6em;
  font-size: .875rem;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast .swal2-footer {
  margin: .5em 0 0;
  padding: .5em 0 0;
  font-size: .8em;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: .8em;
  height: .8em;
  line-height: .8;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  font-size: .875rem;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: 700;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    font-size: .25em;
  }
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: .875em;
  width: 1.375em;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: .3125em;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: .3125em;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 .3125em;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 .3125em;
  padding: .3125em .625em;
  font-size: .875rem;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast .swal2-success {
  border-color: #28a745;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.8em;
  left: -.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.25em;
  left: .9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: .3125em;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: .1875em;
  width: .75em;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: .9375em;
  right: .1875em;
  width: 1.375em;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip .75s;
  animation: swal2-toast-animate-success-line-tip .75s;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long .75s;
  animation: swal2-toast-animate-success-line-long .75s;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show .5s;
  animation: swal2-toast-show .5s;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide .1s forwards;
  animation: swal2-toast-hide .1s forwards;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: .625em;
  overflow-x: hidden;
  transition: background-color .5s;
  -webkit-overflow-scrolling: touch;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-container.swal2-backdrop-show {
  background: rgba(0, 0, 0, 0.5);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-container.swal2-backdrop-hide {
  background: 0 0 !important;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-container.swal2-top {
  align-items: flex-start;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-container.swal2-top-left, .swal2-container.swal2-top-start {
  align-items: flex-start;
  justify-content: flex-start;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-container.swal2-center {
  align-items: center;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-container.swal2-center-left, .swal2-container.swal2-center-start {
  align-items: center;
  justify-content: flex-start;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-container.swal2-bottom {
  align-items: flex-end;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-container.swal2-bottom-left, .swal2-container.swal2-bottom-start {
  align-items: flex-end;
  justify-content: flex-start;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-right > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom > :first-child {
  margin-top: auto;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-container.swal2-grow-column.swal2-bottom, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-top {
  align-items: center;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-container.swal2-grow-column.swal2-bottom-left, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-top-start {
  align-items: flex-start;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-bottom-right, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-top-right {
  align-items: flex-end;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-container.swal2-no-transition {
  transition: none !important;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1rem;
  border: none;
  border-radius: .3rem;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup:focus {
  outline: 0;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 .4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: .46875em;
  padding: 0;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: .25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-styled:not([disabled]) {
  cursor: pointer;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #007bff;
  color: #fff;
  font-size: 1.0625em;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #6c757d;
  color: #fff;
  font-size: 1.0625em;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-styled:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-styled::-moz-focus-inner {
  border: 0;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: .25em;
  overflow: hidden;
  border-bottom-right-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-timer-progress-bar {
  width: 100%;
  height: .25em;
  background: rgba(0, 0, 0, 0.2);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  padding: 0;
  overflow: hidden;
  transition: color .1s ease-out;
  border: none;
  border-radius: 0;
  outline: initial;
  background: 0 0;
  color: rgba(0, 0, 0, 0.5);
  font-family: serif;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-close:hover {
  transform: none;
  background: 0 0;
  color: #000;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-close::-moz-focus-inner {
  border: 0;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-checkbox, .swal2-file, .swal2-input, .swal2-radio, .swal2-select, .swal2-textarea {
  margin: 1em auto;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-file, .swal2-input, .swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color .3s,box-shadow .3s;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1rem;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-file.swal2-inputerror, .swal2-input.swal2-inputerror, .swal2-textarea.swal2-inputerror {
  border-color: #dc3545 !important;
  box-shadow: 0 0 2px #dc3545 !important;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-file:focus, .swal2-input:focus, .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: 0;
  box-shadow: 0 0 3px #c4e6f5;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-file::-webkit-input-placeholder, .swal2-input::-webkit-input-placeholder, .swal2-textarea::-webkit-input-placeholder {
  color: #ccc;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-file::-moz-placeholder, .swal2-input::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #ccc;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-file:-ms-input-placeholder, .swal2-input:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
  color: #ccc;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-file::-ms-input-placeholder, .swal2-input::-ms-input-placeholder, .swal2-textarea::-ms-input-placeholder {
  color: #ccc;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-file::placeholder, .swal2-input::placeholder, .swal2-textarea::placeholder {
  color: #ccc;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-range {
  margin: 1em auto;
  background: #fff;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-range input {
  width: 80%;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-range input, .swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1rem;
  line-height: 2.625em;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-input {
  height: 2.625em;
  padding: .375rem .75rem;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-input[type=number] {
  max-width: 10em;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-file {
  background: inherit;
  font-size: 1rem;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-textarea {
  height: 6.75em;
  padding: .75em;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1rem;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-checkbox, .swal2-radio {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-checkbox label, .swal2-radio label {
  margin: 0 .6em;
  font-size: 1rem;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-checkbox input, .swal2-radio input {
  margin: 0 .4em;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: .625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-validation-message::before {
  content: '!';
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-icon.swal2-error {
  border-color: #dc3545;
  color: #dc3545;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #dc3545;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon .5s;
  animation: swal2-animate-error-icon .5s;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark .5s;
  animation: swal2-animate-error-x-mark .5s;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-icon.swal2-warning {
  border-color: #ffca2b;
  color: #ffc107;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-icon.swal2-info {
  border-color: #4cd3e9;
  color: #17a2b8;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-icon.swal2-question {
  border-color: #a1a8ae;
  color: #6c757d;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-icon.swal2-success {
  border-color: #28a745;
  color: #28a745;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -.25em;
  left: -.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: .3125em;
  border-radius: .125em;
  background-color: #28a745;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: .8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip .75s;
  animation: swal2-animate-success-line-tip .75s;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long .75s;
  animation: swal2-animate-success-line-long .75s;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #3085d6;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-show {
  -webkit-animation: fadeInDown .5s;
  animation: fadeInDown .5s;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-hide {
  -webkit-animation: fadeOutUp .5s;
  animation: fadeOutUp .5s;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-noanimation {
  transition: none;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@supports (-ms-accelerator: true) {
  /* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
  .swal2-range input {
    width: 100% !important;
  }
  /* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
  .swal2-range output {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
  .swal2-range input {
    width: 100% !important;
  }
  /* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
  .swal2-range output {
    display: none;
  }
}

@-moz-document url-prefix() {
  /* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}

@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0);
  }
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0);
  }
}

@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}

@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em;
  }
}

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
body.swal2-height-auto {
  height: auto !important;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - .625em * 2);
  background-color: transparent !important;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
body.swal2-no-backdrop .swal2-container > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
body.swal2-no-backdrop .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
body.swal2-no-backdrop .swal2-container.swal2-top-left, body.swal2-no-backdrop .swal2-container.swal2-top-start {
  top: 0;
  left: 0;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
body.swal2-no-backdrop .swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
body.swal2-no-backdrop .swal2-container.swal2-center-left, body.swal2-no-backdrop .swal2-container.swal2-center-start {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
body.swal2-no-backdrop .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
body.swal2-no-backdrop .swal2-container.swal2-bottom-left, body.swal2-no-backdrop .swal2-container.swal2-bottom-start {
  bottom: 0;
  left: 0;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

@media print {
  /* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  /* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  /* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
body.swal2-toast-shown .swal2-container.swal2-top-left, body.swal2-toast-shown .swal2-container.swal2-top-start {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
body.swal2-toast-shown .swal2-container.swal2-center-left, body.swal2-toast-shown .swal2-container.swal2-center-start {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
body.swal2-toast-shown .swal2-container.swal2-bottom-left, body.swal2-toast-shown .swal2-container.swal2-bottom-start {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: .3125em;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: .3125em auto;
  font-size: .875rem;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: .875rem;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-cancel, .swal2-confirm {
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast {
  padding: .25rem .75rem;
  font-size: .875rem;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast .swal2-header {
  padding: 0;
  border-bottom: 0;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast .swal2-title {
  margin: 0;
  color: #6c757d;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast .swal2-content {
  padding: 0 .5rem;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: 0 !important;
  margin: 0;
  padding: 0;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-title {
  margin: 0;
  font-size: 1.25rem;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-content {
  padding: 1rem 1rem 0;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-actions {
  border-radius: .25rem;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-footer {
  padding: 1rem;
  border-top: 1px solid #dee2e6;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-close {
  height: auto;
  padding: 1rem 1.2rem 1rem 1rem;
  font-weight: 700;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-input, .swal2-textarea {
  height: inherit;
  padding: .375rem .75rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  line-height: 1.5;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-input:focus, .swal2-textarea:focus {
  border: 1px solid #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  color: #495057;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-input.swal2-inputerror, .swal2-textarea.swal2-inputerror {
  box-shadow: none !important;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-input.swal2-inputerror:focus, .swal2-textarea.swal2-inputerror:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-styled.swal2-confirm {
  padding: .375rem .75rem;
  font-size: 1rem;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-styled.swal2-confirm:hover {
  border-color: #0062cc;
  background-color: #0069d9;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-styled.swal2-confirm:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-styled.swal2-confirm:active {
  border-color: #005cbf;
  background-color: #0062cc;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-styled.swal2-confirm:active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-styled.swal2-cancel {
  padding: .375rem .75rem;
  font-size: 1rem;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-styled.swal2-cancel:hover {
  border-color: #545b62;
  background-color: #5a6268;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-styled.swal2-cancel:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.25);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-styled.swal2-cancel:active {
  border-color: #4e555b;
  background-color: #545b62;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-styled.swal2-cancel:active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.25);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  background: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"%3e%3cpath fill="%23343a40" d="M2 0L0 2h4zm0 5L0 3h4z"/%3e%3c/svg%3e') no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  color: #495057;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-select:focus {
  border: 1px solid #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-select:focus::-ms-value {
  background-color: #fff;
  color: #495057;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-select[multiple], .swal2-select[size]:not([size='1']) {
  height: auto;
  padding-right: .75rem;
  background-image: none;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-select:disabled {
  background-color: #e9ecef;
  color: #fff;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-select::-ms-expand {
  display: none;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-radio label {
  position: relative;
  margin-right: 1rem;
  margin-left: 1.5rem;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-radio label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-radio label input:checked ~ .swal2-label::before {
  border-color: #007bff;
  background: #007bff;
  color: #fff;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-radio label input:focus ~ .swal2-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-radio label input:focus:not(:checked) ~ .swal2-label::before {
  border-color: #80bdff;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-radio label input:not(:disabled):active ~ .swal2-label::before {
  border-color: #b3d7ff;
  background-color: #b3d7ff;
  color: #fff;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-radio label input:checked ~ .swal2-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="%23fff"/%3e%3c/svg%3e');
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-radio label input:disabled:checked ~ .swal2-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-radio .swal2-label::before {
  content: '';
  display: block;
  position: absolute;
  top: .08333rem;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: #adb5bd solid 1px;
  border-radius: 50%;
  background-color: #fff;
  pointer-events: none;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-radio .swal2-label::after {
  content: '';
  display: block;
  position: absolute;
  top: .08333rem;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: transparent solid 1px;
  background: no-repeat 50%/50% 50%;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-checkbox {
  margin-right: 1rem;
  padding-left: 1.5rem;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-checkbox input {
  z-index: -1;
  opacity: 0;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-checkbox input:checked ~ .swal2-label::before {
  border-color: #007bff;
  background: #007bff;
  color: #fff;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-checkbox input:focus ~ .swal2-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-checkbox input:focus:not(:checked) ~ .swal2-label::before {
  border-color: #80bdff;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-checkbox input:not(:disabled):active ~ .swal2-label::before {
  border-color: #b3d7ff;
  background-color: #b3d7ff;
  color: #fff;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-checkbox input:checked ~ .swal2-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="%23fff" d="M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z"/%3e%3c/svg%3e');
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-checkbox input:disabled:checked ~ .swal2-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-checkbox .swal2-label {
  position: relative;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-checkbox .swal2-label::before {
  content: '';
  display: block;
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: #adb5bd solid 1px;
  background-color: #fff;
  pointer-events: none;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-checkbox .swal2-label::after {
  content: '';
  display: block;
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: transparent solid 1px;
  background: no-repeat 50%/50% 50%;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-range {
  align-items: center;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-range input {
  width: 100%;
  height: calc(1rem + .6rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-range input:focus {
  outline: 0;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-range input:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-range input:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-range input:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-range input::-moz-focus-outer {
  border: 0;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-range input::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background: #007bff;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  appearance: none;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-range input::-webkit-slider-thumb:active {
  background: #b3d7ff;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-range input::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  border-radius: 1rem;
  border-color: transparent;
  background-color: #dee2e6;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  color: transparent;
  cursor: pointer;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-range input::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 1rem;
  -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background: #007bff;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -moz-appearance: none;
  appearance: none;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-range input::-moz-range-thumb:active {
  background: #b3d7ff;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-range input::-moz-range-track {
  width: 100%;
  height: .5rem;
  border-radius: 1rem;
  border-color: transparent;
  background-color: #dee2e6;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  color: transparent;
  cursor: pointer;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-range input::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background: #007bff;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  appearance: none;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-range input::-ms-thumb:active {
  background: #b3d7ff;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-range input::-ms-track {
  width: 100%;
  height: .5rem;
  border-width: .5rem;
  border-color: transparent;
  background-color: transparent;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  color: transparent;
  cursor: pointer;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-range input::-ms-fill-lower {
  border-radius: 1rem;
  background-color: #dee2e6;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-range input::-ms-fill-upper {
  margin-right: 15px;
  border-radius: 1rem;
  background-color: #dee2e6;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-range input:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-range input:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-range input:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-range input:disabled::-moz-range-track {
  cursor: default;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-range input:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-validation-message {
  position: relative;
  margin-bottom: 1rem;
  padding: .75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  border-color: #d6d8db;
  background: #e2e3e5;
  color: #383d41;
  font-size: 1rem;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-validation-message::before {
  background-color: #e4606d;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_bootstrap-4.scss */
.swal2-toast {
  max-width: 350px;
  border-radius: .25rem;
  background-color: rgba(255, 255, 255, 0.85);
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 33, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 61, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-results {
  display: block;
}

/* line 64, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 73, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 118, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 130, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 134, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 149, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 161, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 164, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 168, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 178, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 189, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 198, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 207, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 213, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 216, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 219, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 223, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 227, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 231, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 235, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 238, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 242, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 246, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 249, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 256, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 260, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 263, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 266, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 269, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 271, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 273, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 276, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 279, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 282, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 285, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 289, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 293, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 298, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 308, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 310, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 313, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 318, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 320, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 336, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 348, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 351, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 360, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 362, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 365, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 369, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 379, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 389, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 395, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 397, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 401, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 403, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 412, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 418, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 421, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 426, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 430, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 433, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 438, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 443, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 447, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 451, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 455, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 458, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 461, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 465, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 468, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 471, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 475, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 480, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2.scss */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* line 1, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.select2-container--bootstrap4 .select2-selection--single {
  height: calc(2.25rem + 2px) !important;
}

/* line 3, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
  color: #757575;
  line-height: 2.25rem;
}

/* line 6, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 20px;
}

/* line 11, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  top: 60%;
  border-color: #343a40 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
}

/* line 22, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  line-height: 2.25rem;
}

/* line 25, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.select2-search--dropdown .select2-search__field {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 29, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.select2-results__message {
  color: #6c757d;
}

/* line 32, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(2.25rem + 2px) !important;
}

/* line 34, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 41, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  color: #343a40;
  border: 1px solid #bdc6d0;
  border-radius: 0.2rem;
  padding: 0;
  padding-right: 5px;
  cursor: pointer;
  float: left;
  margin-top: 0.3em;
  margin-right: 5px;
}

/* line 51, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
  color: #bdc6d0;
  font-weight: bold;
  margin-left: 3px;
  margin-right: 1px;
  padding-right: 3px;
  padding-left: 3px;
  float: left;
}

/* line 59, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #343a40;
}

/* line 62, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.select2-container {
  display: block;
}

/* line 64, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.select2-container *:focus {
  outline: 0;
}

/* line 67, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.input-group .select2-container--bootstrap4 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* line 72, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.input-group-prepend ~ .select2-container--bootstrap4 .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 76, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.input-group > .select2-container--bootstrap4:not(:last-child) .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 80, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.select2-container--bootstrap4 .select2-selection {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  width: 100%;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 90, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
  .select2-container--bootstrap4 .select2-selection {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 94, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.select2-container--bootstrap4.select2-container--focus .select2-selection {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 99, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 104, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.select2-container--bootstrap4.select2-container--disabled .select2-selection, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection {
  background-color: #e9ecef;
  cursor: not-allowed;
  border-color: #ced4da;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 111, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.select2-container--bootstrap4.select2-container--disabled .select2-search__field, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-search__field {
  background-color: transparent;
}

/* line 114, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
select.is-invalid ~ .select2-container--bootstrap4 .select2-selection,
form.was-validated select:invalid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #dc3545;
}

/* line 118, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
select.is-valid ~ .select2-container--bootstrap4 .select2-selection,
form.was-validated select:valid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #28a745;
}

/* line 122, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.select2-container--bootstrap4 .select2-dropdown {
  border-color: #ced4da;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 127, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
  border-top: 1px solid #ced4da;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 131, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: #e9ecef;
}

/* line 134, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
  background-color: #007bff;
  color: #f8f9fa;
}

/* line 139, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.select2-container--bootstrap4 .select2-results__option[role=group] {
  padding: 0;
}

/* line 142, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.select2-container--bootstrap4 .select2-results > .select2-results__options {
  max-height: 15em;
  overflow-y: auto;
}

/* line 146, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.select2-container--bootstrap4 .select2-results__group {
  padding: 6px;
  display: list-item;
  color: #6c757d;
}

/* line 151, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.select2-container--bootstrap4 .select2-selection__clear {
  width: 1.2em;
  height: 1.2em;
  line-height: 1.15em;
  padding-left: 0.3em;
  margin-top: 0.5em;
  border-radius: 100%;
  background-color: #6c757d;
  color: #f8f9fa;
  float: right;
  margin-right: 0.3em;
}

/* line 162, C:/xampp/htdocs/epcfinancials/public/theme/scss/_select2-bootstrap4.scss */
.select2-container--bootstrap4 .select2-selection__clear:hover {
  background-color: #343a40;
}

/*!
 *
 * Super simple wysiwyg editor v0.8.16
 * https://summernote.org
 *
 *
 * Copyright 2013- Alan Hong. and other contributors
 * summernote may be freely distributed under the MIT license.
 *
 * Date: 2020-02-19T09:12Z
 *
 */
@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(font/summernote.eot);
  src: url(font/summernote.eot?#iefix) format("embedded-opentype"), url(font/summernote.woff2) format("woff2"), url(font/summernote.woff) format("woff"), url(font/summernote.ttf) format("truetype");
}

/* line 22, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
[class^="note-icon"]:before,
[class*=" note-icon"]:before {
  display: inline-block;
  font-family: summernote;
  font-style: normal;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
}

/* line 38, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-fw {
  text-align: center;
  width: 1.25em;
}

/* line 43, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

/* line 49, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-pull-left {
  float: left;
}

/* line 53, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-pull-right {
  float: right;
}

/* line 57, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon.note-icon-pull-left {
  margin-right: 0.3em;
}

/* line 61, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon.note-icon-pull-right {
  margin-left: 0.3em;
}

/* line 66, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-align::before {
  content: "\ea01";
}

/* line 70, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-align-center::before {
  content: "\ea02";
}

/* line 74, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-align-indent::before {
  content: "\ea03";
}

/* line 78, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-align-justify::before {
  content: "\ea04";
}

/* line 82, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-align-left::before {
  content: "\ea05";
}

/* line 86, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-align-outdent::before {
  content: "\ea06";
}

/* line 90, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-align-right::before {
  content: "\ea07";
}

/* line 94, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-arrow-circle-down::before {
  content: "\ea08";
}

/* line 98, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-arrow-circle-left::before {
  content: "\ea09";
}

/* line 102, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-arrow-circle-right::before {
  content: "\ea0a";
}

/* line 106, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-arrow-circle-up::before {
  content: "\ea0b";
}

/* line 110, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-arrows-alt::before {
  content: "\ea0c";
}

/* line 114, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-arrows-h::before {
  content: "\ea0d";
}

/* line 118, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-arrows-v::before {
  content: "\ea0e";
}

/* line 122, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-bold::before {
  content: "\ea0f";
}

/* line 126, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-caret::before {
  content: "\ea10";
}

/* line 130, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-chain-broken::before {
  content: "\ea11";
}

/* line 134, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-circle::before {
  content: "\ea12";
}

/* line 138, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-close::before {
  content: "\ea13";
}

/* line 142, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-code::before {
  content: "\ea14";
}

/* line 146, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-col-after::before {
  content: "\ea15";
}

/* line 150, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-col-before::before {
  content: "\ea16";
}

/* line 154, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-col-remove::before {
  content: "\ea17";
}

/* line 158, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-eraser::before {
  content: "\ea18";
}

/* line 162, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-float-left::before {
  content: "\ea19";
}

/* line 166, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-float-none::before {
  content: "\ea1a";
}

/* line 170, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-float-right::before {
  content: "\ea1b";
}

/* line 174, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-font::before {
  content: "\ea1c";
}

/* line 178, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-frame::before {
  content: "\ea1d";
}

/* line 182, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-italic::before {
  content: "\ea1e";
}

/* line 186, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-link::before {
  content: "\ea1f";
}

/* line 190, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-magic::before {
  content: "\ea20";
}

/* line 194, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-menu-check::before {
  content: "\ea21";
}

/* line 198, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-minus::before {
  content: "\ea22";
}

/* line 202, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-orderedlist::before {
  content: "\ea23";
}

/* line 206, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-pencil::before {
  content: "\ea24";
}

/* line 210, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-picture::before {
  content: "\ea25";
}

/* line 214, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-question::before {
  content: "\ea26";
}

/* line 218, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-redo::before {
  content: "\ea27";
}

/* line 222, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-rollback::before {
  content: "\ea28";
}

/* line 226, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-row-above::before {
  content: "\ea29";
}

/* line 230, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-row-below::before {
  content: "\ea2a";
}

/* line 234, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-row-remove::before {
  content: "\ea2b";
}

/* line 238, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-special-character::before {
  content: "\ea2c";
}

/* line 242, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-square::before {
  content: "\ea2d";
}

/* line 246, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-strikethrough::before {
  content: "\ea2e";
}

/* line 250, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-subscript::before {
  content: "\ea2f";
}

/* line 254, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-summernote::before {
  content: "\ea30";
}

/* line 258, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-superscript::before {
  content: "\ea31";
}

/* line 262, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-table::before {
  content: "\ea32";
}

/* line 266, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-text-height::before {
  content: "\ea33";
}

/* line 270, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-trash::before {
  content: "\ea34";
}

/* line 274, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-underline::before {
  content: "\ea35";
}

/* line 278, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-undo::before {
  content: "\ea36";
}

/* line 282, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-unorderedlist::before {
  content: "\ea37";
}

/* line 286, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-icon-video::before {
  content: "\ea38";
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor {
  position: relative;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor .note-dropzone {
  position: absolute;
  display: none;
  z-index: 100;
  color: #87cefa;
  background-color: #fff;
  opacity: .95;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor .note-dropzone.hover {
  color: #098ddf;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.dragover .note-dropzone {
  display: table;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor .note-editing-area {
  position: relative;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor .note-editing-area .note-editable {
  outline: none;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor .note-editing-area .note-editable sup {
  vertical-align: super;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor .note-editing-area .note-editable img.note-float-left {
  margin-right: 10px;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor .note-editing-area .note-editable img.note-float-right {
  margin-left: 10px;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame, .note-editor.note-airframe {
  border: 1px solid #a9a9a9;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame.codeview .note-editing-area .note-editable, .note-editor.note-airframe.codeview .note-editing-area .note-editable {
  display: none;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame.codeview .note-editing-area .note-codable, .note-editor.note-airframe.codeview .note-editing-area .note-codable {
  display: block;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame .note-editing-area, .note-editor.note-airframe .note-editing-area {
  overflow: hidden;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame .note-editing-area .note-editable, .note-editor.note-airframe .note-editing-area .note-editable {
  background-color: #fff;
  color: #000;
  padding: 10px;
  overflow: auto;
  word-wrap: break-word;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false], .note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false] {
  background-color: #e5e5e5;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame .note-editing-area .note-codable, .note-editor.note-airframe .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  border: none;
  box-shadow: none;
  font-family: Menlo,Monaco,monospace,sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  resize: none;
  outline: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  margin-bottom: 0;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame.fullscreen, .note-editor.note-airframe.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 1050;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame.fullscreen .note-editable, .note-editor.note-airframe.fullscreen .note-editable {
  background-color: #fff;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame.fullscreen .note-resizebar, .note-editor.note-airframe.fullscreen .note-resizebar {
  display: none;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame .note-status-output, .note-editor.note-airframe .note-status-output {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  height: 20px;
  margin-bottom: 0;
  color: #000;
  border: 0;
  border-top: 1px solid #e2e2e2;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame .note-status-output:empty, .note-editor.note-airframe .note-status-output:empty {
  height: 0;
  border-top: 0 solid transparent;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame .note-status-output .pull-right, .note-editor.note-airframe .note-status-output .pull-right {
  float: right !important;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame .note-status-output .text-muted, .note-editor.note-airframe .note-status-output .text-muted {
  color: #777;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame .note-status-output .text-primary, .note-editor.note-airframe .note-status-output .text-primary {
  color: #286090;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame .note-status-output .text-success, .note-editor.note-airframe .note-status-output .text-success {
  color: #3c763d;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame .note-status-output .text-info, .note-editor.note-airframe .note-status-output .text-info {
  color: #31708f;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame .note-status-output .text-warning, .note-editor.note-airframe .note-status-output .text-warning {
  color: #8a6d3b;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame .note-status-output .text-danger, .note-editor.note-airframe .note-status-output .text-danger {
  color: #a94442;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame .note-status-output .alert, .note-editor.note-airframe .note-status-output .alert {
  margin: -7px 0 0 0;
  padding: 7px 10px 2px 10px;
  border-radius: 0;
  color: #000;
  background-color: #f5f5f5;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame .note-status-output .alert .note-icon, .note-editor.note-airframe .note-status-output .alert .note-icon {
  margin-right: 5px;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame .note-status-output .alert-success, .note-editor.note-airframe .note-status-output .alert-success {
  color: #3c763d !important;
  background-color: #dff0d8 !important;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame .note-status-output .alert-info, .note-editor.note-airframe .note-status-output .alert-info {
  color: #31708f !important;
  background-color: #d9edf7 !important;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame .note-status-output .alert-warning, .note-editor.note-airframe .note-status-output .alert-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame .note-status-output .alert-danger, .note-editor.note-airframe .note-status-output .alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame .note-statusbar, .note-editor.note-airframe .note-statusbar {
  background-color: #f5f5f5;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid #ddd;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame .note-statusbar .note-resizebar, .note-editor.note-airframe .note-statusbar .note-resizebar {
  padding-top: 1px;
  height: 9px;
  width: 100%;
  cursor: ns-resize;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar, .note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame .note-statusbar.locked .note-resizebar, .note-editor.note-airframe .note-statusbar.locked .note-resizebar {
  cursor: default;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar, .note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar {
  display: none;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-frame .note-placeholder, .note-editor.note-airframe .note-placeholder {
  padding: 10px;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-airframe {
  border: 0;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-editor.note-airframe .note-editing-area .note-editable {
  padding: 0;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover.popover {
  display: none;
  max-width: none;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover.popover .arrow {
  left: 20px !important;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-toolbar {
  position: relative;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content, .note-toolbar {
  margin: 0;
  padding: 0 0 5px 5px;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content > .note-btn-group, .note-toolbar > .note-btn-group {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 5px;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content .note-btn-group .note-table, .note-toolbar .note-btn-group .note-table {
  min-width: 0;
  padding: 5px;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker, .note-toolbar .note-btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content .note-style .dropdown-style blockquote, .note-popover .popover-content .note-style .dropdown-style pre, .note-toolbar .note-style .dropdown-style blockquote, .note-toolbar .note-style .dropdown-style pre {
  margin: 0;
  padding: 5px 10px;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content .note-style .dropdown-style h1, .note-popover .popover-content .note-style .dropdown-style h2, .note-popover .popover-content .note-style .dropdown-style h3, .note-popover .popover-content .note-style .dropdown-style h4, .note-popover .popover-content .note-style .dropdown-style h5, .note-popover .popover-content .note-style .dropdown-style h6, .note-popover .popover-content .note-style .dropdown-style p, .note-toolbar .note-style .dropdown-style h1, .note-toolbar .note-style .dropdown-style h2, .note-toolbar .note-style .dropdown-style h3, .note-toolbar .note-style .dropdown-style h4, .note-toolbar .note-style .dropdown-style h5, .note-toolbar .note-style .dropdown-style h6, .note-toolbar .note-style .dropdown-style p {
  margin: 0;
  padding: 0;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content .note-color-all .note-dropdown-menu, .note-toolbar .note-color-all .note-dropdown-menu {
  min-width: 337px;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content .note-color .dropdown-toggle, .note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette, .note-toolbar .note-color .note-dropdown-menu .note-palette {
  display: inline-block;
  margin: 0;
  width: 160px;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child, .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child {
  margin: 0 5px;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title, .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title {
  font-size: 12px;
  margin: 2px 7px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select, .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset, .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select {
  font-size: 11px;
  margin: 3px;
  padding: 0 3px;
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover, .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover, .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
  background: #eee;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row, .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row {
  height: 20px;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn, .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
  display: none;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn, .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
  border: 1px solid #eee;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content .note-para .note-dropdown-menu, .note-toolbar .note-para .note-dropdown-menu {
  min-width: 216px;
  padding: 5px;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content .note-para .note-dropdown-menu > div:first-child, .note-toolbar .note-para .note-dropdown-menu > div:first-child {
  margin-right: 5px;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content .note-dropdown-menu, .note-toolbar .note-dropdown-menu {
  min-width: 160px;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content .note-dropdown-menu.right, .note-toolbar .note-dropdown-menu.right {
  right: 0;
  left: auto;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content .note-dropdown-menu.right::before, .note-toolbar .note-dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content .note-dropdown-menu.right::after, .note-toolbar .note-dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content .note-dropdown-menu.note-check a i, .note-toolbar .note-dropdown-menu.note-check a i {
  color: #00bfff;
  visibility: hidden;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content .note-dropdown-menu.note-check a.checked i, .note-toolbar .note-dropdown-menu.note-check a.checked i {
  visibility: visible;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content .note-fontsize-10, .note-toolbar .note-fontsize-10 {
  font-size: 10px;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content .note-color-palette, .note-toolbar .note-color-palette {
  line-height: 1;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content .note-color-palette div .note-color-btn, .note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-popover .popover-content .note-color-palette div .note-color-btn:hover, .note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-modal .modal-dialog {
  outline: 0;
  border-radius: 5px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-modal .form-group {
  margin-left: 0;
  margin-right: 0;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-modal .note-modal-form {
  margin: 0;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-modal .note-image-dialog .note-dropzone {
  min-height: 100px;
  font-size: 30px;
  line-height: 4;
  color: #d3d3d3;
  text-align: center;
  border: 4px dashed #d3d3d3;
  margin-bottom: 10px;
}

@-moz-document url-prefix() {
  /* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
  .note-modal .note-image-input {
    height: auto;
  }
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-placeholder {
  position: absolute;
  display: none;
  color: gray;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid #000;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-handle .note-control-selection > div {
  position: absolute;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-opacity: .3;
  -khtml-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-handle .note-control-selection .note-control-handle, .note-handle .note-control-selection .note-control-sizing, .note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-handle .note-control-selection .note-control-sizing {
  background-color: #000;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: none;
  border-bottom: none;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: none;
  border-left: none;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: none;
  border-right: none;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: none;
  border-left: none;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  color: #fff;
  background-color: #000;
  font-size: 12px;
  border-radius: 5px;
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-hint-popover {
  min-width: 100px;
  padding: 2px;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-hint-popover .popover-content {
  padding: 3px;
  max-height: 150px;
  overflow: auto;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
  cursor: pointer;
}

/* line 291, C:/xampp/htdocs/epcfinancials/public/theme/scss/_summernote-bs4.scss */
.note-toolbar .note-btn {
  background: #fff;
  border-color: #dae0e5;
  padding: .28rem .65rem;
  font-size: 13px;
}



.main-overlay .overlay {
    background: rgba(255, 255, 255, 0.8) url( "../images/loader.gif") center no-repeat !important;
    display: none;
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1052;
}

.alert p{
    padding: 0 !important;
    margin: 0 !important;
}
.nav-link-cs{
    color:gray!important;
    font-size:25px;
}
.nav-link-cs:hover{
    box-shadow:none!important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background:none!important;
}
.main-sidebar .brand-link{
    color:#707070;
}
/*# sourceMappingURL=../css/main.map */
